PowerShell // Automate AD Computer Object Cleanup

In this post we will be implementing two PowerShell scripts to automatically clean up our Active Directory of old, unused computer objects. The first script will scan the Active Directory for computer objects that are no longer used, disable them and put them in a seperate OU. It also modifies some extensionAttributes on the object,Continue reading PowerShell // Automate AD Computer Object Cleanup