Service Audit Report

This report lists all detected Windows services, grouped by whether they are running or stopped.

Running Services

{{#Items value}} {{#value.running}} {{/value.running}} {{/Items}}
Service Name Status Startup Type Description
{{key}} ✅ Running {{value.startup}} {{value.description}}

Stopped Services

{{#Items value}} {{^value.running}} {{/value.running}} {{/Items}}
Service Name Status Startup Type Description
{{key}} ❌ Stopped {{value.startup}} {{value.description}}