Powershell icon indicating copy to clipboard operation
Powershell copied to clipboard

Miscellaneous PowerShell scripts and modules.

Results 5 Powershell issues
Sort by recently updated
recently updated
newest added

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...

enhancement

Add the [OutputType([...])] Attribute to all functions where applicable.

enhancement

Add support for script globalization.

enhancement

This seems to be because some rights combinations aren't able to be converted to string correctly and are output as a signed long.

bug

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...

bug