Hi Folks! I’f you’ve come to this article because of a permalink then I’ve got some news for you! The article has been selected to be posted on the Microsoft Scripting Guys blog as a guest article (insert applause). You can now find the article in 2 parts here: Use PowerShell to Move Computers Based on IP Addresses: Part 1 …
PowerShell – Listing aged out computer accounts in Active Directory
Do you remember having to use OldCmp.exe from JoeWare (great tools by the way) to capture a a list of computer accounts which have not been attached to your Active Directory for a period of time. Luckily with PowerShell and Quest ActiveRoles you can do this with a simple two line script. Here’s the code: http://gist.github.com/492494