Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.


View products that this article applies to.

Introduction

This article describes the issues that are fixed in Cumulative Update 2 for Microsoft System Center 2016 Virtual Machine Manager (VMM) Technical Preview 5. There are two updates available for Cumulative Update 2 for System Center 2016 Virtual Machine Manager Technical Preview 5: one for VMM Server and one for the Administrator Console. Additionally, this article contains the installation instructions for this cumulative update.

Scenarios enabled in this cumulative update

Scenario 1: Support for bare metal deployments of Nano Server-based Hyper-V hosts

With this cumulative update, you can do bare metal deployments of Nano Server-based Hyper-V hosts by using VMM.

Note Bare metal deployment of Nano Server-based Compute & Storage clusters is currently not supported with VMM, but will be supported soon.

If you do not have this cumulative update installed and you are trying to do bare metal deployment of Nano Server-based Hyper-V hosts using VMM, you will experience issues. If you have encountered this scenario, we recommend that you deploy Nano Server on bare metal computers outside VMM and then bring the nodes to VMMs management.

Scenario 2: Support for Switch Embedded Teaming (SET) for non-Network Controller-managed hosts

With this cumulative update, you can configure SET on non-Network Controller-managed hosts. Before this update, SET was only supported for Network Controller-managed hosts.

Issues that are fixed in this cumulative update

  • Issue 1: As a Delegated Administrator (DA), when you try to configure the load balancer on the Network Controller Service, the service crashes with a NULL pointer exception.

    This issue is fixed in this cumulative update. However, to temporarily work around this issue, use the Fabric administrator to configure the load balancer.

  • Issue 2: When you try to configure VPN connections that are running on a Network Controller-managed gateway, VMM does not display the VPNServerAddress object on the VMM Console.

    If you try to configure a VPN connection from Windows Azure Pack (WAP), the connection fails with an error. This may block users from setting up remote endpoints for the connection.

    This issue is fixed in this cumulative update. However, to temporarily work around this issue, you can obtain the VPNServerAddress object from the Network Controller JSON.

  • Issue 3: When you try to configure VPN connections that are running on a Network Controller-managed gateway and specify "IKEV2" as the protocol, the configuration fails, and you receive the following error message:

    Plugin for network service 'Network Controller' threw an exception: 'One or more parameters specified for the operation are not valid. Specify valid parameters.'

    Work with the network service vendor to fix the problem.

    ID: 50124


    This may block Windows Azure Pack (WAP) users from creating Site-to-Site VPN connection with Network Controller fabric. This issue is fixed in this cumulative update. However, to temporarily work around this issue, specify the protocol as "IPsec" (Internet Protocol Security).

  • Issue 4: If you configure a Gateway (for NAT) on a Network Controller-managed network without specifying an external address pool (which will be used to configure the external IP address for NAT), configuration of the gateway fails.

  • Issue 5: If the VMM Server is installed on a non-English operating system, deployment of Storage Spaces Direct (S2D) clusters (both aggregated and hyper-converged) through VMM fails.

    To work around this issue, use PowerShell to deploy and S2D cluster and to skip cluster validation, as in the following examples.

    For an SOFS S2D cluster:

    Install-SCStorageFileServer –ClusterName name -ScaleoutFileServerName name -RunAsAccount RunAsAccount -AddExistingComputer Listofnodes -RunAsynchronously -DASModeEnabled –SkipClusterValidation
    For a Hyper-converged S2D cluster:

    Install-SCVMHostCluster -ClusterName name -JobGroup JobGroup -RunAsynchronously -EnableSpaces -Credential AdminRunAsAccount -VMHost VMHosts –SkipValidation

  • Issue 6: Creating Shielded VMs on Guarded Hosts on an untrusted network or on a perimeter network fails.

  • Issue 7: When you deploy the Software Defined Networking (SDN) Gateway and onboard it to the Network Controller in VMM, connectivity issues occur between the gateway VM and the tenant VM.

    This issue is fixed in this cumulative update. However, to temporarily work around this issue, disconnect the gateway network adapter, and connect it back to the switch. Or, restart the host.

Known issues

Trying to install Cumulative Update 2 for System Center 2016 Virtual Machine Manager Technical Preview 5 on a Technical Preview 5 (or on Cumulative Update 1 for Technical Preview 5) environment that has a Logical Switch (network controller managed) with uplink mode as Team, may lead to the following issues:

  • Logical switch compliance issue with the below error:

    Error (26809)
    The virtual switch configuration does not match the expected uplink mode setting of UplinkMode from the logical switch.

    Recommended Action
    In VMM, remediate the compliance of this virtual switch on the Hyper-V host.


  • Failure of logical switch deployment


To work around these issues, run the following script on the VMM Database:

-- 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


How to obtain and install Cumulative Update 2 for System Center 2016 Virtual Machine Manager Technical Preview 5

Download information

Update packages for Virtual Machine Manager are available by manual download.

Manual download of the update packages

Go to the following websites to manually download the update packages from the Microsoft Download Center:

Download Download the Server update package now.

Download Download the Administrator Console (amd64) update package now.

Download Download the Administrator Console (i386) update package now.

To manually install the update packages, run the following command from an elevated command prompt:

msiexec.exe /update packagename

For example, to install the Cumulative Update 2 package for a System Center 2016 Virtual Machine Manager Technical Preview 5 server (KB3160164), run the following command:

msiexec.exe /update kb3160164_vmmserver_amd64.msp
Note When you perform an update to a cumulative update on the VMM server, the update requires installing both the VMM Server and Administrator Console updates. For more information, see the following article in the Microsoft Knowledge Base:

3066343 How to install, remove, or verify update packages for Virtual Machine Manager

Files updated in this update rollup

Administrator Console KB3160165

Files that are changed

File size

Version

Language ID

Platform

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

Files that are changed

File size

Version

Language ID

Platform

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



Applies toThis article applies to the following:

  • Microsoft System Center 2016 Virtual Machine Manager Technical Preview 5

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×