apm profile vdiΒΆ

apm profile vdi(1)				  BIG-IP TMSH Manual				   apm profile vdi(1)

NAME
       vdi - Configures a VDI profile.

MODULE
       apm profile

SYNTAX
       Configure the vdi component within the profile module using the syntax shown in the following sections.

   CREATE/MODIFY
	create vdi [name]
	modify vdi [name]
	  options:
	    msrdp-ntlm-auth-name [[string] | none]
	    citrix-storefront-replacement [enabled | disabled]

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

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

   DELETE
	delete vdi [name]

DESCRIPTION
       You can use the vdi component to configure a VDI profile. A VDI profile is a group of settings that you can
       use to enable and configure VDI services such as Citrix, VMware View and MSRDP, so that those work with the
       BIG-IP system.

EXAMPLES
	       create vdi MyVdiProfile {
		 msrdp-ntlm-auth-name "MyNTLMAuth"
		 citrix-storefront-replacement disabled
	       }

       Creates a VDI profile named MyVdiProfile with NTLM Authentication configuration MyNTLMAuth to be used for
       MSRDP clients authentication.

       list vdi all-properties
	    Displays a list of VDI profiles, including parameter values.

       delete vdi MyVdiProfile
	    Deletes the VDI profile named MyVdiProfile.

OPTIONS
       msrdp-ntlm-auth-name
	    Specifies the NTLM auth configuration object to be used by this VDI profile for MSRDP client
	    authentication.

       citrix-storefront-replacement
	    Specifies whether Citrix StoreFront functionality is enabled on APM. When this option is enabled, APM
	    will respond to StoreFront-specific requests from Citrix Receiver clients. When disabled, APM will
	    fallback to PNAgent protocol.

SEE ALSO
       ltm_virtual

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 2012-2014. All rights reserved.

BIG-IP						      2015-07-26				   apm profile vdi(1)