CWJIPNetwork.psm1
|
$dllPath = Join-Path -Path $PSScriptRoot -ChildPath 'lib\netstandard1.3\System.Net.IPNetwork.dll' Add-Type -Path $dllPath # https://github.com/lduchosal/ipnetwork/tree/master/src/System.Net.IPNetwork |