1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-02 01:55:22 +02:00

logoff: add page

This commit is contained in:
pxgamer 2018-07-09 14:15:16 +01:00 committed by Agniva De Sarker
parent 86b6649bac
commit 0e5a28f152

19
pages/windows/logoff.md Normal file
View file

@ -0,0 +1,19 @@
# logoff
> Terminate a login session.
- Terminate the current session:
`logoff`
- Terminate a session by its name or id:
`logoff {{session_name|session_id}}`
- Terminate a session on a specific RDP server:
`logoff /server:{{servername}}`
- Terminate a session within a server or virtual machine (session id is required):
`logoff /vm {{session_id}}`