Appearance
Opens the default browser
#requires -version 5.1 param([string]$URL = "https://www.fleschutz.de") try { Start-Process $URL exit 0 } catch { throw }
string
Specifies the URL