Powershell
Powershell copied to clipboard
Miscellaneous PowerShell scripts and modules.
The ACLReportTools module currently uses WMI Win32_LogicalShareSecuritySetting to enumerate all the file system security objects. This has some problems with handling generic permissions. The File System Security PS Module eliminates...
Add the [OutputType([...])] Attribute to all functions where applicable.
This seems to be because some rights combinations aren't able to be converted to string correctly and are output as a signed long.
If the owner of a file or folder is changed on an inherited file/folder the change is not reported. Difficult to fix without either: a) recording the owner for every...