Tag: network

67 script(s) tagged “network”

πŸ“œ VBScript (WSH)

Get Network Adapter Configuration Report to File (VBScript)

Queries Win32_NetworkAdapterConfiguration via WMI and writes Network Adapter Configuration to a timestamped text file, …

🧬 WQL / PowerShell

Win32_NetworkAdapterConfiguration: Filtering Network Adapter Configuration (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_NetworkAdapterConfiguration, starting from a LIKE '%' wildcard you cust…

πŸ“œ VBScript (WSH)

Get Network Adapter Configuration Report (VBScript)

Queries Win32_NetworkAdapterConfiguration via WMI and prints Network Adapter Configuration to the console β€” no PowerShe…

🧬 WQL / PowerShell

Win32_NetworkAdapter: Discovering Available Properties (Get-CimClass)

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

πŸ“„ JScript (WSH)

Get Network Adapters Report (JScript)

Queries Win32_NetworkAdapter via WMI and prints Network Adapters to the console β€” JScript, VBScript's WSH sibling langu…

🧬 WQL / PowerShell

Win32_NetworkAdapter: Filtering Network Adapters (WQL WHERE)

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

🐍 Python 3.10+

Get Network Shares Report (Python)

Uses wmic under the hood to report Network Shares (Win32_Share) β€” no third-party packages required.

⚑ PowerShell 5.1+

Watch Network Shares for Changes

Polls Win32_Share on an interval and prints a line whenever the Network Shares count changes β€” a lightweight way to not…

πŸ“œ VBScript (WSH)

Get Network Adapters Report (VBScript)

Queries Win32_NetworkAdapter via WMI and prints Network Adapters to the console β€” no PowerShell required.

🧬 WQL / PowerShell

Win32_Share: Sorting Network Shares (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…

🧬 WQL / PowerShell

Win32_NetworkAdapterConfiguration: Querying Network Adapter Configuration Remotely (CIM Session)

Runs the same Win32_NetworkAdapterConfiguration WQL query against a remote computer over a CIM session β€” the modern, Wi…

🟣 C# / .NET 6+

Get Network Adapter Configuration Report (C#)

Queries Win32_NetworkAdapterConfiguration via WMI (System.Management) and prints Network Adapter Configuration to the c…