Unlock the RDM application
Unlock-RDMApplication [-Password] <PSPassword> [<CommonParameters>]
Unlock the RDM application configuration files. If this fails, the user will be prompted for the password.
PS C:\> Unlock-RDMApplication -Password 'Pa$$w0rd!'
Unlock the RDM application configuration files
Password to unlock the application configuration files. Accepts a string or SecureString.
Type: RemoteDesktopManager.PowerShellModule.PSOutputObject.PSPassword
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
For more information, type "Get-Help Unlock-RDMApplication -detailed". For technical information, type "Get-Help Unlock-RDMApplication -full".