vmware / PowerCLI-Example-Scripts

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

New-HvPool does not set ReusePreExistingAccounts properly for Full Clone Automated requests #436

Closed TheRealBenForce closed 2 years ago

TheRealBenForce commented 3 years ago

Horizon 7.13 Steps to reproduce Make a new pool using parameters:

New-HvPool -FullClone -PoolName $PoolName -PoolDisplayName $PoolDisplayName ` ... -ReusePreExistingAccounts $true

Then load horizon and look at pool customization. You will see the box "Allow Reuse of Existing Computer Accounts" is not checked.

kamennikolov commented 2 years ago

Fixed by https://github.com/vmware/PowerCLI-Example-Scripts/pull/438