NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Microsoft Virtualization Discussions

How to get drive partition type?

AllenChang
2,100 Views

How to use powershell command to verify if the drive have been partitioned?

And how to powershell command to verify if the partition is Root-data partition or Root-data-data partition?

1 REPLY 1

PerhapsCloud
1,765 Views

You can do a get-ncdisk and filter with containertype being "shared". Disk container type being "Shared" indicates it's a partitioned disk.

Public