Is script execution disabled in your system? If that's the case you can try to run the script with:
PowerShell.exe -ExecutionPolicy UnRestricted -File .\install-service-metricbeat.ps1
Hi @Diego_Moreno,
Sorry for the confusion, but indeed the output in your first screenshot looks normal, this script just installs the service, and the Status: Stopped
and ReturnValue: 0
indicate that it finished correctly.
After the installation you can follow the next steps of the installation or directly start the service with Start-Service metricbeat
.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.