Author

Rich

Just another IT guy.

Defrag SQL MDF and LDF on Server

March 21, 2013

I wrote this script to defrag all the found MDF and LDF files on a server that I've been testing on.  It uses Sysinternal's Contig tool which is…

Microsoft Office Removal Tool

March 20, 2013

There are Microsoft FixIts available to remove Microsoft Office Suites available at the Microsoft Support KB article:  http://support.microsoft.com/kb/928218

How to Manage iPhones in Enterprise Environments

March 18, 2013

Apple has a few tools to help aid in managing iPhones in the enterprise environment.  From configuring VPN profiles, eMail accounts, wireless network configurations and ActiveSync. You can…

How to add a Static Route in Windows

March 15, 2013

You can easily add a static route from the command line in Windows by entering the following. route add 10.0.0.0 mask 255.0.0.0 192.168.0.1 metric 2 To make this…

Windows Update error 8024402C

March 8, 2013

Got this error recently on a Windows 7 32bit system while trying to do updates.  Previously, Automatic Updates were enabled and it ended up in a Installing 3…

Determine if Windows Update is Using WSUS

March 8, 2013

Is my computer being updated by a WSUS server?  Here's a quick way to determine if your computer is using WSUS or not to provide Windows Updates to…

Find File Duplicates with PowerShell

March 7, 2013

I've recently been tasked with finding duplicate files across multiple shares on a network. I've looked at a few different free options out there that can do this…

Find Computer's Serial Number via Command Line

March 6, 2013

Here are a few methods to retrieve the computer's serial number from the command line. Using WMIC wmic csproduct get IdentifyingNumber /format:list wmic bios get SerialNumber /format:list Using…

5 Useful Keyboard Shortcuts for Windows 7

February 28, 2013

Navigating in Windows by keyboard is second nature to me. I've been doing it since I've been using Windows. It's just a lot more efficient for me to…