Tag: network

67 script(s) tagged “network”

📄 JScript (WSH)

Get Network Shares Report (JScript)

Queries Win32_Share via WMI and prints Network Shares to the console — JScript, VBScript's WSH sibling language.

📊 VBA (Excel)

Load Network Adapters into Excel via WMI

Queries Win32_NetworkAdapter via GetObject("winmgmts:") and dumps every Network Adapters row straight onto the active w…

🐍 Python 3.10+

Export Network Shares to CSV (Python)

Exports Network Shares (Win32_Share) to a timestamped CSV file via wmic.

🟣 C# / .NET 6+

Backup Network Shares to JSON (C#)

Snapshots Network Shares (Win32_Share) to a timestamped JSON file via System.Management and System.Text.Json.

📜 VBScript (WSH)

Get Network Shares Report (VBScript)

Queries Win32_Share via WMI and prints Network Shares to the console — no PowerShell required.

🧬 WQL / PowerShell

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…

🐍 Python 3.10+

Backup Network Shares to JSON (Python)

Snapshots Network Shares (Win32_Share) to a timestamped JSON file for later comparison or auditing.