Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can do a get-ncdisk and filter with containertype being "shared". Disk container type being "Shared" indicates it's a partitioned disk.
