Summary: Use Windows PowerShell 3.0 in Windows 8 to find information about the system reserved volume.
How can I use Windows PowerShell 3.0 in Windows 8 to return information about my system reserved volume?
Use the Get-Volume function and specify the FileSystemLabel of “System Reserved”:
Get-Volume -FileSystemLabel “System Reserved”
0 comments