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:


PowerShell modules:
* Location of Modules

Table Of Contents
1 Loops
19 XML
22 Strings
25 Aliases
47 MongoDB
58 PowerShell modules
65 AWS S3