Below are snippets for dannyboy.

ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

3
Date Submitted Thu. Mar. 2nd, 2006 11:23 AM
Revision 1
Syntax Master dannyboy
Tags DOMAIN | REMOVE | VBSCRIPT
Comments 0 comments
function to remove a computer from a domai
3
Date Submitted Thu. Mar. 2nd, 2006 11:27 AM
Revision 1
Syntax Master dannyboy
Tags logoff | poweroff | Reboot | shutdown | VBSCRIPT
Comments 1 comments
Shutsdown, PowerOff, LogOff, Restarts a machine.
3
Date Submitted Thu. Mar. 2nd, 2006 11:33 AM
Revision 1
Syntax Master dannyboy
Tags DISTRIBUTIONLIST | exchange | VBSCRIPT
Comments 1 comments
Get all members of an Exchange Distribution List, even if the distribution list itself contains other distribution lists
3
Date Submitted Sat. Apr. 15th, 2006 12:40 AM
Revision 1
Syntax Master dannyboy
Tags admin | remote | VBSCRIPT
Comments 0 comments
enable remote admin settings
2
Date Submitted Wed. Mar. 1st, 2006 3:51 AM
Revision 1
Syntax Master dannyboy
Tags ARGUMENTS | VBSCRIPT
Comments 0 comments
Arguments in vbscript
2
Date Submitted Wed. Mar. 1st, 2006 3:58 AM
Revision 1
Syntax Master dannyboy
Tags Folders | VBSCRIPT
Comments 0 comments
Create a text file with all the folders on your machine
2
Date Submitted Wed. Mar. 1st, 2006 4:02 AM
Revision 1
Syntax Master dannyboy
Tags ACTIVEDIR | VBSCRIPT
Comments 0 comments
Search Active directory and give info in retur
2
Date Submitted Thu. Mar. 2nd, 2006 3:51 AM
Revision 1
Syntax Master dannyboy
Tags "Command Line" | BATCH | CMD | KILL
Comments 0 comments
KillProc will do a search of all the current processes and kill all that
match the name given. If the process name is misspelled, KillProc would
kill itself, based on the match. The 'find /v /i "KillProc"' part of the
search prevents KillProc from killing the CMD window it is running in.

Requires NT Resourcekit
2
Date Submitted Thu. Mar. 2nd, 2006 10:23 AM
Revision 1
Syntax Master dannyboy
Tags KILL | PROCESS | VBSCRIPT
Comments 0 comments
terminate a named process on computers in a given IP address range
2
Date Submitted Thu. Mar. 2nd, 2006 10:38 AM
Revision 1
Syntax Master dannyboy
Tags Hostname | VBSCRIPT | WMI
Comments 0 comments
Get computername with wmi