Tag: report

348 script(s) tagged “report”

⚑ PowerShell 5.1+

Get Processes Report

Queries Win32_Process via WMI and reports Processes in a formatted table, with an optional CSV export.

🐍 Python 3.10+

Get Sound Devices Report (Python)

Uses wmic under the hood to report Sound Devices (Win32_SoundDevice) β€” no third-party packages required.

πŸ“œ VBScript (WSH)

Get Local Groups Report to File (VBScript)

Queries Win32_Group via WMI and writes Local Groups to a timestamped text file, handy for scheduled logon/logoff script…

πŸ“Š VBA (Excel)

List Files in The Windows Internet cache (INetCache) (VBA)

Lists every file in the Windows Internet cache (INetCache) with size and last-modified date directly on the active work…

🐍 Python 3.10+

Get Pointing Devices Report (Python)

Uses wmic under the hood to report Pointing Devices (Win32_PointingDevice) β€” no third-party packages required.

🐍 Python 3.10+

Get The NuGet packages cache Size Report (Python)

Recursively sums the size of the NuGet packages cache, read-only (no deletion).

🟣 C# / .NET 6+

Get The Windows Prefetch folder Size Report (C#)

Recursively sums the size of the Windows Prefetch folder, read-only (no deletion).

⚑ PowerShell 5.1+

Get The Office document cache Size Report

Reports how much disk space the Office document cache is currently using, read-only (no deletion).

🐍 Python 3.10+

Get The Windows Internet cache (INetCache) Size Report (Python)

Recursively sums the size of the Windows Internet cache (INetCache), read-only (no deletion).

πŸ“„ JScript (WSH)

Get Pointing Devices Report (JScript)

Queries Win32_PointingDevice via WMI and prints Pointing Devices to the console β€” JScript, VBScript's WSH sibling langu…

πŸ–₯️ Batch (CMD)

Get Signed Drivers Report (Batch)

Uses wmic to list Signed Drivers (Win32_PnPSignedDriver) straight from the command line.

⚑ PowerShell 5.1+

Get Network Adapters Report

Queries Win32_NetworkAdapter via WMI and reports Network Adapters in a formatted table, with an optional CSV export.