Get-RDMEntryOTP
Synopsis
Syntax
Id
Get-RDMEntryOTP [-ID] <guid> [-Comment <string>] [-TicketID <string>] [-PasswordListItemID <guid>]
[-VaultMode <VaultMode>] [-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]InputObject
Get-RDMEntryOTP [-InputObject] <PSConnection> [-Comment <string>] [-TicketID <string>]
[-PasswordListItemID <guid>] [-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]Description
Examples
PS C:\> $otp = Get-RDMEntry -Name MyOTPEntry | Get-RDMEntryOTP;
$otp.CodeParameters
-Comment
-ForcePromptAnswer
-ID
-InputObject
-PasswordListItemID
-TicketID
-VaultMode
CommonParameters
Inputs
RemoteDesktopManager.PowerShellModule.PSOutputObject.PSConnection
Notes
Last updated
Was this helpful?