logoff: add page
This commit is contained in:

committed by
Agniva De Sarker

parent
86b6649bac
commit
0e5a28f152
19
pages/windows/logoff.md
Normal file
19
pages/windows/logoff.md
Normal 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}}`
|
Reference in New Issue
Block a user