Tag: network
67 script(s) tagged “network”
Win32_Share: Event-Driven Monitoring (WQL __InstanceCreationEvent)
Subscribes to WMI's __InstanceCreationEvent for Win32_Share via Register-CimIndicationEvent β real WQL event query syntβ¦
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 β¦
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 β¦
Get Network Adapter Configuration Report
Queries Win32_NetworkAdapterConfiguration via WMI and reports Network Adapter Configuration in a formatted table, with β¦
Backup Network Shares List to JSON
Snapshots Network Shares from Win32_Share to a timestamped JSON file for later comparison or auditing.
Get Network Adapter Configuration Report (Python)
Uses wmic under the hood to report Network Adapter Configuration (Win32_NetworkAdapterConfiguration) β no third-party pβ¦
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β¦
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β¦
Backup Network Adapter Configuration List to JSON
Snapshots Network Adapter Configuration from Win32_NetworkAdapterConfiguration to a timestamped JSON file for later comβ¦
Get Network Shares Report
Queries Win32_Share via WMI and reports Network Shares in a formatted table, with an optional CSV export.
Get Network Adapters Report (Python)
Uses wmic under the hood to report Network Adapters (Win32_NetworkAdapter) β no third-party packages required.
Backup Network Adapters List to JSON
Snapshots Network Adapters from Win32_NetworkAdapter to a timestamped JSON file for later comparison or auditing.