08-16-2018 02:51 AM
Hi All,
Is there any way I could change the order of posture conditions?
This is under, Policy -> Posture?
I am using ISE 2.3.
Thank you,
Solved! Go to Solution.
08-20-2018 09:17 AM
You should order the requirements so it checks installation -> service status -> up-to-date. This way, if the application is not installed, then it will require user to take action without having to check to see if the service is running. Also, if if the application is installed, but not running, there is no need to check for Up-To-Date status. See sample below for an example posture policy rule requirement:
08-16-2018 09:56 AM
08-16-2018 01:03 PM
08-16-2018 08:32 PM
You can add more than one requirement to a rule to keep things neater. Say you have a set of requirement for Windows Domain Computers. Those requirements could all be in one rule.
08-16-2018 10:24 PM
08-17-2018 10:15 AM
08-19-2018 05:01 AM
08-17-2018 12:40 AM
The reason I am asking is because I want to know if they are really run in a particular... Or does it run from top to bottom to report an endpoint either compliant or non-compliant?
08-17-2018 06:49 AM
It works like one large AND statement; all conditions that match your device are evaluated and reported upon, the order the rules are presented in has no significance how they are implemented.
08-17-2018 07:10 AM
Are you trying to change order of the posture rules or conditions? If it for rules, you can prepend numbers in front of the rule name to force manual ordering; 01, 02, 03,,,.
08-20-2018 06:40 AM
Yes! That is exactly what I want to accomplish and the reason behind is that:
We have 3 conditions for SCCM and Anti-virus and manual remediation only in case if the any of them are not found installed.
So, if service is not running or disabled, auto remediate to start it.
If, service not found installed then, contact the administrator, is the message displayed.
While performing negative testing (uninstalled SCCM altogether), I found out that, posture check still gets stuck at checking for the service!!! Then times out after remediation timer!!
It's not going to find the service since the application does not exist on the endpoint!
So, that is what I am struggling with... so all this just to make the user experience a bit easier and reduce the number help desk calls...
08-20-2018 09:17 AM
You should order the requirements so it checks installation -> service status -> up-to-date. This way, if the application is not installed, then it will require user to take action without having to check to see if the service is running. Also, if if the application is installed, but not running, there is no need to check for Up-To-Date status. See sample below for an example posture policy rule requirement:
08-21-2018 12:46 AM
This is a good way to order the posture checks.
The only reason we did not go for this approach was there was a need for individual rule from the customer, so that they could troubleshoot this easily when time needed.
But, then with this I have got the idea of checking the services as well as installation of the particular application.
Thank you,
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide