Add or Remove AD Group Membership
Purpose:
Adding or removing Security Group membership for New or Existing Users. PURPOSE is for Active Directory security and general server health.
Features:
PowerShell based Automation to Add existing AD Group access. Automation Must be run Against a Domain Controller.
Input Parameters
InGroup – GroupName (e.g. Group1,Group2)
In Member – User (e.g. User1,User2)
InAction – ActionType (Add/Remove)
Add or Update Local Admin v2
Purpose:
Adds a Local Admin User or Updates Local Admin Password. V2 has ability to Hide Local Admin login credentials from Logon Page (At request). PURPOSE is to rotate client passwords for technician logon to prevent brute-force attacks.
Features:
PowerShell based Automation to Add Local Administrator account or update the existing password of the
Local Admin specified.
Input Parameters.
Username – Username of the Local Admin Account (Does not need .\ before Username).
Password – Password for Local Administrator Account for Logon.
Group – Set the Administrator by Default (can be changed at request).
Add or Update Local Admin (Random Password)
Purpose:
Adds a Local Admin User or Updates Local Admin with a random complex password. Records Random Password under AbleNinja – Local Random Password CDP.
Features:
PowerShell based Automation to Add Local Administrator account or update the existing password of the Local Admin. PowerShell runs a module to generate a new complex password then outputs it to N-Central.
Input Parameters
Username – Username of the Local Admin Account (Does not need .\ before Username)
Output Parameters
RandomPass – Random Complex password for the machine. Records it under Custom Device Property.
Battery Degradation
Purpose:
Checks Laptop Battery health and notifies is battery is no longer holding adequate charge. Compares current battery capacity to manufacture rated capacity.
Features:
PowerShell based Automation that queries Win32_Battery to check Designed Battery Capacity and Compares it to the last full charge capacity.
Output Parameters
CALCULATED BATTERY CAPACITY LEFT %
DESIGNED CAPACITY (MILLIWATT-HOURS)
FULL CAPACITY (MILLIWATT-HOURS
Blackpoint Agent (Universal)
Purpose:
Multi-Client use BlackPoint Agent Installer.
Features:
Hybrid Automation using PowerShell and NCentral script engine. Creates Temporary folder C:\Temp and downloads latest BlackPoint Agent installer. Temporary folder deletes installer executable once installation completes.
Input Parameters
AbleNinja – BlackPoint Deployment Custom Property – FALSE by Default. Set to TRUE to Deploy.
AbleNinja – BlackPoint URL – URL Needed for BlackPoint Agent Installer.
Change Wallpaper
Purpose:
Set specific Wallpaper for all devices. Useful for Public Schools and Dr. Offices.
Features:
PowerShell script that pulls Wallpaper from AbleNinja Hosting and sets it as the default wallpaper for all users. Uses Nu-Get module to set for user profile.
Check for Logged in User:
Purpose:
Checks if the User specified is currently logged into Windows.
Features:
Hybrid Automation using PowerShell and NCentral script engine. Run’s PowerShell to check if User is logged into their work environment.
Input Parameters
Username – Username of the user that you are trying to check logon status.
CloudRaidal Agent Install/Uninstall/TrayUninstall
Purpose:
Multi-Client use CloudRadial Installer/Uninstaller Set. Can deploy or remove the CloudRadial agent on Workstations, Laptops and Servers.
Features:
Uses PowerShell to deploy a Temporary directory and installs latest CloudRadial Agent and Tray.
Input Parameters for Agent Installer
CloudRadial URL – URL for the Agent Installer generated per Client
Input Parameters for Tray Installer
CloudRadial Tray URL – URL to the Tray Installer
CloudRadial FileName – Name of Tray Installer
Create New AD User (PS)
Purpose:
Create an AD User using PowerShell instead of Central Script Engine (Use when Automation Manager has issues on server).
Features:
Run’s Powershell to connect device to Active Directory and to create a new user based off of an existing User in Active Directory. Copies permission structure of Template account.
Input Parameters
newUsername – New Account
newFirstName – First Name of User
newLastName – Last Name of User
newTitle – Job Title
newLocation – Location of User
newPhoneNumber – Phone Number
newEmailAddress – Email Address
newPassword – Complex password for AD Account
UserTemplate – Existing User in AD to copy for new Account.
Dell CU Firmware-Driver Updater
Purpose:
Updates BIOS, Firmware, and Drivers recommended by Dell. Runs routinely to keep Dell Workstations up to date with Security fixes deployed by vendor. Does not reboot but will require to install BIOS update.
Requirements: Dell Command Update 4.4 or higher. If missing run AbleNinja – Install Dell Command Update 4.4.
Features:
Hybrid Automation using PowerShell and NCentral script engine. Logs and launches dcu-cli.exe and does a scan of the system. Script sleeps for 1 minutes to give device time to get latest missing drivers. Once scan is complete, it applies missing updates it found. Script does not reboot device; reboot will need to be done manually.
Disable Blank Password Logins
Purpose:
Sets registry values to not allow Users to be created without a complex password (has character minimum and maximum). Best Practice recommendation by Microsoft.
Features:
Limits local account use of blank passwords to console logon only. Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options. Blank passwords are a serious threat to computer security, and they should be forbidden through organizational policy and suitable technical measures.
Disable Fastboot
Purpose:
Disables Hibernate/Fast Boot on Windows 10 and Windows 11. Used since it interferes with patch reboots and device uptime.
Features:
Runs a Powershell Command to change Hiberboot option in HKLM to 0.
Disable Windows Automatic Updates
Purpose:
Sets Registry Key to disable Windows Automatic Updates on Windows 10.
Features:
Runs a Powershell to Change WindowsUpdate Registry settings to hide from Settings.
Disk Cleanup Servers
Purpose:
Server specific Disk Cleanup that removes Temp items. Used as Selfheal for Disk C:\ Low Disk Space Monitor.
Features:
NCentral Script Engine automation that removes all temp files and all items to free up disk space on OS Drive.
Disk Cleanup
Purpose:
Disk Cleanup specifically for Workstations/Laptops. Set to exclude recycling bin and specific log files related to patching/Feature Update logs. Used as Selfheal for Disk C:\ Low Space Disk Monitor.
Features:
NCentral Script Engine automation that cleans up Temp items and leaves Recycling Bin and items needed for troubleshooting patching alone.
Duo Authentication Agent
Purpose:
Installs Duo Agent on Workstation/Server to enable DUO MFA on Logon as well as other Duo FEATURES. An IKEY, SKEY, and Duo API URL will need to be provided under each customer for deployment.
Features:
PowerShell based Automation that installs Duo Authentication Logon Agent that pulls the latest Duo installer from vendor site.
Input Parameters
AbleNinja – Deploy Duo – FALSE by Default. Set to TRUE to Deploy
AbleNinja – DUO IKEY– Duo Integration Key per Client
AbleNinja – DUO SKEY – Secret Key per Client
AbleNinja – DUO URL – DUO API URL
ESET Antivirus Uninstall
Purpose:
Brute Force uninstaller for ESET Antivirus. Script needs to run twice to fully attempt removal.
Features:
PowerShell based automation that tries to call silent uninstaller for agent, If agent cannot be removed it will delete ESET files and registry items. Reboot then will be necessary to run the script a second time to fully remove ESET Agent.
Feature Update ISO Template
Purpose:
Installs Latest Feature Update for Windows 10 (Needs to update URL to .ISO file once new version is released by AbleNinja.
Features:
Hybrid Automation using PowerShell and NCentral script engine. Creates local Win10 folder under C:\ and downloads Feature Update ISO from AbleNinja hosting. ISO file is extracted and setup.exe is launched. Once launched devices goes into SYSPREP and will reboot machine when needed. Best to run afterhours with client/end user communication.
Get Monitor Name and Serial Number
Purpose:
Gets output of Display connected to device. Includes Model and Serial Numbers.
Features:
Runs a Powershell to Change WindowsUpdate Registry settings to hide from Settings.
Disable Windows Automatic Updates
Purpose:
Sets Registry Key to disable Windows Automatic Updates on Windows 10.
Features:
PowerShell based automation that runs WMI query for attached monitor information. Output can be set to CDP per device.
Output
Count – Count of attached monitors
MonitorName – Monitor Model Names
VideoCable – Video Cable Types
SerialNumber – Serial Number of Monitors
Manufacturer – Manufacturers of the displays (will list multiple)
YearlyManufacturered – Year the monitor was made.
InstanceName – Name of the monitor in Windows
ScreenSize – Size of display in Inches
MaxHorizontalPixels – Maximum Horizontal resolution
MaxVerticalPixels – Maximum Vertical resolution
CurrentHorizontalPizels – Currently set horizontal resolution.
CurrentVertical Pixels – Currently set vertical resolution.
Get Win 10
Purpose:
Gets the version of Windows 10 the device is currently on. Alerts if not on latest Feature Update Version.
Features:
PowerShell registry check for devices CurrentBuild number.
Output: CurrentBuild Version -HKLM\SOFTWARE\Microsoft\Windows NT\Current Version\CurrentBuild
Get Win 11 Version
Purpose:
Gets the version of Windows 11 the device is currently on. Alerts if not on latest Feature Update Version.
Features:
PowerShell registry check for devices CurrentBuild number.
Output: CurrentBuild Version -HKLM\SOFTWARE\Microsoft\Windows NT\Current Version\CurrentBuild
Group Policy Refresh
Purpose:
Pushes a gpupdate /Force to device to update the domain policy.
Features:
NCentral Script Engine automation that pushes a gpupdate /force to update Local group policy on device.
Huntress Agent Deployment
Purpose:
Multi-Client Installer for Huntress.
Features:
Deploys Huntress Agent using OrgKey from AbleNinja – Huntress Org Key or rePURPOSE existing ones client has already populated for Huntress.
Install Dell Command Update Latest
Purpose:
Gets output of Display connected to device. Includes Model and Serial Numbers.
Features:
Runs a Powershell to Change WindowsUpdate Registry settings to hide from Settings.
Install Sentinel One Agent (Universal)
Purpose:
Multi-Client Installer for Sentinel One Agent.
Features:
Deploys Sentinel Agent using Site Keys from AbleNinja – S1 Site Key or rePURPOSE existing one’s client has already populated for S1.
Monitor Automate Agent
Purpose:
Monitors ConnectWise Automate Agent on the device.
Features:
Checks for ConnectWise Automate agent on the machine and ensures LTAgent services are running so it can communicate with CW Automate.
Office – Updates (Disable/Enable)
Purpose:
Enables or Disables Automatic Office 365 Updates.
Features:
Sets Reg key for HKLM\SOFTWARE\Policies\Microsoft\Office\16.0\Common\OfficeUpdate” /v “EnableAutomaticUpdates and sets it for either 1 to Enable or 0 to Disable.
OST Size
Purpose:
Gets Largest OST file size on C:
Features:
PowerShell based Automation to query ISO files larger than 40GB and to output it to AbleNinja – OST Size CDP.
RDP – Enabled
Purpose:
Checks if RDP is enabled on Default Port (3389).
Features:
Checks machines Windows Firewall settings and HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp.
SonicWALL – Reboot
Purpose:
Reboot SonicWALL Appliance using SSH.
Features:
Requires SSH credential input to run automation. Will authenticate into SonicWall and reboot device.
Sync Time
Purpose:
Re-Syncs Time for Servers if Clock Drift.
Features:
Uses PowerShell based Automation to reset clock using w32tm.exe
Turn off Automatic Printers
Purpose:
Turns off Automatic driver installation of Connected Printers.
Features:
Set registry value to disable Automatic printer driver installation when printer gets attached to device: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\NcdAutoSetup\Private\AutoSetup set to 0.
UEFI Check and Bitlocker Backup
Purpose:
Checks BIOS if UEFI is enabled and runs Bitlocker on drive.
Features:
Hybrid PowerShell and NCentral Script Engine automation that checks UEFI mode for device (if set to Legacy it will exist script), checks TPM and exits script if TPM not enabled and ready. Once device BIOS is set to UEFI, TPM is enabled, Bitlocker will enable for the device and record the key to AbleNinja – Bitlocker Keys using Bitlocker Keys Scheduled Task Profile script. This Automation also backups Bitlocker keys to Primary and Secondary DC if options are enabled on Domain.
Article to Enable Bitlocker AD Backup: https://serverspace.io/support/help/bitlocker-active-directory/.
Webroot – Install
Purpose:
Installs your Webroot Client.
Features:
Deploys Webroot agent installer based on client URL for AbleNinja – Webroot URL.
Webroot – Uninstall
Purpose:
Brute Force uninstaller for Webroot. Must reboot and run script again to complete removal.
Features:
PowerShell based Automation that will clear out Webroot registry keys and files. WRSA.exe process will show Access Denied. Reboot machine and re-run the script to remove remaining Webroot files.
Win 10 Feature Update to Latest Version
Purpose:
Uses Microsoft Updater Tool to install Latest Windows version available for your system.
Features:
PowerShell based Automation that downloads the Latest Windows Updater Tool and kicks off the Setup.exe to upgrade the system to the latest applicable version.
Windows Defender – Quick Scan
Purpose:
Triggers QuickScan for Windows Defender on workstations and laptops.
Features:
Uses PowerShell script to trigger Windows Defender quick scan.
Windows Firewall Check
Purpose:
Checks if Windows Firewall is Enabled on device.
Features:
NCentral script engine-based automation that checks if Windows Firewall is enabled on a system.
WinUpdate UI Reset/PS/Cleanup v2
Purpose:
Resets Registry settings for Windows Update UI in Windows.
AbleNinja – Patch Issue Management Cleanup v2
Purpose:
SelfHeal remediation for Patch Status v2 issues with Windows Update Agent and Patch Management Engine. Fixes device’s ability to patch the system.
Features:
Batch script that Stops WUA and other patch related services, clears out softwaredistribution folder, removes recommended items outlined by Microsoft, and restarts patching services.
Cloudradial Agent – Install
Purpose:
Installs CloudRadial Agent.
Features:
Powershell based automation that deploys CloudRadial Agent per client based on CloudRadial URL Custom Property per client.
Input
URL – CloudRadial Agent URL
Deploy CW Automate Agent
Purpose:
Installs ConnectWise Automate Agent.
Features:
Deploys ConnectWise Automate agent based on Location.
Input
FQDN – FQDN of Automate (Domain of Automate server)
LocationID – LocationID inside of Automate Control Center (under Client)
SYSPASS – System Password pulled from default MSI Installer
Get AV Product
Purpose:
Gets current 3rd Party AV Running on Machine.
Features:
PowerShell based Automation that looks for any AV installed on system. By default, it does not Ignore Windows Defender AV.
Input
InExcludeMsoftDefender (False) – Excludes Win Defender from displaying. You can set to True to ignore Windows Defender from being picked up.
IIS Log Clear
Purpose:
Clears IIS Logs older than 30 Days from IIS server.
Features:
PowerShell based Automation that runs to clean up of c:\inetpub\logs\LogFiles of files older than 30 days.
Admin Profile Simulate Login
Purpose:
If Local Admin has not logged into device, automation will create registry hive and profile folder manually.
Features:
PowerShell based Automation to create Profile SID and Profile folder for Local Admin that hasn’t logged into the system yet.
Input
Username – Username of the profile you want to add (does not need .\ for local accounts
Password – Password for profile. Can be changed manually once folder is established.
Enable AD User
Purpose:
Enables Active Directory User (must run on AD).
Features:
NCentral based automation to Enable AD User that was disabled previously.
Input
Username – AD Username to enable.
CWN – 3PP System V1 (3rd Party Patching)
Purpose:
Help manage, deploy, and update applications on windows workstations and servers.
Features:
The system covers the following 3rd party patching software:
7-zip
AMZ Coretto
AdobeDC
Citrix Workspace
Firefox
Google Chrome
KLiteBasic
MSEdge
MSTeams
Notepad++
Powershell 7.4
Skype
Slack
VLC
WINSCP
WinDirStat
Zoom
ITunes
TakeControl Reinstaller Ver. 7.5
Purpose:
Uninstalls and reinstalls TakeControl.
Features:
Uses PowerShell to uninstall and then reinstall TakeControl. This can be used to update TakeControl or fix common issues. Removes the download folder when the script is finished.
RingCentral Installer
Purpose:
Downloads and installs RingCentral.
Features:
Uses powershell to download, install, or update RingCentral.
RingCentral Monitor
Purpose:
Checks for instances of RingCentral.
Features:
Scans for RingCentral program and version number.
QuickPass Installer
Purpose:
Downloads and installs QuickPass.
Features:
Uses PowerShell to download, install, or update QuickPass.
QuickPass Monitor
Purpose:
Checks for instances of QuickPass.
Features:
Scans for QuickPass program and version number.
Install CiscoSecure Core
Purpose:
Installs current version on Cisco Secure Core
Features:
Downloads an msi installer and silently installs using Org ID, Fingerprint ID, and User ID. Required to install all current Cisco Secure Programs.
Notes: We have scripts for the remaining Cisco Secure applications in testing, if you’re interested please speak to your Samurai about the status of the application you’re interested in.
Install CiscoSecure Umbrella
Purpose:
Installs current version of Cisco Secure Client – Umbrella.
Features:
Downloads an msi installer and silently installs using Org ID, Fingerprint ID, and User ID.
Notes: Requires Cisco Secure Core to function.
Install CiscoSecure DART
Purpose:
Installs current version of Cisco Secure Diagnostics And Reporting Tool.
Features:
Downloads an msi installer and silently installs using Org ID, Fingerprint ID, and User ID.
Notes: Requires Cisco Secure Core to function.
Install Cyber Quickpass
Purpose:
Checks for instances of QuickPass.
Features:
Silently installs Quickpass using agent ID and Installation Token.
Uninstall Wave Browser
Purpose:
Uninstalls Wave Browser.
Features:
Scans for and removes wave browser and associated files including sids and registry keys.
3PP Google Chrome
Purpose:
Installs latest version of Google Chrome.
Features:
Updates Chrome to the latest version and keeps it up to date with the latest versions of Chrome that are available online.
3PP Take Control Re-Install V2
Purpose:
Uninstalls and Re installs Take Control.
Features:
Download and install the most up to date version available.
Install Team Viewer
Purpose:
Downloads and installs Team Viewer.
Features:
Scans for QuickPass program and version number.
Sentinel Brute Force Removal
Purpose:
Removes broken instances of SentinelOne.
Features:
Uses the SentinelOne install key to force the removal of SentinelOne agents. This script requires a reboot after which a fresh instance of SentinelOne can be reinstalled. Recommended for instances that can’t be removed using standard procedures. (AV removal is done through best effort a manual removal may be required if the automate removal process does not work.).
Active AD User Report
Purpose:
Pulls information on machines that have been active within a 25 day window.
Features:
Uses domain controllers to pull machine information including Log on date, Computer name, IPV4 address, and OS. Can be configured to send as an email coming soon should be done this week, I’ll let you know as they’re finished.
Install BGInfo
Purpose:
Uninstalls NinjaRMM Agent.
Features:
Scans a machine and removes keys, files, and services related to NinjaRMM.
CWN – N-Central Agent Migration Script
Purpose:
Uninstalls N-Central Agent and uses N-Central API to install new version for the specified Customer/Site.
Features:
After old agent is uninstalled, Asset Tag and ApplianceID under C:\Program Files (x86)\N-able Technologies\NcentralAsset.xml is cleared before new N-Central Agent re-installs.
CWN – Bitlocker Encryption and AzureAD Backup
Purpose:
Executes Bitlocker Encryption on OS Drive C: and backs the Bitlocker key up to On-Premise AD and AzureAD (EntraID).
Features:
Script does a check for UEFI, TPM, and starts encryption on device. Once key is generated it begins backing up the key to both On-premise Active Directory and to AzureAD (EntraID). Storage of Bitlocker keys will need to be enabled on the AD and AzureAD. Bitlocker Key along with Date and Time of encryption.
CWN – Patch Management Engine Repair V2
Purpose:
An updated version of the patch management script this now includes a PME reinstall.
Features:
Runs script as Administrator.
Triggers repair 2 days after a new version of PME is released.
Bypasses update pending check.
Uses hashing to allow use on older OS.
CWN – PIMS-PME Repair V2
Purpose:
This is a section of the Patch Management Engine Repair V2 isolated for just PIMS-PME Repair.
Features:
Runs script as Administrator.
Triggers repair 2 days after a new version of PME is released.
Bypasses update pending check.
Uses hashing to allow use on older OS.
CWN – PIMS-PME Repair V2
Purpose:
Stops, clears, and restarts the Windows Update Agent services.
Features:
Targets bits, wuauserv, appidsvc, and cryptsvc services and clears the qmgr*.dat files.
CWN – Install Citrix Workspace Version 2042
Purpose:
Installs Citrix workspace version 2402.
Features:
Stops any active versions of Citrix and installs version 2402 over any older versions. This script does not auto update.
CWN – Monitor Huntress Keys
Purpose:
Confirms Huntress was installed using proper keys.
Features:
Scans for instances of huntress and compares the Account Key and Org Key in the registry to the install variables logged in N-Central.
CWN – Huntress Monitor (Update)
Purpose:
Monitors installation status, Version number, and Service Status.
Features:
Monitor had been updated to include service status and will now flag true or false depending on whether or not the service is active.
CWN – Monitor MS Defender
Purpose:
Checks for Installation status, whether or not Defender is Enabled, and the last quickscan date.
Features:
Scans and displays installation status, whether it’s enabled, and how many days it has been since the last quickscan date.
Global Desktop Shortcut for All Users
Purpose:
Adds a shortcut URL with your specified ICO file.
Features:
Uses a combination of Powershell and N-Central script functions. If specificed .url file is not in C:\Users\Public\Desktop the script will create it and download ICO file from our hosting.
Patch Issue Management V3 Selfhealing
Purpose:
Repairs N-Able Components such as Patch Issue Management and Windows Update Services to repair any failures for Patch Status v2.
Features:
Runs the updated PME and WUA Repair using N-Able’s Best Practices.
Install Citrix 2402 LTSR client
Purpose:
Install Citrix 2402 LTSR client.
Features:
Since non-LTSR Citrix Workspace clients can’t upgrade, automation will remove old Citrix components and install Citrix 2402 with /quiet /norestart AutoUpdateCheck=disabled AutoUpdateStream=LTSR.
Install Citrix 2402 LTSR client
Purpose:
Uses Online ScreenConnect Agents to send Restart/Reinstall ConnectWise Automate Agent commands to get the agent back online.
Features:
Uses new Restful API Manager Extension inside of ScreenConnect to securely call agent restart services for LTService and if script is not able to get it back online, it issues a Reinstall command. Deployments are tracked through Automate Groups called SAM+ – Agent Restart Failed, SAM+ – Agent Reinstall Failed, and SAM+ – Agent Restart or Reinstall Successful after flagging SAM+ Agent Repair Device level EDF. Requires CWN – SAM+ Offline Agent Check Initiator to be ran as a scheduled client script daily. Reinstall step can be commented out on Line 32 under CWN – SAM+ Restart Agent Services with Control. Recommend setting Mac Signup setting to -1 to avoid Agent duplicationAutoUpdateStream=LTSR.
Install Adlumin
Purpose:
Downloads and Installs Adlumin.
Features:
Silently downloads and installs Adlumin security.
Enable Wifi
Purpose:
Enable Wifi for Windows 10 and 11.
Features:
Checks for wifi status and if it’s not connected or disabled it will run an enable command.
Disable Wifi
Purpose:
Disables Wifi for Windows 10 or 11.
Features:
Checks for wifi status and if it’s connected or running it will run a disable command.
Uninstall Adlumin
Purpose:
Uninstalls Adlumin security agent.
Features:
Silently uninstalls Adlumin in case of broken agent or offboarding.
Install Sentinel One v2
Purpose:
Installs Sentinel One x64 and/or ARM.
Features:
Updated scripting logic to included arm check and install.
Notes: Requires Token input.
Install PolicyPak
Purpose:
Downloads and installs PolicyPak SaaS edition.
Features:
Silently installs PolicyPak to manages and secure settings for virtual applications and virtual desktops.
Install HarmonySASE
Purpose:
Downloads and Installs HarmonySASE by Perimeter 81.
Features:
Silently installs Harmony SASE agent.
Notes: There are many applications with the same or a simalar name, please confirm the Perimeter81 version is correct.
Reinstall Automation Manager
Purpose:
Reinstalls automation manager in cased of version inconsistencies or missing instances.
Features:
Designed to fix the 201 misconfigured monitor error “Failure to execute policy”
Notes: Can be used as a single use script or applied as a selfheal to the Automation Error 201 monitor
Monitor MS Defender Definitions
Purpose:
Monitors MS Defender Definitions and Signatures.
Features:
Uses a six hour window to look for out of date Definitions and Signatures.
Monitor MS Defender V2
Purpose:
Checks status of MS Defender Services as well as the time of last quickscan.
Features:
Scans the WinDefend, mpssvc, and WdNisSvc status and fails any quickscan time over 9 days.
Notes: Not recommended for devices with other AVs.
Monitor PolicyPak
Purpose:
Checks installation status and version number.
Features:
Scans for the application and outputs the installation status and version number.
Monitor HarmonySASE
Purpose:
Checks installation status and version number.
Features:
Scans for the application and outputs the installation status and version number.
Monitor PolicyPak
Purpose:
Checks installation status and version number.
Features:
Scans for the application and outputs the installation status and version number.
Monitor Automation Error 201
Purpose:
Runs a simplified script to determine if the automation manager is functioning.
Features:
Runs the get date command to determine if the automation manager can push a script. This can also bring agent or probe issues to light.
Notes: We recommend setting this as a 3 times a day scan and pairing it with a dashboard.
Automated Bitlocker Key Rotation
Purpose:
Rotates Bitlocker Encryption Key.
Features:
Rotates Encryption key if device currently has Bitlocker enabled, syncs new key with Time and Date to CDP.
Notes: Recommended as a scheduled task or one off.
MS Defender Quickscan
Purpose:
Runs the MS Defender Quickscan.
Features:
Designed as a self-heal to Monitor MS Defender V2s.
Devices
AbleNinja – Bitlocker Keys
Purpose:
Pulls the existing Bitlocker Keys from Devices and stores it under AbleNinja – Bitlocker Key Custom Property.
Features:
Stores the Bitlocker Keys for each device to ensure clients remain compliant.
Patch Management Engine Repair
Purpose:
Repairs patch management engine failures.
Features:
Fix common patch engine issues:
Uninstalls PME
Checks for most up to date PME installer and runs it
Runs a connectivity test for sites required for PME use
Tests Nable Certificate, if one is not found it will be created
Confirms or installs PME Service Controller
Confirms or installs PME Request Handler
Confirms or installs PME Cache Service
Confirm update pending (within 48 hours of a new update)
Clears Repair PME logs older than 30 days
Clears PME cache folders
Scans PME for configuration errors
Windows Update Self Heal
Purpose:
Fixes common issues with Windows Update.
Features:
Force stops the Background Intelligent Transfer, Windows Update, Application Identity, and Cryptographic Services.
Removes the services.
Re-installs the services.
Organization
Local Admin Password Custom Property Creation
Purpose:
Local Admin Password per Client for Add or Update Local Admin Automation.
Features:
Set the password per client to create site specific Local Admin accounts.
SentinelOne Key Custom Property Creation
Purpose:
SentinelOne Site Token for Deployment. This is unique per client.
Features:
Required for SentinelOne Agent deployment.
Patching
Custom Device AbleNinja – IS PDC Property Creation
Purpose:
Checks if server is Primary Domain Controller. Used for AbleNinja – Standard Patching Primary and Secondary DC Patch Rules.
Features:
PowerShell based automation that Outputs True to AbleNinja – IS PDC on device if they are Primary Domain Controllers. Primary Domain Controllers get put into their own patch rule to separate them out from Secondary Domain Controllers.
Default Workstation Patch Group Custom Property Creation
Purpose:
Best Practice patching created by AbleNinja. Focuses on Daytime patch installations to get devices compliant. Reboots device afterhours without end-user prompt.
Features:
Daytime patching installation for Workstations. Default reboots systems after hours at 4AM every morning (can be adjusted for client needs). Reboot Prompt notification at end of business day to make client aware of reboot.
Default Server Patch Group Custom Property Creation
Purpose:
Best Practice patching created by AbleNinja. Focus on splitting patching for servers into Role based Groups (HyperV/Host, Primary Domain Controllers, Secondary Domain Controllers, and Default template for rest of the servers).
Features:
Default servers install Thursdays at 2AM and reboots at 4AM.
Hyper-V Hosts install Wednesday at 2AM with no reboot window (needs to be done manually or agreed upon time for client).
Primary Domain Controllers install Saturday at 2AM and reboots 4AM.
Secondary Domain Controllers install Sunday at 2AM and reboots 4AM.
Default Laptop Patch Group Custom Property Creation
Purpose:
Best Practice patching created by AbleNinja. Focuses on Daytime patch installations to get devices compliant. Utilizes a more aggressive reboot cadence. Requires End user prompt approval for patch reboot.
Features:
Aggressive daytime patching for Laptops to get all devices compliant. Prompt for reboot at the end of business day (Only reboots if accepted by enduser), Secondary force reboot without enduser prompt after hours at 11PM.
Extend OS Rollback Window
Purpose:
Increases the rollback window for Windows OS.
Features:
Increases the Windows rollback window from the default 10 days to the maximum 60 days.
45 Day Uptime (Laptop), (Workstations) and (Servers)
Purpose:
Monitors if a laptop, workstation, or server has been online for over 45 days. This is to indicate that device is missing patch reboot window.
Features:
Notification to reboot device manually if needed.
Agent Status (Servers)
Purpose:
AMP based monitor to decrease Offline Device alerting from 10 minutes down to 5 minutes to speed up notification of outage.
Features:
Aggressive Offline Server alerting to notify client that server is down. Runs twice as fast as default N-Central monitoring for servers. Can be scaled to Desktop Servers and Laptops.
APC Hardware Alerting
Purpose:
APC Battery hardware error monitor.
Features:
Notifies client if APC Battery needs to be replaced. (Requires APC Device Class.)
Battery Capacity Monitor (Laptops Only)
Purpose:
AMP based Monitor that generates a Warning on Laptops if internal battery no longer can charge past 50%. Monitor moves into Failed Status if below 25%.
Features:
Outputs Designed Capacity of battery in Milliwatt-Hours and Last Full Capacity charge in Milliwatt-Hours. Compares and outputs Battery Capacity % from battery report.
Output
CALCULATED BATTERY CAPACITY LEFT %
Bitlocker Status (Laptops) (Workstations)
Purpose:
AMP Based Monitoring that checks all drives if Bitlocker is Enabled on selected Drives List with Bitlocker Turned on and Fully Encrypted.
Features:
Outputs a Failed Status if Bitlocker Feature is Turned Off on device, and if C: drive is not Fully Encrypted. Scheduled Task AbleNinja – Bitlocker Keys automation runs daily to populate AbleNinja – Bitlocker Keys CDP with encryption key.
Dell Server Hardware Alerting
Purpose:
Default NCentral functions that applies to all Dell based Hardware Alerting that is necessary for servers. Fan Status, Logical Drives, Physical Drives, Memory Status, Power Supply, RAID Controller Firmware, RAID Status, and Server Temp (CPU and System board).
Features:
Outputs a Failed Status if any of the above hardware errors trigger for Dell Servers.
Fastboot Check (Laptops) (Workstations)
Purpose:
Registry check of Hiberboot settings on Workstations and Laptops. If Hiberboot equals 1 it will change it to 0 to disable. Fastboot interferes with device Uptime data and patching reboots fully processing.
Features:
Outputs a Failed Status if fastboot is enabled, turns it back off automatically.
HP Server Hardware Alerting
Purpose:
Default NCentral functions that applies to all HP based Hardware Alerting that is necessary for servers. Fan, Memory Status, Physical Drive, Power Supply, RAID Status, and Server.
Features:
Outputs a Failed Status if any of the above hardware errors trigger for HP Servers.
PST File Size (Laptops) (Workstations)
Purpose:
AMP based monitor to Scans the C:\ Drive for Laptops and outputs any large OST file paths under the CDP called AbleNinja – PST Size.
Features:
Outputs the large PST file so report can be run for Administrator to archive it.
Time Drift Monitors (Servers)
Purpose:
Default Time Drift Monitor that has Ninja Selfheal AMP to fix Clock sync issues on Servers.
Features:
Selfheal script that resets time using w32.exe.
Turn off Automatic Network Device Setup (Laptops) (Workstations)
Purpose:
AMP based monitor that disables Automatic installation of Network Devices and Printers by Microsoft when
connected to endpoint.
Features:
Designed to turn off personal printers showing up on the network when connected by enduser.
Win 10 Version (Laptops) (Workstations)
Purpose:
Registry based custom monitor that compares Current installed build of Windows 10 Feature Update and sets monitor in Warning Status if not on latest released Feature Update by Microsoft.
Features:
Output registry HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\CurrentBuild – 19045 (changed manually by Ninja Every Release).
Windows Server Security Event Logs
Purpose:
Registry based monitoring that looks for EventIDs: 4728,4756,4729,4757 on Servers.
Features:
Outputs a Failed Status if any of the above IDs are found.
EventID 4728 – Member Added to Global Security Group.
EventID 4756 – Member Added to Universal Security Group.
EventID 4729 – Member Removed from Global Security Group.
EventID 4757 – Member Removed from Universal Security Group.
CloudRadial Agent Monitor
Purpose:
AMP based monitoring that deploys CloudRadial Agent if monitor is in a Failed Status.
Features:
Outputs Failed if CloudRadial is missing. Uses AbleNinja – CloudRadial URL Custom Property to install agent silently.
CloudRadial Tray Monitor
Purpose:
AMP based monitoring that deploys CloudRadial Tray if monitor is in a Failed Status.
Features:
Outputs Failed if CloudRadial is missing. Uses AbleNinja – CloudRadial Tray URL Custom Property to install Tray silently.
Dell Command Update Version v4.4
Purpose:
AMP Based monitoring that deploys DCU 4.4 if missing from Workstation or Laptop. DCU is utilized for Firmware, Driver, and BIOS Upgrade.
Features:
Outputs to Failed Status if DCU missing and installs it on the machine. Registry addition is made to hide it from
Windows Startup.
Duo Authentication Agent Monitor
Purpose:
AMP based monitoring that looks for Duo Authentication Agent application on the device and reports back Product version installed. Monitor switches to Warning if Product Version doesn’t match specified, and Failed Status if Duo Authentication Agent is missing.
Features:
Outputs to Warning if Duo Authentication Agent is not on latest Product Version. Outputs as Failed if Duo Authentication is missing from device.
Group Policy Refresh Monitor
Purpose:
AMP based monitor that runs Group Policy refresh on a schedule.
Features:
Selfheal script runs hourly to deploy gpupdate /force command.
Monitor WOL (WakeOnLan)
Purpose:
PowerShell based Monitor that checks Wake on Lan settings in BIOS for Dell, HP, and Lenovo and enables it if disabled. NIC level Wake on Lan is also added by Default.
Features:
Outputs a Failed Status is BIOS and NIC level WOL is Disabled. Selfheal script AbleNinja – Enable WOL runs to turn it on.
Monitor AD Group Changes
Purpose:
AMP Based monitor that looks at any changes to Domain Admins,Enterprise Admins every Hour. If changes are found, report gets output to C:\NCentral\.
Features:
Output for Alerting
ISHEALTHY – True by Default. If changes detected flips to False.
REPORTPATH – No_thresholds by Default.
Monitor Azure AD Connect
Purpose:
AMP based monitoring that outputs AzureAD Health and Service Statuses along with any SyncErrors or Event Messages.
Features:
Output for alerting
Service Status – AzureADConnectHealthSyncInsights – Running by Default
Service Status – AzureADConnectHealthSyncMonitor – Running by Default
Service Status – ADSync – Running by Default
SyncErrorsFound – False by Default. If True sync errors were found.
EventMessage – NoErrorEventsFound by Default. If SyncErrors True above, it will output full error.
Monitor Inactive AD Users Computers
Purpose:
AMP based monitoring that outputs Stale User accounts and Stale Computers that haven’t logged into the domain over 90 Days. (Can exclude service accounts manually in Input).
Features:
Output for alerting
StaleUsersCount – 1 for Warning, 2 for Failure by Default
StaleComputersCount – 1 for Warning, 2 for Failure by Default
CsvUsersPath – c:\ncentral\inactive_users.csv
CsvComputersPath – c:\ncentral\inactive_computers.csv
CsvPaths – c:\ncentral\inactive_users.csv,c:\ncentral\inactive_computers.csv
Monitor OneDrive KFM
Purpose:
PowerShell based monitoring that checks OneDrive sync status and redirects the Desktop, Documents, and Pictures folders to your OneDrive folder.
Features:
Outputs a Failed Status if OneDrive sync is broken on Device and no sync has occurred.
SentinelOne Agent Checker
Purpose:
AMP based monitoring that checks device for Sentinel One Agent and its Product Version. SelfHeal automation deploys and upgrades Sentinel One with the latest version.
Features:
Outputs a Warning Status if S1 Agent not on the latest version. Outputs a Failed Status if S1 is missing from device. Automation clears up missing or outdated AV.
Monitor Powershell Version
Purpose:
AMP based monitoring that outputs the Major and Minor versions of PowerShell on a system. If monitor is Failed, it will update PowerShell to 7.2.
Features:
Outputs a Failed status if PowerShell version is 5.0 or below. Outputs a Normal Status if minimum of 5.1 is running.
Hyper-V Replication Status
Purpose:
AMP based monitoring that tracks Hyper-V replication based on the Virtual Machine Name.
Features:
Outputs Failed if Replication Health check Failed
REPLICATION STATE – Replicating by Default
REPLICATION HEALTH – Normal by Default
Hyper-V VM State
Purpose:
WMI query-based Automation that checks root\Virtualization\ MSVM_Computersystem for VM Health Status.
Features:
Output checks EnabledState, DaysRunning, Healthstate of Virtual Machines.
Monitor Disk Full Date
Purpose:
Proactive monitor of Disk Drive to predict date of full capacity.
Features:
Able to get any Volumes future date of reaching manufacturer capacity.
Inputs: N/A
Outputs: $OutVol = “Volume: $Volume”
$OutSize = “SizeUsed: $SizeUsed GB”
$OutDate = “Date: $Date”
$OutHealth = “Healthy
Monitor TLS Version
Purpose:
Checks for the active version of TLS.
Features:
Scans key folder and outputs active TLS information.
Monitor AutoElevate Agent
Purpose:
Checks for installation status of AutoElevate.
Features:
Scans a machine for AutoElevate instances and version number.
Monitor Disk Full Date
Purpose:
Proactive monitor of Disk Drive to predict date of full capacity.
Features:
Able to get any Volumes future date of reaching manufacturer capacity.
Inputs: N/A
Outputs: $OutVol = “Volume: $Volume”
$OutSize = “SizeUsed: $SizeUsed GB”
$OutDate = “Date: $Date”
$OutHealth = “Health
Monitor FXLogix
Purpose:
Checks for installation status of Microsoft FSLogix.
Features:
Scans a machine for Microsoft FSLogix instances and version number.
Monitor Event Log Errors
Purpose:
Scans for event log errors marked as warning/failure that happened within 48hrs of the scan.
Features:
Exports a dated csv of the Error log scan results to a predetermined file location. If a scan is made twice in one day the earlier csv will be removed to prevent issues with clutter.
Notes: Optional email coming soon, this will allow the created csv to be sent to your support email.
Monitor BGInfo
Purpose:
Scans for BGInfo File.
Features:
When Paired with our BGInfo installer this monitor will scan for BGInfo.exe.
Notes: BGInfo will not show up using the standard application monitor, when paired with our installer it scans for the output file location.
Monitor Cisco Secure DART
Purpose:
Monitors installation status and version number.
Features:
Scans a machine and outputs AppName and ProdVer to N-Central.
Monitor CiscoSecure UmbrellaWin
Purpose:
Monitors App installation, version number, and service status.
Features:
First part of a 2 part CiscoSecure Umbrella monitor, can be run solo but it’s recommended to use both for a more in
depth monitor.
Monitor CiscoSecure Umbrella Part 2
Purpose:
Monitors json profile location and contents to ensure Umbrella is running properly.
Features:
Uses Org ID, User ID, and Fingerprint ID to confirm json contents.
Notes: Umbrella will not run properly if json profile is missing or incorrect.
Monitor CiscoSecure Core
Purpose:
Monitors installation status and version number.
Features:
Scans a machine and outputs AppName and ProdVer to N-Central
Monitor CiscoSecure UmbrellaWin
Purpose:
Monitors App installation, version number, and service status.
Features:
First part of a 2 part CiscoSecure Umbrella monitor, can be run solo but it’s recommended to use both for a more in
depth monitor.
Notes: When installing cisco secure applications a version discrepancy can lead to a failure to install, this monitor can help keep you up to date and prevent installation issues.
Monitor eClinicalWorksWin
Purpose:
Monitors installation status and version number.
Features:
Scans a machine and outputs AppName and ProdVer to N-Central.
QuickPass Monitor
Purpose:
Checks for instances of QuickPass.
Features:
Scans for QuickPass program and version number.
CWN – Monitor OS Corruption using DISM
Purpose:
Detects OS Corruption and attempt to repair broken Microsoft files.
Features:
Runs a status check using dism /Online /Cleanup-Image /ScanHealth and if OS Corruption is found, it executes DISM /Online /Cleanup-Image /RestoreHealth. If OS health does not return to normal a ticket generates for manual remediation.
CWN – Monitor Disk Failure and Repair
Purpose:
Detects Hard Drive related errors and attempts to repair them using PowerShell.
Features:
Monitor runs Repair-Volume -DriveLetter C -Scan to determine if there is any Disk Repairs that need to be done afterhours. Automatic selfhealing with Repair-Volume -DriveLetter C -OfflineScanAndFix can be enabled in the monitor to attempt repairs automatically.
CWN – Monitor Windows RAM Errors
Purpose:
Checks Workstations and Laptops for any hardware related Memory errors.
Features:
Looks for EventSource of Memory% inside of EventLogs and outputs Critical, Warning, and Error Messages. A secondary Windows Memory Diagnostic script can be added as a selfhealing to run a Memory Diagnostic afterhours outside of Windows OS to confirm the error.
CWN – Monitor Accidental System Reboot
Purpose:
Detects if the system was rebooted, shutdown, or there was a server crash and alerts the primary contact.
Features:
Looks for EventID: 41, 6008, 1001, 1074, 1076. Monitor automatically reset after 10 Minutes but $StartTime can be edited for higher thresholds. If Accidental reboot, or crash is detected it will output the Full EventID and Message.
Monitor Adlumin Agent
Purpose:
Checks for installation status and version number.
Features:
Provides self healing for Adumin Installer.
Monitor Wifi Status
Purpose:
Checks for and outputs wifi status.
Features:
Scans for Net adaptors and if they are found outputs the status.
45 Day Uptime Dashboard
Purpose:
Filters out any agents that have excessive uptime which interferes with Ninja’s patching system.
Features:
Filter: AbleNinja – 45 Uptime Dashboard.
Monitoring Options: Uptime monitor in Failed/Warning Status.
Azure AD Sync Dashboard
Purpose:
Filters out servers running Azure AD Sync and shows any Failures for AD Sync.
Features:
Filter: AbleNinja – AzureAD Sync Dashboard
Monitoring Options: AbleNinja – Monitor AzureAD Connect in Failed Status
Disk Issue Management – Servers
Purpose:
Filters out Servers that have Disk Space issues that need immediate attention.
Features:
Filter: ABLENINJA – DISK ISSUE MGMT – SERVERS – LOW DISK SPACE
Monitoring Options: Disk
Disk Issue Management – Workstations
Purpose:
Filters out Workstations and Laptops that have Disk Space issues that need
immediate attention.
Features:
Filter: ABLENINJA – DISK ISSUE MGMT – WORKSTATIONS – LOW DISK SPACE
Monitoring Options: Disk
Patch Issue Management System
Purpose:
Filters Patch Status v2 Issues into 6 Categories: Agents Without Patching Policy, Patching Agents Offline Over Month, OS Out of Support, Pending Reboot or High Uptime, Unsupported OS Builds (Win 10 out of band), and Issue Management. Each group excludes devices from
the group below.
Features:
Breaks down common causes of devices not processing patches.
AbleNinja – Patch Issue Mgmt – 1 – Agents Without Patching Policy
AbleNinja – Patch Issue Mgmt – 2 – Patching Agents Offline Over Month
AbleNinja – Patch Issue Mgmt – 3 – OS Out of Support
AbleNinja – Patch Issue Mgmt – 4 – Pending Reboot or High Uptime
AbleNinja – Patch Issue Mgmt – 5 – Unsupported OS Builds
AbleNinja – Patch Issue Mgmt – 6 – Issue Management
AD Group Changes Dashboard
Purpose:
Filters out any AD Servers that triggered on changes to Domain Admins,Enterprise Admins, Universal,Global Security Groups.
Features:
Filter: AbleNinja – AD Group Issues
Monitoring Options: AbleNinja – Monitor AD Group Changes and AbleNinja – Windows Server Security Event Logs
AD Inactive users Computer Dashboard
Purpose:
Filters out any AD Servers that detected stale Users and Computers in Active Directory that haven’t been in use for 90 days.
Features:
Filters: AbleNinja – AD Users Dashboard
Monitoring Options: AbleNinja – Monitor Inactive AD Users Computers
Bitlocker Keys Dashboard
Purpose:
Filters out Bitlocker Enabled Devices that have a Bitlocker Key populated in AbleNinja – Bitlocker Keys CDP. Designed to show all Bitlocker compliant devices.
Features:
Filter: AbleNinja – Bitlocker Keys
Monitoring Options: Bitlocker Status
Bitlocker No Keys Dashboard
Purpose:
Filters out Bitlocker Enabled Devices that do not have a Bitlocker Key populated on the device.
Features:
Filter: AbleNinja – Bitlocker No Key
Monitoring Options: Bitlocker Status
Powershell Version Dashboard
Purpose:
Filters out devices not running PowerShell 5.1 or newer.
Features:
Filter: AbleNinja – Powershell Dashboard.
Monitoring Options: AbleNinja – Monitor PowerShell Version.
TPM Check Dashboard
Purpose:
Filters out devices that do not have latest TPM Chip which stops Bitlocker Encryption process and Windows 11 upgrades.
Features:
Filter: AbleNinja – TPM Check
Monitoring Options: AbleNinja – Monitoring TPM
nd outputs the status.
APC – Replace Battery
Purpose:
SNMP Based monitoring that alerts if APC Battery needs to be replaced.
Features:
Requires SNMP to be turned on the APC, the Device in N-Central under Settings, Probe device monitoring APC, and any firewall or network appliance the SNMP call goes through.
APC – Status
Purpose:
SNMP based monitoring that alerts if APC Status is Offline.
Features:
Requires SNMP to be turned on the APC, the Device in N-Central under Settings, Probe device monitoring APC, and any firewall or network appliance the SNMP call goes through.
APC – Temperature
Purpose:
SNMP based monitoring that alerts if APC is above 35ºC.
Features:
Requires SNMP to be turned on the APC, the Device in N-Central under Settings, Probe device monitoring APC, and any firewall or network appliance the SNMP call goes through.
APC – Capacity
Purpose:
SNMP based monitoring that indicates that the APC has detected an Overload condition.
Features:
Requires SNMP to be turned on the APC, the Device in N-Central under Settings, Probe device monitoring APC, and any firewall or network appliance the SNMP call goes through.
QNAP – Device Status
Purpose:
SNMP based monitoring that outputs CPU Percentage used on QNAP Device.
Features:
Requires SNMP to be turned on the QNAP, the Device in N-Central under Settings, Probe device monitoring QNAP, and any firewall or network appliance the SNMP call goes through.
QNAP – HD Status
Purpose:
SNMP based monitoring that Outputs Capacity, Model, SMART STATUS, Status and Temp of NAS.
Features:
Requires SNMP to be turned on the QNAP, the Device in N-Central under Settings, Probe device monitoring QNAP, and any firewall or network appliance the SNMP call goes through.
QNAP – Volume Status
Purpose:
SNMP based monitoring that outputs File System, Free Space, Status and Total Size of Volume.
Features:
Requires SNMP to be turned on the QNAP, the Device in N-Central under Settings, Probe device monitoring QNAP, and any firewall or network appliance the SNMP call goes through.
Synology – DSM Upgrade Available
Purpose:
SNMP based monitoring that outputs updates needed for Synology DiskStation Manager.
Features:
Requires SNMP to be turned on the Synology, the Device in N-Central under Settings, Probe device monitoring Synology, and any firewall or network appliance the SNMP call goes through.
Synology – Fan Status
Purpose:
SNMP based monitoring that outputs CPU Fan and System Fan issues. Must be running DSM 4.1 or greater.
Features:
Requires SNMP to be turned on the Synology, the Device in N-Central under Settings, Probe device monitoring Synology, and any firewall or network appliance the SNMP call goes through.
Synology – Physical Drive
Purpose:
SNMP based monitoring that outputs DiskID, Disk Model, Disk Status, Disk Temp and Disk Type used in NAS. Must be running DSM 4.1 or greater.
Features:
Requires SNMP to be turned on the Synology, the Device in N-Central under Settings, Probe device monitoring Synology, and any firewall or network appliance the SNMP call goes through.
Synology – RAID Status
Purpose:
SNMP based monitoring that outputs RAID Name and RAIS Status currently active.
Features:
Requires SNMP to be turned on the Synology, the Device in N-Central under Settings, Probe device monitoring Synology, and any firewall or network appliance the SNMP call goes through.
Synology – System Status
Purpose:
SNMP Based monitoring that outputs Power Supply, System Status and Temp information of NAS.
Features:
Requires SNMP to be turned on the Synology, the Device in N-Central under Settings, Probe device monitoring Synology, and any firewall or network appliance the SNMP call goes through.
Synology – Update Available
Purpose:
SNMP based monitoring that Checks if a general System update for Synology is available.
Features:
Requires SNMP to be turned on the Synology, the Device in N-Central under Settings, Probe device monitoring Synology, and any firewall or network appliance the SNMP call goes through.
Synology – RAID Status
Purpose:
SNMP based monitoring that outputs RAID Name and RAIS Status currently active.
Features:
Requires SNMP to be turned on the Synology, the Device in N-Central under Settings, Probe device monitoring Synology, and any firewall or network appliance the SNMP call goes through.