Posted On March 29, 2019

Active Directory Audit Using AD Tidy

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Active Directory Audit Using AD Tidy
1. Clean up user accounts
  • Download AD Tidy: https://www.cjwdev.com/Software/ADTidy/Download.html
  • Run: “C:\Program Files\Cjwdev\AD Tidy Free Edition\ADTidy.exe”
  • Click on the Users icon >> Set Credentials to domain administrator >> click Start >> click Export >> Export to CSV File >> click on Desktop >> File name = accounts >> Save as type = CSV >> click Save
  • Open accounts.csv using Excel and consult administrators (HR and department managers) for confirmation of inactive accounts
  • Run Active Directory Users and Computer (dsa.msc) as Administrator on a Domain Controller >> Search and move the identified accounts into the Disabled Accounts OU >> select Disabled Accounts OU >> select all, right-click >> click Disable Account
  • Run: “C:\Program Files (x86)\SystemTools\DUMPSEC.exe” to generate an updated list of account statuses
  • Delete accounts in the Disabled Accounts OU after 1 year of being disabled
2. Clean up computer accounts
  • Download AD Tidy: https://www.cjwdev.com/Software/ADTidy/Download.html
  • Run: “C:\Program Files\Cjwdev\AD Tidy Free Edition\ADTidy.exe”
  • Click on the Computers icon >> Set Credentials to domain administrator >> click Start >> click Export >> Export to CSV File >> click on Desktop >> File name = computers >> Save as type = CSV >> click Save
  • Open computers.csv using Excel >> edit the sheet to make it easier to view >> send file to system manager(s) for review
  • Move computer accounts to Disabled Accounts folder and disable them
  • Delete accounts in the Disabled Accounts OU after 1 year of being disabled

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Symantec Antivirus 11 Installation Notes

- Endpoint protection manager is dependent on IIS, make sure that the "Default Website" "Directory…

How To Use Command Line to Configure iDrac Settings

Step 1: Install RacADM $computerlist=@' SERVER1 SERVER2 '@ $computernames=@($computerlist -split "`n")|%{$_.Trim()} $fileURL="https://dl.dell.com/FOLDER08543783M/1/DellEMC-iDRACTools-Web-WINX64-10.3.0.0-4945.exe" $expectedExecutable='racadm.exe' $expectedInstallPath='C:\Program Files\Dell\SysMgt\iDRACTools\racadm'…

Securing Windows Remote Desktop Services

secpol.msc > Local Policies > User Rights Assignments > double-click "Allow Log on through Remote…