Install Guide

Table Of Contents
Advanced Threat Prevention Troubleshooting
Find the Product Code with Windows PowerShell
You can easily identify the product code, if the product code changes in the future, using this method.
Get-WmiObject Win32_Product | Where-Object {$_.Name -like '*Cylance*'} | FT
IdentifyingNumber, Name, LocalPackage
The output results with the full path and .msi file name (the converted hex name of the file).
Advanced Threat Prevention Provisioning and Agent Communication
The following diagrams illustrate the Advanced Threat Prevention service provisioning process.
Troubleshooting
113