apm resource remote-desktop questΒΆ

apm resource remote-desktop quest(1)		  BIG-IP TMSH Manual		 apm resource remote-desktop quest(1)

NAME
       quest - Configures a Quest vWorkspace remote desktop resource configuration object.

MODULE
       apm resource remote-desktop

SYNTAX
       Configure the quest component within the resource remote desktop module using the syntax shown in the
       following sections.

   CREATE/MODIFY
	create quest [name]
	modify quest [name]
	  options:
	    app-service [[string] | none]
	    auto-logon [enabled | disabled]
	    customization-group [add | delete | modify | replace-all-with] {
	      [name] {
		options:
		  caption [[string] | none]
		  detailed-description [[string] | none]
	       }
	    }
	    description [[string] | none]
	    domain-source [session.logon.last.domain | none]
	    enable-serverside-ssl [enabled | disabled]
	    pool [pool name]
	    host [fqdn]
	    ip [ip address]
	    location-specific [true | false]
	    password-source [session.logon.last.password | none]
	    port [[string] | none]
	    username-source [session.logon.last.username | none]

	edit quest [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list quest
	list quest [ [ [name] | [glob] | [regex] ] ... ]
	show running-config quest
	show running-config quest [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

	show quest
	show quest [name]

   DELETE
	delete quest [name]

DESCRIPTION
	You can use the B component to configure a Quest vWorkspace remote desktop resource.

EXAMPLES
       create quest myquest { ip 172.29.67.130 }
	    Creates a Quest vWorkspace remote desktop resource named myquest with the Quest vWorkspace connection
	    broker server specified as IP address 172.29.67.130.

       create quest myquest { host myquest.mycompany.com auto-logon enabled }
	    Creates a Quest vWorkspace resource with the Quest vWorkspace connection broker server specified as
	    hostname myquest.mycompany.com and with auto-logon enabled using the credentials that the user types into
	    the access policy Logon Page.

       create quest myquest { pool /Common/myquest-pool enable-serverside-ssl enabled }
	    Creates a Quest vWorkspace resource with the Quest vWorkspace connection broker servers specified in a
	    pool named /Common/myquest-pool and with SSL communication enabled to the servers. Note: SSL should also
	    be enabled on the servers themselves and the APM virtual server should specify a server SSL profile.

OPTIONS
       app-service
	    Specifies the name of the application service to which the object belongs. The default value is none.
	    Note: If the strict-updates option is enabled on the application service that owns the object, you cannot
	    modify or delete the object. Only the application service can modify or delete the object.

       auto-logon
	    Enables or disables automatic log on to the Quest vWorkspace connection broker server. If you enable this
	    option, you must also provide values for the username-source, password-source, and domain-source options.
	    The default is disabled.

       customization-group
	    Specifies whether customization groups are applied to the Quest vWorkspace resource. You can add, modify,
	    or delete customization groups. You can also replace all current customization groups with new
	    customization groups. The default is none.

       description
	    Specifies a description for your Quest vWorkspace remote desktop. The default is none.

       domain-source
	    Specifies the session variable to use as a source for the auto-logon user password. The default is
	    session.logon.last.domain.

       enable-serverside-ssl
	    Enables or disables SSL capabilities between the BIG-IP system and the Quest vWorkspace connection broker
	    server. When enabled, the port number automatically changes to 443. The default is disabled.

       pool Specifies the pool name that contains your Quest vWorkspace connection broker servers. (You must specify
	    the server address using one of these options: pool, host, or ip.)

       host Specifies the hostname of your Quest vWorkspace connection broker server. (You must specify the server
	    address using one of these options: pool, host, or ip.)

       ip   Specifies the IP address of your Quest vWorkspace connection broker server. (You must specify the server
	    address using one of these options: pool, host, or ip.)

       location-specific
	    Specifies whether or not this object contains one or more attributes with values that are specific to the
	    location where the BIG-IP device resides. The location-specific attribute is either true or false. When
	    using policy sync, mark an object as location-specific to prevent errors that can occur when policies
	    reference objects, such as authentication servers, that are specific to a certain location.

       [name]
	    Specifies an object name. This option is required. Note: The parameter name is implicit. Do not type name
	    in the syntax.

       password-source
	    Specifies the session variable to use as a source for the auto-logon password. The default is
	    session.logon.last.password.

       port Specifies the port for your Quest vWorkspace connection broker server. The default is 8080.

       username-source
	    Specifies the session variable to use as a source for the auto-logon user name. The default is
	    session.logon.last.username.

SEE ALSO
       citrix, rdp, vmware-view

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or by any means, electronic or
       mechanical, including photocopying, recording, or information storage and retrieval systems, for any purpose
       other than the purchaser's personal use, without the express written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2011-2013. All rights reserved.

BIG-IP						      2013-06-17		 apm resource remote-desktop quest(1)