Logg på med Microsoft
Logg på, eller opprett en konto.
Hei,
Velg en annen konto.
Du har flere kontoer
Velg kontoen du vil logge på med.


Vis produkter som denne artikkelen gjelder.

Introduksjon

Denne artikkelen beskriver problemene som er løst i kumulative oppdateringen 2 for Microsoft System Center 2016 Virtual Machine Manager (VMM) Technical Preview 5. To oppdateringer er tilgjengelige for kumulativ oppdatering 2 for System Center 2016 Virtual Machine Manager teknisk forhåndsvisning 5: én for VMM-Server og én for Administrator-konsollen. Denne artikkelen inneholder også Installasjonsinstruksjoner for denne kumulative oppdateringen.

Scenarier som er aktivert i denne kumulative oppdateringen

Scenario 1: Støtte for bare metal distribusjoner av Nano Server-baserte Hyper-V verter

Med denne kumulative oppdateringen, kan du bare metal distribusjoner av Nano Server-baserte Hyper-V verter ved hjelp av VMM.

Obs! Bare metal distribusjon av Nano serverbaserte Beregn og lagring grupper støttes ikke med VMM, men vil bli støttet snart.

Hvis du ikke har denne kumulative oppdateringen installert, og du prøver å bare metal distribusjon av Nano Server-baserte Hyper-V verter med VMM, vil det oppstå problemer. Hvis du har funnet dette scenariet, anbefaler vi at du distribuerer Nano-Server på datamaskiner som bare metal utenfor VMM og deretter plassere nodene VMMs management.

Scenario 2: Støtte for bryteren innebygd Teaming (Sett) for ikke-Nettverkskontroller-behandlede verter

Med denne kumulative oppdateringen, kan du konfigurere Sett Nettverkskontroller-ubehandlede verter. Før denne oppdateringen støttes bare Sett for Nettverkskontroller-administrerte verter.

Problemer som løses med denne kumulative oppdateringen

  • Nummer 1: Som en delegert Administrator (DA), når du prøver å konfigurere belastningsfordeleren på Nettverkstjeneste kontrolleren krasjer tjenesten med et unntak for NULL-pekeren.

    Dette problemet er løst i denne kumulative oppdateringen. Hvis du vil omgå dette problemet, kan du imidlertid bruke Fabric-administratoren til å konfigurere belastningsfordelingen.

  • Problem 2: Når du prøver å konfigurere VPN-tilkoblinger som kjører på en nettverkskontroller-administrerte gateway, viser ikke VMM VPNServerAddress -objektet på VMM-konsollen.

    Hvis du prøver å konfigurere en VPN-tilkobling fra Windows Azure Pack (WAP), vil tilkoblingen mislykkes med en feil. Dette kan hindre brukere fra å konfigurere eksterne endepunktene for tilkoblingen.

    Dette problemet er løst i denne kumulative oppdateringen. Hvis du vil omgå dette problemet midlertidig, kan du få VPNServerAddress -objektet fra nettverket Kontroller JSON.

  • Utstede 3: Når du prøver å konfigurere VPN-tilkoblinger som kjører på en nettverkskontroller-administrerte gateway og angi "IKEV2" som protokoll, konfigurasjonen mislykkes, og du får følgende feilmelding:

    Plugin-modul for nettverkstjeneste 'Nettverkskontroller' forårsaket et unntak: ' en eller flere parametere angitt for operasjonen er ikke gyldig. Angi gyldige parametere.'

    Arbeide med nettverk service leverandøren for å løse problemet.

    ID: 50124


    Dette kan hindre Windows Azure Pack (WAP) brukere fra å opprette område til område VPN-tilkobling med Nettverkskontroller stoffet. Dette problemet er løst i denne kumulative oppdateringen. Hvis du vil omgå dette problemet, kan du imidlertid angi protokollen som "IPsec" (Internet Protocol Security).

  • Utstede 4: Hvis du konfigurerer en Gateway (for NAT) på en nettverkskontroller-administrerte nettverk uten å angi et eksternt adresseutvalg (som skal brukes til å konfigurere den eksterne IP-adressen for NAT), mislykkes konfigurasjonen for gatewayen.

  • Utstede 5: Hvis VMM-Server er installert på et operativsystem som ikke er engelske, mislykkes distribusjon av lagring mellomrom direkte (S2D)-klynger (både samlede og hyper-kommet) gjennom VMM.

    Du kan omgå dette problemet ved å bruke PowerShell for å distribuere og S2D klynge og hopper over validering av klyngen, som i følgende eksempler.

    For en SOFS S2D-klynge:

    Installer SCStorageFileServer – ClusterName navnet ScaleoutFileServerName - navnet - RunAsAccount RunAsAccount - AddExistingComputer Listofnodes - RunAsynchronously - DASModeEnabled-SkipClusterValidation
    For en klynge med Hyper-kommet S2D:

    Installer SCVMHostCluster - ClusterName navn - Jobbgruppe Jobbgruppe - RunAsynchronously - EnableSpaces-legitimasjon for AdminRunAsAccount - VMHost VMHosts – SkipValidation

  • Utstede 6: Opprette skjermet VMs beskyttet verter på en ikke-klarerte nettverk eller i et perimeternettverk virker ikke.

  • Utstede 7: Når du distribuerer programvaren definert nettverk (ISDN)-Gateway og ombord det til en nettverkskontroller i VMM tilkoblingsproblemer forekomme mellom gateway VM og leier VM.

    Dette problemet er løst i denne kumulative oppdateringen. Men hvis du vil omgå dette problemet midlertidig, koble gateway-nettverkskort, og koble den tilbake til bryteren. Eller Start på verten.

