jhorsman
3/9/2015 - 11:02 AM

Load a Powershell function from a file. From http://stackoverflow.com/a/6016630/1678525

Load a Powershell function from a file. From http://stackoverflow.com/a/6016630/1678525

#The dot operator is used for script include.
. .\MyFunctions.ps1

# now use the function