All Tags »
functions »
profile (RSS)
Sorry, but there are no more tags available to filter with.
-
As long as the function has been previously defined and is in the same scope, you can easily do this. I'd recommend simply putting all the functions you want to use in your PowerShell profile. This way they will always be available. A variation, which is probably even a better approach, is to put all your functions in a single script, then dot ...