Kjente problemer

Prøver å installere kumulativ oppdatering 2 for System Center 2016 Virtual Machine Manager teknisk forhåndsvisning 5 på en teknisk forhåndsvisning 5 (eller kumulativ oppdatering 1 for teknisk forhåndsvisning 5) miljø som har en logisk svitsj (Nettverkskontroller administrert) med uplink-modus som Team, kan føre til følgende problemer:

  • Logisk svitsj kompatibilitet problem med den under feil:

    Feil (26809)
    Konfigurasjon av virtuell svitsj samsvarer ikke med forventet uplink-modus-innstillingen for UplinkMode fra logisk svitsj.

    Anbefales
    I VMM, reparerer overholdelse av denne virtuelle bryteren på verten Hyper-V.


  • Feil for logisk svitsj distribusjon


Hvis du vil omgå disse problemene, kjører du følgende skript på VMM-databasen:

-- TP5 contains SET switches as 'Team' uplink mode with NC managed-- SET without NC support adds a new 'Embedded Team' uplink mode
-- Convert the uplink mode from 'Team' to 'Embedded Team' for NC managed switches
UPDATE [dbo].[tbl_NetMan_LogicalSwitch]
SET
UplinkMode = 3 -- Embedded Team
WHERE UplinkMode = 2 AND ID IN (
-- Find logical switches with MS Azure VFP Extension (MS Network Controller)
SELECT ls.LogicalSwitchID
FROM [dbo].[tbl_NetMan_LogicalSwitchToVsemExtension] ls
INNER JOIN
[dbo].[tbl_NetMan_VirtualSwitchExtension] vse
ON ls.VsemExtensionId = vse.ID
WHERE vse.DriverNetCfgInstanceID = 'E9B59CFA-2BE1-4B21-828F-B6FBDBDDC017' -- Microsoft Azure VFP Extension
)
GO


Slik skaffer og installerer kumulativ 2 for System Center 2016 Virtual Machine Manager teknisk forhåndsvisning 5

Last ned informasjon

Oppdateringspakkene for Virtual Machine Manager er tilgjengelig ved manuell nedlasting.

Manuell nedlasting av oppdateringspakkene

Gå til følgende webområder for å laste ned oppdateringspakkene manuelt fra Microsoft Download Center:

Download Last ned pakken Server nå.

Download Last ned oppdateringspakken for Administrator-konsollen (amd64) nå.

Download Last ned oppdateringspakken for Administrator-konsollen (i386) nå.

Hvis du vil installere oppdateringspakkene manuelt, kjører du følgende kommando fra en hevet ledetekst:

msiexec.exe/Update pakkenavn

Hvis du for eksempel vil installere den kumulative oppdateringen 2-pakken for System Center 2016 Virtual Machine Manager teknisk forhåndsvisning 5-server (KB3160164), kjører du følgende kommando:

msiexec.exe /update kb3160164_vmmserver_amd64.msp
Obs! Når du utfører en oppdatering til en kumulativ oppdatering på VMM-serveren, krever denne oppdateringen installerer oppdateringer for både VMM Server- og Administrator-konsollen. Hvis du vil ha mer informasjon, kan du se følgende artikkel i Microsoft Knowledge Base:

