Category Archives: Scripts

Create multiple RDP files with Powershell

RDP – Remote Desktop Connection, or what we called back in the day, Terminal Services.  Every system administrator uses it daily.  At work, the team I work on has 145 servers that we are responsible for, and only a handful … Continue reading

Posted in Microsoft, PowerShell, Scripts | 13 Comments

VBS to EXE

I use a LOT of scripts.  I sometimes will roll out a script to users, or other people on the IT staff.  There are times that I would rather they not see the source of the script for various reasons.  … Continue reading

Posted in Scripts | 3 Comments

Script: Who’s Logged on to remote PC

If you manage a network, you know how useful it is to be able to know who is logged on a remote machine.  Here is a VB Script that will tell you exactly that! ComputerName = InputBox("Enter the name of … Continue reading

Posted in Scripts | 4 Comments