# adconnectdump
Some notes about running [adconnectdump](https://github.com/dirkjanm/adconnectdump).  

I wrote down that I needed to install [SQL Express](https://www.microsoft.com/en-us/download/details.aspx?id=101064), 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](https://tierzerosecurity.co.nz/2024/05/21/ms-entra-connect-sync-mothods.html) really helped me.
