As a Windows administrator, what tools do you feel you cannot live without?
50 Answers
3rd party tools are great, but before I start there, the basic ones you get with the system:
- Computer Management
- Event Viewer
- Services Console
- Perfmon
- Active Directory Users and Computers
- Active Directory Domains and Trusts
- Active Directory Sites and Services
- Group Policy Management Console (okay, so you download this one)
- The command line itself with
- netstat
- nbtstat
- ipconfig
- net
- findstr
- netsh
- Internet Explorer/Firefox
- Scripting tool like VBScript/PowerShell/Perl
- Notepad
Other Tools:
- Sysinternals PSTools Suite
- Sysinternals Process Explorer
- Sysinternals Process Monitor
- Joe Richards' free tools for ActiveDirectory
- Microsoft Office OneNote

- 601
- 1
- 10
- 21

- 9,034
- 32
- 33
-
2I *love* OneNote. I'm astonished that MS only made it available in Office Enterprise; it should be in every downlevel edition! – dmoisan Jun 03 '09 at 03:20
-
Notepad itself isn't worth much. Notepad2 or Notepad++ offer greater options and much more possibilities, even for everyday users. – KdgDev Oct 20 '09 at 00:54
WinDirStat is great for finding out how all your disk space it getting used.

- 2,604
- 1
- 17
- 17
I always post this one, but it remains true. Beyond Compare is the best folder & file diff program. It is so ridiculously useful for maintenance work and updating, plus it does built-in FTP

- 2,400
- 2
- 30
- 42
-
I held out against the move to Beyond Compare, sticking with WinMerge for years. Recently I tried an old copy of BC and have been kicking myself for weeks that I didn't change sooner. BC is hands-down the best merging/compare tool I've ever seen. – Chris Porter May 05 '09 at 02:58
-
Try Araxis Merge. Costs more, but if you can afford it, it's worth its weight in gold.. or it's filesize in gold, at least – Mikeage May 31 '09 at 10:42
Never underestimate the power of a really good text editor. I've used UltraEdit for years and couldn't live without it. I've tried moving to Notepad++, Editplus, and a few other text editors and I always end up frustrated and back using UltraEdit. You can also get a U3 version that lives on a flash drive.

- 2,318
- 5
- 23
- 24

- 121
- 1
- 4
-
UE is a great text editor plus it includes syntax highlighting, hex editing and diff tools... – Mark Nold May 05 '09 at 03:32
-
The UE developer is also extremely responsive to requests to add features. Definitely on my list of apps I can't live without. – Helvick Apr 05 '10 at 11:43
Recursive copying with solid reporting and allows you to update changed only. Used to be part of the windows resource kit, but i think it's distributed with Vista now.

- 285
- 3
- 9
-
-
Try RichCopy, also from Microsoft, but GUI-based and more options than RoboCopy. I've used the fcopy tool on a number of occasions as well to good effect when copying ridiculously large files over the WAN. – Ryan Fisher Jun 12 '09 at 00:29
WMIC lets you do pretty much anything to any networked windows computer.
Some fun things to try:
wmic computersystem get name
What user is currently logged into the system:
wmic netlogin get name,lastlogon
Users who have logged into a system, and when they last logged in:
wmic os get lastbootuptime
When was the last time the machine booted; (do you have a machine not getting updates?)
wmic product get name,verion
Finds applications installed with a specific name:
wmic product where 'name = "%Product Name%"' get name
Also remember you can run these on networked systems:
wmic /node:"computername1" os list brief

- 661
- 10
- 19

- 457
- 2
- 8
I'd throw 7-zip into the pool. Free/Open source and opens most compression formats. I use it often for moving files from one server to another (updates and/or images).
Total Commander - Norton Commander look-a-like for Windows. I use this all the time, it's simply the best (!) file manager. Also it's shareware, so if you can live with a startup nag-screen it's free.
Ultraedit - Not free, but nothing beats this text editor. Once you go down the path of ultraedit, there's no turning back.
putty - It just works.
These are more for the desktop/laptop power users:
- safarp: small and fast Add/Remove Programs
- launchy: keystroke launchyer
- console: multi-tabbed cmd.exe, (and then some)
- jkdefrag (portable):lite-weight defragger
- AnVir task manager: manager for running processes, services, and startup programs (commercial but has a lite free version).
- Notepad++: Probably best text-editor available for windows.
- WinMerge: visual diff/merge tool

