I have used a tool called WinBatch in the past to manipulate parts of the Windows GUI. Example: Start an app, click on a Menu Option, check a box, press enter.
Can PowerShell do the same time of stuff? I've seen where you can create UI dialogs with PS but can you use SendKeys and stuff like that?