Checking NTFS permissions
HiDoes anybody know of a way to check a complete drive for which NTFS permissions the files and folders have?/LasseLasse
July 2nd, 2009 10:05am

hi there, you can use xcacls to view ntfs permissions.http://support.microsoft.com/kb/825751sainath !analyze
Free Windows Admin Tool Kit Click here and download it now
July 2nd, 2009 10:55am

Hi, You can use PowerShell. Please run the command such asget-childitem d:\ recurse | get-acl |format-list in the PowerShell Commmand line. You can also export the result to a txt file like get-childitem d:\ recurse | get-acl |format-list > C:\list.txt Best regards, Vincent Hu
July 2nd, 2009 1:30pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics