The following error is generated when importing poweralto:
import-module -Global ipv4math
import-module : The specified module 'ipv4math' was not loaded because no valid module file was found in any module
directory.
At line:1 char:1
The ipv4math module is all of the powershell functions from here dumped into a psm1. It looks like the original author actually released these same functions as a compiled psm1 (with some other tricks dropped in as well) as netshell.
Will likely get this corrected in the repo next week sometime.
The following error is generated when importing poweralto:
Is the ipv4math module a third party module that is a requirement?