Tag: network
67 script(s) tagged “network”
Get Network Adapter Configuration Report (JScript)
Queries Win32_NetworkAdapterConfiguration via WMI and prints Network Adapter Configuration to the console — JScript, VB…
Win32_NetworkAdapterConfiguration: Event-Driven Monitoring (WQL __InstanceCreationEvent)
Subscribes to WMI's __InstanceCreationEvent for Win32_NetworkAdapterConfiguration via Register-CimIndicationEvent — rea…
Export Network Adapter Configuration to CSV (Batch)
Uses wmic to export Network Adapter Configuration (Win32_NetworkAdapterConfiguration) to a timestamped CSV file.
Backup Network Adapter Configuration to JSON (C#)
Snapshots Network Adapter Configuration (Win32_NetworkAdapterConfiguration) to a timestamped JSON file via System.Manag…
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…
Load Network Adapter Configuration into Excel via WMI
Queries Win32_NetworkAdapterConfiguration via GetObject("winmgmts:") and dumps every Network Adapter Configuration row …
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…
Flush DNS Hotkey
Ctrl+Alt+D runs ipconfig /flushdns in the background and shows a tooltip confirmation, no console window needed.
Export Network Adapters to CSV (Batch)
Uses wmic to export Network Adapters (Win32_NetworkAdapter) to a timestamped CSV file.
Backup Network Adapters to JSON (C#)
Snapshots Network Adapters (Win32_NetworkAdapter) to a timestamped JSON file via System.Management and System.Text.Json.
Get Network Adapters Report (Batch)
Uses wmic to list Network Adapters (Win32_NetworkAdapter) straight from the command line.
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…