Tag: network
67 script(s) tagged “network”
Get Network Adapter Configuration Report to File (VBScript)
Queries Win32_NetworkAdapterConfiguration via WMI and writes Network Adapter Configuration to a timestamped text file, β¦
Win32_NetworkAdapterConfiguration: Filtering Network Adapter Configuration (WQL WHERE)
Shows the WQL WHERE clause syntax against Win32_NetworkAdapterConfiguration, starting from a LIKE '%' wildcard you custβ¦
Get Network Adapter Configuration Report (VBScript)
Queries Win32_NetworkAdapterConfiguration via WMI and prints Network Adapter Configuration to the console β no PowerSheβ¦
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β¦
Get Network Adapters Report (JScript)
Queries Win32_NetworkAdapter via WMI and prints Network Adapters to the console β JScript, VBScript's WSH sibling languβ¦
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 β¦
Get Network Shares Report (Python)
Uses wmic under the hood to report Network Shares (Win32_Share) β no third-party packages required.
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β¦
Get Network Adapters Report (VBScript)
Queries Win32_NetworkAdapter via WMI and prints Network Adapters to the console β no PowerShell required.
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β¦
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β¦
Get Network Adapter Configuration Report (C#)
Queries Win32_NetworkAdapterConfiguration via WMI (System.Management) and prints Network Adapter Configuration to the cβ¦