service_manager
Manage Windows services by listing, starting, stopping, restarting, and monitoring their status. Filter by status or startup type, find specific services, and retrieve details efficiently.
Instructions
Windows service management including listing services, getting service details, starting/stopping services, and monitoring service status
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | The service management action to perform | |
limit | No | Limit number of results (default: 50) | |
search_term | No | Search term for finding services | |
service_name | No | Service name for specific service operations | |
startup_type_filter | No | Filter services by startup type (default: all) | all |
status_filter | No | Filter services by status (default: all) | all |