Configuring SR-IOV Hyper-V host. The VMs are not connecting to the network VM NIC shows (unidentified network)
Hi, 

I am trying to configure SR-IOV on a Hyper-V server. As far as I know everything is configured correctly from the hardware and OS side. This is a Dell server 720 with Intel card. 

Could someone please help me out.

This is what I have done so far:

I have followed the vendors documentation in order to configure it. 

http://www.intel.com/content/dam/www/public/us/en/documents/technology-briefs/ethernet-sr-iov-microsoft-windows-brief.pdf

I have used this blog to confirm the functionality:

http://blogs.technet.com/b/jhoward/archive/2012/03/21/everything-you-wanted-to-know-about-sr-iov-in-hyper-v-part-8.aspx

Cisco switch where the physical NIC assigned to the VSwitch is connected to a port that's configured with an specific VLAN (no trunk)

Everything I've checked indicates that SR-IOV is configured correctly form the and hardware/OS side. Including the VSwitch, the VM NIC. I have ran a few Powershell commands to confirm the confirmation and from my research everything seemed ok. 

When I run the following command against the VM NICS for a particular VM  IovWeight IovQueuePairsAssigned and IovUsage are zero but Status and StatusDescription do not provide any reasons for it. 

PS C:\> Get-VMNetworkAdapter "RDSHVM" | fl *


 IovWeight                : 0
 IovQueuePairsRequested   : 1
 IovQueuePairsAssigned    : 0
 IovInterruptModeration   : Default
 IovUsage                 : 0
 ClusterMonitored         : True
 VirtualFunction          :
 IsLegacy                 : False
 IsManagementOs           : False
 IsExternalAdapter        : False
 Id                       : Microsoft:4C1FD1D4-2612-4596-8DD4-06EE2F76BBC0\1E2E4
                            F99-E233-4597-98C0-6909C8F74D9C
 AdapterId                : 1e2e4f99-e233-4597-98c0-6909c8f74d9c
 DynamicMacAddressEnabled : True
 MacAddress               : 00155D2F4703
 MacAddressSpoofing       : Off
 SwitchId                 : 02bf2bc3-b67b-4918-88d2-19a6fb9beaad
 Connected                : True
 PoolName                 :
 SwitchName               : EVN-SRIOV-A
 AclList                  : {}
 ExtendedAclList          : {}
 IsolationSetting         : Microsoft.HyperV.PowerShell.VMNetworkAdapterIsolatio


August 28th, 2015 6:18pm

So, the Cisco switch is tagging at the port level for you.

So there should be no VLAN tag set on the VM NIC or physical NIC.

Also, did you enable SRIOV at the time you created your virtual switch?  That is the only time it can be enabled.

Above does not identify that a virtual function of the physical NIC was assigned to the VM.  That field is empty.

When a virtual switch is created with SRIOV, there can be no virtual NICs attached that do not use SRIOV or the capabilities are backed down.

The Intel Docs should still be good.

Did you query the capabilities of your virtual switch  Get-VMSwitch _____ | select *

Free Windows Admin Tool Kit Click here and download it now
August 28th, 2015 7:10pm

Cisco switch where the physical NIC assigned to the VSwitch is connected to a port that's configured with an specific VLAN (no trunk)

There are a lot of ways to read this, but the way I'm reading it is that the physical switch port is in access mode. I don't believe that many Cisco switches are amenable to having a remote switch connected to a port that's in access mode. Try switching it to trunk mode. If you want it to default to a particular VLAN, set that as the native VLAN. It's not recommended that you do so since you cannot make a matching change on the Hyper-V side, but it's your network.

There are a lot of moving parts here, so I'd confirm that you can make it work in non-SR-IOV mode before worrying about SR-IOV mode.

August 28th, 2015 7:18pm

Thank you both for helping out! I don't have access to the env. right now and can't provide details but I am planning to include the powershell commands that I've run and the output that I have received. 

Since there are a lot of moving parts and I am coming from the VMWare vSphere world first time dealing with Hyper-V and VMM, let's try to break it in pieces so that I can follow. 

The Cisco switches, physical connectivity and logical switches are configured:

Cisco Sw1 ---> Port 12 --- switchport access vlan 44  ------- NIC 3 (Hyper-V-01) ----> EVN-SRIOV-A (Logical Switch)

Cisco Sw2 ---> Port 12 --- switchport access vlan 44  ------- NIC 4 (Hyper-V-01) ----> EVN-SRIOV-B (Logical Switch)

