Process Run on Background

I try to execute a PowerShell command to execute CleanWipe, to uninstall Symantec Endpoint Protection, but, i need to NOT EXECUTE in background.
I use te powershell parameter -WindowStyle (normal, maximized, etc…)
How i can do this ?

You’ll need to use the ‘override’ options to make the window visible to the user. I have several scenarios listed at Tip - Action Override User settings that may be helpful.