Unlock-RDMRepository
Synopsis
Syntaxe
__AllParameterSets
Unlock-RDMRepository [-Password] <PSPassword> [<CommonParameters>]Description
Exemples
Exemple 1
PS C:\> Unlock-RDMRepository -Password 'pa$sWord!'
PS C:\> Get-RDMDataSource -Name 'myWorkspaceWithOnlyProtectedVaults' | Set-RDMCurrentDataSourceExemple 2
PS C:\> Unlock-RDMRepository -Password (ConvertTo-SecureString -AsPlainText -String 'pa$sWord!')
PS C:\> Get-RDMVault -Name 'myLockedVault' | Set-RDMCurrentVaultParamètres
-Password
CommonParameters
Notes
Mis à jour
Ce contenu vous a-t-il été utile ?