Skip to main content

Install Qualys

  • March 29, 2022
  • 1 reply
  • 241 views

Forum|alt.badge.img

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

daniel.newman
Forum|alt.badge.img

Is there a working uninstaller for Qualys?