PowerShell - Modules and Script Organization
You try to import a script module with the command
Import-Module MyModule.psm1 but get an error saying the module is not found. What is the most likely cause?