Category: PowerShell
Killing a crashed Task Manager
March 7th, 2013I'm running Vista at the moment and it is terrible. I think we are all tired of the appalling file copying mechanism. I came across a new bug in Vista today and thought I'd blog how I got out of it.
Task manager was loaded in and minimized.
Sympto… more »
Scripting with Windows PowerShell Part 4
July 3rd, 2011I've kind of got used to Ed Wilson's chaotic style of presenting. He must be clever to achieve such a position inside Microsoft, but each of his presentations looks and feels as though he has done no preparation what so ever. It really comes over as off the cuff with all the problems associated with that. Here we are in part 4; in real time this is the fourth consecutive day he has presented and again it really feels like he hasn't bothered with his practice run. more »
Scripting with Windows PowerShell Part 3
June 16th, 2011Working with Windows Management Instrumentation (WMI) information to retrieve essential information
Part 3 of a 5 part series.
Event logs
These commands will work on the local machine or a machine across the network. Most of the EventLog comman… more »
Scripting with Windows PowerShell Part 2
June 3rd, 2011Sorting, grouping, and formatting output
Part 2 of a 5 part series.
There is no difference between running PowerShell commands on the command line or running them in a script, so it's more like a Unix shell. PowerShell cmdlets have a 2 part name: a… more »
Scripting with Windows PowerShell Part 1
May 18th, 2011Working with processes, services, and event logs
Windows 7 is the only operating system that has Windows PowerShell and PowerShell ISE (developer environment) fully installed. The rest of the operating systems either have nothing installed or just ha… more »

