Cyb3r4rch3r

Results 1 comments of Cyb3r4rch3r

Seeing the same error. Original export line: ```powershell $result | Select-Object Name,DistingushedName,IsHighValue,IsACLProtected,@{n='Users';e={$_.Users -join ','}},@{n='Groups';e={$_.Groups -join ','}},@{n='AccessRights';e={$_.AccessRights -join ' | '}},@{n='TransitiveMembers';e={$_.TransitiveMembers -join ','}} | Export-Excel -Path ".\$($target)_OU_ACLs_Full.xlsx" -WorksheetName "$(($ou.Properties.DistinguishedName -split ",OU=")[1])"...