Rename to open-microsoft-edge.ps1 and close-microsoft-edge.ps1

This commit is contained in:
Markus Fleschutz
2021-10-29 12:41:40 +02:00
parent 55037153ae
commit a00cb9a299
13 changed files with 244 additions and 10 deletions

View File

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

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

@ -0,0 +1,26 @@
## open-bing-maps.ps1 - Launches the Bing Maps app
This script launches the Bing Maps application.
## Parameters
```powershell
open-bing-maps.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS> ./open-bing-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-bing-maps.ps1*

26
Docs/open-clock.md Normal file
View File

@ -0,0 +1,26 @@
## open-clock.ps1 - Launches the Clock app
This script launches the Clock application.
## Parameters
```powershell
open-clock.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS> ./open-clock
```
## 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-clock.ps1*

26
Docs/open-cortana.md Normal file
View File

@ -0,0 +1,26 @@
## open-cortana.ps1 - Launches the Cortana app
This script launches the Cortana application.
## Parameters
```powershell
open-cortana.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS> ./open-cortana
```
## 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-cortana.ps1*

View File

@ -0,0 +1,26 @@
## open-google-calendar.ps1 - Opens Google Calendar
This script launches the Web browser with the Google Calendar website.
## Parameters
```powershell
open-google-calendar.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS> ./open-google-calendar
```
## 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-calendar.ps1*

View File

@ -0,0 +1,26 @@
## open-microsoft-edge.ps1 - Launches Microsoft Edge
This script launches the Microsoft Edge Web browser.
## Parameters
```powershell
open-microsoft-edge.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS> ./open-microsoft-edge
```
## 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-microsoft-edge.ps1*

View File

@ -0,0 +1,26 @@
## open-microsoft-paint.ps1 - Launches the Microsoft Paint app
This script launches the Microsoft Paint application.
## Parameters
```powershell
open-microsoft-paint.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS> ./open-microsoft-paint
```
## 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-microsoft-paint.ps1*

View File

@ -0,0 +1,26 @@
## open-microsoft-teams.ps1 - Launches the Microsoft Teams app
This script launches the Microsoft Teams application.
## Parameters
```powershell
open-microsoft-teams.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS> ./open-microsoft-teams
```
## 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-microsoft-teams.ps1*

View File

@ -0,0 +1,26 @@
## open-remote-desktop.ps1 - Launches the Remote Desktop app
This script launches the Remote Desktop application.
## Parameters
```powershell
open-remote-desktop.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS> ./open-remote-desktop
```
## 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-remote-desktop.ps1*