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