Written by 4:23 pm Microsoft, Microsoft Azure, PowerShell, Windows, Windows Server • 8 Comments

Open website from PowerShell

Open website from PowerShell

If you want to directly open a website from the PowerShell console, you can use the Start-Process cmdlet. This will open the website in the default browser:

 
Start-Process "https://www.thomasmaurer.ch"

You can also use “Start” which is an alias for Start-Process:

 
Start "https://www.thomasmaurer.ch"

Yes this is a very short post, but I hope this was helpful and you can now open a website from PowerShell.

Tags: , , , , , , , , , , , , , , , Last modified: January 12, 2019
Close Search Window
Close