I’ve created a PowerShell module that contains several functions that (I think) make working with security descriptors in PowerShell a little bit easier. Here are the functions that are currently included:
Get-AccessControlEntry
New-AdaptedSecurityDescriptor
Get-Win32SecurityDescriptor
New-AccessControlEntry
ConvertTo-Win32SecurityDescriptor
Over the coming days, I’ll have some blogs posts dedicated to each of the functions to show how they are used. I’ll also go over some of the features that are still missing that I plan to add over time.
If you take the time to look at it and find something that doesn’t appear to work properly, or if you find a feature that you feel is missing, please let me know and I will look into it.