You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you use -FunctionsToLoad and the Function you are loading does not have an alias associated with it, there is a non-terminating error generated when the following is ran in Start-RSJob
$Alias=Get-Alias-Definition $Function
We can wrap it in a try catch, or just ignore the error.
When you use -FunctionsToLoad and the Function you are loading does not have an alias associated with it, there is a non-terminating error generated when the following is ran in Start-RSJob
We can wrap it in a try catch, or just ignore the error.
The text was updated successfully, but these errors were encountered: