Agent task to stop the AppSense PM Agent Service
Stop AppSense PM Agent
Agent task to stop the AppSense PM Agent Service
Target | AppSense.PM.10.Agent |
Accessibility | Public |
Category | Maintenance |
Enabled | True |
Remotable | False |
Timeout | 301 |
ID | Module Type | TypeId | RunAs |
---|---|---|---|
PA | WriteAction | System.CommandExecuter | Default |
<Task ID="AppSense.PM.10.Agent.StopService.Task" Accessibility="Public" Enabled="true" Target="AppSense.PM.10.Agent" Timeout="301" Remotable="true">
<Category>Maintenance</Category>
<WriteAction ID="PA" TypeID="System!System.CommandExecuter">
<ApplicationName>c:\windows\system32\net.exe</ApplicationName>
<WorkingDirectory/>
<CommandLine>STOP "AppSense Performance Manager Agent"</CommandLine>
<TimeoutSeconds>301</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
</WriteAction>
</Task>