Discussion on:

11
Comments

Join the conversation!

Follow via:
RSS
Email Alert
0 Votes
+ -
PSexec
JustinF 7th Sep 2010
I'm surprised psexec didn't make the list, of all the tools it is the one I use almost on a daily basis as I have 650+ PCs to managed in a University lab environment.
0 Votes
+ -
psexec
kforbus 7th Sep 2010
I'll second that mention of PSExec. I even do a lot of my software deployments with a little scripting + PSExec. It's one of the most useful tools in my arsenal.
0 Votes
+ -
Seconded
reggaethecat 8th Sep 2010
PSExec is one of the most useful tools I have and I use it every day. It's one of the tools Windows should come bundled with.

Now, if they can only fix the bug where it hangs when you press +C.....
0 Votes
+ -
When ^C hangs
jruby 8th Sep 2010
I've found that a lot of times when ^C causes a hang while running a batch file remotely, it's because the remote system is stuck on a "Terminate Batch Job (Y/N)?" prompt. Often hitting Y[ENTER] will allow it to exit gracefully.


Jim

If you think the problem is bad now, wait until I fix it!
0 Votes
+ -
I absolutely love psexec. It saves me a lot of time deploying and removing software. It really has a lot of versatility when combined with vbscript.
0 Votes
+ -
ProcMon
seanferd 7th Sep 2010
Find out when & where things go wrong. wink
Use just about all of them quite often. Like to use Autoruns to see if there is anything fishy being loaded in my system. At the same time, disable those "file not found" messages from software that was uninstalled but garbage left behind. Or maybe unused software such as the garbage left behind when removing Motorola Phone Tools.
0 Votes
+ -
Are 2 command built into Windows.
Always have worked and still do.

PsList (Tasklist) and PsKill (Taskkill).
* * * * * *
If you know what you are looking for:
NBTSTAT -a [computername] will give you the name of the logged on user as well.

* * * * * * * * *
Process Explorer, PSExec and AutoRuns (haven't played with yet) definitely useful.

* * * * * * * * *
Now if only Sysinternals would bring back a version of Wininstall LE that was more powerful and functional...
0 Votes
+ -
NBTSTAT won't return the logged in user if some of the netbios stuff is turned off on the network (as it is in ours). Sorry, don't have time right now to research exactly what it is that NBTSTAT uses, just know it's NetBIOS-related.
0 Votes
+ -
I used to use PsList and PsKill until our LAN nazis added them to the do not run list. So I reverted to Tasklist and Taskkill and all is well again. I guess they must think SysInternals software is spyware.
Keyboard Shortcuts:
Prev
Next
Toggle
Join the conversation
Formatting +
BB Codes - Note: HTML is not supported in forums
  • [b] Bold [/b]
  • [i] Italic [/i]
  • [u] Underline [/u]
  • [s] Strikethrough [/s]
  • [q] "Quote" [/q]
  • [ol][*] 1. Ordered List [/ol]
  • [ul][*] · Unordered List [/ul]
  • [pre] Preformat [/pre]
  • [quote] "Blockquote" [/quote]

Join the TechRepublic Community and join the conversation! Signing-up is free and quick, Do it now, we want to hear your opinion.