Archive for the ‘Other Tech’ Category

Remote Command-Line

This is one way to access remote computer via command-line. Download Remote Command-Line Read the “Read Me” for instructions. **** Another option for remote command-line access is to use psexec for sysinternals.

Windows Installer Wrapper Wizard

WIWW2 is a great tool to create custom MSI’s. I use this (and others) to primary setup MSI’s to deploy via script, GPO, WDM. Its a simple and no thrills wrapper but it does the trick. This program is pretty much almost impossible to find now but here it is… Download Windows Installer Wrapper Wizard (aka. WIWW2) Alternate

Raid Levels

RAID 0 RAID 0, also known as “striping”, writes stripping of data across multiple disk drives instead of just one disk drive. RAID 0 does not provide any data redundancy, but does offer the best high-speed data throughput. RAID 0 breaks up data into smaller blocks and then writes a block to each drive in the array. Disk striping enhances performance because multiple drives are accessed simultaneously; but the reliability of RAID Level 0 is less than any of its member disk drives due to...

Things I’ve learned while being an Admin

You have been granted magic powers. Items WILL self-repair with JUST YOUR presence. Use this power wisely. Do not use it to try and get free snacks from the vending machine. Certain people get ‘VETO power’ past the Help Desk and go directly to you. Not right but that just IS. One department that will abuse this most will be “Sales”. Enough said. Developers like freedom. They don’t like restrictions. Hint. Locking them down to ‘guest’ access is NOT productive....

Computer Problem Report Form

1. Describe your problem: 2. Now, describe the problem accurately: 3. Speculate wildly about the cause of the problem: 4. Problem Severity: A. Minor__ B. Minor__ C. Minor__ D. Trivial__ 5. Nature of the problem: A. Locked Up__ B. Frozen__ C. Hung__ D. Strange Smell__ 6. Is your computer plugged in? Yes__ No__ 7. Is it turned on? Yes__ No__ 8. Have you tried to fix it yourself? Yes__ No__ 9. Have you made it worse? Yes__ 10. Have you had "a friend" who...

Quickly sync time with ntp server

If your Unix box has ntp but is just not configured just enter “ntpdate -s ‘servername or ip’“ This will sync the Unix time with your NTP servers time. Its quick and simple… and a bit dirty but works.

List running processes

12345678910111213141516171819202122232425262728293031323334'=========================================================== ' ' NAME: <listRunningProcesses.vbs> ' COMMENT: <lists information on running processes on system> ' '=========================================================== Option Explicit 'On Error Resume Next dim strComputer   'computer to connect to with wmi dim wmiNS         'wmi namespace dim wmiQuery      'the wmi query dim objWMIService...

Wuauclt.exe switches (old)

Some of the switches below are used with older versions of wuaclt.exe and may not work any more. These switches for “wuauclt.exe” are good for troubleshooting WSUS client problems and Windows Updates. Some of the switches below are used with older versions of wuaclt.exe and may not work any more. Check your “windowsupdate.log” file in the “C:\Windows” to check the output of a command if any output exists. The following feartures/switches are needed. 1. /? –...

SMTP commands

SMTP commands: Command Description References ATRN Authenticated TURN. RFC 2645 AUTH Authentication. RFC 2554 BDAT Binary data. RFC 3030 BURL Remote Content. RFC 4468 DATA Data. RFC 2821 EHLO Extended Hello. RFC 2821 ETRN Extended Turn. RFC 1985 EXPN Expand RFC 2821 HELO Hello RFC 2821 HELP Help RFC 2821 MAIL Mail RFC 2821 NOOP No operation RFC 2821 ONEX One message transaction only. QUIT Quit RFC 2821 RCPT Recipient RFC 2821 RSET Reset RFC 2821 SAML Send...

Send Email Using Telnet

Start off by opening a command prompt or terminal shell then type:     telnet mail.domain.ext 25 You should receive a reply like saying “220″ and the service is ready followed by the date/time. This depends on how your email server is configured. Example: 220 mail.domain.ext ESMTP Service ready at date+time+gmtoffset? (or somehting similiar) Now that you are connected you will then need to delcare where you are sending the email from: HELO domain.name – dont worry too much about...
Twitter Delicious Facebook Digg Stumbleupon Favorites More
325 queries in 3.539 seconds.