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
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