::
Computers & Technology
logoff a user from remote computer or terminate remote server session
SpiderTip
Posted: 2015-11-25
You can use this windows command to log off a remote session on a remote server. The command logoff is available on all windows versions.
C:>logoff /server:TSServer 1 /v
Replace the TSServer with your server name.