jymcheong / OpenEDRclient

Open Endpoint Defense & Response
Other
0 stars 1 forks source link

Standalone Mode #12

Closed jymcheong closed 3 years ago

jymcheong commented 3 years ago

What & Why

For organisations that need protection but don't have the resources to run monitoring & response operations. This mode does not require any backend, thus "stand-alone".

How

Additional installation switch $standAlone=1 that precedes the Powershell installation commands, eg:

$standAlone=1; Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/jymcheong/openedrClient/master/install.ps1'))