I want to allow a user weekend access (the account must be allowed to stay
active the entire weekend). Would the following net command do the trick, or
would it sign him off at 12pm on Friday night?
net user /time:F,17:00-24:00;Sa-Su,0:00-24:00
Thanks
Jimi
Should be "net user <user-id> /times:F,17:00-24:00;Sa-Su,0:00-24:00".
Looks okay. Ref "net help user".
Gisle V.