- 2,534
- 2
- 18
- 12
shutdown - can shut down a non-responding host remotely
shutdown -r -t 0 -f -m <machine>
taskkill - kill processes from the commandline
taskkill /pid <pid>
psexec - the windows equivalent of ssh (from sysinternals, as previously noted)
-
Psexec is not the windows equivalent of ssh. It provides no encryption, no interactive session, no arbitrary port forwarding, etc. Useful but not ssh. – Brian Reiter Jul 06 '09 at 22:12
-
TreeSizeFree for figuring out what's using all your storage space.

- 13,425
- 17
- 61
- 104
-
How does this compare to [WinDirStat](http://serverfault.com/a/3659/69936)? – Dan Dascalescu Dec 03 '12 at 03:49
If for some reason you don't want to get and install the whole Cygwin GNU utilities for Win32 are useful. It's nice to fire up cmd and use grep, wget, tail, etc.
sniffer to see what exactly is happening on the wire [ unless you can tap somewhere on the switch with port mirroring].
Far Manager for those like me who still prefer console rather over Windows Explorer. and yeah - it's open source now! Ready to use builds are here.
Notepad++ was already mentioned, but Notepad2 - not. It's very useful Notepad replacement. It has syntax hilight, block operations, different encoding.

- 2,318
- 5
- 23
- 24

- 29,981
- 6
- 66
- 109
-
+1, as I'd just posted (now deleted as it's a dupe) the exact same thing regarding GNU Utilities for Win 32 and not needing Cygwin. – Bryan Apr 05 '10 at 09:40
- Wireshark for sniffing
- EditPad Pro for text editing
- mRemote for remote connections (no longer developed since 2009)

- 601
- 1
- 10
- 21
Windows Installer Cleanup Utility - saved my bacon multiple times.
Visual C# Express - really! The .NET framework has a LOT of useful classes for automating admin tasks, and I've rolled my own small army of useful utilities.

- 8,987
- 2
- 23
- 36
Ultra Vnc SC a free remote desktop tool. Some features: You only need one exe to pass to client, no install, Can be customized and You also can translate this tool, got a file transfer and chat.

- 1,521
- 6
- 25
- 41
I find Agent Ransack or its non-free version, File Locator Pro, to be much much more effective than the basic "Search" function of Windows (which was/is broken on XP)

- 219
- 1
- 5
A new open source to alternative to ProcessExplorer is ProcessHacker.
You can install it or just run it off a thumb drive. If you install it you can take advantage of some of the special features. On such feature is a kernel mode driver that acts as a proxy to query process information. This is apparently to avoid UAC prompts in Vista. Another feature is the ability to launch ProcessHacker instead of task manager from the ctrl+alt+delete menu. Finally, you can set ProcessHacker to run at login.

- 1,037
- 12
- 33
I have been testing Spiceworks for IT management (inventory, monitoring, reporting, tracking). So far, made my life easier, so let's toss it on the pile.

- 601
- 1
- 10
- 21

- 733
- 1
- 5
- 12
Well I'd say http://ratsauce.sourceforge.net/ but then I would say that, wouldn't I :-)

- 2,318
- 5
- 23
- 24

- 7,776
- 1
- 23
- 35
-
Lots of those tools seem like reimplementations of consecrated tools. For example, how is httpgrabber different from wget -S? `reconcile` seems like a particular case of BeyondCompare. Etc. – Dan Dascalescu Dec 03 '12 at 03:55
testdisk - saved my ass a when my raid screwed up, was able to copy the data off it to another drive even though it wasn't showing up in windows. now i can't live without it.

- 211
- 3
- 4
- 14
A couple of things that make my life easier:
Terminals - multi tab terminal services/remote desktop client.
and
Nmap - network scanner extraordinaire

- 2,318
- 5
- 23
- 24

- 486
- 2
- 6
- 12
I live by TaskInfo, an integrated utility that beats Task Manager and Systems Information hands down.

- 186
- 3
RD tabs http://www.avianwaves.com/Tech/Tools/RDTabs/ is a great RDP replacement. It allows saving connections like bookmarks, tabs, pop-outs, screen capture! Works really well!

