The Powershell standard is that the input for commands is not case-sensitive without a switch.
However, the RDM commands all appear to be case-sensitive..
get-rdmsession -groupname Group1 can return a bunch of results, but get-rdmsession -groupname group1 will not return anything
David F.
Hi David,
We will add a CaseSensitive switch parameter in the cmdlets and make the cmdlets not case sensitive by default.
Which means that if you have a folder named group1, a folder named Group1 and you don't use the CaseSenstive switch, the cmdlet will return the sessions from both folders.
Best regards,
Olivier Désalliers
Awesome! Thank you very much.. I'm really looking forward to it :-)
David F.