Uninstalling the Change Tracker Agent via PowerShell
Overview
This article explains how to uninstall the Netwrix Change Tracker agent using a PowerShell script.
Instructions
Navigate to the uninstaller location based on your installation type:
- NetCore installation:
C:\Program Files\NNT Change Tracker Suite\Gen7Agent (NetCore)\unins000.exe - Non-NetCore installation:
C:\Program Files\NNT Change Tracker Suite\Gen7Agent\unins000.exe
Run the following command:
.\unins000.exe /SP-- /VERYSILENT /SUPPRESSMSGBOXES
NOTE: Change Tracker does not have a built-in silent uninstall feature. This method uses the installer's silent mode switches.