Skip to main content

SMB1 Detection

Summary

This monitor checks whether SMB1 is enabled on the end machine. It runs the OS version compatible command to fetch the data.

Monitor

  1. Go to Alert Management > Monitors > Add monitor
    Image 1
    Image 2

  2. This screen will appear.
    Image 3

  3. Fill in the Name and Description boxes.
    Name: SMB1 Detection
    Description: Check whether SMB1 is enabled on the end machine.

    Select Script as Type, RMM Agent for the Family, and Others or any relevant option for the Severity.
    Image 4

  4. In the conditions selection, select PowerShell in the Script Language, select Schedule in Run Script on, and type 167 hours in Repeat every. Add the following query in the Script box:

    PowerShell Script

    In Criteria, select Contains, AND
    Enter True in Script output.
    The Conditions Section should look something like this:
    Image 5

  5. Select Run same script as above condition for the Ticket Resolution section. Select Contains, AND for criteria. Enter False in Script Output.
    Ticket Resolution should look something like this:
    Image 6

  6. Select the Resources/Clients to apply the monitor set against.
    Image 7

  7. This is how the monitor set should look before saving it.
    Image 8
    Image 9

  8. Click the Save button to save the monitor set.

Changelog

2025-04-10

  • Initial version of the document