Category Archives: Microsoft

What is the difference between running isinteg – fix and edbutil /d /r or eseutil /p?

First of all, edbutil /d /r (Exchange 4.0 and 5.0) or eseutil /p (Exchange 5.5) is strictly a last resort for repairing a database file: it fixes only low-level database corruption (bad pages). The isinteg -fix command works at the information store level, fixing objects, schemes, and other high-level data/structure problems. If for some reason you don’t have a backup to restore from or… Read More »

TaskList

TaskList displays all running applications and services with their Process ID (PID) This can be run on either a local or a remote computer.

SUBST

Substitute a drive letter for a network or local path.  This comes in handy when you want to reference a directory which may have a really long path by a drive letter.

TRACERT

Find the IP address of any remote host. TRACERT is useful for troubleshooting large networks where several paths can be taken to arrive at the same point, or where many intermediate systems (routers or bridges) are involved.

Install a New Gadget on Vista Sidebar

While Windows Vista’s Windows Sidebar may come pre-configured with a few gadgets such as a clock, photo gallery, and news feeds, what if you want to add other gadgets?

RoboCopy

Robocopy, short for “Robust File Copy”, is a powerful command-line utility in Windows that allows you to copy or move files from one location to another. It offers a plethora of useful features and switches, making it a favorite among IT professionals.