Remote Admin automation





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

1
Date Submitted Wed. Mar. 1st, 2006 3:44 PM
Revision 1
Syntax Master dannyboy
Tags "Command Line" | BATCH | CMD
Comments 0 comments
Archief event log enteries
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
2
Date Submitted Sun. Sep. 9th, 2007 12:15 PM
Revision 1
Beginner bala
Tags ASP | VBSCRIPT
Comments 0 comments

If you're using passwords of any type on your site, it is best to keep them random. That way they cannot be easily guessed at by intruders.

First, it's good to know a little about ASCII characters. Every character your keyboard can type is actually represented by a number. So the letter A is represented by 65. The letter Z is represented by 90. So all you need to do is generate a series of random numbers, each number between 65 and 90. That would give you a way to find the equivalent letters.

If you want to include numbers too, those are found between spots 48 and 57. I wouldn't use the spots between 57 and 65 - those are odd characters like colons.




So let's say you want to create a 7 character password that contains a random assortment of letters and numbers. You could do something like this:
2
Date Submitted Thu. Oct. 20th, 2005 6:22 PM
Revision 1
Coder mattrmiller
Tags "Command Line" | C | Calculator
Comments 4 comments
Command Line Calculato
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 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 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