Get-DiskDriveToDiskPartition.ps1

# Get-DiskDriveToDiskPartition.ps1 # Sample showing Win32_DiskDriveToPartition class # Thomas Lee - tfl@psp.co.uk # First, display Win32DiskDriveToDiskPartition class # Only show two key properties " Win32_DiskDriveToDiskPartition " Get - WmiObject Win32_DiskDriveToDiskPartition | fl Antecedent, Dependent # Show the other related classes # First Win32_DiskDrive "" ; " Win32_DiskDrive Read More...

Read the complete post at http://pshscripts.blogspot.com/2008/11/get-diskdrivetodiskpartitionps1.html


Posted Nov 22 2008, 03:20 AM by PowerShell Scripts
Copyright 2012 PowerShell.com. All rights reserved.