J
jcase
I want to restrict useage to between 2:00 and 3:00 and 6:00 to 10:00
monday to thursday. No problem, there I can get that to work.
with: "net user test /time:monday-thursday,14:00-15:00;18:00-22:00"
But I want to open the system with no restrictions friday to sunday.
I can't get the second day & time range to be accepted.
I've tried:
How do I append "friday-sunday,all" to the above string?
Everything I've tried results in "invalid day" (or time) "range
entered"
TIA
monday to thursday. No problem, there I can get that to work.
with: "net user test /time:monday-thursday,14:00-15:00;18:00-22:00"
But I want to open the system with no restrictions friday to sunday.
I can't get the second day & time range to be accepted.
I've tried:
How do I append "friday-sunday,all" to the above string?
Everything I've tried results in "invalid day" (or time) "range
entered"
TIA