Jump to content
Updated Privacy Statement
  • 0

Power Shell - Autoscale


Christopher Schatz

Question

I have written a script to create a VM in Citrix.

Until Friday it all worked fine.

Now Citrix launched Autoscale.

When I run my script now, I can see that all the setting from the New-BrokerPowerTimeScheme where set, but the Autoscale does not have the Checkbox activated.

Is there a new parameter or maybe even a new Command for Autoscale?

Link to comment

1 answer to this question

Recommended Posts

  • 0

Make sure to reference the documentation for Autoscale under https://docs.citrix.com/en-us/citrix-virtual-apps-desktops-service/manage-deployment/autoscale.html#good-to-know

Also, use the latest SDK to do this.

Suppose you want to enable Autoscale for the Delivery Group whose name is “MyDesktop.” Use the Set-BrokerDesktopGroup PowerShell command. For example:

C:\PS> Set-BrokerDesktopGroup "MyDesktop" -AutoscalingEnabled $true

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...