devblackops / building-powershell-modules-feedback

Feedback on the PowerShell Module Development book
6 stars 1 forks source link

Topic Proposal: Modules can be imported by file as well #13

Closed srjennings closed 4 years ago

srjennings commented 4 years ago

Topic

Module imports by file

Why should this be included?

Modules can be imported by specifying the .psm1 file:

Import-Module .\Path\To\PSM-file.psm1

srjennings commented 4 years ago

Looks like this is actually mentioned on page 55 (I must've overlooked it!). Closing this issue!