Matt Frey

Results 13 comments of Matt Frey

@cradkins The module is not currently equipped to handle this operation. In order to set multiple network labels on a pool, we have to build an object of the type...

The property names are case-sensitive as camelCase, i.e. `data.sessionSettings.disconnectedSessionTimeoutPolicy`

> > > Have you tried it without `data.` and starting using a lower case 's' for `sessionSettings.` ? Using `data.` to prefix the the property names is correct, as...

The parameter `-nics` for both `New-HVPool` and `Set-HVPool` are not fully fleshed out, so it involves a bit more work. The crux is to create an object of `DesktopNetworkInterfaceCardSettings[]` first,...

@breezytm Taking a look at your script, the `New-HVPool` command is using `-nics`, which to be clear, **is not yet implemented.** See this line for what I mean by that....

> Is it necessary to reference $PoolInfo.AutomatedDesktopData.VirtualCenterProvisioningSettings.VirtualCenterProvisioningData.Snapshot as part of this operation? That is what doesn't exist until the pool is published, which takes some time obviously. If that part...

The function has a debug mode, that is currently disabled. Can you uncomment [this code block](https://github.com/vmware/PowerCLI-Example-Scripts/blob/d64e0fbdc09309a3c7261d0faa9371695f64b9ef/Modules/VMware.Hv.Helper/VMware.HV.Helper.psm1#L4898) and re-run your script? You will need to unload/reload the module after the edit....

Can you post your JSON file? This error is typically due to a typo or syntax issue. In regards to your second comment, can you try this while changing the...

@thor, I absolutely agree that the module is cumbersome to maintain in its current state. Consider me in favor of refactoring to multiple files. The concern of longer load times...

What version of Horizon Connection Server and Composer do you have installed? Is a valid Composer domain administrator set up?