Import-DPSEncryptionKeys
Synopsis
Syntax
__AllParameterSets
Import-DPSEncryptionKeys [-ApplicationPath] <string> [-Filename] <string> [[-Password] <PSPassword>]
[-WhatIf] [-Confirm] [<CommonParameters>]Description
Examples
PS C:\> $existingDVLSInstance = 'C:\my\path\dvlsInstance\'
PS C:\> $destination = 'C:\other\path\encryption.config'
PS C:\> Export-DPSEncryptionKeys -ApplicationPath $existingDVLSInstance -Destination $destinationParameters
-ApplicationPath
-Confirm
-Filename
-Password
-WhatIf
CommonParameters
Notes
Last updated
Was this helpful?