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
SQL select query syntax, attempting to pass a integer variable from vb.net to a sql string select command
Vision Slogan
Wake On Lan, Red Hat Linux 8.0
Sendmail Spamming
How can i save my bookmarks from (firefox and explorer) to a file in order to restore them on another system.
How do you bring up the MS Outlook 2007 Account Button when you have MS Exchange setup in outlook
Splitting contact names into component Title/Forename/Surname
Disable Shift ByPass Key = Error Message
Removing duplicate entries in a file
Faulting application inetinfo.exe - MS Exchange goes down....