The VMs will always be part of VLAN 44. 

Is this ok so far? 

Free Windows Admin Tool Kit Click here and download it now
August 29th, 2015 12:55pm

Well, SR-IOV still seems to me to be a hammer looking for a nail. I suspect that the continually improving relationship between virtualization and hardware will overtake the value proposition of SR-IOV before it goes mainstream. In foul weather, it would be the first ship that I would abandon. That's to level-set where I'm coming from.

What would be important to me in this setup is verifying that I can make virtual machines plugged into a standard Hyper-V switch function on one of these two pNICs and the Cisco switch. Once that's done, I would then go back and see whether or not I could make the other one work with SR-IOV. If that works, the first switch can be rebuilt. If it doesn't, then I would re-assess whether or not I thought that I could make SR-IOV work and if it would be worth the effort. Does that approach make sense? If so, here's how I would proceed:

First of all, forget VMM for now. It is so flaky and unstable that until you can be absolutely certain that it is not causing a problem, it is safe to assume that it is causing a problem. I would take it out of the equation until you can demonstrate that everything else is functional.

Second, check the configuration of the chosen Cisco switch port. It should be in trunk mode. I would not set a native VLAN at this time.

Third, create a brand new Hyper-V virtual switch on that pNIC using Hyper-V Manager or PowerShell. Don't start with SR-IOV in the beginning. We're verifying that the NIC and the switch will work together in this configuration.

Fourth, connect a VM to that vSwitch and test. Make sure to set its vNIC for whatever VLAN that you need.

Fifth, if you are 100% certain that you will never use anything on the Hyper-V side that isn't in VLAN 44, then you can set the native VLAN to 44. It looks like you intend to use your environment for RDS, so I can tell you that if your base VM for any given collection is set to VLAN 44 then all of the VMs you create in it will also be set automatically to VLAN 44. That's more maintainable and self-documenting and cross-host survivable and easier for the next guy to deal with, but again, your network. I'm just telling you what I would do. If you do set the native VLAN, remove VLAN tagging from the VM that you made for step 4 and test again.

Sixth, if everything is working, then you can recreate the switch as a logical switch in VMM.

If everything still works at this point, then you can move on to repeating these steps on the other pNIC using an SR-IOV switch. I would retrace these steps from the ground up, because there are very fundamental differences between SR-IOV and standard mode.

August 29th, 2015 1:23pm

I have found the output of the PS commands that I've used while troubleshooting. I am pasting the output in different posts.  

PS C:\> Get-VMNetworkAdapter "RDSHVM" | fl *


 IovWeight                : 0
 IovQueuePairsRequested   : 1
 IovQueuePairsAssigned    : 0
 IovInterruptModeration   : Default
 IovUsage                 : 0
 ClusterMonitored         : True
 VirtualFunction          :
 IsLegacy                 : False
 IsManagementOs           : False
 IsExternalAdapter        : False
 Id                       : Microsoft:4C1FD1D4-2612-4596-8DD4-06EE2F76BBC0\1E2E4
                            F99-E233-4597-98C0-6909C8F74D9C
 AdapterId                : 1e2e4f99-e233-4597-98c0-6909c8f74d9c
 DynamicMacAddressEnabled : True
 MacAddress               : 00155D2F4703
 MacAddressSpoofing       : Off
 SwitchId                 : 02bf2bc3-b67b-4918-88d2-19a6fb9beaad
 Connected                : True
 PoolName                 :
 SwitchName               : EVN-SRIOV-A
 AclList                  : {}
 ExtendedAclList          : {}
 IsolationSetting         : Microsoft.HyperV.PowerShell.VMNetworkAdapterIsolatio
                            nSetting
 CurrentIsolationMode     : Vlan
 RoutingDomainList        : {}
 DhcpGuard                : Off
 RouterGuard              : Off
 PortMirroringMode        : None
 IeeePriorityTag          : Off
 VirtualSubnetId          : 0
 DynamicIPAddressLimit    : 0
 StormLimit               : 0
 AllowTeaming             : Off
 VMQWeight                : 100
 IPsecOffloadMaxSA        : 512
 VmqUsage                 : 1
 IPsecOffloadSAUsage      : 0
 VFDataPathActive         : False
 VMQueue                  :
 MandatoryFeatureId       : {}
 MandatoryFeatureName     : {}
 VlanSetting              : Microsoft.HyperV.PowerShell.VMNetworkAdapterVlanSett
                            ing
 BandwidthSetting         :
 BandwidthPercentage      : 0
 TestReplicaPoolName      :
 TestReplicaSwitchName    :
 StatusDescription        : {OK}
 Status                   : {Ok}
 IPAddresses              : {10.231.44.80, fe80::f06c:e74a:552c:53}
 ComputerName             : OLSLST-HVRDS01
 Name                     : OLSLST-RDSH03
 IsDeleted                : False
 VMId                     : 4c1fd1d4-2612-4596-8dd4-06ee2f76bbc0
 VMName                   : OLSLST-RDSH03
 VMSnapshotId             : 00000000-0000-0000-0000-000000000000
 VMSnapshotName           :
 Key                      :

