agent: |
PTzmurIhC6mAsEAnr51lStop the IIS service on a windows server using powershell command
Stop the IIS service on a windows server using powershell command
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
inputs
outputs
Stop-Service -Name <ServiceName>
copied