Tag: services
22 script(s) tagged “services”
Backup Services to JSON (Python)
Snapshots Services (Win32_Service) to a timestamped JSON file for later comparison or auditing.
Export Services to CSV (Batch)
Uses wmic to export Services (Win32_Service) to a timestamped CSV file.
Win32_Service: Discovering Available Properties (Get-CimClass)
Uses Get-CimClass to list every real property and method Win32_Service exposes on the current system, instead of guessiβ¦
Get Services Report (Batch)
Uses wmic to list Services (Win32_Service) straight from the command line.
Watch Services for Changes
Polls Win32_Service on an interval and prints a line whenever the Services count changes β a lightweight way to notice β¦
Get Services Report (C#)
Queries Win32_Service via WMI (System.Management) and prints Services to the console.
Load Services into Excel via WMI
Queries Win32_Service via GetObject("winmgmts:") and dumps every Services row straight onto the active worksheet, no Poβ¦
Get Services Report (VBScript)
Queries Win32_Service via WMI and prints Services to the console β no PowerShell required.
Export Services to CSV (Python)
Exports Services (Win32_Service) to a timestamped CSV file via wmic.
Backup Services List to JSON
Snapshots Services from Win32_Service to a timestamped JSON file for later comparison or auditing.