3066343 hvordan å installere, fjerne eller kontrollere oppdateringspakkene for Virtual Machine Manager

Filene som oppdateres i denne samleoppdateringen

Administrator-konsollen KB3160165

Filer som er endret

Filstørrelse

Versjon

Språk-ID

Plattform

Errors.dll

5198600

4.0.1381.0

0

x86

Errors.dll

5198600

4.0.1381.0

0

x64

ImgLibEngine.dll

5124872

4.0.1381.0

0

Microsoft.SystemCenter.VirtualMachineManager.dll

2232072

4.0.1381.0

0

Microsoft.VirtualManager.UI.Dialogs.dll

3650312

4.0.1381.0

0

Microsoft.VirtualManager.UI.Pages.Datacenter.dll

3665160

4.0.1381.0

0

Microsoft.VirtualManager.UI.VmmControls.dll

936200

4.0.1381.0

0

Remoting.dll

1185032

4.0.1381.0

0

x86

Remoting.dll

1185032

4.0.1381.0

0

x64

Errors.resources.dll

1788168

4.0.1381.0

4

x86

Errors.resources.dll

1788168

4.0.1381.0

4

x64

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

33032

4.0.1381.0

4

x86

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

33032

4.0.1381.0

4

x64

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1145608

4.0.1381.0

4

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1357576

4.0.1381.0

4

Microsoft.VirtualManager.UI.VmmControls.resources.dll

296200

4.0.1381.0

4

Remoting.resources.dll

131848

4.0.1381.0

4

x86

Remoting.resources.dll

131848

4.0.1381.0

4

x64

Errors.resources.dll

2100488

4.0.1381.0

5

x86

Errors.resources.dll

2100488

4.0.1381.0

5

x64

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

34056

4.0.1381.0

5

x86

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

34056

4.0.1381.0

5

x64

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1178376

4.0.1381.0

5

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1387784

4.0.1381.0

5

Microsoft.VirtualManager.UI.VmmControls.resources.dll

301320

4.0.1381.0

5

Remoting.resources.dll

141576

4.0.1381.0

5

x86

Remoting.resources.dll

141576

4.0.1381.0

5

x64

Errors.resources.dll

2248456

4.0.1381.0

7

x86

Errors.resources.dll

2248456

4.0.1381.0

7

x64

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

34056

4.0.1381.0

7

x86

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

34056

4.0.1381.0

7

x64

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1179912

4.0.1381.0

7

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1388808

4.0.1381.0

7

Microsoft.VirtualManager.UI.VmmControls.resources.dll

301320

4.0.1381.0

7

Remoting.resources.dll

137992

4.0.1381.0

7

x86

Remoting.resources.dll

137992

4.0.1381.0

7

x64

Errors.resources.dll

2158856

4.0.1381.0

10

x86

Errors.resources.dll

2158856

4.0.1381.0

10

x64

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

34056

4.0.1381.0

10

x86

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

34056

4.0.1381.0

10

x64

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1179912

4.0.1381.0

10

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1388808

4.0.1381.0

10

Microsoft.VirtualManager.UI.VmmControls.resources.dll

301832

4.0.1381.0

10

Remoting.resources.dll

141064

4.0.1381.0

10

x86

Remoting.resources.dll

141064

4.0.1381.0

10

x64

Errors.resources.dll

2220808

4.0.1381.0

12

x86

Errors.resources.dll

2220808

4.0.1381.0

12

x64

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

34056

4.0.1381.0

12

x86

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

34056

4.0.1381.0

12

x64

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1187080

4.0.1381.0

12

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1397000

4.0.1381.0

12

Microsoft.VirtualManager.UI.VmmControls.resources.dll

303368

4.0.1381.0

12

Remoting.resources.dll

141064

4.0.1381.0

12

x86

Remoting.resources.dll

141064

4.0.1381.0

12

x64

Errors.resources.dll

2260744

4.0.1381.0

14

x86

Errors.resources.dll

2260744

4.0.1381.0

14

x64

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

34056

4.0.1381.0

14

x86

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

34056

4.0.1381.0

14

x64

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1185032

4.0.1381.0

14

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1394440

4.0.1381.0

14

Microsoft.VirtualManager.UI.VmmControls.resources.dll

302856

4.0.1381.0

14

Remoting.resources.dll

142600

4.0.1381.0

14

x86

