Uninstall the agent using script (MDM)

This section explains how to uninstall the SmartEdge Agent using a PowerShell script deployed through an MDM solution.

The uninstall runs silently and is designed for use with endpoint management tools such as Intune, SCCM, GPO, Ivanti, or similar platforms. This process uses a PowerShell cleanup script and does not require user interaction. Admins can deploy and run the script through their MDM platform.

Steps

  1. Run PowerShell as Administrator.
  2. Allow script execution for the current session:
    Set-ExecutionPolicy Bypass -Scope Process -Force
  3. Run the uninstall script:
    Remove-SmartEdgeAgent.ps1
  4. Reboot the machine.

Result

The SmartEdge Agent is removed from the endpoint after the system restarts.