Receiving bellow error during execution (small domain)
mediapirate opened this issue · 3 comments
mediapirate commented
“\� : 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
MuadDib1969 commented
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.
Hechtov commented
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.
mediapirate commented
Thanks, no logger getting this error.