Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Activities

...

Horizon View Desktop Pools:

There are three types of desktop pools: automated, manual, and RDS. Automated desktop pools use a vCenter Server virtual machine template or snapshot to create a pool of identical virtual machines. Manual desktop pools are a collection of existing vCenter Server virtual machines, physical computers, or third-party virtual machines. In automated or manual pools, each Windows machine is available for one user to access remotely at a time. RDS desktop pools are not a collection of Windows machines, but instead, provide users with desktop sessions on RDS hosts. Multiple users can have desktop sessions on an RDS host simultaneously.

Activity Parameters

The Get Desktop Pool activity parameters can be provided by manual inserted values or via IN arguments or variables:

...

  • Output (type: Dictionary<String,String>): outputs a dictionary of strings, containing a list of name-value pairs information.

 

Image Added


Execution: the activity outputs information about the given Desktop Pool:

Image Added




Update View Connection Server Configuration

This activity updates the configuration settings for a View Connection Server instance.

 

Activity Parameters

The Update View Connection Server Configuration activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image Added

Parameters:

  • Broker ID (text box editor type) (type: string): the name of the connection broker for which the information will be changed. In this example, the broker ID is "VSRPVCS201", the same as the server's name:.
  • Server (text box editor type) (type: string): the Machine Name or the IP of the View Connection Server host:
    Image Added

  • Password (text box editor type) (type: string): the password for the user that will access the View Configuration Server host. If querying with the logged in user and if this user has rights over the server, this field can be left empty.
  • Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password for the specified user. (This parameter is used only when the user wants to send an encrypted password from outside the task, for example Flowster Studio Portal).
  • User (text box editor type) (type: string): the user (domain and user, or just user) that have rights on the View Configuration Server host. If querying with the logged in user and if this user has rights over the server, this field can be left empty.
  • Direct Connect (combo box editor type) (type: string): True if direct connection will be enabled, otherwise False. This setting specifies if the users will need to connect to a Connection Server or if they will be able to connect right to the virtual machine.
  • Direct Connect For Local (combo box editor type) (type: string): True if direct connection for local is enabled, otherwise False.
  • LDAP Backup Frequency (combo box editor type) (type: string): the frequency of the LDAP backups. When you use View Administrator to perform backups, the Connection Server backs up the View LDAP configuration data and the View Composer database. Flowster Studio provides the following options:
    • Every 12 Hours
    • Every 2 Days
    • Every 2 Weeks
    • Every 6 Hours
    • Every Day
    • Every Hour
    • Every Week
    • Never
  • Name Mapping (combo box editor type) (type: string): True if name mapping is enabled, otherwise False.
  • Secure ID Enabled (combo box editor type) (type: string): True is secure ID is enabled, otherwise False.
  • Use Compression For Local (combo box editor type) (type: string): True if compression for local is enabled, otherwise False.
  • Use Dedup For Local (combo box editor type) (type: string): True if dedup for local connection is enabled, otherwise False.
  • Use SSL For Local (combo box editor type) (type: string): True if SSL for local connections is enabled, otherwise False.
  • Use SSL For Local Provisioning (combo box editor type) (type: string): True if SSL for local provisioning is enabled, otherwise False.

 

The Read Only Output variable are the possible output values that the activity will provide:

  • Output (type: Boolean): outputs a dictionary of strings, containing a list of name-value pairs information.

...