Remoting.resources.dll

142600

4.0.1381.0

14

x64

Errors.resources.dll

2096904

4.0.1381.0

16

x86

Errors.resources.dll

2096904

4.0.1381.0

16

x64

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

34056

4.0.1381.0

16

x86

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

34056

4.0.1381.0

16

x64

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1173768

4.0.1381.0

16

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1383176

4.0.1381.0

16

Microsoft.VirtualManager.UI.VmmControls.resources.dll

301320

4.0.1381.0

16

Remoting.resources.dll

139016

4.0.1381.0

16

x86

Remoting.resources.dll

139016

4.0.1381.0

16

x64

Errors.resources.dll

2482440

4.0.1381.0

17

x86

Errors.resources.dll

2482440

4.0.1381.0

17

x64

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

34568

4.0.1381.0

17

x86

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

34568

4.0.1381.0

17

x64

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1201928

4.0.1381.0

17

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1410312

4.0.1381.0

17

Microsoft.VirtualManager.UI.VmmControls.resources.dll

305416

4.0.1381.0

17

Remoting.resources.dll

142600

4.0.1381.0

17

x86

Remoting.resources.dll

142600

4.0.1381.0

17

x64

Errors.resources.dll

2196232

4.0.1381.0

18

x86

Errors.resources.dll

2196232

4.0.1381.0

18

x64

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

34056

4.0.1381.0

18

x86

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

34056

4.0.1381.0

18

x64

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1175816

4.0.1381.0

18

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1384712

4.0.1381.0

18

Microsoft.VirtualManager.UI.VmmControls.resources.dll

300296

4.0.1381.0

18

Remoting.resources.dll

137480

4.0.1381.0

18

x86

Remoting.resources.dll

137480

4.0.1381.0

18

x64

Errors.resources.dll

2065160

4.0.1381.0

19

x86

Errors.resources.dll

2065160

4.0.1381.0

19

x64

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

34056

4.0.1381.0

19

x86

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

34056

4.0.1381.0

19

x64

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1171720

4.0.1381.0

19

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1380616

4.0.1381.0

19

Microsoft.VirtualManager.UI.VmmControls.resources.dll

300296

4.0.1381.0

19

Remoting.resources.dll

137992

4.0.1381.0

19

x86

Remoting.resources.dll

137992

4.0.1381.0

19

x64

Errors.resources.dll

2169608

4.0.1381.0

21

x86

Errors.resources.dll

2169608

4.0.1381.0

21

x64

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

34056

4.0.1381.0

21

x86

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

34056

4.0.1381.0

21

x64

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1175816

4.0.1381.0

21

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1385736

4.0.1381.0

21

Microsoft.VirtualManager.UI.VmmControls.resources.dll

301320

4.0.1381.0

21

Remoting.resources.dll

141064

4.0.1381.0

21

x86

Remoting.resources.dll

141064

4.0.1381.0

21

x64

Errors.resources.dll

2965768

4.0.1381.0

25

x86

Errors.resources.dll

2965768

4.0.1381.0

25

x64

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

36104

4.0.1381.0

25

x86

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

36104

4.0.1381.0

25

x64

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1260808

4.0.1381.0

25

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1465608

4.0.1381.0

25

Microsoft.VirtualManager.UI.VmmControls.resources.dll

317704

4.0.1381.0

25

Remoting.resources.dll

158472

4.0.1381.0

25

x86

Remoting.resources.dll

158472

4.0.1381.0

25

x64

Errors.resources.dll

2014472

4.0.1381.0

29

x86

Errors.resources.dll

2014472

4.0.1381.0

29

x64

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

33544

4.0.1381.0

29

x86

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

33544

4.0.1381.0

29

x64

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1165576

4.0.1381.0

29

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1377032

4.0.1381.0

29

Microsoft.VirtualManager.UI.VmmControls.resources.dll

299272

4.0.1381.0

29

Remoting.resources.dll

137480

4.0.1381.0

29

x86

Remoting.resources.dll

137480

4.0.1381.0

29

x64

Errors.resources.dll

2038536

4.0.1381.0

31

x86

Errors.resources.dll

2038536

4.0.1381.0

31

x64

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

33544

4.0.1381.0

31

x86

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

33544

4.0.1381.0

31

x64

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1170184

4.0.1381.0

31

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1381128

4.0.1381.0

31

Microsoft.VirtualManager.UI.VmmControls.resources.dll

300296

4.0.1381.0

