Start-Website
Start-Website Start a website with which ever browser you want it to start with PowerShell By Michael J. Thomas The other day I had built a function that could start a website with which ever browser I decided I wanted it to open with. This comes in handy when testing websites that you build or just with opening sites that are better compatible with one browser over the other. Here is this cool function. Download Code from GitHub <# .Synopsis Start-Website with a browser selection option. .DESCRIPTION Start-Website function is used to select which web browser you want to open a website with. .EXAMPLE Start-Website -Site PowerShellWeekly.com -Browser Edge .EXAMPLE Start-Website PowerShellWeekly.com Edge Start-Website ProgrammingEveryDay.com Edge .EXAMPLE Start-Website -Site ThomasITServices.com -Browser Chrome .EXAMPLE Start-Website -Site https://www.affauto.com...