When I run the following command to edit some configuration of a virtual desktop collection, i receive the following error:
PS C:\Users\bart> Set-RDVirtualDesktopCollectionConfiguration ` -ConnectionBroker rdscb01.lab.local ` -CollectionName "Personal Managed Win8" ` -SaveDelayMinutes 3 Set-RDVirtualDesktopCollectionConfiguration : Error writing out properties for virtual desktop collection: Invalid parameter . At line:1 char:1+ Set-RDVirtualDesktopCollectionConfiguration `+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Set-RDVirtualDesktopCollectionConfiguration
Why does this command fails? It's just a new Win8 Managed Personal Collection....
The error comes from:
-SaveDelayMinutes 3
Without this parameter it runs just fine (also other parameters run just fine) Documentation says <Int32>.
http://technet.microsoft.com/en-us/library/jj215467.aspx
Bart
Bart Scheltinga | www.bartsp34ks.nl