Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 484 Bytes

File metadata and controls

12 lines (10 loc) · 484 Bytes

RfaAgentRepair

Tools for fixing various known issues with RMM agents

Load the module into your session

Invoke-Expression (( new-object Net.WebClient ).DownloadString( 'https://raw.githubusercontent.com/RFAInc/RfaAgentRepair/master/RfaAgentRepair.psm1' ));

Just run the uninstaller

Invoke-Expression (( new-object Net.WebClient ).DownloadString( 'https://raw.githubusercontent.com/RFAInc/RfaAgentRepair/master/RfaAgentRepair.psm1' )); Start-RfaLtUninstaller;