Tag: network

67 script(s) tagged “network”

🧬 WQL / PowerShell

Win32_Share: Event-Driven Monitoring (WQL __InstanceCreationEvent)

Subscribes to WMI's __InstanceCreationEvent for Win32_Share via Register-CimIndicationEvent β€” real WQL event query synt…

🧬 WQL / PowerShell

Win32_Share: Querying Network Shares Remotely (CIM Session)

Runs the same Win32_Share WQL query against a remote computer over a CIM session β€” the modern, WinRM-based replacement …

πŸ“Š VBA (Excel)

Export Network Adapter Configuration to CSV via WMI (VBA)

Queries Win32_NetworkAdapterConfiguration via WMI and writes every Network Adapter Configuration row straight to a CSV …

⚑ PowerShell 5.1+

Get Network Adapter Configuration Report

Queries Win32_NetworkAdapterConfiguration via WMI and reports Network Adapter Configuration in a formatted table, with …

⚑ PowerShell 5.1+

Backup Network Shares List to JSON

Snapshots Network Shares from Win32_Share to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Get Network Adapter Configuration Report (Python)

Uses wmic under the hood to report Network Adapter Configuration (Win32_NetworkAdapterConfiguration) β€” no third-party p…

πŸ“œ VBScript (WSH)

Get Network Shares Report to File (VBScript)

Queries Win32_Share via WMI and writes Network Shares to a timestamped text file, handy for scheduled logon/logoff scri…

🧬 WQL / PowerShell

Win32_NetworkAdapter: Querying Network Adapters Remotely (CIM Session)

Runs the same Win32_NetworkAdapter WQL query against a remote computer over a CIM session β€” the modern, WinRM-based rep…

⚑ PowerShell 5.1+

Backup Network Adapter Configuration List to JSON

Snapshots Network Adapter Configuration from Win32_NetworkAdapterConfiguration to a timestamped JSON file for later com…

⚑ PowerShell 5.1+

Get Network Shares Report

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

🐍 Python 3.10+

Get Network Adapters Report (Python)

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

⚑ PowerShell 5.1+

Backup Network Adapters List to JSON

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