PowerTip: Use PowerShell and WMI to Change Disk Label
Summary: Learn how to use Windows PowerShell and WMI to change a disk label. How can I use Windows PowerShell with WMI to change the disk label on a logical disk? Beginning with Windows PowerShell 3.0, use the Get-CimInstance cmdlet to retrieve the logical disk, and then use the Set...