CoreePower.Net.psm1



$AssemblyName = "CoreePower.Net.dll"
$SearchRoot= "$PSScriptRoot"

Import-Module -Name "$SearchRoot/net6/$AssemblyName" -Force