<t>Try this on the PowerShell command line:<br/>
<br/>
. .\MyFunctions.ps1<br/>
A1<br/>
<br/>
```<br/>
<br/>
The dot operator is used for script include, aka "dot-sourcing" (or ["dot source notation"](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_scopes?view=powershell-5.1#using-dot-source-notation-with-scope))</t>