Skip to content

Tools for management of CylancePROTECT for Windows

Notifications You must be signed in to change notification settings

dbensmith/CylanceTools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

CylanceTools

Tools for management of CylancePROTECT for Windows

Example: Change the Installer Token on a device.

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

Example: Uninstall Cylance

(New-Object Net.Webclient).DownloadString('https://github.com/dbensmith/CylanceTools/raw/main/CylanceTools.psm1') | iex; Uninstall-Cylance -Verbose

About

Tools for management of CylancePROTECT for Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%