CW RMM Solution - Malicious Software Removal Tool Scanning & Disabling
Purpose
The solution provides feature to run the scanning using Malicious Software Removal Tool or disable/uninstall it completely.
Deployment Content
Content | Type | Function |
---|---|---|
Task - Malicious Software Removal Tool Scanning | Script | This script performs the endpoint scanning using the MSRT and provides an option to create a ticket if a failure is detected. It also saves the result to the custom field MSRT Scanner Result so that the agent gets excluded from the dynamic Group - Malicious software removal tool scanning enable if the task ran successfully. This script can be run on demand or by scheduling it to the Group - Malicious software removal tool scanning enable. |
MSRT Custom fields | Custom Field | This document provides a detailed guide on creating custom fields for the MSRT (Malicious Software Removal Tool) in ConnectWise RMM. It includes instructions on how to set up the field, its properties, and its importance in associating MSRT with their respective organizations. It is utilized by the Task - Malicious Software Removal Tool Scanning and Task - Malicious Software Removal Tool Disable/Uninstall tasks. |
Malicious software removal tool scanning enable | Dynamic Group | This group includes the endpoints where the MSRT scanning needs to be enabled. |
Disable/Uninstall Content
Content | Type | Function |
---|---|---|
Task - Malicious Software Removal Tool Disable/Uninstall | Script | This script disables and uninstalls the MSRT from the endpoint and provided option to creates ticket if failure detected. It also save result to the custom field MSRT Scanner Result so that the agent gets excluded from the Group - Malicious Software Removal Tool Uninstall-Disable if the task ran successfully. This script can run on demand as well or by scheduling it to the Group - Malicious Software Removal Tool Uninstall-Disable. |
MSRT Custom fields | Custom Field | This document provides a detailed guide on creating a custom fields for the MSRT(Malicious Software Removal Tool) in ConnectWise RMM. It includes instructions on how to set up the field, its properties, and its importance in associating MSRT with their respective organizations. It is utilized by the Task - Malicious Software Removal Tool Scanning and Task - Malicious Software Removal Tool Disable/Uninstall tasks. |
Group - Malicious Software Removal Tool Uninstall-Disable | Dynamic Group | This group includes the endpoint where the MSRT needed to be uninstalled and disabled. |
Implementation
- Create the custom fields MSRT Custom fields
- Create the tasks Task - Malicious Software Removal Tool Disable/Uninstall and Task - Malicious Software Removal Tool Scanning
- Create the groups Group - Malicious Software Removal Tool Uninstall-Disable and Group - Malicious software removal tool scanning enable
- Read the implementation instructions in the tasks document on how to implement them.
- To implement the MSRT scanning Task - Malicious Software Removal Tool Scanning you can schedule it on demand by scheduling the script directly to numerous machines by checking the endpoints from the
Devices
or you can check the company custom fieldMSRT Scanner Enable
so that the endpoints of the company joins the group Group - Malicious software removal tool scanning enable and then we can schedule the script to the group so that the scanning will happen on them. Note: The group will exclude the endpoints where the scanning found no infection. - Similarly we can schedule the disabling uninstall Task - Malicious Software Removal Tool Disable/Uninstall to numerous machines by checking the endpoints from the
Devices
or check the company custom fieldMSRT Disable Uninstall
so that endpoints of the company join the group Group - Malicious Software Removal Tool Uninstall-Disable and task can be scheduled on it to permanently disable the MSRT patches and scanning. Note: The group will automatically remove the endpoints where the MSRT disabled successfully.