Microsoft Virtualization Discussions

How to get volume wid number via powershell toolkit ?

GLENYU5820
968 Views

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

2 REPLIES 2

saharsh
502 Views

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


VolumeQosAttributes : DataONTAP.C.Types.Volume.VolumeQosAttributes

Ashun
34 Views

hi

 

You can try this command

Get-NcQosWorkload | Select-Object WID, Volume

Public