Unlock-RDMRepository
Synopsis
Syntax
__AllParameterSets
Unlock-RDMRepository [-Password] <PSPassword> [<CommonParameters>]Description
Examples
Example 1
PS C:\> Unlock-RDMRepository -Password 'pa$sWord!'
PS C:\> Get-RDMDataSource -Name 'myWorkspaceWithOnlyProtectedVaults' | Set-RDMCurrentDataSourceExample 2
PS C:\> Unlock-RDMRepository -Password (ConvertTo-SecureString -AsPlainText -String 'pa$sWord!')
PS C:\> Get-RDMVault -Name 'myLockedVault' | Set-RDMCurrentVaultParameters
-Password
CommonParameters
Notes
Last updated
Was this helpful?