Rexxer

Some tips for me and other

Windows Server 2012 + Terminal + Connect to a remote session

Powershell commands:

List of sessions:

Get-RDUserSession | ft Username, UnifiedSessionId, SessionState, HostServer, ApplicationType -GroupBy Sessionstate

Connect to the session #2:

Mstsc /shadow:2 /control

Leave a Reply