voyeur icon indicating copy to clipboard operation
voyeur copied to clipboard

GppPasswords isn't catching groups.xml with cpassword

Open Junohea opened this issue 8 years ago • 0 comments

When running the script against a DC known to have multiple groups.xml files with one or more cpassword values populated the script is consistently returning "WARNING: No group policy preferences found on Domain...."

In the event that the script is still targetting the wrong DC I've tried:

  • hardcoding the IP address of the DC
  • flushing DNS til the nslookup for <targetDomain> matches the IP of a known target
  • rerunning the script with different variables modified in GppPasswords.ps1

Initial thoughts are that the script is running into issues crawling the policies so I tried setting the "-errorAction" flag to something other than "Error" but still no luck.

This is being run from a non-domain joined machine using the "-AlternateCredentials" flag Let me know what other information I can provide

Junohea avatar Nov 18 '16 00:11 Junohea