The steps differ in complexity, starting with the easiest to full-fledge client-server mode.
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;"'
powershell followed by enter key to start a Powershell sessionThis is just a helper tool to run the same Powershell command as shown above. Review source codes at https://github.com/freeEDR/installHelper if you so desire.
Download https://github.com/freeEDR/installHelper/blob/main/install.exe.zip?raw=true
Unzip downloaded file
Locate & right-click install.exe
Unblock install.exe since it is unsigned