31

Remoting.resources.dll

138504

4.0.1381.0

31

x86

Remoting.resources.dll

138504

4.0.1381.0

31

x64

Errors.resources.dll

1814792

4.0.1381.0

1028

x86

Errors.resources.dll

1814792

4.0.1381.0

1028

x64

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

33032

4.0.1381.0

1028

x86

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

33032

4.0.1381.0

1028

x64

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1148168

4.0.1381.0

1028

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1360648

4.0.1381.0

1028

Microsoft.VirtualManager.UI.VmmControls.resources.dll

296712

4.0.1381.0

1028

Remoting.resources.dll

132360

4.0.1381.0

1028

x86

Remoting.resources.dll

132360

4.0.1381.0

1028

x64

Errors.resources.dll

2107144

4.0.1381.0

1046

x86

Errors.resources.dll

2107144

4.0.1381.0

1046

x64

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

34056

4.0.1381.0

1046

x86

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

34056

4.0.1381.0

1046

x64

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1175816

4.0.1381.0

1046

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1384200

4.0.1381.0

1046

Microsoft.VirtualManager.UI.VmmControls.resources.dll

301320

4.0.1381.0

1046

Remoting.resources.dll

139528

4.0.1381.0

1046

x86

Remoting.resources.dll

139528

4.0.1381.0

1046

x64

Errors.resources.dll

2129160

4.0.1381.0

2070

x86

Errors.resources.dll

2129160

4.0.1381.0

2070

x64

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

34056

4.0.1381.0

2070

x86

Microsoft.SystemCenter.VirtualMachineManager.resources.dll

34056

4.0.1381.0

2070

x64

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1178376

4.0.1381.0

2070

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1387784

4.0.1381.0

2070

Microsoft.VirtualManager.UI.VmmControls.resources.dll

301320

4.0.1381.0

2070

Remoting.resources.dll

140552

4.0.1381.0

2070

x86

Remoting.resources.dll

140552

4.0.1381.0

2070

x64



Virtual Machine Manager Server KB3160164

Filer som er endret

Filstørrelse

Versjon

Språk-ID

Plattform

DBUpdate.dll

1333512

4.0.1381.0

0

Engine.Adhc.Operations.dll

1727240

4.0.1381.0

0

Engine.VmOperations.dll

1593096

4.0.1381.0

0

Errors.dll

5198600

4.0.1381.0

0

x86

Errors.dll

5198600

4.0.1381.0

0

x64

Errors.dll

5198600

4.0.1381.0

0

x86

Errors.dll

5198600

4.0.1381.0

0

x64

ImgLibEngine.dll

5124872

4.0.1381.0

0

x86

ImgLibEngine.dll

5124872

4.0.1381.0

0

x64

NetworkControllerPlugin.dll

198408

4.0.1381.0

0

Remoting.dll

1185032

4.0.1381.0

0

x86

Remoting.dll

1185032

4.0.1381.0

0

x64

ValHyperVImplementation.dll

520456

4.0.1381.0

0

Errors.resources.dll

1788168

4.0.1381.0

4

x86

Errors.resources.dll

1788168

4.0.1381.0

4

x64

Remoting.resources.dll

131848

4.0.1381.0

4

x86

Remoting.resources.dll

131848

4.0.1381.0

4

x64

Errors.resources.dll

2100488

4.0.1381.0

5

x86

Errors.resources.dll

2100488

4.0.1381.0

5

x64

Remoting.resources.dll

141576

4.0.1381.0

5

x86

Remoting.resources.dll

141576

4.0.1381.0

5

x64

Errors.resources.dll

2248456

4.0.1381.0

7

x86

Errors.resources.dll

2248456

4.0.1381.0

7

x64

Remoting.resources.dll

137992

4.0.1381.0

7

x86

Remoting.resources.dll

137992

4.0.1381.0

7

x64

Errors.resources.dll

2158856

4.0.1381.0

10

x86

Errors.resources.dll

2158856

4.0.1381.0

10

x64

Remoting.resources.dll

141064

4.0.1381.0

10

x86

Remoting.resources.dll

141064

4.0.1381.0

10

x64

Errors.resources.dll

2220808

4.0.1381.0

12

x86

Errors.resources.dll

2220808

4.0.1381.0

12

x64

Remoting.resources.dll

141064

4.0.1381.0

12

x86

Remoting.resources.dll

141064

4.0.1381.0

12

x64