IovWeight                : 0
 IovQueuePairsRequested   : 1
 IovQueuePairsAssigned    :
 IovInterruptModeration   : Default
 IovUsage                 :
 ClusterMonitored         : True
 VirtualFunction          :
 IsLegacy                 : False
 IsManagementOs           : False
 IsExternalAdapter        : False
 Id                       : Microsoft:4C1FD1D4-2612-4596-8DD4-06EE2F76BBC0\8B915
                            53E-2833-43DE-8249-76601788F974
 AdapterId                :
 DynamicMacAddressEnabled : True
 MacAddress               : 00155D2F4704
 MacAddressSpoofing       : Off
 SwitchId                 :
 Connected                : False
 PoolName                 : Primordial
 SwitchName               :
 AclList                  : {}
 ExtendedAclList          : {}
 IsolationSetting         : Microsoft.HyperV.PowerShell.VMNetworkAdapterIsolatio
                            nSetting
 CurrentIsolationMode     : Vlan
 RoutingDomainList        : {}
 DhcpGuard                : Off
 RouterGuard              : Off
 PortMirroringMode        : None
 IeeePriorityTag          : Off
 VirtualSubnetId          : 0
 DynamicIPAddressLimit    : 0
 StormLimit               : 0
 AllowTeaming             : Off
 VMQWeight                : 0
 IPsecOffloadMaxSA        : 0
 VmqUsage                 :
 IPsecOffloadSAUsage      :
 VFDataPathActive         : False
 VMQueue                  :
 MandatoryFeatureId       : {}
 MandatoryFeatureName     : {}
 VlanSetting              : Microsoft.HyperV.PowerShell.VMNetworkAdapterVlanSett
                            ing
 BandwidthSetting         :
 BandwidthPercentage      : 0
 TestReplicaPoolName      :
 TestReplicaSwitchName    :
 StatusDescription        :
 Status                   :
 IPAddresses              : {}
 ComputerName             : OLSLST-HVRDS01
 Name                     : OLSLST-RDSH03
 IsDeleted                : False
 VMId                     : 4c1fd1d4-2612-4596-8dd4-06ee2f76bbc0
 VMName                   : OLSLST-RDSH03
 VMSnapshotId             : 00000000-0000-0000-0000-000000000000
 VMSnapshotName           :
 Key                      :


Free Windows Admin Tool Kit Click here and download it now
August 29th, 2015 1:35pm

PS C:\> (Get-VMHost).IovSupportReasons
OK
PS C:\> Get-NetAdapterSriov


Name                 : NIC3
InterfaceDescription : Intel(R) Ethernet 10G 2P X520 Adapter #4
Enabled              : True
SriovSupport         : Supported
SwitchName           : DefaultSwitchName
NumVFs               : 62

Name                 : NIC1
InterfaceDescription : Intel(R) Ethernet 10G 2P X520 Adapter #3
Enabled              : True
SriovSupport         : Supported
SwitchName           : DefaultSwitchName
NumVFs               : 62

Name                 : NIC4
InterfaceDescription : Intel(R) Ethernet 10G 2P X520 Adapter #2
Enabled              : True
SriovSupport         : Supported
SwitchName           : DefaultSwitchName
NumVFs               : 62

Name                 : NIC2
InterfaceDescription : Intel(R) Ethernet 10G 2P X520 Adapter
Enabled              : True
SriovSupport         : Supported
SwitchName           : DefaultSwitchName
NumVFs               : 62
PS C:\> Get-NetAdapterSriov NIC1 | fl *


