Location of Modules

suggest change

PowerShell looks for modules in the directories listed in the $Env:PSModulepath.

A module called foo, in a folder called foo will be found with Import-Module foo

In that folder, PowerShell will look for a module manifest (foo.psd1), a module file (foo.psm1), a DLL (foo.dll).

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents