Add open-google-earth.ps1, open-google-maps.ps1, open-google-search.ps1

This commit is contained in:
Markus Fleschutz
2021-10-24 20:07:37 +02:00
parent 0bfa4ce4c9
commit a6999c931b
8 changed files with 144 additions and 0 deletions

26
Docs/open-google-earth.md Normal file
View File

@ -0,0 +1,26 @@
## open-google-earth.ps1 - Opens Google Earth
This script starts the Web browser and opens Google Earth
## Parameters
```powershell
open-google-earth.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS> ./open-google-earth
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of open-google-earth.ps1*

26
Docs/open-google-maps.md Normal file
View File

@ -0,0 +1,26 @@
## open-google-maps.ps1 - Opens Google Maps
This script starts the Web browser and opens Google Maps.
## Parameters
```powershell
open-google-maps.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS> ./open-google-maps
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of open-google-maps.ps1*

View File

@ -0,0 +1,26 @@
## open-google-search.ps1 - Opens Google Search
This script starts the Web browser and opens Google Search
## Parameters
```powershell
open-google-search.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS> ./open-google-search
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of open-google-search.ps1*