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

Which version of Powershell ToolKit have command for disk partition

AllenChang
2,346 Views

Which version of Powershell ToolKit have get-ncdiskpartition command ?

I use 9.12.1,but I can't find this command

1 ACCEPTED SOLUTION

Ontapforrum
2,301 Views

I am not sure. But, doubt if this "get-ncdiskpartition" even exist.

 

I am looking at following pdf:
https://www.netapp.com/media/16861-tr-4475.pdf

 

Page -31
Section - Disk commands

 

These are the only commands mentioned with Get-NcDisk*:

Get-NcDisk = Gets disk information about one or more disks
Get-NcDiskOwner = Gets disk ownership information
Get-NcDiskOwnerFiler = Gets storage system information


For Windows Disk (Non NetApp PowerShell cmdlet module):
Get-Partition = This will work as windows Standard PowerShell command.

View solution in original post

1 REPLY 1

Ontapforrum
2,302 Views

I am not sure. But, doubt if this "get-ncdiskpartition" even exist.

 

I am looking at following pdf:
https://www.netapp.com/media/16861-tr-4475.pdf

 

Page -31
Section - Disk commands

 

These are the only commands mentioned with Get-NcDisk*:

Get-NcDisk = Gets disk information about one or more disks
Get-NcDiskOwner = Gets disk ownership information
Get-NcDiskOwnerFiler = Gets storage system information


For Windows Disk (Non NetApp PowerShell cmdlet module):
Get-Partition = This will work as windows Standard PowerShell command.

Public