Open Website using PowerShell


below are the ways to do that.

Start-Process -filepath "https://sqlblogging.com/"

[System.Diagnostics.Process]::Start("https://sqlblogging.com/")

(New-Object -Com Shell.Application).Open("https://sqlblogging.com/")

Regards,

Chaitanya

Leave a comment

Design a site like this with WordPress.com
Get started