Forum Discussion
"WARNING: 1.0.1534.2001" after every Microsoft.RDInfra.RDPowershell command
- 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.RDPowershellAfter exiting my PowerShell session and restarting, now all my GetRdsHostPool commands and such do not give the WARNING error.
I had a call with premier support today on an unrelated issue and mentioned the error WARNING: 1.0.1534.2001
I had been spinning up a new WVD environment and was concerned the warning may have an impact on the new deployment.
I confirmed the expected functionality was working and there were no unexpected issues. the host pool apps and users are all working correctly so don’t worry about the message. the MS rep I spoke to was aware of the issue and MS are in the process of resolving it.
In short, dismiss the warning for the short term it will have no impact om managing WVD.
A new patch has version has been released for the Microsoft.RDInfra.RDPowershell cmdlet.
please run the following in admin mode in powershell.
- FortyMegabytesFeb 18, 2020Brass Contributor
Nic_Danger I tried this and it did not work. I am still getting the WARNING message.
FWIW, we use the Az module, *not* the AzureRM module.
- rickwilcoxFeb 18, 2020Copper Contributor
FortyMegabytes there must be a condition within the module that is expecting a new version, but none is available. Purely assumption given it is providing simply a warning number and a version. Here is the latest version in the repository. You'll see it is the same version:
S C:\Users\q1hgo3s.SALENT\OneDrive - Save A Lot\Scripts> Find-Module Microsoft.RDInfra.RDPowershell Version Name Repository Description ------- ---- ---------- ----------- 1.0.1534.2001 Microsoft.RDInfra.RDPowershell PSGallery Windows Virtual Desktop PowerShell module
- syn2907Feb 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