UDIGioveCmd.psm1
|
$here = Split-Path -Parent $MyInvocation.MyCommand.Path $dll = Join-Path $here "UDIGioveCmd.dll" Import-Module $dll -ErrorAction Stop |
|
$here = Split-Path -Parent $MyInvocation.MyCommand.Path $dll = Join-Path $here "UDIGioveCmd.dll" Import-Module $dll -ErrorAction Stop |