mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-15 12:34:25 +01:00
Add open-dashboards.ps1
This commit is contained in:
parent
be11d8650e
commit
3e6bff15b5
20
Scripts/open-dashboards.ps1
Normal file
20
Scripts/open-dashboards.ps1
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
<#
|
||||||
|
.SYNOPSIS
|
||||||
|
Open dashboards
|
||||||
|
.DESCRIPTION
|
||||||
|
This PowerShell script launches the Web browser with some dashboard websites.
|
||||||
|
.EXAMPLE
|
||||||
|
PS> ./open-dashboards
|
||||||
|
.LINK
|
||||||
|
https://github.com/fleschutz/PowerShell
|
||||||
|
.NOTES
|
||||||
|
Author: Markus Fleschutz | License: CC0
|
||||||
|
#>
|
||||||
|
|
||||||
|
& "$PSScriptRoot/open-default-browser.ps1" https://news.google.com
|
||||||
|
& "$PSScriptRoot/open-default-browser.ps1" https://www.windy.com/de/-Wetterradar-radar
|
||||||
|
& "$PSScriptRoot/open-default-browser.ps1" https://www.arcgis.com/apps/dashboards/c8af9c5411814584b460cc87cb7c3780
|
||||||
|
& "$PSScriptRoot/open-default-browser.ps1" https://radio.garden/visit/kempten/V5Ryr1S4
|
||||||
|
& "$PSScriptRoot/open-default-browser.ps1" https://www.foto-webcam.eu/
|
||||||
|
& "$PSScriptRoot/open-default-browser.ps1" https://sunnyportal.com/FixedPages/Dashboard.aspx
|
||||||
|
exit 0 # success
|
Loading…
Reference in New Issue
Block a user