Tag: network

67 script(s) tagged “network”

⚡ PowerShell 5.1+

Watch Network Adapter Configuration for Changes

Polls Win32_NetworkAdapterConfiguration on an interval and prints a line whenever the Network Adapter Configuration cou…

🧬 WQL / PowerShell

Win32_NetworkAdapterConfiguration: Discovering Available Properties (Get-CimClass)

Uses Get-CimClass to list every real property and method Win32_NetworkAdapterConfiguration exposes on the current syste…

📊 VBA (Excel)

Export Network Shares to CSV via WMI (VBA)

Queries Win32_Share via WMI and writes every Network Shares row straight to a CSV file in Documents, using plain VBA fi…

🧬 WQL / PowerShell

Win32_NetworkAdapterConfiguration: Finding Associated Objects (WQL ASSOCIATORS OF)

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

⚡ PowerShell 5.1+

Get Network Adapters Report

Queries Win32_NetworkAdapter via WMI and reports Network Adapters in a formatted table, with an optional CSV export.

🧬 WQL / PowerShell

Win32_Share: Discovering Available Properties (Get-CimClass)

Uses Get-CimClass to list every real property and method Win32_Share exposes on the current system, instead of guessing…

🐍 Python 3.10+

Export Network Adapters to CSV (Python)

Exports Network Adapters (Win32_NetworkAdapter) to a timestamped CSV file via wmic.

🧬 WQL / PowerShell

Win32_NetworkAdapter: Event-Driven Monitoring (WQL __InstanceCreationEvent)

Subscribes to WMI's __InstanceCreationEvent for Win32_NetworkAdapter via Register-CimIndicationEvent — real WQL event q…

🧬 WQL / PowerShell

Win32_Share: Finding Associated Objects (WQL ASSOCIATORS OF)

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

🐍 Python 3.10+

Backup Network Adapters to JSON (Python)

Snapshots Network Adapters (Win32_NetworkAdapter) to a timestamped JSON file for later comparison or auditing.

🧬 WQL / PowerShell

Win32_Share: Filtering Network Shares (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_Share, starting from a LIKE '%' wildcard you customize with a real sear…

🧬 WQL / PowerShell

Win32_NetworkAdapterConfiguration: Network Adapter Configuration (WQL)

A minimal WQL reference query against Win32_NetworkAdapterConfiguration — the raw SELECT statement plus a one-line runn…