Ok, i was able to test with write host and the parameter works.
write-host ("REMOTEscript.ps1 -url $($objTextBox2.text), -email $($objTextBox3.text), -type $($objTextBox4.text), -dept $($objTextBox5.text), -san $($objTextBox6.text)")
how do make/convert/transfer it into invoke? Will this work?
Invoke-Command -ComputerName Remoteserver01 -filepath "\\Remoteserver01\REMOTEscript.ps1 -url $($objTextBox2.text), -email $($objTextBox3.text), -type $($objTextBox4.text), -dept $($objTextBox5.text), -san $($objTextBox6.text)")