UNSOLVED

vks_001

updated

4 years ago

V

vks_001

5 Posts

0

517

December 1st, 2022 13:00

UEMCLI filter output based on specific health state

I am trying to filter the UEMCLI output for only those state is degraded

uemcli.exe -d 10.10.10.1 -u admin -securePassword /remote/host show -filter "Name,Health state, Health details"

I need a way to list out only those hosts that are degraded based on "Health details" rather than displaying all the hosts with its name, health state, and health details

 

I am using Powershell to execute this command and filter them.