You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.