Generates a list of hostnames where Windows Defender is in a incompatible state.
Agents[?defender_status == 'Incompatible'].join(
,
, [join(
:
, ['Host', hostname]), join(
:
, ['Sub-Status', defender_substatus])])