PowerShell - Modules and Script Organization
You wrote a module file
Utils.psm1 with a function but when you run Import-Module .\Utils.psm1, you get an error: "Cannot load module because of a syntax error." What is a common cause?