ifAlias                              : NIC1
InterfaceAlias                       : NIC1
ifDesc                               : Intel(R) Ethernet 10G 2P X520 Adapter #3
SriovSupport                         : Supported
Caption                              : MSFT_NetAdapterSriovSettingData
                                       'Intel(R) Ethernet 10G 2P X520 Adapter
                                       #3'
Description                          : Intel(R) Ethernet 10G 2P X520 Adapter #3
ElementName                          : Intel(R) Ethernet 10G 2P X520 Adapter #3
InstanceID                           : {0CB4F808-EEF3-4E7D-A928-68424F22AE57}
InterfaceDescription                 : Intel(R) Ethernet 10G 2P X520 Adapter #3
Name                                 : NIC1
Source                               : 3
SystemName                           : OLSLST-HVRDS01.domain.com
CurrentCapabilities                  :
Enabled                              : True
HardwareCapabilities                 :
NumActiveDefaultVPortMacAddresses    :
NumActiveDefaultVPortVlanIds         :
NumActiveNonDefaultVPortMacAddresses :
NumActiveNonDefaultVPortVlanIds      :
NumActiveVPorts                      :
NumAllocatedVFs                      :
NumQueuePairsForDefaultVPort         :
NumQueuePairsForNonDefaultVPorts     :
NumVFs                               : 62
NumVPorts                            :
SwitchName                           : DefaultSwitchName
SwitchType                           : 1
PSComputerName                       :
CimClass                             : ROOT/StandardCimv2:MSFT_NetAdapterSriovS
                                       ettingData
CimInstanceProperties                : {Caption, Description, ElementName,
                                       InstanceID...}
CimSystemProperties                  : Microsoft.Management.Infrastructure.CimS
                                       ystemProperties
August 29th, 2015 1:36pm

PS C:\> Get-VMSwitch EVN-SRIOV-A | fl *


ComputerName                        : OLSLST-HVRDS01
Name                                : EVN-SRIOV-A
Id                                  : 02bf2bc3-b67b-4918-88d2-19a6fb9beaad
Notes                               :
SwitchType                          : External
AllowManagementOS                   : False
NetAdapterInterfaceDescription      : Intel(R) Ethernet 10G 2P X520 Adapter #4
AvailableVMQueues                   : 1
NumberVmqAllocated                  : 1
IovEnabled                          : True
IovVirtualFunctionCount             : 62
IovVirtualFunctionsInUse            : 0
IovQueuePairCount                   : 63
IovQueuePairsInUse                  : 0
AvailableIPSecSA                    : 0
NumberIPSecSAAllocated              : 0
BandwidthPercentage                 : 0
BandwidthReservationMode            : None
DefaultFlowMinimumBandwidthAbsolute : 0
DefaultFlowMinimumBandwidthWeight   : 0
Extensions                          : {Microsoft NDIS Capture, Microsoft VMM
                                      DHCPv4 Server Switch Extension,
                                      Microsoft Windows Filtering Platform}
IovSupport                          : True
IovSupportReasons                   : {OK}
IsDeleted                           : False
Key                                 :
Free Windows Admin Tool Kit Click here and download it now
August 29th, 2015 1:36pm

PS C:\> Get-VMNetworkAdapter "OLSLST-RDSH03" | fl *


IovWeight                : 0
IovQueuePairsRequested   : 1
IovQueuePairsAssigned    : 0
IovInterruptModeration   : Default
IovUsage                 : 0
ClusterMonitored         : True
VirtualFunction          :
IsLegacy                 : False
IsManagementOs           : False
IsExternalAdapter        : False
Id                       : Microsoft:4C1FD1D4-2612-4596-8DD4-06EE2F76BBC0\1E2E4
                           F99-E233-4597-98C0-6909C8F74D9C
AdapterId                : 1e2e4f99-e233-4597-98c0-6909c8f74d9c
DynamicMacAddressEnabled : True
MacAddress               : 00155D2F4703
MacAddressSpoofing       : Off
SwitchId                 : 02bf2bc3-b67b-4918-88d2-19a6fb9beaad
Connected                : True
PoolName                 :
SwitchName               : EVN-SRIOV-A
AclList                  : {}
ExtendedAclList          : {}
IsolationSetting         : Microsoft.HyperV.PowerShell.VMNetworkAdapterIsolatio
                           nSetting
