0 vote
It would be very helpful to add enumerations to the powershell module.
Primarily, I was thinking about the credential types..
I was thinking about something like:
[rdm.credentialtype]::Default
[rdm.credentialtype]::Parent
[rdm.credentialtype]::Inherited
[rdm.credentialtype]::None
[rdm.credentialtype]::Prompt
[rdm.credentialtype]::Personal
[rdm.credentialtype]::PrivateVaultWithPersonalID
[rdm.credentialtype]::PrivateVaultWithSearchString
etc..
It'd probably be helpful to have enums for the various types of connections.. like
[rdm.connectiontype]::RDP
[rdm.connectiontype]::ICA
[rdm.connectiontype]::VNC
[rdm.connectiontype]::Browser
..
the third one I can think of would be enums for the built-in icons..
David F.
Hi,
We will investigate it and add it to the TODO list.
Best regards,
Olivier Désalliers