Skip to content

Instantly share code, notes, and snippets.

View ThiagoGodinhoPaschoalin's full-sized avatar

Thiago Godinho Paschoalin ThiagoGodinhoPaschoalin

View GitHub Profile
@ThiagoGodinhoPaschoalin
ThiagoGodinhoPaschoalin / Invoke-URLInDefaultBrowser.ps1
Last active February 28, 2023 19:18 — forked from jkdba/Invoke-URLInDefaultBrowser.ps1
PowerShell cmdlet to open a URL in the user's default browser.
function Invoke-URLInDefaultBrowser
{
<#
.SYNOPSIS
Cmdlet to open a URL in the User's default browser.
.DESCRIPTION
Cmdlet to open a URL in the User's default browser.
.PARAMETER URL
Specify the URL to be Opened.
.EXAMPLE