mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-07-01 05:00:06 +02:00
Simple rename
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Closes Microsoft Outlook
|
||||
Closes the Microsoft Outlook app
|
||||
.DESCRIPTION
|
||||
This script closes the Microsoft Outlook email application gracefully.
|
||||
.EXAMPLE
|
||||
PS> ./close-microsoft-outlook
|
||||
PS> ./close-outlook
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
@ -4,7 +4,7 @@
|
||||
.DESCRIPTION
|
||||
This script launches the Web browser with the Outdoor Active website.
|
||||
.EXAMPLE
|
||||
PS> ./open-outdoor-active
|
||||
PS> ./open-outdoor-active-website
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
@ -1,10 +1,10 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Launches Microsoft Outlook
|
||||
Launches the Microsoft Outlook app
|
||||
.DESCRIPTION
|
||||
This script launches the Microsoft Outlook email application.
|
||||
.EXAMPLE
|
||||
PS> ./open-microsoft-outlook
|
||||
PS> ./open-outlook
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
Reference in New Issue
Block a user