I want to write a PowerShell script to open a new browser window? I can open new pages but if a browser is open it just adds a new tab. I need a new window.
hmmmm … obviously you already know how to start a process in Powershell with options. You showed this in the second code snippet in your initial post. Now you have to manage the challenge to ad a further switch to your argument list. Sometimes it’s helpfull just to play a little bit around and see what’s happening.