PowerShellExporter icon indicating copy to clipboard operation
PowerShellExporter copied to clipboard

Cannot start service PowerShellExporter on computer '.'

Open fmasson-arkod opened this issue 2 years ago • 0 comments

@rgl Hello, i'm trying to use this exporter but getting this error again and again, can you please explain me what i'm missing ?

Start-Service : Service 'PowerShell Exporter (PowerShellExporter)' cannot be started due to the following error:
Cannot start service PowerShellExporter on computer '.'.
At line:1 char:1
+ Start-Service PowerShellExporter
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OpenError: (System.ServiceProcess.ServiceController:ServiceController) [Start-Service],
   ServiceCommandException
    + FullyQualifiedErrorId : CouldNotStartService,Microsoft.PowerShell.Commands.StartServiceCommand

I create my own custom function in metrics.psm1, and also update the metrics.yml but still no luck, i follow the readme instructions to build it as a service. @fmasson-arkod

fmasson-arkod avatar May 10 '22 16:05 fmasson-arkod