vmware / PowerCLI-Example-Scripts

http://blogs.vmware.com/powercli
Other
753 stars 603 forks source link

instantClone json grid vgpu #448

Closed wesllleyyy closed 3 years ago

wesllleyyy commented 3 years ago

hallo.

I am trying to make a instant clone pool with

New-HVPool -spec "C:\temp\Instant cloning\NewPool.json"

i get this error now :

Exception calling "Desktop_Create" with "2" argument(s): "ExceptionType : VMware.Hv.InvalidArgument ErrorMessage : vGPU Grid Profile must be set for instant clone pool as vGPU is enabled. ParameterName : desktopSettings.displayProtocolSettings.pcoipDisplaySettings.vGPUGridProfile" At C:\Program Files\WindowsPowerShell\Modules\VMware.Hv.Helper\VMware.HV.Helper.psm1:4983 char:7


"pcoipDisplaySettings": { "renderer3D": "MANAGE_BY_VSPHERE_CLIENT", "enableGRIDvGPUs": true, "VGPUGridProfile": "grid_m10-1b", "vRamSizeMB": null, "maxNumberOfMonitors": null, "maxResolutionOfAnyOneMonitor": "null" }, "enableHTMLAccess": true

this is what i ahve added to the json file. but no luck. De i need to change something?

Kind regards