CurrentIsolationMode     : Vlan
RoutingDomainList        : {}
DhcpGuard                : Off
RouterGuard              : Off
PortMirroringMode        : None
IeeePriorityTag          : Off
VirtualSubnetId          : 0
DynamicIPAddressLimit    : 0
StormLimit               : 0
AllowTeaming             : Off
VMQWeight                : 100
IPsecOffloadMaxSA        : 512
VmqUsage                 : 1
IPsecOffloadSAUsage      : 0
VFDataPathActive         : False
VMQueue                  :
MandatoryFeatureId       : {}
MandatoryFeatureName     : {}
VlanSetting              : Microsoft.HyperV.PowerShell.VMNetworkAdapterVlanSett
                           ing
BandwidthSetting         :
BandwidthPercentage      : 0
TestReplicaPoolName      :
TestReplicaSwitchName    :
StatusDescription        : {OK}
Status                   : {Ok}
IPAddresses              : {10.231.44.80, fe80::f06c:e74a:552c:53}
ComputerName             : OLSLST-HVRDS01
Name                     : OLSLST-RDSH03
IsDeleted                : False
VMId                     : 4c1fd1d4-2612-4596-8dd4-06ee2f76bbc0
VMName                   : OLSLST-RDSH03
VMSnapshotId             : 00000000-0000-0000-0000-000000000000
VMSnapshotName           :
Key                      :

IovWeight                : 0
IovQueuePairsRequested   : 1
IovQueuePairsAssigned    :
IovInterruptModeration   : Default
IovUsage                 :
ClusterMonitored         : True
VirtualFunction          :
IsLegacy                 : False
IsManagementOs           : False
IsExternalAdapter        : False
Id                       : Microsoft:4C1FD1D4-2612-4596-8DD4-06EE2F76BBC0\8B915
                           53E-2833-43DE-8249-76601788F974
AdapterId                :
DynamicMacAddressEnabled : True
MacAddress               : 00155D2F4704
MacAddressSpoofing       : Off
SwitchId                 :
Connected                : False
PoolName                 : Primordial
SwitchName               :
AclList                  : {}
ExtendedAclList          : {}
IsolationSetting         : Microsoft.HyperV.PowerShell.VMNetworkAdapterIsolatio
                           nSetting
CurrentIsolationMode     : Vlan
RoutingDomainList        : {}
DhcpGuard                : Off
RouterGuard              : Off
PortMirroringMode        : None
IeeePriorityTag          : Off
VirtualSubnetId          : 0
DynamicIPAddressLimit    : 0
StormLimit               : 0
AllowTeaming             : Off
VMQWeight                : 0
IPsecOffloadMaxSA        : 0
VmqUsage                 :
IPsecOffloadSAUsage      :
VFDataPathActive         : False
VMQueue                  :
MandatoryFeatureId       : {}
MandatoryFeatureName     : {}
VlanSetting              : Microsoft.HyperV.PowerShell.VMNetworkAdapterVlanSett
                           ing
BandwidthSetting         :
BandwidthPercentage      : 0
TestReplicaPoolName      :
TestReplicaSwitchName    :
StatusDescription        :
Status                   :
IPAddresses              : {}
ComputerName             : OLSLST-HVRDS01
Name                     : OLSLST-RDSH03
IsDeleted                : False
VMId                     : 4c1fd1d4-2612-4596-8dd4-06ee2f76bbc0
VMName                   : OLSLST-RDSH03
VMSnapshotId             : 00000000-0000-0000-0000-000000000000
VMSnapshotName           :
August 29th, 2015 1:37pm

Eric - That makes total sense. I will test that on Monday and get back with the findings. I don't have access to the systems right now.
Free Windows Admin Tool Kit Click here and download it now
August 29th, 2015 1:43pm

I have found the output of the PS commands that I've used while troubleshooting. I am pasting the output in different posts.  

