+ "text": "\nDescribing Checking Problem ...... by THEBEARD Rob\n\n Context Are all the services running ?\n [+] The Service Audiosrv should be running 113ms\n [-] The Service BITS should be running 29ms\n Expected 'Running', because Service XXXX requires the service BITS to be running, but got Stopped.\n 8: (Get-Service -ComputerName localhost -Name $Service).Status | Should -Be 'Running' -Because \"Service XXXX requires the service $Service to be running\"\nGet-Service : Cannot find any service with service name 'com.docker.service'.\nAt line:8 char:18\n+ ... (Get-Service -ComputerName localhost -Name $Service).Statu ...\n+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n + CategoryInfo : ObjectNotFound: (com.docker.service:String) [Get-Service], ServiceCommandException\n + FullyQualifiedErrorId : NoServiceFoundForGivenName,Microsoft.PowerShell.Commands.GetServiceCommand\n \n [-] The Service com.docker.service should be running 47ms\n Expected 'Running', because Service XXXX requires the service com.docker.service to be running, but got $null.\n 8: (Get-Service -ComputerName localhost -Name $Service).Status | Should -Be 'Running' -Because \"Service XXXX requires the service $Service to be running\"\n [+] The Service EventLog should be running 7ms\nGet-Service : Cannot find any service with service name 'MSSQLSERVER'.\nAt line:8 char:18\n+ ... (Get-Service -ComputerName localhost -Name $Service).Statu ...\n+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n + CategoryInfo : ObjectNotFound: (MSSQLSERVER:String) [Get-Service], ServiceCommandException\n + FullyQualifiedErrorId : NoServiceFoundForGivenName,Microsoft.PowerShell.Commands.GetServiceCommand\n \n [-] The Service MSSQLSERVER should be running 11ms\n Expected 'Running', because Service XXXX requires the service MSSQLSERVER to be running, but got $null.\n 8: (Get-Service -ComputerName localhost -Name $Service).Status | Should -Be 'Running' -Because \"Service XXXX requires the service $Service to be running\"\n [+] The Service Spooler should be running 5ms\n",
0 commit comments