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
ISO-8859-1
Powershell function to create an excel spreadsheet multiple sheets - and ApproveIt on workstation
Data Execution Prevention Error
Accessing the bios of a remote machine via serial console (Debian Sarge)
Syncronizing folders
I am getting "Cannot connect to the citrix metaframe server. protocol driver error" when ICA clients connect - Urgent
Setting different time zones for users - Windows 2003 Terminal Server
550 5.7.1 unable to relay
strange help file behavious
Outlook Cache Mode error