apm policy agent endpoint-windows-browser-cache-cleanerΒΆ

apm policy agent endpoint-windows-browser-cache-cleaner(BIG-IP TMSH Manuapm policy agent endpoint-windows-browser-cache-cleaner(1)

NAME
       endpoint-windows-browser-cache-cleaner - Manages an Endpoint Windows Browser Cache Cleaner agent.

MODULE
       apm policy agent

SYNTAX
       Configure the endpoint-windows-browser-cache-cleaner component within the policy agent module using the following syntax.

   CREATE/MODIFY
	create endpoint-windows-browser-cache-cleaner  [name]
	modify endpoint-windows-browser-cache-cleaner  [name]
	  options
	     app-service [[string] | none]
	     cache-clean-type [all | all-except-css-js | all-except-img-css-js | none ]
	     clean-passwords [false | true ]
	     empty-recycle-bin [false | true ]
	     idle-timeout [ | immediate | indefinite]
	     idle-timeout-screen-lock []
	     monitor-webtop [enable | disable]
	     partition 
	     remove-connection-entry [false | true ]

	 edit endpoint-windows-browser-cache-cleaner [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list endpoint-windows-browser-cache-cleaner
	list endpoint-windows-browser-cache-cleaner  [ [ [name] | [glob] | [regex] ] ... ]
	show running-config endpoint-windows-browser-cache-cleaner
	show running-config endpoint-windows-browser-cache-cleaner   [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all
	    all-properties
	    app-service
	    current-module
	    non-default-properties
	    one-line
	    partition

   DELETE
	delete endpoint-windows-browser-cache-cleaner  ([name] | all)

DESCRIPTION
       Endpoint security is a centrally-managed method of monitoring and maintaining client-system security.  You can use the
       endpoint-windows-browser-cache-cleaner component to create and manage an Endpoint Windows Browser Cache Cleaner agent. This
       agent cleans items from the client browser and computer after logoff, and also enforces session inactivity timeouts.

EXAMPLES
       create endpoint-windows-browser-cache-cleaner MyEndpointWBCCagent idle timeout 0
	    Creates the Endpoint Windows Browser Cache Cleaner agent named MyEndpointWBCCagent that does not enforce a timeout.

       create endpoint-windows-browser-cache-cleaner MyEndpointWBCCagent { idle timeout 0 clean passwords enable }
	    Creates the Endpoint Windows Browser Cache Cleaner agent named MyEndpointWBCCagent that does not enforce a timeout,
	    but does clear saved passwords from the client after logoff.

       list endpoint-windows-browser-cache-cleaner
	    Displays a list of Endpoint Windows Browser Cache Cleaner agents.

       delete endpoint-windows-browser-cache-cleaner MyEndpointWBCCagent
	    Deletes the Endpoint Windows Browser Cache Cleaner agent named MyEndpointWBCCagent.

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.

       cache-clean-type
	    Specifies which browser cache temporary files are removed. If set to all, the temporary files are removed. If set to
	    all-except-css-js, the browser cache is cleared, but all style sheets and JavaScript are left on the browser cache. If
	    set to all-except-img-css-js, the browser cache is cleared, but all style sheets, JavaScript, and images are left on
	    the browser cache. The default is all.

       clean-passwords
	    When true, the Endpoint Windows Browser Cache Cleaner agent ensures that saved passwords are cleared from the client
	    after logoff. The default is false.

       empty-recycle-bin
	    When true, the Endpoint Windows Browser Cache Cleaner agent empties the Recycle Bin on the client after logoff. The
	    default is false.

       idle-timeout
	    Specifies the number of minutes that the client session can be idle before the Endpoint Windows Browser Cache Cleaner
	    agent disconnects the session. The default is 0, which enforces no timeout. This is a required setting.

       Idle-timeout-screen-lock
	    Specifies the number of minutes the system can receive no user input before the workstation is locked. The default is
	    0, which specifies no timeout enforced.

       monitor-webtop
	    When true, the Endpoint Windows Browser Cache Cleaner agent forces session termination if the browser or webtop is
	    closed. The default is false.

       [name]
	    Specifies the name of the Endpoint Windows Browser Cache Cleaner agent. This is a required setting.

       partition
	    Displays the partition within which the component resides.

       remove-connection-entry
	    When true, the Endpoint Windows Browser Cache Cleaner agent removes the connection from the Network Connections Dial-
	    up Networking folder on the client. The default is false.

SEE ALSO
       endpoint-check-software, endpoint-linux-check-file, endpoint-linux-check-process, endpoint-mac-check-file, endpoint-mac-
       check-process, endpoint-windows-check-file, endpoint-check-machine-cert, endpoint-windows-check-process, endpoint-windows-
       check-registry, endpoint-windows-info-os, endpoint-machine-info, endpoint-windows-protected-workspace

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, 2016. All rights reserved.

BIG-IP							    2016-03-14	apm policy agent endpoint-windows-browser-cache-cleaner(1)