How To Log Off User From Command Line In Windows
If you want to log off a user using command following command use you can do. in windows server maximum of two users connect remote session and windows client the only user able to connect remotely.
You can use command for log off the users
QUser/server:ComputerName or IP address
Here we use IP Address
For logoff here we are using the user ID number
Logoff 8 /server:10.0.33.20
One more option to use log off the users
QWINSTA /server:ComputerName or IP address
Then use the logoff command:
Logoff 7 /server:10.0.33.20
0 Comments