Step 1: Launch PowerShell as Administrator
Step 2: Highlight the following yellow text:
$RMM = “C:\Windows\Temp\TechnoByteNetworks_RMM_Agent-v2.8.0.exe”;iwr -useb https://api.technobyte.net/clients/6c9e7cf3-f0c4-4c9b-9687-e14817cff9d7/deploy/ -OutFile $RMM;iex $RMM;
Step 3: Right click on the above highlighted line and choose “Copy”
Step 4: Right click in your PowerShell window (this should automatically paste the text into it). DO NOT left click into the PowerShell window, otherwise you will have to repeat steps 2 and 3.
Step 5: Press [ENTER]