Use PowerShell to audit domain member local admins.
This PowerShell script was written to facilitate an audit of the local admin groups on all systems in our domain. It will remove invalid accounts, or add new ones, or simply report what it finds. ******* Updated version ******* #Region Header #====================================================================================== # File Name : Audit-And-Purge-LocalAdmins.ps1 # Original Author : Kenneth C. Mazie (kcmjr AT kcmjr.com) # : # Description : Used to audit and manage the local administrators group on domain computers. # : # Notes : Original version rewrit...