|
Posted by Ayyappan Nair on October 4, 2005, 8:15 am
If you were Registered and logged in, you could reply and use other advanced thread options
On Tue, 4 Oct 2005 03:52:03 -0700, WhoC@nItbN0W wrote:
> Hi:
>
> 1. Wasn't sure where to post this hence this location.
>
> 2. How can I modify users' permissions on folders automatically - scripting
> or otherwise. Manual is just too much work for ~1000 users.
>
> 3. Folder structure is
> Users - User1Folder,User2Folder,...,UserNfolder
>
> Thanks
You should be able to do it with Microsoft Extended Change Access Control
List Tool (xcacls.vbs).
Check out http://support.microsoft.com/?id=825751
Also there is a WMI method that you could use -- "SetSecurityDescriptor" in
Win32_LogicalFileSecuritySetting Class
Check out --
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/setsecuritydescriptor_method_in_class_win32_logicalfilesecuritysetting.asp
HTH,
Ayyappan Nair
|