I regularly have to look this up, so it was time to blog it!Read More »
I regularly have to look this up, so it was time to blog it!
Read More »
Hate the vbs scripts that output results, and when you run them from wscript, you have to click 'OK' a few hundred times? Ensure it is running from cscript with this little bit of code.Read More »
Hate the vbs scripts that output results, and when you run them from wscript, you have to click 'OK' a few hundred times? Ensure it is running from cscript with this little bit of code.
qwista / rwinsta command line toolsRead More »
Configuration Options for an RDP file (which is really a txt document).Read More »
Redirects output of command line tools to the Windows clipboard. This text output can then be pasted into other programs.Read More »
Simple 4 line script excellent for scheduled tasks to open a webpage to run some automated process (such as admin processing)Read More »
Windows XP will not allow you to pin a shortcut to the start menu that points to a network drive. For this reason it can be necessary to write a batch file to launch a program. The issue is that a shortcut pointed to a .bat file also contains no “Pin to Start Menu” option. While it can be dragged onto the start menu, this leaves no option for scripting these shortcuts. The simple solution is to convert the .bat file to an .exe file and lucky for us Windows XP includes a tool that can do it…Read More »
Script to Change Properties of ALL users in an OU in Active Directory to flag the following (for when you have an admin who forgets, and in 42 days you get a lot of phone calls!!! -User Cannot Change Password (check that box) -User Password Doesn't expire (check that box) (same as running dsmod user "CN=,OU=,DC=,DC=" -pwdneverexpires yes -canchpwd no)Read More »
Just so we all can find it easily, here is how to start the System Restore from a command promptRead More »
EnumAnonymousAccessDisabled.txt Found on : http://blog.crowe.co.nz/archive/2006/04/05/605.aspxUPLOADTEMPLATERead More »
Found this code and wanted to bookmark itRead More »
This snippet has come in handy quite a few times for me…Read More »
Great script to keep around to set the asset tag on dell machinesRead More »
This script runs on the admin workstation. It gets a list of remote machines from a text file, copies the scripts to each machine, and then launches the first script on each machine. All scripts must be in the same folder.Read More »
PingRange.cmd to Ping a subnetRead More »
VBS Script to use WinMGMTS:\\ to enumerate in WMI all of the versions of NET FrameworkRead More »
Have you ever setup a server, went home to work on it, only to find out that you forgot to check "enable remote deskop" before you left a NOC? This can fix it.Read More »
How to enumerate using IIS:// all of the websites on a machineRead More »
Windows System Event Log Function for VBSRead More »
VBS script to view all of the IP's on a remote machineRead More »
Rename your server, and join a domain example vbs scriptRead More »
Great scriptRead More »
Display an HTML Message for a status windows in a VBS script using IERead More »
Great simple little vbs script to unload a domain user account.Read More »