agent: |
BuT0xWG4MIwIV6ng6X6WCheck if a service is running on windows using a powershell command
Check if a service is running on windows using a powershell command
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
inputs
outputs
Get-Service -Name <service_name>
copied