3

What tools do you find useful for remote administration of Windows systems, specifically workstations?

What tools sounded useful that ended up being more trouble than they were worth?

I'm not thinking so much of remote desktop tools (VNC, RDP, etc.), but things that allow you to access, configure, and otherwise manage users' computers without interrupting them.

One utility per answer, please.

Peter Mortensen
  • 2,319
  • 5
  • 23
  • 24
wfaulk
  • 6,828
  • 7
  • 45
  • 75

6 Answers6

5

PsTools in general, and PsExec in particular.

PsExec will allow you to run arbitrary programs on the remote computer, including cmd.exe and even powershell.exe. Having a remote command-line login to a Windows machine is great.

Also, winexe is a Unix utility that allows you the same access to a remote Windows machine.

The great thing about these remote access tools is that they require nothing but standard Windows privileges to use. There doesn't need to be any special software installed on the remote system.

That said, I've still found them to be more effective than a lot of utilities that do require a server.

wfaulk
  • 6,828
  • 7
  • 45
  • 75
2

I stick with the native AD and Computer Management tools in adminpak.msi. I know that they will be at every site I go to.

wfaulk
  • 6,828
  • 7
  • 45
  • 75
mrdenny
  • 27,074
  • 4
  • 40
  • 68
  • Can you be more specific, please? Are there any notable components of those tools that you find particularly useful? – wfaulk Oct 07 '09 at 19:55
  • 1
    Everything in adminpak.msi – Nick Kavadias Oct 07 '09 at 20:24
  • Pretty much yeah. Everything that comes in adminpak. – mrdenny Oct 07 '09 at 20:39
  • I've honestly never found those tools very useful for workstation admin. Too often you get a "you can't do that remotely" error, and that's when there's a tool to do what you want. For example, there's no "Add/Remove Programs" in there. – wfaulk Oct 07 '09 at 21:16
  • Manually using Add/Remove Programs in a managed environment is something I've never seen the need for though ;) ...just remove the deployed package from the policy - and users aren't admins so they can't add anything not deployed via policy anyway? ^^ – Oskar Duveborn Oct 07 '09 at 21:32
  • I can't think of anything that needs to be done on a users PC that I haven't been able to do remotely. Since I work from home, I've got no option but remotely (my office is about 70 miles from home). I needed to fix a driver issue once which required console access, but I can't think of anyone who would try and deal with a driver issue remotly. – mrdenny Oct 08 '09 at 18:09
1

We use SCCM and PowerShell heavily to manage our workstations. Besides managing software distribution, configurations, and OSD, SCCM is a great remote control/remote assistance tool.

SCCM pricing: at minimum, $579 for the server and $41 per client.

For RD, a couple of us are into VisionApp Remote Desktop which can manage a bunch of RD sessions at once; I recommend it highly.

wfaulk
  • 6,828
  • 7
  • 45
  • 75
Doug Chase
  • 753
  • 3
  • 12
  • 22
0

My favorite utility is RAdmin by Famatech. My favorite feature is the ability to work behind NAT firewalls. It is mainly a remote control administration tool, but it has different connection "modes" that lets you work with the specific computer in different ways.

There's another tool that I want to try, but haven't yet. It's called Network Administrator by IntelliAdmin. It will let you a lot of stuff in the background, without interrupting your users. These company also has several other useful tools.

Hector Sosa Jr
  • 433
  • 1
  • 6
  • 10
0

freeSSHd sounded like a great idea until I tried to use it.

It seems to call home frequently, and often errors out on user console login, generating a popup. In order to enable a number of useful features, it requires console interaction, which creates a tray icon that allows users to kill the service. The Windows authentication is a nice feature, but there's no way to allow a Windows group, only individual users.

I eventually discovered that cmd.exe via PsExec works as well, if not better, and I quickly uninstalled freeSSHd.

wfaulk
  • 6,828
  • 7
  • 45
  • 75
0

Good old Remote Desktops MMC snap-in to access dedicated management servers and similar, allows you to configure up and manage a bunch of RDP connections in one console. It finally got it's own native shortcut with Win7/Server 2008 R2 I think when they renamed Terminal Services to Remote Desktop Services ^^ (earlier you have to manually add it in any MMC)

Oskar Duveborn
  • 10,740
  • 3
  • 32
  • 48