diff --git a/Docs/cd-desktop.ps1.md b/Docs/cd-desktop.ps1.md index fb438b55..a7ddfe70 100644 --- a/Docs/cd-desktop.ps1.md +++ b/Docs/cd-desktop.ps1.md @@ -5,7 +5,7 @@ cd-desktop.ps1 ``` -Go to the user's desktop folder. +Change the working directory to the user's desktop folder ## Syntax & Parameters ```powershell diff --git a/Docs/cd-docs.ps1.md b/Docs/cd-docs.ps1.md index bb037a14..7069cec3 100644 --- a/Docs/cd-docs.ps1.md +++ b/Docs/cd-docs.ps1.md @@ -5,7 +5,7 @@ cd-docs.ps1 ``` -Go to the user's documents folder. +Change the working directory to the user's documents folder ## Syntax & Parameters ```powershell diff --git a/Docs/cd-downloads.ps1.md b/Docs/cd-downloads.ps1.md index b29f528d..6fbdd845 100644 --- a/Docs/cd-downloads.ps1.md +++ b/Docs/cd-downloads.ps1.md @@ -5,7 +5,7 @@ cd-downloads.ps1 ``` -Go to the user's downloads folder. +Change the working directory to the user's downloads folder ## Syntax & Parameters ```powershell diff --git a/Docs/cd-dropbox.ps1.md b/Docs/cd-dropbox.ps1.md index 0ebe3b2f..66a33068 100644 --- a/Docs/cd-dropbox.ps1.md +++ b/Docs/cd-dropbox.ps1.md @@ -5,7 +5,7 @@ cd-dropbox.ps1 ``` -Go to the user's Dropbox folder. +Change the working directory to the user's Dropbox folder ## Syntax & Parameters ```powershell diff --git a/Docs/cd-home.ps1.md b/Docs/cd-home.ps1.md index 05250f82..93376f64 100644 --- a/Docs/cd-home.ps1.md +++ b/Docs/cd-home.ps1.md @@ -5,7 +5,7 @@ cd-home.ps1 ``` -Go to the user's home folder. +Change the working directory to the user's home directory ## Syntax & Parameters ```powershell diff --git a/Docs/cd-music.ps1.md b/Docs/cd-music.ps1.md index f5ac55d4..4cbae493 100644 --- a/Docs/cd-music.ps1.md +++ b/Docs/cd-music.ps1.md @@ -5,7 +5,7 @@ cd-music.ps1 ``` -Go to the user's music folder. +Change the working directory to the user's music folder ## Syntax & Parameters ```powershell diff --git a/Docs/cd-onedrive.ps1.md b/Docs/cd-onedrive.ps1.md index cdb1a344..14a42f5a 100644 --- a/Docs/cd-onedrive.ps1.md +++ b/Docs/cd-onedrive.ps1.md @@ -5,7 +5,7 @@ cd-onedrive.ps1 ``` -Go to the user's OneDrive folder. +Change the working directory to the user's OneDrive folder ## Syntax & Parameters ```powershell diff --git a/Docs/cd-pics.ps1.md b/Docs/cd-pics.ps1.md index b165072d..e0840f92 100644 --- a/Docs/cd-pics.ps1.md +++ b/Docs/cd-pics.ps1.md @@ -5,7 +5,7 @@ cd-pics.ps1 ``` -Go to the user's pictures folder. +Change the working directory to the user's pictures folder ## Syntax & Parameters ```powershell diff --git a/Docs/cd-repos.ps1.md b/Docs/cd-repos.ps1.md index e751e743..0ed53252 100644 --- a/Docs/cd-repos.ps1.md +++ b/Docs/cd-repos.ps1.md @@ -5,7 +5,7 @@ cd-repos.ps1 ``` -Go to the user's Git repositories folder. +Change the working directory to the user's Git repositories folder ## Syntax & Parameters ```powershell diff --git a/Docs/cd-root.ps1.md b/Docs/cd-root.ps1.md index 3dfac464..a2896568 100644 --- a/Docs/cd-root.ps1.md +++ b/Docs/cd-root.ps1.md @@ -5,7 +5,7 @@ cd-root.ps1 ``` -Go to the root directory (C:\ on Windows). +Change the working directory to the root directory (C:\ on Windows). ## Syntax & Parameters ```powershell diff --git a/Docs/cd-scripts.ps1.md b/Docs/cd-scripts.ps1.md index 42d4755d..4b1607cd 100644 --- a/Docs/cd-scripts.ps1.md +++ b/Docs/cd-scripts.ps1.md @@ -5,7 +5,7 @@ cd-scripts.ps1 ``` -Go to the PowerShell Scripts folder. +Change the working directory to the PowerShell Scripts folder. ## Syntax & Parameters ```powershell diff --git a/Docs/cd-up.ps1.md b/Docs/cd-up.ps1.md index 749d644b..4565c978 100644 --- a/Docs/cd-up.ps1.md +++ b/Docs/cd-up.ps1.md @@ -5,7 +5,7 @@ cd-up.ps1 ``` -Go one directory level up. +Change the working directory to one level up ## Syntax & Parameters ```powershell diff --git a/Docs/cd-up2.ps1.md b/Docs/cd-up2.ps1.md index 881afd51..f7df0402 100644 --- a/Docs/cd-up2.ps1.md +++ b/Docs/cd-up2.ps1.md @@ -5,7 +5,7 @@ cd-up2.ps1 ``` -Go two directory levels up. +Change the working directory to two directory levels up ## Syntax & Parameters ```powershell diff --git a/Docs/cd-up3.ps1.md b/Docs/cd-up3.ps1.md index 83690cab..fe33bb21 100644 --- a/Docs/cd-up3.ps1.md +++ b/Docs/cd-up3.ps1.md @@ -5,7 +5,7 @@ cd-up3.ps1 ``` -Go three directory levels up. +Change the working directory to three directory levels up ## Syntax & Parameters ```powershell diff --git a/Docs/cd-up4.ps1.md b/Docs/cd-up4.ps1.md index f76436e4..6bacf87d 100644 --- a/Docs/cd-up4.ps1.md +++ b/Docs/cd-up4.ps1.md @@ -5,7 +5,7 @@ cd-up4.ps1 ``` -Go four directory levels up. +Change the working directory to four directory levels up ## Syntax & Parameters ```powershell diff --git a/Docs/cd-videos.ps1.md b/Docs/cd-videos.ps1.md index 1ab0767d..69ac7788 100644 --- a/Docs/cd-videos.ps1.md +++ b/Docs/cd-videos.ps1.md @@ -5,7 +5,7 @@ cd-videos.ps1 ``` -Go to the user's videos folder. +Change the working directory to the user's videos folder ## Syntax & Parameters ```powershell diff --git a/Docs/check-drive-space.ps1.md b/Docs/check-drive-space.ps1.md index 707a9bba..893cf39f 100644 --- a/Docs/check-drive-space.ps1.md +++ b/Docs/check-drive-space.ps1.md @@ -5,7 +5,7 @@ check-drive-space.ps1 [] [] ``` -Checks the given drive for free space left. +Checks a drive for free space left (20 GB by default) ## Syntax & Parameters ```powershell diff --git a/Docs/configure-git.ps1.md b/Docs/configure-git.ps1.md index 8ceb1972..cbfee873 100644 --- a/Docs/configure-git.ps1.md +++ b/Docs/configure-git.ps1.md @@ -5,7 +5,7 @@ configure-git.ps1 [] [] [] ``` -Sets up the Git user configuration. +Sets up the Git user configuration ## Syntax & Parameters ```powershell diff --git a/Docs/copy-photos-sorted.ps1.md b/Docs/copy-photos-sorted.ps1.md index dda18668..d7815765 100644 --- a/Docs/copy-photos-sorted.ps1.md +++ b/Docs/copy-photos-sorted.ps1.md @@ -5,7 +5,7 @@ copy-photos-sorted.ps1 [] [] ``` -Copies all photos in SourceDir to TargetDir sorted by year and month. +Copy image files from SourceDir to TargetDir sorted by year and month. ## Syntax & Parameters ```powershell diff --git a/Docs/get-md5.ps1.md b/Docs/get-md5.ps1.md new file mode 100644 index 00000000..f3f2d6ae --- /dev/null +++ b/Docs/get-md5.ps1.md @@ -0,0 +1,14 @@ +# The get-md5.ps1 PowerShell Script + +## Synopsis & Description +```powershell + +``` + +``` +[] + This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, + WarningVariable, OutBuffer, PipelineVariable, and OutVariable. +``` + +*Generated by convert-ps2md.ps1 using the comment-based help of get-md5.ps1* diff --git a/Docs/get-sha1.ps1.md b/Docs/get-sha1.ps1.md new file mode 100644 index 00000000..736bffcf --- /dev/null +++ b/Docs/get-sha1.ps1.md @@ -0,0 +1,14 @@ +# The get-sha1.ps1 PowerShell Script + +## Synopsis & Description +```powershell + +``` + +``` +[] + This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, + WarningVariable, OutBuffer, PipelineVariable, and OutVariable. +``` + +*Generated by convert-ps2md.ps1 using the comment-based help of get-sha1.ps1* diff --git a/Docs/get-sha256.ps1.md b/Docs/get-sha256.ps1.md new file mode 100644 index 00000000..f4884dce --- /dev/null +++ b/Docs/get-sha256.ps1.md @@ -0,0 +1,14 @@ +# The get-sha256.ps1 PowerShell Script + +## Synopsis & Description +```powershell + +``` + +``` +[] + This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, + WarningVariable, OutBuffer, PipelineVariable, and OutVariable. +``` + +*Generated by convert-ps2md.ps1 using the comment-based help of get-sha256.ps1* diff --git a/Docs/list-voices.ps1.md b/Docs/list-voices.ps1.md index a08ae021..dc715d19 100644 --- a/Docs/list-voices.ps1.md +++ b/Docs/list-voices.ps1.md @@ -2,8 +2,14 @@ ## Synopsis & Description ```powershell -list-voices.ps1 +list-voices.ps1 +``` +Lists the installed text-to-speech (TTS) voices + +## Syntax & Parameters +```powershell +/home/mf/PowerShell/Scripts/list-voices.ps1 [] ``` ``` @@ -12,4 +18,19 @@ list-voices.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` +## Example +```powershell +PS>.\list-voices.ps1 +``` + + +## Notes +Author: Markus Fleschutz · License: CC0 + +## Related Links +https://github.com/fleschutz/PowerShell + + +Requires -Version 2.0 + *Generated by convert-ps2md.ps1 using the comment-based help of list-voices.ps1* diff --git a/Docs/wakeup.ps1.md b/Docs/wakeup.ps1.md index 85df6fbb..9f2b4463 100644 --- a/Docs/wakeup.ps1.md +++ b/Docs/wakeup.ps1.md @@ -5,7 +5,7 @@ wakeup.ps1 [] [] ``` -Sends a magic packet to the given computer to wake him up. +Sends a magic packet to a computer to wake him up (requires Wake-On-LAN). ## Syntax & Parameters ```powershell diff --git a/Scripts/list-voices.ps1 b/Scripts/list-voices.ps1 index 7142219d..c7269d3e 100644 --- a/Scripts/list-voices.ps1 +++ b/Scripts/list-voices.ps1 @@ -1,9 +1,8 @@ -#Requires -Version 2.0 -<# +<# .SYNOPSIS list-voices.ps1 .DESCRIPTION - Lists the installed text-to-speech (TTS) voices. + Lists the installed text-to-speech (TTS) voices .EXAMPLE PS> .\list-voices.ps1 .NOTES @@ -11,6 +10,8 @@ .LINK https://github.com/fleschutz/PowerShell #> +# +#Requires -Version 2.0 try { Add-Type -AssemblyName System.Speech