You pass the VMResourceConfiguration through the pipeline from the Get-VMResourceConfiguration
Just do
Get-VM 'vm_name' | Get-VMResourceConfiguration | Set-VMResourceconfiguration -DiskLimitIOPerSecond 100
You pass the VMResourceConfiguration through the pipeline from the Get-VMResourceConfiguration
Just do
Get-VM 'vm_name' | Get-VMResourceConfiguration | Set-VMResourceconfiguration -DiskLimitIOPerSecond 100