This can be used to load for example the content of a PowerShell Module instead of importing it.
Invoke-Expression (Get-Content -Raw <YOUR_FILE>)