Windows Server 2008 R2 Thread, Used to use xcacls, now what? in Technical; I have 400 folders on a server with individual access. Each foldername is the name of the user and I ...
-
18th August 2010, 04:16 PM #1 Used to use xcacls, now what?
I have 400 folders on a server with individual access. Each foldername is the name of the user and I used to use xcacls to manage individual permissions for these folders on Win server 2003, now that we've moved to 2008 xcacls doesn't work. What's the new hip replacement for something like this?
-
-
IDG Tech News
-
18th August 2010, 05:19 PM #2 Lucky enough the batch didnt need to change to much.. Here is the example I'm using in case this can help anyone else.
I have a batchfile in the root of the folders that share the usernames of the folder.
Code:
for /D %%I in (*) DO iCACLS.exe "%%I" /T /grant "mydomainname.int\%%I":M "mydomainname.int\Domain Admins":F
pause
This gives the user Modify permissions and the Domain Admins full.
-
Thanks to jmair from:
Green_Goblin (24th August 2011)
-
19th August 2010, 08:31 PM #3 I use Wisesofts NTFS Fix for just this job its great and doesn't need scripting, just choose the users / groups you want on it, put the wildcard DOMAIN\%foldername% in to give the user with the username of the folder it finds as a user on it and tell it where to do the business and job done
Nice and easy
-
SHARE: 
Similar Threads
-
By bishopsgarthstockton in forum Windows
Replies: 10
Last Post: 19th April 2007, 07:12 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules