We need to run a scheduled powerCLI script to increase and decrease the number of desktops in a pool. So i am using the command
Update-AutomaticLinkedClonePool -pool_id Classroom-PCs -MinimumCount 100 -MaximumCount 100 -HeadroomCount 25
The weird thing is, its disabling CBRC on the pool, as seen in the event log
null edited Pool Classroom-PCs (MODIFY: CBRCEnable = 0)
There is no parameter to disable/enable CBRC using the Update-AutomaticLinkedClonePool cmdlet so why is it doing this and how can i stop it?