Import-RDMEntry
Synopsis
Syntax
__AllParameterSets
Import-RDMEntry [-Path] <string> [[-Group] <string>] [[-Password] <securestring>]
[[-DuplicateAction] <string>] [-KeepID] [-Set] [-VaultMode <VaultMode>]
[-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]Description
Examples
Example 1
PS C:\> $sessions = Import-RDMSession -Path "C:\MyFile.rdm" -Group "DestinationGroup" -DuplicateAction "Add"Example 2
Parameters
-DuplicateAction
-ForcePromptAnswer
-Group
-KeepID
-Password
-Path
-Set
-VaultMode
CommonParameters
Notes
Last updated
Was this helpful?