Skip to content

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 04 Oct 18:40
· 4 commits to main since this release
2b4265c

🩹 [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 Net and PublicIP modules from the PowerShell Gallery to ensure required commands are available.

Network diagnostics:

  • Introduced a new log group, 'Network Info', which runs Get-NetIPConfiguration to display detailed local network configuration.
  • Added a 'Public IP Info' log group that uses Get-PublicIP to display the machine's public IP address.