Powershell script to open multiple url’s in ie browser

Question:

Been trying to open multiple url’s in ie browser through powershell script

Currently my code is working In chrome browser, how can i achive the same in ie explorer

Can anyone help me on this?

Answer:

You can replace the part with “chrome.exe” in your code with iexplore and it should work.


EDIT:
Since the original solution opened links in multiple windows, I have created an updated script that tries to open all the links in same browser window.

Source:

Powershell script to open multiple url’s in ie browser by licensed under CC BY-SA | With most appropriate answer!

Leave a Reply