Microsoft Virtualization Discussions

How to get volume wid number via powershell toolkit ?

GLENYU5820
964 Views

The ONTAP CLI, qos workload show , gives the volume wid number. any powershell command can give me this wid ?

2 REPLIES 2

saharsh
498 Views

You can find the qos related property in Get-ncvol command


VolumeQosAttributes : DataONTAP.C.Types.Volume.VolumeQosAttributes

Ashun
30 Views

hi

 

You can try this command

Get-NcQosWorkload | Select-Object WID, Volume

Public