I have been using PowerShell to automate some functions. One of them is when I call an exe file to process user accounts. The exe file produces a popup. It looks like a form with no options but to use the x in the corner to close.
Is there a command in PowerShell that will close all opened popups?
pfcjt@hotmail.com