I would like to use powershell to script out folder permissions in the following format (CSV)
Foldername Users/Group Permission Isinherit FolderOwner
Technology Tips and News
I would like to use powershell to script out folder permissions in the following format (CSV)
Foldername Users/Group Permission Isinherit FolderOwner
Hi Sakurai,
you'll probably like the Cmdlets Get-Acl, Select-Object and Get-ChildItem for that.
Good luck with the scripting :)
Cheers,
Fred
Hi there,
try this module: https://gallery.technet.microsoft.com/scriptcenter/1abd77a5-9c0b-4a2b-acef-90dbb2b84e85
Hi Sakurai,
well ... those are very different permissions (check out the "Applies to" column), so they get listed in separate entries.
Cheers,
Fred