Logoff from a RDP session on a Windows 2012 Server using Powershell

December 18, 2015 at 14:00

When you have a RDP session to a Windows 2012 server and you want to logoff, it can be a struggle to find the log off switch (try to get the charms bar on a slow connection can be difficult).

The easiest way I found to log off is to use Powershell, even when you are not a Powershell expert.

To log off you need to start a Powershell session. to do this click on the Powershell icon on the desktop

Powershell

A new Powershell session is started (this look like a normal command prompt, only with a different background colour (smile))

PowershellLogoff

type in logoff followed by an enter and your session will be ended