Tag: network

67 script(s) tagged “network”

📄 JScript (WSH)

Get Network Adapter Configuration Report (JScript)

Queries Win32_NetworkAdapterConfiguration via WMI and prints Network Adapter Configuration to the console — JScript, VB…

🧬 WQL / PowerShell

Win32_NetworkAdapterConfiguration: Event-Driven Monitoring (WQL __InstanceCreationEvent)

Subscribes to WMI's __InstanceCreationEvent for Win32_NetworkAdapterConfiguration via Register-CimIndicationEvent — rea…

🖥️ Batch (CMD)

Export Network Adapter Configuration to CSV (Batch)

Uses wmic to export Network Adapter Configuration (Win32_NetworkAdapterConfiguration) to a timestamped CSV file.

🟣 C# / .NET 6+

Backup Network Adapter Configuration to JSON (C#)

Snapshots Network Adapter Configuration (Win32_NetworkAdapterConfiguration) to a timestamped JSON file via System.Manag…

🧬 WQL / PowerShell

Win32_Share: Network Shares (WQL)

A minimal WQL reference query against Win32_Share — the raw SELECT statement plus a one-line runner, useful for learnin…

📊 VBA (Excel)

Load Network Adapter Configuration into Excel via WMI

Queries Win32_NetworkAdapterConfiguration via GetObject("winmgmts:") and dumps every Network Adapter Configuration row …

📊 VBA (Excel)

Load Network Shares into Excel via WMI

Queries Win32_Share via GetObject("winmgmts:") and dumps every Network Shares row straight onto the active worksheet, n…

🧰 AutoHotkey v2

Flush DNS Hotkey

Ctrl+Alt+D runs ipconfig /flushdns in the background and shows a tooltip confirmation, no console window needed.

🖥️ Batch (CMD)

Export Network Adapters to CSV (Batch)

Uses wmic to export Network Adapters (Win32_NetworkAdapter) to a timestamped CSV file.

🟣 C# / .NET 6+

Backup Network Adapters to JSON (C#)

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

🖥️ Batch (CMD)

Get Network Adapters Report (Batch)

Uses wmic to list Network Adapters (Win32_NetworkAdapter) straight from the command line.

🧬 WQL / PowerShell

Win32_NetworkAdapter: Finding Associated Objects (WQL ASSOCIATORS OF)

Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_Netwo…