How to restart FireDaemon Pro services remotely with SC
SC (sc.exe) is a built-in Windows utility that can be used to manage native Windows services as well as FireDaemon Pro services. You can create a batch script to restart FireDaemon Pro services. The script is below. Adjust it for your own use as you see fit! The script is designed to be synchronous (i.e. the script waits for the service to be fully shutdown before attempting to start it again):
How to restart FireDaemon Pro services remotely with PowerShell
You can complete the same in Powershell 7 using the following cmdlet. For more information see the Microsoft Powershell Get-Service and Microsoft PowerShell Restart-Service guides: