By R Teachout on 11/27/2007 12:55 PM
qwista / rwinsta command line tools
Read More »
|
By R Teachout on 11/27/2007 12:52 PM
Configuration Options for an RDP file (which is really a txt document).
Read More »
|
By R Teachout on 6/18/2007 2:03 PM
Redirects output of command line tools to the Windows clipboard.
This text output can then be pasted into other programs.
Read More »
|
By R Teachout on 3/17/2007 2:09 PM
Simple 4 line script excellent for scheduled tasks to open a webpage to run some automated process (such as admin processing)
Read More »
|
By R Teachout on 12/6/2006 2:17 AM
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 »
|
By R Teachout on 12/5/2006 1:05 PM
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 »
|
By R Teachout on 11/30/2006 12:17 AM
Just so we all can find it easily, here is how to start the System Restore from a command prompt
Read More »
|
By R Teachout on 11/22/2006 6:51 PM
EnumAnonymousAccessDisabled.txt
Found on : http://blog.crowe.co.nz/archive/2006/04/05/605.aspxUPLOADTEMPLATE
Read More »
|
By R Teachout on 11/22/2006 5:42 PM
Found this code and wanted to bookmark it
Read More »
|
By R Teachout on 11/22/2006 4:43 PM
This snippet has come in handy quite a few times for me…
Read More »
|
By R Teachout on 11/17/2006 3:18 AM
Great script to keep around to set the asset tag on dell machines
Read More »
|
By R Teachout on 11/17/2006 3:04 AM
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 »
|
By R Teachout on 11/17/2006 2:27 AM
PingRange.cmd to Ping a subnet
Read More »
|
By R Teachout on 11/17/2006 2:26 AM
VBS Script to use WinMGMTS:\\ to enumerate in WMI all of the versions of NET Framework
Read More »
|
By R Teachout on 11/17/2006 2:22 AM
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 »
|
By R Teachout on 11/17/2006 12:23 AM
How to enumerate using IIS:// all of the websites on a machine
Read More »
|
By R Teachout on 11/17/2006 12:20 AM
Windows System Event Log Function for VBS
Read More »
|
By R Teachout on 11/16/2006 7:13 PM
VBS script to view all of the IP's on a remote machine
Read More »
|
By R Teachout on 11/16/2006 6:16 PM
Rename your server, and join a domain example vbs script
Read More »
|
By R Teachout on 11/16/2006 10:42 AM
Great script
Read More »
|
By R Teachout on 11/16/2006 4:20 AM
Display an HTML Message for a status windows in a VBS script using IE
Read More »
|
By R Teachout on 11/16/2006 2:02 AM
Great simple little vbs script to unload a domain user account.
Read More »
|