Tag: services

22 script(s) tagged “services”

🐍 Python 3.10+

Backup Services to JSON (Python)

Snapshots Services (Win32_Service) to a timestamped JSON file for later comparison or auditing.

πŸ–₯️ Batch (CMD)

Export Services to CSV (Batch)

Uses wmic to export Services (Win32_Service) to a timestamped CSV file.

🧬 WQL / PowerShell

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…

πŸ–₯️ Batch (CMD)

Get Services Report (Batch)

Uses wmic to list Services (Win32_Service) straight from the command line.

⚑ PowerShell 5.1+

Watch Services for Changes

Polls Win32_Service on an interval and prints a line whenever the Services count changes β€” a lightweight way to notice …

🟣 C# / .NET 6+

Get Services Report (C#)

Queries Win32_Service via WMI (System.Management) and prints Services to the console.

πŸ“Š VBA (Excel)

Load Services into Excel via WMI

Queries Win32_Service via GetObject("winmgmts:") and dumps every Services row straight onto the active worksheet, no Po…

πŸ“œ VBScript (WSH)

Get Services Report (VBScript)

Queries Win32_Service via WMI and prints Services to the console β€” no PowerShell required.

🐍 Python 3.10+

Export Services to CSV (Python)

Exports Services (Win32_Service) to a timestamped CSV file via wmic.

⚑ PowerShell 5.1+

Backup Services List to JSON

Snapshots Services from Win32_Service to a timestamped JSON file for later comparison or auditing.