Import-RDMRepository
Synopsis
Syntax
__AllParameterSets
Import-RDMRepository [-Path] <string> [-Password <securestring>] [-Duplicate <DuplicateAction>]
[-KeepID] [-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]Description
Examples
Example 1
PS C:\> $pwd = Read-Host -AsSecureString;
Import-RDMRepository -Path myFile.rdx -Password $pwdExample 2
Parameters
-Duplicate
-ForcePromptAnswer
-KeepID
-Password
-Path
CommonParameters
Notes
Last updated
Was this helpful?