Microsoft
Software
Hardware
Network
Question : Microsoft, NTFS Permissions, Windows 2003 R2, PowerShell, recursive search for folder, not file, ACLs on 200,000 folders
Hello,
I need to use PowerShell to dump the ACLs for folders only, recursively, through 200,000+ folders on a DFS file system running on Windows 2003 R2. We have a tool for doing this but it cannot handle either the path lengths or the number of folders (it stores all the results in memory before writing the output file). I would prefer to use Powershell as it is our go-forward language. The output should be CSV.
Answer : Microsoft, NTFS Permissions, Windows 2003 R2, PowerShell, recursive search for folder, not file, ACLs on 200,000 folders
hrmmm
Perhaps:
Get-childitem
-rec | ?{$_.PSisContainer} | get-acl | select Path -expand Access | export-csv aclexport.csv
Random Solutions
How do I get into my user in windows when I have forgotten my password?
Task Bar & Auto Hide Feature Not Popping Up When I Mouse To Bottom Of Screen
Convert Table script from Sql 2005 - Sql 2000
NT 4.0 Every 4 Cluster Problem
Windows 2003 group policy lock down, can't see printers
how to enable/disable users to browse a domain?
How to move a statement on an existing ACL on a ASA5550
Outlook cannot find exchange - worth fixing or start again?
VPN is connected, but I can't transfer data
Cannot create new Group Policy Objects in Windows Server 2003