agent: |
giimy8wTyYPZZwyX0hfVRestart the IIS service on a windows server using powershell command
Restart 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
Restart-Service -Name <IIS_Service_Name> -Force
copied