I am using the Move-RDVirtualDesktop PowerShell cmdlet to move some of my pooled desktops between three host servers. So far I'm having mixed results and I cannot figure out where the error is coming from. Here is what I'm seeing
From Host 1 to Host 2 - Success
From Host 1 to Host 3 - Success
From Host 2 to Host 3 - Failure
From Host 3 to Host 2 - Failure
PowerShell returns the following to the screen on failure:
InvalidOperation: (:) [Invoke-WmiMethod], COMException+ CategoryInfo : InvalidOperation: (:) [Invoke-WmiMethod], COMExc eption+ FullyQualifiedErrorId : InvokeWMICOMException,Microsoft.PowerShell.Comma nds.InvokeWmiMethod+ PSComputerName : gsp3p-vdihpv003.ad.georgiasouthern.edu
In addition, the Microsoft-Windows-WMI-Activity/Operational event log has the following error on hosts 2 and 3 following the failure:
Id = {00000000-0000-0000-0000-000000000000}; ClientMachine = Host3; User = NT AUTHORITY\NETWORK SERVICE; ClientProcessId = 2856; Component = Unknown; Operation = Start IWbemServices::ExecQuery - root\virtualization\v2 : ASSOCIATORS OF {\\Host3\root\virtualization\v2:Msvm_AllocationCapabilities.InstanceID="Microsoft:70BB60D2-A9D3-46AA-B654-3DE53004B4F8"} WHERE AssocClass=Msvm_SettingsDefineCapabilities ResultClass=Msvm_StorageAllocationSettingData; ResultCode = 0x80041032; PossibleCause = Unknown
All three hosts are running Windows 2012 R2 Standard, but host 2 and 3 are fresh installs. My guess is there is some configuration issues on 2 and 3, but for the life of me I cannot determine what it is.
Any help would be appreciated.