<#
.SYNOPSIS
	Launches the Edge browser
.DESCRIPTION
	This script launches the Microsoft Edge Web browser.
.EXAMPLE
	PS> ./open-edge-browser
.NOTES
	Author: Markus Fleschutz ยท License: CC0
.LINK
	https://github.com/fleschutz/PowerShell
#>

Start-Process microsoft-edge://
exit 0 # success