I’m probably missing something
I have a PowerShell function in the global script which should get parameters when calling it from the BeforeAction
What should be the syntax for that in the global script and in the BeforeAction ?
I’m probably missing something
I have a PowerShell function in the global script which should get parameters when calling it from the BeforeAction
What should be the syntax for that in the global script and in the BeforeAction ?
Hi EF,
There are a few ways in which you can do this.
Option One:
Global ScriptOption Two:
Global Script