January 3, 2010 8:36 AM
Profile: Richard Siddaway
Disks Part 1

Disk storage and everything associated with that is a big part of administering our servers. We need to be able to discover, and where necessary, work with the storage system. WMI gives us a number of classes for working with disks PS> Get-WmiObject -List Win32_*disk* | select...
January 1, 2010 5:06 AM
Profile: Richard Siddaway
Downloading PowerShell version 2

The PowerShell version 2 download seems to be difficult to find. It is part of the Windows Management Framework (PowerShell 2.0, WinRM 2.0 and (where applicable BITS 4.0). The install packages for various Operating Systems – Vista, Windows 2008, Windows 2003 and Windows XP are available in 32...