8. Show the form - CodeBlueG/PSForms GitHub Wiki

Having created and constructed the form, the final step is to show the form on the screen so that it is usable.

This is done with the "show-Form" cmdlet and is simply done as follows;

  show-Form -formObject $TestForm  

Sending the cmdlet to $null ensures that no responses are written to the screen.

This cmdlet should go at the end of the form creation section of your script.