Tag: network
67 script(s) tagged “network”
Get Network Shares Report (JScript)
Queries Win32_Share via WMI and prints Network Shares to the console — JScript, VBScript's WSH sibling language.
Load Network Adapters into Excel via WMI
Queries Win32_NetworkAdapter via GetObject("winmgmts:") and dumps every Network Adapters row straight onto the active w…
Export Network Shares to CSV (Python)
Exports Network Shares (Win32_Share) to a timestamped CSV file via wmic.
Backup Network Shares to JSON (C#)
Snapshots Network Shares (Win32_Share) to a timestamped JSON file via System.Management and System.Text.Json.
Get Network Shares Report (VBScript)
Queries Win32_Share via WMI and prints Network Shares to the console — no PowerShell required.
Win32_NetworkAdapterConfiguration: Sorting Network Adapter Configuration (WQL has no ORDER BY)
WQL has no ORDER BY clause — this shows the standard workaround of piping Get-CimInstance results through Sort-Object o…
Backup Network Shares to JSON (Python)
Snapshots Network Shares (Win32_Share) to a timestamped JSON file for later comparison or auditing.