Quantcast
Viewing all articles
Browse latest Browse all 240675

Re: Get-Content PowerCLI to apply IOPS settings on all LUNs

Try something like this

 

Get-ContentC:\LUNPaths.txt|%$esxcli.storage.nmp.psp.roundrobin.deviceconfig.set($null,$_,[long]1,"iops",$null)
}

Viewing all articles
Browse latest Browse all 240675

Trending Articles