Install Qualys

  • 29 March 2022
  • 1 reply
  • 183 views

Userlevel 1
Badge

Use the below script to install Qualys.

 

Evaluation Code:

if (Test-Path -Path "C:\Program Files\Qualys\QualysAgent") 
    {
        exit 0
    } 
    else 
    { 
        exit 1 
    }

 

Remediation Code:

.\QualysCloudAgent.exe CustomerId="{INSERT}" ActivationId="{INSERT}" WebServiceUri="INSERT"

 

Note: Leave {} inside the quotes for both CustomerId and ActivationId


1 reply

Userlevel 1
Badge

Is there a working uninstaller for Qualys?

Reply