#
adconnectdump
Some notes about running adconnectdump.
I wrote down that I needed to install SQL Express, run it, choose to download media, choose LOCALDB
, and then download. Then open and run the file. Then open a new command prompt and type sqllocaldb info
and it should say mssqllocaldb
.
Again, make sure you open a NEW command prompt before you run:
C:\Users\Public\pentest-tools\adsync>ADSyncQuery.exe c:\users\public\pentest-tools\adsync\ADSync.mdf > out.txt
This page really helped me.