I am trying to call a script that gives data as a parameter for another script.
ex.
scriptA.ps1 -parameter1 (scriptB.ps1 -data 'testOne')
I just put () because I thought that would work but can't seem to get it to work. Any ideas? I have tried $() and "" to no avail.
Thanks.