New-RDMRepository
Synopsis
Syntax
__AllParameterSets
New-RDMRepository [-Name] <string> [[-Description] <string>] [[-IsAllowedOffline] <bool>]
[[-VaultContentType] <VaultContentType>] [-SetRepository] [-ForcePromptAnswer <DialogResult[]>]
[<CommonParameters>]Description
Examples
PS C:\> $role = New-RDMRepository -Name "New Repository" ;Set-RDMRepository $roleParameters
-Description
-ForcePromptAnswer
-IsAllowedOffline
-Name
-SetRepository
-VaultContentType
CommonParameters
Notes
Last updated
Was this helpful?