Hi
We want to change the "Skipped" paramter under 'VSC Host' by powershell command.
There is powershell command to get this parmater:
(Get-vschostlist | where {$_.Name –like "HostName"}).Skipped
We didnt found command for changing this paramter, anyone know a way to change it by cli?
Thanks