Tag: network
67 script(s) tagged “network”
Watch Network Adapter Configuration for Changes
Polls Win32_NetworkAdapterConfiguration on an interval and prints a line whenever the Network Adapter Configuration cou…
Win32_NetworkAdapterConfiguration: Discovering Available Properties (Get-CimClass)
Uses Get-CimClass to list every real property and method Win32_NetworkAdapterConfiguration exposes on the current syste…
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…
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…
Get Network Adapters Report
Queries Win32_NetworkAdapter via WMI and reports Network Adapters in a formatted table, with an optional CSV export.
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…
Export Network Adapters to CSV (Python)
Exports Network Adapters (Win32_NetworkAdapter) to a timestamped CSV file via wmic.
Win32_NetworkAdapter: Event-Driven Monitoring (WQL __InstanceCreationEvent)
Subscribes to WMI's __InstanceCreationEvent for Win32_NetworkAdapter via Register-CimIndicationEvent — real WQL event q…
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…
Backup Network Adapters to JSON (Python)
Snapshots Network Adapters (Win32_NetworkAdapter) to a timestamped JSON file for later comparison or auditing.
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…
Win32_NetworkAdapterConfiguration: Network Adapter Configuration (WQL)
A minimal WQL reference query against Win32_NetworkAdapterConfiguration — the raw SELECT statement plus a one-line runn…