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:
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