Hope i'm wording it correctly.
LOCALscript.ps1 using System.Windows.Forms.Label and TEXTBOX
LOCALscript.ps1 = gather user's input and execute REMOTEscript.ps1
REMOTEscript.ps1 = process info with users input from LOCALscript.ps1
After successful successfully informations gathered.
Question:
Will my inputs be added to REMOTEscript.ps1?
Example: at the end of LOCALscript1.ps1
invoke-Command -pssession(maybe required) -ComputerName remoteserver01 -filepath \\remoteserver01\d$\REMOTEscript.ps1 -name $objTextBox -address $objTextBox2 -phone $objTextBox3