Skip to content
Jym Cheong edited this page Dec 20, 2021 · 13 revisions

Welcome to the FreeEDR-agents wiki!

Standalone Mode

This mode does not require backend.

start-process -verb runas -Filepath powershell -ArgumentList "-ExecutionPolicy Bypass", '-Command "$standAlone=1; $site=''https://raw.githubusercontent.com/jymcheong/FreeEDR-agents/main/install.ps1'';[scriptblock]::Create((New-Object System.Net.WebClient).DownloadString($site)).Invoke();pause;"'
  1. Copy the WHOLE command (use the copy icon) above
  2. Start a powershell session (click WinKey + R, type powershell)
  3. Paste the command into powershell, press ENTER (you will need local admin rights)
Clone this wiki locally