Created on
12-05-2023
04:22 AM
Edited on
08-12-2025
10:10 AM
By
Stephen_G
Description | This article describes how to stop/start EMS services without rebooting the operating system with v7.0.x and v7.2.x (Windows Base). |
Scope | EMS, Services. |
Solution |
It is possible to check the running services status via PowerShell:
To stop EMS services via 7.2.x, to follow this order in the CLI:
Note: 'Stop-Service -Name "SERVICE-NAME"' can be used in PowerShell.
sc stop FCEMS_Monitor
To Restart EMS services, it is only necessary to run Monitor. It will start every service automatically through the CLI.
In the CLI:
sc start FCEMS_Monitor
Or in PowerShell:
Start-Service -Name "FCEMS_Monitor"
To stop EMS services in 7.0.x, follow this order in the CLI.
Note: 'Stop-Service -Name "SERVICE-NAME"' can be used in PowerShell.
sc stop FCEMS_Monitor
To Restart EMS services, it is only necessary to run Monitor. It will start every service automatically through the CLI.
In the CLI:
sc start FCEMS_Monitor
Or in PowerShell:
Start-Service -Name "FCEMS_Monitor"
It is also possible to check the services status via MMC snap-in 'services.msc'.
In the CLI:
services.msc
|
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.