mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-08 09:20:19 +02:00
Rename to open-one-drive.ps1 and close-one-drive.ps1
This commit is contained in:
parent
9145a02bf8
commit
2853cfdd3b
@ -1,10 +1,10 @@
|
|||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Closes Microsoft's OneDrive folder
|
Closes Microsoft's OneDrive
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This script closes Microsoft's OneDrive folder gracefully.
|
This script closes Microsoft's OneDrive gracefully.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./close-onedrive
|
PS> ./close-one-drive
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Markus Fleschutz · License: CC0
|
Author: Markus Fleschutz · License: CC0
|
||||||
.LINK
|
.LINK
|
@ -1,10 +1,10 @@
|
|||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Opens the user's OneDrive folder
|
Opens Microsoft's OneDrive
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This script launches Microsoft OneDrive with the user's OneDrive folder.
|
This script launches Microsoft OneDrive with the user's OneDrive folder.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./open-onedrive
|
PS> ./open-one-drive
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Markus Fleschutz · License: CC0
|
Author: Markus Fleschutz · License: CC0
|
||||||
.LINK
|
.LINK
|
Loading…
Reference in New Issue
Block a user