Service BlogService
At the end of the wizard a Windows service “BLogService” and a “BLogServiceML” will be installed
The installation process must have administrative permissions to insert the service, in case of errors, it is possible to generate, manually, the service, from a command prompt (always as administrator)
Sc create BLogService binpath=”C:\Program Files (x86)\Enterprise\BusinessLog\BlogService.exe”
​
NB: The path may be different if you changed it during installation
​
Alternatively you can use:
c:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe "C:\Program Files (x86)\Enterprise\BusinessLog\BLogService.exe"
Similarly, if necessary, you can also uninstall it with the command:
Sc delete BlogService
In addition, it is necessary to prepare the newly installed service so that it can be started, autonomously, with a user added in “domain admins” group, as it must have the credentials to access the system registry on all machines.
It is necessary to remove local access (it could only collect logs from the local machine) and activate:

Enter the username and password of a domain-admin account. You can simply "clone" one of your accounts already in the Domain Admins group and set a VERY complex password.
​
The most "professional" and secure way is to use a gMSA user, properly configured on the AD side, capable of propagating the appropriate credentials WITHOUT specifying the password.
* The role must be installed and propagated, and the system environment must be configured.