restrict a user’s logon hours
Wednesday, March 4th, 2009
Restrict a user's logon hours :-
For that you need to use the net user command from the Command Prompt.
Start >> RUN >> type cmd and press enter
Some examples are given below
1 - net user kannan /time:M-F,09:00-15:00
2 - net user chandra /time:M-F,7am-4pm
3 - net user soorya /time:M,3am-5pm;T,2pm-4pm;W-F,7:00-17:00
4 - net user akhil /time:all ( this user can always log on)
Remember:
You can only restrict when a user can log on to the system.
Once logon , there is no way to force a user to log off when
their hours expire. For that you need some other tools.
|
|
|
|
|
|
Plurk This Post
Ping This Post
Reddit
Stumble This Post
No related posts.
tagged under: computer tips.logon.logon hours.restrict user





Link to this page




Who would have ever known you could do this, this is great. Nice article!