limit the time of visiting the w2k server's share folder

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi all,
i want to limit the time of visiting the w2k server's share folder,
and the folder can be only allowed to visit from 9:00am to 18:00pm.
any advise will be very appreciated.
 
mygmh said:
hi all,
i want to limit the time of visiting the w2k server's share folder,
and the folder can be only allowed to visit from 9:00am to 18:00pm.
any advise will be very appreciated.

There is no time component to ACLs (permissions).

Users can be denied logon at certain hours however.

Probably easiest (if this is truly important) is to right
a batch file that just changes the servers share permissions
based on a scheduled task. (It will likely need to reset
the connections to force a new connection.)
 
thanks martin

Herb Martin said:
mygmh said:
hi all,
i want to limit the time of visiting the w2k server's share folder,
and the folder can be only allowed to visit from 9:00am to 18:00pm.
any advise will be very appreciated.

There is no time component to ACLs (permissions).

Users can be denied logon at certain hours however.

Probably easiest (if this is truly important) is to right
a batch file that just changes the servers share permissions
based on a scheduled task. (It will likely need to reset
the connections to force a new connection.)

--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]
 
Back
Top