Hello,
The cmdlets have changed dramatically with v10. Basically we added a lot of cmdlets to manage our security system (users, security groups and roles).
We chose to make them pipe-able so they conform better with the powershell philosophy.
Ideally you would adapt your scripts to use only the new cmdlets. They are documented on http://help.remotedesktopmanager.com/powershell_cmdlets.htm
We will upload a few samples and write a blog as well. Please comment below if you have questions or issues.
Best regards,
edited by mcote on 12/14/2014
Maurice
Your url has a period which causes it to fail to load when clicked.
David Bannerman
Linfield Christian School
seems our forum engine is smart enough to identify URLs, but not to ignore the punctuation that our english teacher insists on ;)
Maurice
Hello! I have found Set-RDMRole to be problematic in 10.5.4.0, even when running the exact syntax from the example. Is this something I can discuss here or in a new thread?
http://help.remotedesktopmanager.com/index.html?powershell_cmdlets.htm
Set-RDMRole : Value cannot be null.
Parameter name: array
At line:1 char:39
+ $role = New-RDMRole -Name "New Role" ;Set-RDMRole $role
+ ~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Set-RDMRole], ArgumentNullException
+ FullyQualifiedErrorId : System.ArgumentNullException,Devolutions.RemoteDesktopManager.Business.PS.Commands.SetRDMRoleCommand