PS C:\> Get-VMNetworkAdapter "RDSHVM" | fl *


 IovWeight                : 0
 IovQueuePairsRequested   : 1
 IovQueuePairsAssigned    : 0
 IovInterruptModeration   : Default
 IovUsage                 : 0
 ClusterMonitored         : True
 VirtualFunction          :
 IsLegacy                 : False
 IsManagementOs           : False
 IsExternalAdapter        : False
 Id                       : Microsoft:4C1FD1D4-2612-4596-8DD4-06EE2F76BBC0\1E2E4
                            F99-E233-4597-98C0-6909C8F74D9C
 AdapterId                : 1e2e4f99-e233-4597-98c0-6909c8f74d9c
 DynamicMacAddressEnabled : True
 MacAddress               : 00155D2F4703
 MacAddressSpoofing       : Off
 SwitchId                 : 02bf2bc3-b67b-4918-88d2-19a6fb9beaad
 Connected                : True
 PoolName                 :
 SwitchName               : EVN-SRIOV-A
 AclList                  : {}
 ExtendedAclList          : {}
 IsolationSetting         : Microsoft.HyperV.PowerShell.VMNetworkAdapterIsolatio
                            nSetting
 CurrentIsolationMode     : Vlan
 RoutingDomainList        : {}
 DhcpGuard                : Off
 RouterGuard              : Off
 PortMirroringMode        : None
 IeeePriorityTag          : Off
 VirtualSubnetId          : 0
 DynamicIPAddressLimit    : 0
 StormLimit               : 0
 AllowTeaming             : Off
 VMQWeight                : 100
 IPsecOffloadMaxSA        : 512
 VmqUsage                 : 1
 IPsecOffloadSAUsage      : 0
 VFDataPathActive         : False
 VMQueue                  :
 MandatoryFeatureId       : {}
 MandatoryFeatureName     : {}
 VlanSetting              : Microsoft.HyperV.PowerShell.VMNetworkAdapterVlanSett
                            ing
 BandwidthSetting         :
 BandwidthPercentage      : 0
 TestReplicaPoolName      :
 TestReplicaSwitchName    :
 StatusDescription        : {OK}
 Status                   : {Ok}
 IPAddresses              : {10.231.44.80, fe80::f06c:e74a:552c:53}
 ComputerName             : OLSLST-HVRDS01
 Name                     : OLSLST-RDSH03
 IsDeleted                : False
 VMId                     : 4c1fd1d4-2612-4596-8dd4-06ee2f76bbc0
 VMName                   : OLSLST-RDSH03
 VMSnapshotId             : 00000000-0000-0000-0000-000000000000
 VMSnapshotName           :
 Key                      :

IovWeight                : 0
 IovQueuePairsRequested   : 1
 IovQueuePairsAssigned    :
 IovInterruptModeration   : Default
 IovUsage                 :
 ClusterMonitored         : True
 VirtualFunction          :
 IsLegacy                 : False
 IsManagementOs           : False
 IsExternalAdapter        : False
 Id                       : Microsoft:4C1FD1D4-2612-4596-8DD4-06EE2F76BBC0\8B915
                            53E-2833-43DE-8249-76601788F974
 AdapterId                :
 DynamicMacAddressEnabled : True
 MacAddress               : 00155D2F4704
 MacAddressSpoofing       : Off
 SwitchId                 :
 Connected                : False
 PoolName                 : Primordial
 SwitchName               :
 AclList                  : {}
 ExtendedAclList          : {}
 IsolationSetting         : Microsoft.HyperV.PowerShell.VMNetworkAdapterIsolatio
                            nSetting
 CurrentIsolationMode     : Vlan
 RoutingDomainList        : {}
 DhcpGuard                : Off
 RouterGuard              : Off
 PortMirroringMode        : None
 IeeePriorityTag          : Off
 VirtualSubnetId          : 0
 DynamicIPAddressLimit    : 0
 StormLimit               : 0
 AllowTeaming             : Off
 VMQWeight                : 0
 IPsecOffloadMaxSA        : 0
 VmqUsage                 :
 IPsecOffloadSAUsage      :
 VFDataPathActive         : False
 VMQueue                  :
 MandatoryFeatureId       : {}
 MandatoryFeatureName     : {}
 VlanSetting              : Microsoft.HyperV.PowerShell.VMNetworkAdapterVlanSett
                            ing
 BandwidthSetting         :
 BandwidthPercentage      : 0
 TestReplicaPoolName      :
 TestReplicaSwitchName    :
 StatusDescription        :
 Status                   :
 IPAddresses              : {}
 ComputerName             : OLSLST-HVRDS01
 Name                     : OLSLST-RDSH03
 IsDeleted                : False
 VMId                     : 4c1fd1d4-2612-4596-8dd4-06ee2f76bbc0
 VMName                   : OLSLST-RDSH03
 VMSnapshotId             : 00000000-0000-0000-0000-000000000000
 VMSnapshotName           :
 Key                      :


  • Edited by msquestion Saturday, August 29, 2015 5:34 PM
August 29th, 2015 5:31pm

em....I have same confuse, how you solve it now?
Free Windows Admin Tool Kit Click here and download it now
September 1st, 2015 2:47am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics