Remove-RDMPrivateSession
Synopsis
Syntax
ID
Remove-RDMPrivateSession [-ID] <guid> [-Force] [-Refresh] [-ForcePromptAnswer <DialogResult[]>]
[-WhatIf] [-Confirm] [<CommonParameters>]PSConnection
Remove-RDMPrivateSession [-Session] <PSConnection[]> [-Force] [-Refresh]
[-ForcePromptAnswer <DialogResult[]>] [-WhatIf] [-Confirm] [<CommonParameters>]Description
Examples
Example 1
PS C:\> $list = Get-RDMUserVaultSession; Remove-RDMUserVaultSession $list[1].IDExample 2
Example 3
Example 4
Parameters
-Confirm
-Force
-ForcePromptAnswer
-ID
-Refresh
-Session
-WhatIf
CommonParameters
Notes
Last updated
Was this helpful?