Skip to content

v1.0.1.0

Latest

Choose a tag to compare

@hugoremington hugoremington released this 06 Apr 03:26
0f83a5d

1.0.1.0 - 06-Apr-2026

  • New feature: Created a Windows Installer MSI package thanks to Advanced Installer.
  • Install automatically provisions PATH environment variable, so you can run ipconfig2 directly via terminal or CMD prompt without requiring app path/directoy. Simply type ipconfig2. You will need to re-open Terminal/CMD for environment veriable to take into effect. Automatic removal during uninstallation for sanitisation.
  • Code optimisation: Omitted Get-SystemType redundant function from within threaded function Get-LocalNicIpData, as I can now parse $NetworkAdapterConfiguration from the main script function to $nicJob multithread scriptblock by using comma array -ArgumentList (,$NetworkAdapterConfiguration). Improved memory efficiency and performance.
  • Various other bugfixes including omitting unnecessary params from $allInfo = Get-AllSystemInfo call.
  • To do: Parse $NetConnectionQuery = Get-NetConnectionProfile from Get-Metadata to $nicJob without corrupting other args/params. This should optimise memory efficieny even further. Not a priority.