Remote Admin automation





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

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
1
Date Submitted Thu. Mar. 2nd, 2006 3:56 AM
Revision 1
Syntax Master dannyboy
Tags "Command Line" | Backup | BATCH | CMD | exchange
Comments 0 comments
Automated offline backup for Exchange server.
Requires ROBOCOPY from NTRK or other copy utility.
Requires manual adjustments
3
Date Submitted Thu. Mar. 2nd, 2006 4:21 AM
Revision 1
Syntax Master dannyboy
Tags DOMAIN | valid | VBSCRIPT
Comments 0 comments
check if a string is a valid domain ex.: dsc-services.be
3
Date Submitted Thu. Mar. 2nd, 2006 4:25 AM
Revision 1
Syntax Master dannyboy
Tags disksize | Format | VBSCRIPT
Comments 0 comments
mySizeDisk: this function just formats the output the way I like
Input integer in Bytes, outputs easily human readable format
3
Date Submitted Thu. Mar. 2nd, 2006 4:27 AM
Revision 1
Syntax Master dannyboy
Tags Format | memory | VBSCRIPT
Comments 0 comments
mySizeMemory:this function just formats the output the way I like Input integer in Bytes, outputs easily human readable format
-7
Date Submitted Thu. Mar. 2nd, 2006 4:38 AM
Revision 1
Syntax Master dannyboy
Tags Backup | Delete | IIS | Restore | VBSCRIPT
Comments 0 comments
Create a backup, restore a backup, delete a Backup from IIS
-2
Date Submitted Thu. Mar. 2nd, 2006 5:03 AM
Revision 1
Syntax Master dannyboy
Tags exists | File | Folder | VBSCRIPT
Comments 0 comments

Checks to see if a file or folder exists
The fFile variable determines whether you're
looking for a File (True) or Folder(False)
The strName variable holds the fully qualified
path you're looking For
3
Date Submitted Thu. Mar. 2nd, 2006 5:23 AM
Revision 1
Syntax Master dannyboy
Tags File | Folder | VBSCRIPT
Comments 0 comments
this function returns the aggregated size
of all files in a directory and its subdirectories
-7
Date Submitted Thu. Mar. 2nd, 2006 5:30 AM
Revision 1
Syntax Master dannyboy
Tags ACTIVEDIR | OU | VBSCRIPT
Comments 0 comments
Display all ou's in an active directory environement
3
Date Submitted Thu. Mar. 2nd, 2006 9:59 AM
Revision 1
Syntax Master dannyboy
Tags File | info | VBSCRIPT
Comments 0 comments
Retrieve information about a file