v1.0.2
🩹 [Patch]: Add network and public IP information (#13)
Description
This pull request updates the scripts/main.ps1 PowerShell script to enhance its network diagnostics capabilities by installing two new modules and adding commands to display network configuration and public IP information. The most important changes are grouped below:
Module installation:
- Added installation steps for the
NetandPublicIPmodules from the PowerShell Gallery to ensure required commands are available.
Network diagnostics:
- Introduced a new log group, 'Network Info', which runs
Get-NetIPConfigurationto display detailed local network configuration. - Added a 'Public IP Info' log group that uses
Get-PublicIPto display the machine's public IP address.