$ie = New-Object -com internetexplorer.application
Everytime i open a new website with this object(ie every time when script runs) it is opened in
You can use Start-Process to open the URL. If a browser window is already open, it will open as a tab.
Start-Process
Start-Process 'http://www.microsoft.com'