Created
September 13, 2019 00:37
-
-
Save eddiez9/31ed7e11d9d0b1e1158102e1e45250ce to your computer and use it in GitHub Desktop.
Grab NTDS.dit by running this on a DC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
ntdsutil "activate instance ntds" ifm "create full C:\audit" quit quit | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment