January 16, 2010 4:14 AM
Posted by: Richard Siddaway
WMII mentioned WQL last time. if you aren’t aware of it WQL is the WMI Query Language or SQL for WMI. It is actually a subset of SQL.
We will see it used directly in queries such as the one we use to find the ASSOCIATORS and indirectly in filter statements when using...
January 15, 2010 3:49 PM
Posted by: Richard Siddaway
DisksWe have looked at physical disks and logical disks. We know there is a relationship between them.
disk drive – partition – logical disk
In WMI this maps to.
Win32_DiskDrive - Win32_DiskPartition - Win32_LogicalDisk.DeviceID
We have two classes that provide the...
January 12, 2010 2:41 AM
Posted by: Richard Siddaway
DisksWe have seen how to discover our physical and logical disks. In a quick digression I want to cover Mount Points. These allow us to mount the volume into an empty folder in the file system rather than having a new drive. They are useful when we have lots of volumes and need to...
January 8, 2010 1:44 PM
Posted by: Richard Siddaway
Disks
We have seen how to use Win32_DiskDrive to look at our physical disks but this isn’t the whole story. We also need to consider logical disks or volumes
January 5, 2010 1:58 PM
Posted by: Richard Siddaway
Disks
Moving swiftly on from last time we can expand the information returned on our disks