PowerCLI-Example-Scripts
PowerCLI-Example-Scripts copied to clipboard
How can we change the maximum no. of machines value in a full-clone pool?
trafficstars
Using Set-HVPool -Poolname 'FulClnJSON' -Key 'automatedDesktopSpec.vmNamingSpec.patterNamingSettings.maxNumberOfMachines' -Value 4
Its failing.