xcacls - Changing Ownership?

Permabanned
Joined
19 Apr 2006
Posts
2,333
Location
West Yorkshire
Hi all, I am trying to get my head round using xcacls as I have loads of dir's I wanna change permissions on on our network.

However I am testing on one folder first and have found that changing the owner is working for the root folder, but not all the contents and subfolders.

anyone have any experience with the xcacls command?

Here is the code I am using:

Code:
c:\xcacls\xcacls.vbs \\serverfile\users\vickie.hogan\ /s /f /t /e /i remove /o "LCH\Administrators"
PAUSE
 
Ignore this, I found that xcacls does not like \\servername\sharename, mapped a drive to it and bish bash bosh!
 
Back
Top Bottom