mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Add open-google-earth.ps1, open-google-maps.ps1, open-google-search.ps1
This commit is contained in:
26
Docs/open-google-earth.md
Normal file
26
Docs/open-google-earth.md
Normal 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
26
Docs/open-google-maps.md
Normal 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*
|
26
Docs/open-google-search.md
Normal file
26
Docs/open-google-search.md
Normal 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*
|
Reference in New Issue
Block a user