Install Client Compliance API

(imported topic written by SystemAdmin)

Dear ALL

I’m trying to Install Client Compliance API on all my clients in order to prepare them for installing the Complience document Policy to perform the CER ( complience , enforcment & Remediation ) using Antivirus/Antispyware & Firwall

i’m already have the BF Site " BigFix Client Complience Configurations " which have the needed Fixlet " Install Client Compliance API Version 5.1 " , but the Problem is that there is a relevance clause ( relevance # 4) which say " version of regapp “BESClient.exe” < " " , So all my client are non- relevance to this Fixlet !

So the question is ,

Is it really necessary for the Client version to be less than 6 in order to install API ! ? ( all my client are version 7 )

will it affect the complience checking operation , if i deleted this Relevance clause from the Fixlet to make it relevant to my clients ?

Thanks

(imported comment written by BenKus)

Hello,

The BigFix Client Compliance API is built into Agents 6.0+ so you should not need to install it as a separate step.

Ben

(imported comment written by SystemAdmin)

Thanks for your Reply

Ok it is logic the The Agents > 6.0 have built in Client complience API

But i found that there is a missing part in the Fixlet " Install Client Compliance API Version 5.1 " which is not exist by default in the Clients > 6.0

which is

@ECHO OFF

mkdir “C:\Program Files\BigFix Enterprise\BES Client\BESClientCompliance” > NUL 2> NUL

mkdir “C:\Program Files\BigFix Enterprise\BES Client\BESClientCompliance\Request” > NUL 2> NUL

mkdir “C:\Program Files\BigFix Enterprise\BES Client\BESClientCompliance\Response” > NUL 2> NUL

mkdir “C:\Program Files\BigFix Enterprise\BES Client\BESClientCompliance\Connect” > NUL 2> NUL

mkdir “C:\Program Files\BigFix Enterprise\BES Client__BESData\actionsite__Compliance” > NUL 2> NUL

Is this mean that this Folder with its subsidiaries in not necessary any more in the complience operations? specially that i found most of relevance clause of any Complience Fixlet " generated by the wizards " and searching for this folder !

Thanks