voyeur icon indicating copy to clipboard operation
voyeur copied to clipboard

Issues while using "-ExportACL" switch

Open nonefaken opened this issue 7 years ago • 0 comments

Hello,

if anyone experienced program code execution issues while using "-ExportACL" switch, i suggest "Plugins\ACL.ps1" file code changes:

Change following line: ---cut----------------------------------------------- "Risk" = (Get-Icon $acl.ActiveDirectoryRights) "Risk" = (Get-Icon $acl.ActiveDirectoryRights).ToString() "AppliesTo" = [String]$AppliesTo ---cut-----------------------------------------------

to following code (basically comment the line of code): ---cut----------------------------------------------- "Risk" = (Get-Icon $acl.ActiveDirectoryRights) #"Risk" = (Get-Icon $acl.ActiveDirectoryRights).ToString() "AppliesTo" = [String]$AppliesTo ---cut-----------------------------------------------

In any case big thank you to the author of the voyeur!

nonefaken avatar May 24 '17 06:05 nonefaken