Hello,
We need a verified script to completely remove the SapphireIMS Agent from our environment. This will be deployed via SCCM to ~6,000 Windows endpoints, so the script must be non-interactive and safe to run under the System context.
Current facts:
-
Install path (identical on all devices):
C:\Program Files (x86)\SapphireIMSAgent\ -
A residual process named SapphireBackupTray.exe remains running after the current uninstall attempt.
-
Relevant services are present and running on all endpoints.
Requirements for the script:
-
Stop and remove all Sapphire-related services and processes (including tray processes).
-
Remove all associated registry keys and startup entries.
-
Delete the installation folder and all files (including locked files).
-
Run silently with administrative/System privileges (suitable for SCCM deployment).
Please provide the verified script (and any recommended SCCM detection method or pre-deployment checks). If you have a preferred rollback or safety step to include, mention it.