Is your feature request related to a problem? Please describe.
When creating a new Desktop Pool by using the command VMware.HV.Helper.New-HVPool it is not possible to set whether or not Session Collaboration should be enabled. It defaults to $false. This parameter only exists for VMware.HV.Helper.New-HVFarm.
The result is that a manuel step is necessary after creating the pool to enable session collab.
Describe the solution you'd like
An additional parameter [-EnableCollaboration <Boolean>] with the same specs as in VMware.HV.Helper.New-HVFarm.
Describe alternatives you've considered
As far as I can see there is no workaround available (for example setting this after creating the pool).
Additional context
Tested with the latest master version of this repo. Using Horizon 7.13.1 build - 19069458.
Is your feature request related to a problem? Please describe.
When creating a new Desktop Pool by using the command
VMware.HV.Helper.New-HVPool
it is not possible to set whether or not Session Collaboration should be enabled. It defaults to $false. This parameter only exists forVMware.HV.Helper.New-HVFarm
.The result is that a manuel step is necessary after creating the pool to enable session collab.
Describe the solution you'd like
An additional parameter
[-EnableCollaboration <Boolean>]
with the same specs as inVMware.HV.Helper.New-HVFarm
.Describe alternatives you've considered
As far as I can see there is no workaround available (for example setting this after creating the pool).
Additional context
Tested with the latest master version of this repo. Using Horizon 7.13.1 build - 19069458.