Open-RDMSession
Synopsis
Syntax
__AllParameterSets
Open-RDMSession [-ID] <guid> [[-TicketID] <string>] [[-Comment] <string>] [-Embedded] [-Silent]
[-ForceExternal] [-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]Description
Examples
Example 1
PS C:\> Open-RDMSession -ID "{00000000-0000-0000-0000-000000000000}"Example 2
PS C:\> $list = Get-RDMSession; Open-RDMSession -ID $list[1].IDExample 3
Parameters
-Comment
-Embedded
-ForceExternal
-ForcePromptAnswer
-ID
-Silent
-TicketID
CommonParameters
Notes
Last updated
Was this helpful?