January 2019
Intermediate to advanced
520 pages
11h 51m
English
The Send-SessionLogoff command disconnects users based on the Horizon session ID. The Send-SessionLogoff command uses the same format as the Send-SessionDisconnect command. The following example command will log off the session belonging to the AD user vjason.local\charles:
Send-SessionLogoff -Session_id (Get-RemoteSession -Username “vjason.local\charles”).session_id
Read now
Unlock full access