Microsoft
Software
Hardware
Network
Question : setting user permession on ad directories
hi experts, let me say I have no experience at all in vbs programming. I have migrated a windows 2003 server and after restoring all the files I need to set directories and files to users. My dirs look like this
d:\inetpub\webusers\nameac
count1\www
d:\inetpub\webusers\nameac
count2\www
d:\inetpub\webusers\nameac
count3\www
now what the script should do is
read the dir nameaccount*
set user permission read write execute on dir nameaccount1 and files and subdirectories
set IUSER permission read execute on dir /www and files and subdirectories
could you please help me making such a script, because I have quite a few undreds users and diers and I would like to do it programmatically
thanks
Answer : setting user permession on ad directories
Hi ricuff,
Please see the link below. This might give you an idea.
http://www.go4expert.com/f
orums/show
thread.php
?t=1890
Thanks.
Random Solutions
Why is #include "stdafx.h" required to run the following code from this C++ book?
Track user logon/logoff to the access database.
add image to Newsflash module layout in Joomla template
Mapping drive to Win 7 machine
Array to Range crash Excel bug
SQL SUM Across Tables
Copy cell using Copy Function in VBA
Access control inside nested gridview
MAPI ODBC issue
SELECT query based on selected Listbox values