List All Computers In Your Domain
I needed a list of all machines on my domain. So, lets get lazy!
This script will pull every machine in your domain and write it to a .txt file.
I needed a list of all machines on my domain. So, lets get lazy!
This script will pull every machine in your domain and write it to a .txt file.
Ever said to yourself, "I'm not sure what computer accounts in this OU are valid"!
Well, with this script you can see when the last time a computer(in an OU) logged in.
Being an Network Admin isn't always easy, at some point in time you will need to reboot or shutdown all of your computers.
This script will shutdown, reboot or loggoff all computers in an OU.
Here is just a script that I came across that deletes items in your recent folder. Simple yes, but the goal is to make things easier on network admins.
Hey, who is logged on to the accounting computer on the third floor? Dunno?!!?
Now you don’t have to wonder. This script will display the currently logged on user on a remote computer.
Do you ever need to find out what processes are running on a remote machine?
I do, so here is a script that will query a remote computer and write all processes to a text file.
Searching through Active Directory for disabled accounts can be tedious.
This is why I created a script to shorten this process.
It will search through an OU and write all disabled accounts to a file.
I needed to create ODBC connections on multiple computers, but I didn’t want to use the GUI as it would be very slow.
So, I created a script that would create they keys for me. All you have to to do input the user name!