Recent Posts

Build Array

The BuildArray procedure connects to the provided domain and returns a list of requested objects. Then it loops through those objects checking for a specific...

Write to AD Objects

The WriteData procedure originally was used to update the Description property of computer objects in the Active Directory. The procedure can now update any ...

How I use scripting

I work with two developers, in order to reduce the amount of teasing I decided to modularize all of my code. I have several functions and subroutines that I ...

Get Serial

About 99.9% of the computers we manage are Dell computers. Each Dell computer has a unique service tag that can be used to lookup anything from warranty info...

WMI Ping Script

Most of the computer management scripts run against multiple computers, I usually want to have the script do one task if the computer is available for manage...