apm policy agent endpoint-windows-check-processΒΆ

apm policy agent endpoint-windows-check-process(1)	BIG-IP TMSH Manual	apm policy agent endpoint-windows-check-process(1)

NAME
       endpoint-windows-check-process - Manages an Endpoint Windows Check Process agent.

MODULE
       apm policy agent

SYNTAX
       Configure the endpoint-windows-check-process component within the policy agent module using the following syntax.

   CREATE/MODIFY
	create endpoint-windows-check-process [name]
	modify endpoint-windows-check-process [name]
	  options:
	    continuous-check [ true | false ]
	    app-service [[string] | none]
	    expression ( | none)

	edit endpoint-windows-check-process [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list endpoint-windows-check-process
	list endpoint-windows-check-process [ [ [name] | [glob] | [regex] ] ... ]
	show running-config endpoint-windows-check-process
	show running-config endpoint-windows-check-process [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    partition

	show endpoint-windows-check-process
	show endpoint-windows-check-process [name]

   DELETE
	delete endpoint-windows-check-process [name]

DESCRIPTION
       You can use the endpoint-windows-check-process component to create and manage an agent that collects information about the
       Windows processes running on the client.

EXAMPLES
       create endpoint-windows-check-process MyEndpointWCPagent { (NISUM.exe OR blackd.exe) AND navapsvc.* }
	    Creates the Endpoint Windows Check Process agent named MyEndpointWCPagent that checks that the client has either
	    NISUM.exe or blackd.exe, and navapsvc.* installed.

       list endpoint-windows-check-process
	    Displays a list of Endpoint Windows Check Process agents.

       delete endpoint-windows-check-process MyEndpointWCPagent delete
	    Deletes the Endpoint Windows Check Process agent named MyEndpointWCPagent.

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.

       expression
	    Specifies the expression that you want an Endpoint Windows Check Process agent to use to verify the processes that are
	    running on the client in order to allow the access policy to pass. You can use the following operators: AND, OR, NOT,
	    (and).  You can use wildcards in the process name, for example, navapsvc.*.

	    If the check is successful, the system returns 1. If the check fails, the system returns 0.  If the expression is
	    incorrect, the system returns -1.

       continuous-check
	    Continuously check the expression, and end the session if the result changes. The default is false.

       [name]
	    Specifies the name of an Endpoint Windows Check Process agent. This setting is required.

       partition
	    Displays the partition within which the component resides.

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-browser-cache-cleaner, endpoint-
       windows-check-registry, endpoint-windows-group-policy, 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. All rights reserved.

BIG-IP							    2013-05-30		apm policy agent endpoint-windows-check-process(1)