Recent Posts

Creating Lists of Computer Names

less than 1 minute read

Very often you will want to run a script against a list of computers. I’ve found that the most flexible way is to grab computer names from a text file. When ...

Finding computer IP information

1 minute read

When we went through a subnet change, we found there were many systems with an incorrect default gateway manually entered into their IP information.

Creating AD computer accounts from a CSV

1 minute read

This is an updated script that creates computer accounts in Active Directory. This script uses a comma separated values file as an input instead of two text ...