I'm developing a Powershell script that's going to present the user with a GUI. When the user presses a button in the GUI, I want it to call, (execute), a 2nd powershell script, the 2nd script will do some things, and then modify form elements in the GUI, (Like a CheckedListBox), that the first script created.
Is this possible? If so, how?