Set-RDMDatasourceMasterKey
Synopsis
Syntax
NewMasterKey
Set-RDMDatasourceMasterKey [-DataSource] <PSDataSource> [-NewMasterKey] <securestring>
[-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]NoMasterKey
Set-RDMDatasourceMasterKey [-DataSource] <PSDataSource> -NoMasterKey
[-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]Examples
PS C:\> $dataSource = Get-RDMDataSource -Name MyDataSource; Set-RDMDatasourceMasterKey -DataSource $dataSource -NewMaster (ConvertTo-SecureString -AsPlainText "MyMasterKey" -Force)Parameters
-DataSource
-ForcePromptAnswer
-NewMasterKey
-NoMasterKey
CommonParameters
Notes
Last updated
Was this helpful?