How do you enable or disable Management Actions in your Windows server?
Management Actions can be used to start or stop VM configurations in a Hyper-V server, services in a Windows server, or sites and application pools in an IIS server. These actions can't be performed if Management Actions is disabled in the server monitor.
Management Actions can be enabled during the installation of the agent or when the agent is reinstalled. By default, Management Actions will remain enabled during installation.
Enabling and disabling Management Actions in Windows:
If you use Windows, you can configure this setting during installation using InstallShield or by using commands.
While installing using InstallShield:
Log in to your Site24x7 account.
Navigate to the Server tab on the left navigation pane.
Click the + icon near the Servers tab under the Server Monitor drop-down.
On the Add Server Monitor page, click the Windows icon.
Click Download Site24x7 Windows Server Agent.
Double-click the MSI file on the download panel and click Next.
By default, Management Actions will remain enabled. You can check the box next to Disable Management Actions to disable it.
Click Next and complete the installation process.

While installing using commands:
Log in to your Site24x7 account.
Navigate to the Server tab on the left navigation pane.
Click the + icon near the Servers tab under the Server Monitor drop-down.
On the Add Server Monitor page, click the Windows icon.
Click Download Site24x7 Windows Server Agent.
Go to the download path in the Command Prompt.
To enable Management Actions, execute the following command:
msiexec.exe /i Site24x7WindowsAgent.msi EDITA1=<Device Key> ENABLESILENT=YES REBOOT=ReallySuppress MANAGEMENT_ACTIONS=TRUE /qn
To disable Management Actions, execute the following command:
msiexec.exe /i Site24x7WindowsAgent.msi EDITA1=<Device Key> ENABLESILENT=YES REBOOT=ReallySuppress MANAGEMENT_ACTIONS=FALSE /qn
Related Articles
How to uninstall the Site24x7 Windows Server Monitoring Agent
Method 1: To uninstall the Site24x7 Windows Server Monitoring Agent, click the link below: https://staticdownloads.site24x7.com/server/Site24x7WindowsAgentUninstall.zip Unzip and execute the Uninstall.bat file in the Command Prompt as an ...
Prerequisites for Node.js agent installation
For a smooth Node.js agent installation, ensure that you've fulfilled the following prerequisites. The environment should have node version 16.20.2 or above installed. The application user should have full permission to access the agent directory. ...
How to view perfmon counters in Windows?
To monitor specific Windows performance (perfmon) counters with Site24x7's plugin integration, you need to get the names of the performance counters from the Windows Performance Monitor on your server. Follow the steps below to get the names of the ...
Executables and scripts to allow for Windows server monitoring
One of the reasons you could not enable Site24x7 server monitoring could be your organization's group policy denying access to the executables, scripts, and batch files associated with Site24x7 server monitoring. Mark the following executables, ...
How to enable or disable anomaly alerts
Understanding alerts In Site24x7, there are two different types of alerts in anomaly detection: Status change alert: Triggered when there is a change in the monitor status, such as Trouble, Critical, or Down. Anomaly alert: Triggered when irregular ...