Exchange 2010: Register custom functions in console

If you have defined custom functions in a .ps1 file, to register them in Exchange Command Shell all you need to do is run the following command:

[ps] c:\Exchange> . .\.ps1

Then you can call your functions from the PowerShell command line.