Errors.resources.dll

2260744

4.0.1381.0

14

x86

Errors.resources.dll

2260744

4.0.1381.0

14

x64

Remoting.resources.dll

142600

4.0.1381.0

14

x86

Remoting.resources.dll

142600

4.0.1381.0

14

x64

Errors.resources.dll

2096904

4.0.1381.0

16

x86

Errors.resources.dll

2096904

4.0.1381.0

16

x64

Remoting.resources.dll

139016

4.0.1381.0

16

x86

Remoting.resources.dll

139016

4.0.1381.0

16

x64

Errors.resources.dll

2482440

4.0.1381.0

17

x86

Errors.resources.dll

2482440

4.0.1381.0

17

x64

Remoting.resources.dll

142600

4.0.1381.0

17

x86

Remoting.resources.dll

142600

4.0.1381.0

17

x64

Errors.resources.dll

2196232

4.0.1381.0

18

x86

Errors.resources.dll

2196232

4.0.1381.0

18

x64

Remoting.resources.dll

137480

4.0.1381.0

18

x86

Remoting.resources.dll

137480

4.0.1381.0

18

x64

Errors.resources.dll

2065160

4.0.1381.0

19

x86

Errors.resources.dll

2065160

4.0.1381.0

19

x64

Remoting.resources.dll

137992

4.0.1381.0

19

x86

Remoting.resources.dll

137992

4.0.1381.0

19

x64

Errors.resources.dll

2169608

4.0.1381.0

21

x86

Errors.resources.dll

2169608

4.0.1381.0

21

x64

Remoting.resources.dll

141064

4.0.1381.0

21

x86

Remoting.resources.dll

141064

4.0.1381.0

21

x64

Errors.resources.dll

2965768

4.0.1381.0

25

x86

Errors.resources.dll

2965768

4.0.1381.0

25

x64

Remoting.resources.dll

158472

4.0.1381.0

25

x86

Remoting.resources.dll

158472

4.0.1381.0

25

x64

Errors.resources.dll

2014472

4.0.1381.0

29

x86

Errors.resources.dll

2014472

4.0.1381.0

29

x64

Remoting.resources.dll

137480

4.0.1381.0

29

x86

Remoting.resources.dll

137480

4.0.1381.0

29

x64

Errors.resources.dll

2038536

4.0.1381.0

31

x86

Errors.resources.dll

2038536

4.0.1381.0

31

x64

Remoting.resources.dll

138504

4.0.1381.0

31

x86

Remoting.resources.dll

138504

4.0.1381.0

31

x64

Errors.resources.dll

1814792

4.0.1381.0

1028

x86

Errors.resources.dll

1814792

4.0.1381.0

1028

x64

Remoting.resources.dll

132360

4.0.1381.0

1028

x86

Remoting.resources.dll

132360

4.0.1381.0

1028

x64

vmmAgent.exe

3825416

4.0.1381.0

1033

x86

vmmAgentPE.exe

2131208

4.0.1381.0

1033

x64

Errors.resources.dll

2107144

4.0.1381.0

1046

x86

Errors.resources.dll

2107144

4.0.1381.0

1046

x64

Remoting.resources.dll

139528

4.0.1381.0

1046

x86

Remoting.resources.dll

139528

4.0.1381.0

1046

x64

Errors.resources.dll

2129160

4.0.1381.0

2070

x86

Errors.resources.dll

2129160

4.0.1381.0

2070

x64

Remoting.resources.dll

140552

4.0.1381.0

2070

x86

Remoting.resources.dll

140552

4.0.1381.0

2070

x64



GjelderDenne artikkelen gjelder for følgende:

  • Microsoft System Center 2016 Virtual Machine Manager teknisk forhåndsvisning 5

Trenger du mer hjelp?

Vil du ha flere alternativer?

Utforsk abonnementsfordeler, bla gjennom opplæringskurs, finn ut hvordan du sikrer enheten og mer.

Fellesskap hjelper deg med å stille og svare på spørsmål, gi tilbakemelding og høre fra eksperter med stor kunnskap.

Var denne informasjonen nyttig?

Hvor fornøyd er du med språkkvaliteten?
Hva påvirket opplevelsen din?
Når du trykker på Send inn, blir tilbakemeldingen brukt til å forbedre Microsoft-produkter og -tjenester. IT-administratoren kan samle inn disse dataene. Personvernerklæring.

Takk for tilbakemeldingen!

×