Invoke-RDMParentSession
Synopsis
Syntax
__AllParameterSets
Invoke-RDMParentSession [-Session] <PSConnection[]> [-ParentSession] <PSConnection> [-Refresh]
[-UseInheritedVPN] [-UseParentCredentials] [-ForcePromptAnswer <DialogResult[]>]
[<CommonParameters>]Description
Examples
PS C:\> $list = Get-RDMSession; $parent = $list[0]; $child = $list[1]; Invoke-RDMParentSession -ParentSession $parent -Session $child -RefreshParameters
-ForcePromptAnswer
-ParentSession
-Refresh
-Session
-UseInheritedVPN
-UseParentCredentials
CommonParameters
Notes
Last updated
Was this helpful?