Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Two modules have the same name

$
0
0

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.


Viewing all articles
Browse latest Browse all 6937

Trending Articles