- 409
- 4
- 11
Apart from the regular Windows MMC tools and OS native support tools, these are a few I use regularly. Sysinternals, Resource Kit tools, WinDBG, WMI scripts, Performance & reliability monitor and PowerShell scripts

- 308
- 1
- 3
For Sysadmins that have a laptop, I would add NetProfiles .
Also, the website http://portablefreeware.com is absolutely awesome.

- 4,182
- 10
- 46
- 59
TextPad is great.
VirtuaWin is fantastic if one is a fan of virtual desktops.
PuTTY
UltraVNC (because VNC will need to be used eventually, even despite RDP)
I personally like using Cygwin over cmd/command for console
Definitely Wireshark
All of the Administrator Tools that come with Windows

- 601
- 1
- 10
- 21

- 131
- 1
- 5
Heh... Norton Comander.. I like console (since DOS/Windows 3.x) and i use FAR Manager (farmanager.com) as my file manager for a long time.
Now new version (2.0) with Unicode support(!) is availible. And this version not shareware, it's FREE (BSD-like license). It's still in "alpha" and a bit tricky to install but fully working (even x64).

- 601
- 1
- 10
- 21

- 2,121
- 15
- 14
More votes for PowerShell, Notepad++, PuTTY, pscp, Cygwin, sdelete, WinDirStat, and System Internals.
Also some sort of Remote control software be it UltraVNC, RDP, or whatever.

- 2,318
- 5
- 23
- 24

- 698
- 6
- 13
smsniff from NIRSOFT. The quick network sniffer.
http://www.nirsoft.net/utils/smsniff.html
Fiddler a good HTTP debugging porxy with really good SSL support http://www.fiddler2.com/fiddler2/

- 390
- 1
- 12
nircmd.exe
Invaluable command line tool I primarily use for killing programs and processes although it does allow a fairly high degree of control over hardware.

- 4,092
- 1
- 30
- 38
SciTE for text editing and Servant Salamander as file manager. Unfortunately, Salamander is a commercial product, but it is exceptionally good for working with files and folders.

- 2,318
- 5
- 23
- 24

- 3,655
- 11
- 39
- 59
XCopy (although RoboCopy is more capable) and Ping (cmd), along with .bat files for scripting.

- 383
- 3
- 10
-
[This answer](http://serverfault.com/a/16080/69936) says RichCopy is even more capable. – Dan Dascalescu Dec 03 '12 at 04:02
Richcopy, a released tool that used to be used internally in Microsoft. It's a ultimate copying tool that is much better than robocopy.

- 601
- 1
- 10
- 21

- 754
- 5
- 9
Remote Desktop Manager is awesome, It centralize all my remote connections (Including RDP, Putty, SQL Server, HTTP Interfaces, (S)FTP, CIFS shares, OpenVPN connections...
It's really a must have, all this for free, but the enterprise edition allows you some nice thing like storing connections settings in a database to push modifications to the others admins)

- 1,786
- 4
- 20
- 37
Terracopy or Richcopy. Quick file transfers. Scored points at my new job by mentioning this to my boss!

- 409
- 4
- 11
Active Directory - if you manage a domain this is your best friend. It centralizes all control over users/computers/printers/groups in your organizational unit into one program.
gpedit - the group policy editor, allows you to easily manage registry entries for groups of users at a higher level.
regedit - Great for making lower level tweaks to the system not available through the group policies.

- 1,059
- 1
- 15
- 19
I still find myself firing up Sequoia View to spot the massive temp files/caches that can otherwise lie unnoticed on a volume.

- 133
- 1
- 8
Bart PE, with a large assortment of plug-ins. Not so much for day-to-day use but for all those times when things go wrong and normal tools won't help or when something can't be achieved while the regular OS is running.
Perl. Tools such as logparser might be OK for some jobs but Perl has no limits.
Robocopy. In my opinion the best readily available copy utility for Windows. If you have a copy/move/sync operation that you can't do with Robocopy it's time to read the manual again.

- 27,458
- 12
- 55
- 109
-
[This answer](http://serverfault.com/a/16080/69936) says that RichCopy is much better than RoboCopy. – Dan Dascalescu Dec 03 '12 at 04:02