Tag: report
348 script(s) tagged “report”
Get Processes Report
Queries Win32_Process via WMI and reports Processes in a formatted table, with an optional CSV export.
Get Sound Devices Report (Python)
Uses wmic under the hood to report Sound Devices (Win32_SoundDevice) β no third-party packages required.
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β¦
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β¦
Get Pointing Devices Report (Python)
Uses wmic under the hood to report Pointing Devices (Win32_PointingDevice) β no third-party packages required.
Get The NuGet packages cache Size Report (Python)
Recursively sums the size of the NuGet packages cache, read-only (no deletion).
Get The Windows Prefetch folder Size Report (C#)
Recursively sums the size of the Windows Prefetch folder, read-only (no deletion).
Get The Office document cache Size Report
Reports how much disk space the Office document cache is currently using, read-only (no deletion).
Get The Windows Internet cache (INetCache) Size Report (Python)
Recursively sums the size of the Windows Internet cache (INetCache), read-only (no deletion).
Get Pointing Devices Report (JScript)
Queries Win32_PointingDevice via WMI and prints Pointing Devices to the console β JScript, VBScript's WSH sibling languβ¦
Get Signed Drivers Report (Batch)
Uses wmic to list Signed Drivers (Win32_PnPSignedDriver) straight from the command line.
Get Network Adapters Report
Queries Win32_NetworkAdapter via WMI and reports Network Adapters in a formatted table, with an optional CSV export.