This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |