Microsoft Virtualization Discussions

How to get volume wid number via powershell toolkit ?

GLENYU5820
974 Views

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

2 REPLIES 2

saharsh
508 Views

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


VolumeQosAttributes : DataONTAP.C.Types.Volume.VolumeQosAttributes

Ashun
40 Views

hi

 

You can try this command

Get-NcQosWorkload | Select-Object WID, Volume

Public