vmware / PowerCLI-Example-Scripts

http://blogs.vmware.com/powercli
Other
743 stars 602 forks source link

Add vCenter and collaboration support for manul pools #550

Closed IvyPW closed 2 years ago

IvyPW commented 2 years ago
  1. Currently when there are multiple vCenters for the broker, running New-HVPool with spec json file to create a manual pool would fail complaining "Get-VcenterID : Multiple Vcenter servers found, please specify the vCenter Name" even those the it was set in the configuration file. This could be resolved by accepting "virtualCenter" property for manual pools as others.
  2. Adding support to enable collaborations for manual pools. To resolve it, we can have "$jsonObject.DesktopSettings.displayProtocolSettings.EnableCollaboration" accepted for manual pools.
vmwclabot commented 2 years ago

@IvyPW, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.