I have two dll files with the same name, Test.dll
In dll files define different cmdlets.
How can I use the two Modules in one powershell session?
Is that possible?
Import-Module -Name C:\Test.dll
Import-Module -Name D:\Test.dll
Now always the first dll is loaded.