Forum Discussion
FortyMegabytes
Feb 11, 2020Brass Contributor
"WARNING: 1.0.1534.2001" after every Microsoft.RDInfra.RDPowershell command
This started happening about an hour ago. Every time I run an RDS command, such as: Get-RDSHostPool The command appears to complete successfully but is followed by: WARNING: 1.0.1534.200...
- Feb 20, 2020
To anyone following this post:
There's a new version of Microsoft.RDInfra.RDPowershell available:
https://www.powershellgallery.com/packages/Microsoft.RDInfra.RDPowershell/1.0.1804.0
I ran:
Update-Module -Name Microsoft.RDInfra.RDPowershell
After exiting my PowerShell session and restarting, now all my GetRdsHostPool commands and such do not give the WARNING error.
Nic_Danger
Feb 18, 2020Copper Contributor
A new patch has version has been released for the Microsoft.RDInfra.RDPowershell cmdlet.
please run the following in admin mode in powershell.
Install-Module Microsoft.RdInfra.RdPowershell Install-Module AzureRM -force
This will pull the new update and the error will no longer occur.
syn2907
Feb 18, 2020Copper Contributor
Nic_Danger tried installing these 2 modules again but still seeing the error.
Also -InvokeRdsUserSessionLogoff seems to be broken, you just get the warning it doesnt complete the action