Tools for management of CylancePROTECT for Windows
Define a key, ensure it is set on the device, then return the active key string.
$Key = '1234567890ABCDEFG'
$IsMatchingKey = Test-CylanceRegistration -Key $Key
if (!$IsMatchingKey) {
Set-CylanceRegistration -Key $Key | Out-Null
}
Get-CylanceRegistration
(New-Object Net.Webclient).DownloadString('https://github.com/dbensmith/CylanceTools/raw/main/CylanceTools.psm1') | iex; Uninstall-Cylance -Verbose