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