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 split an url to get the file-name
To remove backup replica server completely from public folders
I cannot seem to run MomAdAdmin.exe succesfully against my DCs.
How to write a SQL statement in Sybase stored procudure with a condition in a where clause based on another condition?
a potential security concern has been identified
Internet gateway Icon in network devices - No Internet access
Use logged in user credentials to login to Terminal Services 2008?
Unable to receive or send message from this particular domain
Finding unmatched data between two sql tables
Script to remove smtp proxy address from contacts in single OU