cyberark/ACLight

Receiving bellow error during execution (small domain)

mediapirate opened this issue · 3 comments

“\� : The module '“' could not be loaded. For more information, run 'Import-Module “'.
At C:\Users\jxc11\Downloads\ACLight-master\ACLight-master\ACLight.ps1:250 char:57

  •     $NameArray = $_.UpdatedIdentityReference -Split(“\\â€�)
    
  •                                                     ~~~~~~~~
    
    • CategoryInfo : ObjectNotFound: (“\â€�:String) [], CommandNotFoundException
    • FullyQualifiedErrorId : CouldNotAutoLoadModule

I received the same error as above. It did produce output though (all entities with extra permissions) but strangely said i didn't have any privileged accounts.

Hi @MuadDib1969 , @mediapirate - thanks for noticing me on this error.
It was because of weird conversion bugs of utf-8/unicode.
For example: the symbol " converted to “.
I corrected those errors.
Please try to run the scan again and update me. Thanks.

Thanks, no logger getting this error.