diff --git a/Docs/add-firewall-rules.md b/Docs/add-firewall-rules.md index 4b99591c..44fd3459 100644 --- a/Docs/add-firewall-rules.md +++ b/Docs/add-firewall-rules.md @@ -1,4 +1,4 @@ -## The *add-firewall-rules.ps1* Script +## Script: *add-firewall-rules.ps1* This PowerShell script adds firewall rules for the given executable. Administrator rights are required. @@ -35,7 +35,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -103,4 +103,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of add-firewall-rules.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of add-firewall-rules.ps1 as of 07/29/2023 09:55:08)* diff --git a/Docs/add-memo.md b/Docs/add-memo.md index d0aee953..c58b8895 100644 --- a/Docs/add-memo.md +++ b/Docs/add-memo.md @@ -1,4 +1,4 @@ -## The *add-memo.ps1* Script +## Script: *add-memo.ps1* This PowerShell script saves the given memo text to Memos.csv in your home folder. @@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -73,4 +73,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of add-memo.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of add-memo.ps1 as of 07/29/2023 09:55:08)* diff --git a/Docs/alert.md b/Docs/alert.md index 7099c5f3..b00c2838 100644 --- a/Docs/alert.md +++ b/Docs/alert.md @@ -1,4 +1,4 @@ -## The *alert.ps1* Script +## Script: *alert.ps1* This PowerShell script handles and escalates the given alert message. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -65,4 +65,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of alert.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of alert.ps1 as of 07/29/2023 09:55:08)* diff --git a/Docs/build-repo.md b/Docs/build-repo.md index bbfcbfe0..c8c998d6 100644 --- a/Docs/build-repo.md +++ b/Docs/build-repo.md @@ -1,4 +1,4 @@ -## The *build-repo.ps1* Script +## Script: *build-repo.ps1* This PowerShell script builds a repository by supporting: cmake, configure, autogen, Imakefile, and Makefile. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -171,4 +171,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of build-repo.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of build-repo.ps1 as of 07/29/2023 09:55:08)* diff --git a/Docs/build-repos.md b/Docs/build-repos.md index 74a6b43b..5a57a910 100644 --- a/Docs/build-repos.md +++ b/Docs/build-repos.md @@ -1,4 +1,4 @@ -## The *build-repos.ps1* Script +## Script: *build-repos.ps1* This PowerShell script builds all Git repositories in a folder. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -76,4 +76,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of build-repos.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of build-repos.ps1 as of 07/29/2023 09:55:08)* diff --git a/Docs/cd-autostart.md b/Docs/cd-autostart.md index b4dbc7f2..00a15330 100644 --- a/Docs/cd-autostart.md +++ b/Docs/cd-autostart.md @@ -1,4 +1,4 @@ -## The *cd-autostart.ps1* Script +## Script: *cd-autostart.ps1* This PowerShell script changes the working directory to the user's autostart folder. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -54,4 +54,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-autostart.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-autostart.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-crashdumps.md b/Docs/cd-crashdumps.md index 5fc6c2cf..e2cd5662 100644 --- a/Docs/cd-crashdumps.md +++ b/Docs/cd-crashdumps.md @@ -1,4 +1,4 @@ -## The *cd-crashdumps.ps1* Script +## Script: *cd-crashdumps.ps1* This PowerShell script changes the working directory to the crash dumps directory (Windows only). @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -54,4 +54,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-crashdumps.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-crashdumps.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-desktop.md b/Docs/cd-desktop.md index d21ce98d..f62c72ba 100644 --- a/Docs/cd-desktop.md +++ b/Docs/cd-desktop.md @@ -1,4 +1,4 @@ -## The *cd-desktop.ps1* Script +## Script: *cd-desktop.ps1* This PowerShell script changes the working directory to the user's desktop folder. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -58,4 +58,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-desktop.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-desktop.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-docs.md b/Docs/cd-docs.md index 20d1b825..04666519 100644 --- a/Docs/cd-docs.md +++ b/Docs/cd-docs.md @@ -1,4 +1,4 @@ -## The *cd-docs.ps1* Script +## Script: *cd-docs.ps1* This PowerShell script changes the working directory to the documents folder. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -58,4 +58,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-docs.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-docs.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-downloads.md b/Docs/cd-downloads.md index 2f811eba..f25b32c6 100644 --- a/Docs/cd-downloads.md +++ b/Docs/cd-downloads.md @@ -1,4 +1,4 @@ -## The *cd-downloads.ps1* Script +## Script: *cd-downloads.ps1* This PowerShell script changes the working directory to the user's downloads folder. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -58,4 +58,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-downloads.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-downloads.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-dropbox.md b/Docs/cd-dropbox.md index 8e376792..2f69b328 100644 --- a/Docs/cd-dropbox.md +++ b/Docs/cd-dropbox.md @@ -1,4 +1,4 @@ -## The *cd-dropbox.ps1* Script +## Script: *cd-dropbox.ps1* This PowerShell script changes the working directory to the user's Dropbox folder. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -54,4 +54,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-dropbox.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-dropbox.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-etc.md b/Docs/cd-etc.md index 43f6f789..90055293 100644 --- a/Docs/cd-etc.md +++ b/Docs/cd-etc.md @@ -1,4 +1,4 @@ -## The *cd-etc.ps1* Script +## Script: *cd-etc.ps1* This PowerShell script changes the working directory to the /etc directory. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -58,4 +58,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-etc.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-etc.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-fonts.md b/Docs/cd-fonts.md index 9dbcb589..89951c5d 100644 --- a/Docs/cd-fonts.md +++ b/Docs/cd-fonts.md @@ -1,4 +1,4 @@ -## The *cd-fonts.ps1* Script +## Script: *cd-fonts.ps1* This PowerShell script changes the working directory to the fonts folder. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -54,4 +54,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-fonts.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-fonts.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-home.md b/Docs/cd-home.md index 245e2d27..18f7a1e5 100644 --- a/Docs/cd-home.md +++ b/Docs/cd-home.md @@ -1,4 +1,4 @@ -## The *cd-home.ps1* Script +## Script: *cd-home.ps1* This PowerShell script changes the working directory to the user's home directory. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -54,4 +54,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-home.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-home.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-logs.md b/Docs/cd-logs.md index bee1520b..278f2516 100644 --- a/Docs/cd-logs.md +++ b/Docs/cd-logs.md @@ -1,4 +1,4 @@ -## The *cd-logs.ps1* Script +## Script: *cd-logs.ps1* cd-logs.ps1 @@ -12,7 +12,7 @@ cd-logs.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -45,4 +45,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-logs.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-logs.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-music.md b/Docs/cd-music.md index b1211fd9..21b055ae 100644 --- a/Docs/cd-music.md +++ b/Docs/cd-music.md @@ -1,4 +1,4 @@ -## The *cd-music.ps1* Script +## Script: *cd-music.ps1* This PowerShell script changes the working directory to the user's music folder. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -58,4 +58,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-music.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-music.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-onedrive.md b/Docs/cd-onedrive.md index 29f7f5e4..f79ed4e5 100644 --- a/Docs/cd-onedrive.md +++ b/Docs/cd-onedrive.md @@ -1,4 +1,4 @@ -## The *cd-onedrive.ps1* Script +## Script: *cd-onedrive.ps1* This PowerShell script changes the working directory to the user's OneDrive folder. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -54,4 +54,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-onedrive.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-onedrive.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-pics.md b/Docs/cd-pics.md index 7a64d103..67633e82 100644 --- a/Docs/cd-pics.md +++ b/Docs/cd-pics.md @@ -1,4 +1,4 @@ -## The *cd-pics.ps1* Script +## Script: *cd-pics.ps1* This PowerShell script changes the working directory to the user's pictures folder. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -58,4 +58,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-pics.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-pics.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-public.md b/Docs/cd-public.md index 5e4f8532..b978db83 100644 --- a/Docs/cd-public.md +++ b/Docs/cd-public.md @@ -1,4 +1,4 @@ -## The *cd-public.ps1* Script +## Script: *cd-public.ps1* This PowerShell script changes the working directory to the Public folder. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -58,4 +58,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-public.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-public.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-recycle-bin.md b/Docs/cd-recycle-bin.md index 7f98d864..6dabb5dc 100644 --- a/Docs/cd-recycle-bin.md +++ b/Docs/cd-recycle-bin.md @@ -1,4 +1,4 @@ -## The *cd-recycle-bin.ps1* Script +## Script: *cd-recycle-bin.ps1* cd-recycle-bin.ps1 @@ -12,7 +12,7 @@ cd-recycle-bin.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-recycle-bin.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-recycle-bin.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-repos.md b/Docs/cd-repos.md index 4471c819..a7d63ebe 100644 --- a/Docs/cd-repos.md +++ b/Docs/cd-repos.md @@ -1,4 +1,4 @@ -## The *cd-repos.ps1* Script +## Script: *cd-repos.ps1* This PowerShell script changes the working directory to the user's Git repositories folder. @@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -76,4 +76,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-repos.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-repos.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-root.md b/Docs/cd-root.md index 0b843ef0..5d39e8d3 100644 --- a/Docs/cd-root.md +++ b/Docs/cd-root.md @@ -1,4 +1,4 @@ -## The *cd-root.ps1* Script +## Script: *cd-root.ps1* This PowerShell script changes the current working directory to the root directory (C:\ on Windows). @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -51,4 +51,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-root.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-root.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-screenshots.md b/Docs/cd-screenshots.md index 53a6f6db..3daf2071 100644 --- a/Docs/cd-screenshots.md +++ b/Docs/cd-screenshots.md @@ -1,4 +1,4 @@ -## The *cd-screenshots.ps1* Script +## Script: *cd-screenshots.ps1* cd-screenshots.ps1 @@ -12,7 +12,7 @@ cd-screenshots.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-screenshots.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-screenshots.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-scripts.md b/Docs/cd-scripts.md index 34ee0a61..50802045 100644 --- a/Docs/cd-scripts.md +++ b/Docs/cd-scripts.md @@ -1,4 +1,4 @@ -## The *cd-scripts.ps1* Script +## Script: *cd-scripts.ps1* This PowerShell script changes the working directory to the PowerShell scripts folder. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -54,4 +54,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-scripts.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-scripts.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-ssh.md b/Docs/cd-ssh.md index 4d32ba20..41b1cbed 100644 --- a/Docs/cd-ssh.md +++ b/Docs/cd-ssh.md @@ -1,4 +1,4 @@ -## The *cd-ssh.ps1* Script +## Script: *cd-ssh.ps1* This PowerShell script changes the working directory to the user's SSH folder. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -54,4 +54,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-ssh.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-ssh.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-temp.md b/Docs/cd-temp.md index 76ebe006..6b282839 100644 --- a/Docs/cd-temp.md +++ b/Docs/cd-temp.md @@ -1,4 +1,4 @@ -## The *cd-temp.ps1* Script +## Script: *cd-temp.ps1* cd-temp.ps1 @@ -12,7 +12,7 @@ cd-temp.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -49,4 +49,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-temp.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-temp.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-templates.md b/Docs/cd-templates.md index 17e6199a..0ca26293 100644 --- a/Docs/cd-templates.md +++ b/Docs/cd-templates.md @@ -1,4 +1,4 @@ -## The *cd-templates.ps1* Script +## Script: *cd-templates.ps1* This PowerShell script changes the working directory to the templates folder. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -58,4 +58,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-templates.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-templates.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-trash.md b/Docs/cd-trash.md index 1481a788..7ea588ec 100644 --- a/Docs/cd-trash.md +++ b/Docs/cd-trash.md @@ -1,4 +1,4 @@ -## The *cd-trash.ps1* Script +## Script: *cd-trash.ps1* cd-trash.ps1 @@ -12,7 +12,7 @@ cd-trash.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-trash.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-trash.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-up.md b/Docs/cd-up.md index 21f50c31..c9fe127e 100644 --- a/Docs/cd-up.md +++ b/Docs/cd-up.md @@ -1,4 +1,4 @@ -## The *cd-up.ps1* Script +## Script: *cd-up.ps1* This PowerShell script changes the working directory to one directory level up. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -54,4 +54,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-up.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-up.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-up2.md b/Docs/cd-up2.md index 72acad12..683ff608 100644 --- a/Docs/cd-up2.md +++ b/Docs/cd-up2.md @@ -1,4 +1,4 @@ -## The *cd-up2.ps1* Script +## Script: *cd-up2.ps1* This PowerShell script changes the working directory to two directory level up. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -54,4 +54,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-up2.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-up2.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-up3.md b/Docs/cd-up3.md index 0d089a67..564d5071 100644 --- a/Docs/cd-up3.md +++ b/Docs/cd-up3.md @@ -1,4 +1,4 @@ -## The *cd-up3.ps1* Script +## Script: *cd-up3.ps1* This PowerShell script changes the working directory to three directory levels up. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -54,4 +54,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-up3.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-up3.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-up4.md b/Docs/cd-up4.md index ecb61bd3..21ece8b9 100644 --- a/Docs/cd-up4.md +++ b/Docs/cd-up4.md @@ -1,4 +1,4 @@ -## The *cd-up4.ps1* Script +## Script: *cd-up4.ps1* This PowerShell script changes the working directory to four directory levels up. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -54,4 +54,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-up4.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-up4.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-users.md b/Docs/cd-users.md index 8e6fa732..60b32194 100644 --- a/Docs/cd-users.md +++ b/Docs/cd-users.md @@ -1,4 +1,4 @@ -## The *cd-users.ps1* Script +## Script: *cd-users.ps1* This PowerShell script changes the working directory to the users directory. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -54,4 +54,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-users.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-users.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-videos.md b/Docs/cd-videos.md index a14b5731..375510ef 100644 --- a/Docs/cd-videos.md +++ b/Docs/cd-videos.md @@ -1,4 +1,4 @@ -## The *cd-videos.ps1* Script +## Script: *cd-videos.ps1* This PowerShell script changes the working directory to the user's videos folder. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -58,4 +58,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-videos.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-videos.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/cd-windows.md b/Docs/cd-windows.md index e9b6fb7a..cab2b363 100644 --- a/Docs/cd-windows.md +++ b/Docs/cd-windows.md @@ -1,4 +1,4 @@ -## The *cd-windows.ps1* Script +## Script: *cd-windows.ps1* This PowerShell script changes the working directory to the Windows directory. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -54,4 +54,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of cd-windows.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-windows.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/change-wallpaper.md b/Docs/change-wallpaper.md index f512515a..7824391c 100644 --- a/Docs/change-wallpaper.md +++ b/Docs/change-wallpaper.md @@ -1,4 +1,4 @@ -## The *change-wallpaper.ps1* Script +## Script: *change-wallpaper.ps1* This PowerShell script downloads a random photo from Unsplash and sets it as desktop background. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -73,4 +73,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of change-wallpaper.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of change-wallpaper.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-apps.md b/Docs/check-apps.md index d419acb8..b98edb0a 100644 --- a/Docs/check-apps.md +++ b/Docs/check-apps.md @@ -1,4 +1,4 @@ -## The *check-apps.ps1* Script +## Script: *check-apps.ps1* This PowerShell script queries the application status and prints it. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -66,4 +66,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-apps.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-apps.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-battery.md b/Docs/check-battery.md index 9087daf9..b6bdb0d7 100644 --- a/Docs/check-battery.md +++ b/Docs/check-battery.md @@ -1,4 +1,4 @@ -## The *check-battery.ps1* Script +## Script: *check-battery.ps1* This PowerShell script queries the status of the system battery and prints it. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -77,4 +77,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-battery.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-battery.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-bios.md b/Docs/check-bios.md index fa60c624..73d04040 100644 --- a/Docs/check-bios.md +++ b/Docs/check-bios.md @@ -1,4 +1,4 @@ -## The *check-bios.ps1* Script +## Script: *check-bios.ps1* This PowerShell script queries the BIOS status and prints it. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -68,4 +68,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-bios.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-bios.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-cpu.md b/Docs/check-cpu.md index 613562be..5dc7b3c3 100644 --- a/Docs/check-cpu.md +++ b/Docs/check-cpu.md @@ -1,4 +1,4 @@ -## The *check-cpu.ps1* Script +## Script: *check-cpu.ps1* check-cpu.ps1 @@ -12,7 +12,7 @@ check-cpu.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -100,4 +100,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-cpu.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-cpu.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-day.md b/Docs/check-day.md index bd543dec..3b6b64b4 100644 --- a/Docs/check-day.md +++ b/Docs/check-day.md @@ -1,4 +1,4 @@ -## The *check-day.ps1* Script +## Script: *check-day.ps1* This PowerShell script determines and speaks the current day by text-to-speech (TTS). @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -51,4 +51,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-day.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-day.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-dns.md b/Docs/check-dns.md index 1daff7b0..857672f8 100644 --- a/Docs/check-dns.md +++ b/Docs/check-dns.md @@ -1,4 +1,4 @@ -## The *check-dns.ps1* Script +## Script: *check-dns.ps1* This PowerShell script measures and prints the DNS resolution speed by using 200 popular domains. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -68,4 +68,4 @@ foreach($row in $table){$nop=Resolve-DNSName $row.Domain} } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-dns.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-dns.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-drive-space.md b/Docs/check-drive-space.md index 0367bbbf..cf299791 100644 --- a/Docs/check-drive-space.md +++ b/Docs/check-drive-space.md @@ -1,4 +1,4 @@ -## The *check-drive-space.ps1* Script +## Script: *check-drive-space.ps1* This PowerShell script checks a drive for free space left (20 GB by default). @@ -42,7 +42,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -85,4 +85,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-drive-space.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-drive-space.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-drives.md b/Docs/check-drives.md index 8b00b337..c1fd28b0 100644 --- a/Docs/check-drives.md +++ b/Docs/check-drives.md @@ -1,4 +1,4 @@ -## The *check-drives.ps1* Script +## Script: *check-drives.ps1* This PowerShell script checks all drives for free space left. @@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -99,4 +99,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-drives.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-drives.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-dusk.md b/Docs/check-dusk.md index 99663e54..a3a3c967 100644 --- a/Docs/check-dusk.md +++ b/Docs/check-dusk.md @@ -1,4 +1,4 @@ -## The *check-dusk.ps1* Script +## Script: *check-dusk.ps1* check-dusk.ps1 @@ -12,7 +12,7 @@ check-dusk.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -59,4 +59,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-dusk.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-dusk.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-easter-sunday.md b/Docs/check-easter-sunday.md index 7bfec2ce..0202b212 100644 --- a/Docs/check-easter-sunday.md +++ b/Docs/check-easter-sunday.md @@ -1,4 +1,4 @@ -## The *check-easter-sunday.ps1* Script +## Script: *check-easter-sunday.ps1* This PowerShell script checks the time until Easter Sunday and replies by text-to-speech (TTS). @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -55,4 +55,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-easter-sunday.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-easter-sunday.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-file-system.md b/Docs/check-file-system.md index cb51a03f..d2349c73 100644 --- a/Docs/check-file-system.md +++ b/Docs/check-file-system.md @@ -1,4 +1,4 @@ -## The *check-file-system.ps1* Script +## Script: *check-file-system.ps1* This PowerShell script checks the file system of a drive. It needs admin rights. @@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -69,4 +69,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-file-system.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-file-system.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-file.md b/Docs/check-file.md index f17ef421..a20b8386 100644 --- a/Docs/check-file.md +++ b/Docs/check-file.md @@ -1,4 +1,4 @@ -## The *check-file.ps1* Script +## Script: *check-file.ps1* This PowerShell script determines and prints the file type of the given file. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -164,4 +164,4 @@ function Check-Header { param( $path ) Check-Header $Path ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-file.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-file.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-firewall.md b/Docs/check-firewall.md index 5a28b6a6..640eb9d6 100644 --- a/Docs/check-firewall.md +++ b/Docs/check-firewall.md @@ -1,4 +1,4 @@ -## The *check-firewall.ps1* Script +## Script: *check-firewall.ps1* This PowerShell script queries the status of the firewall and prints it. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -59,4 +59,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-firewall.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-firewall.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-gpu.md b/Docs/check-gpu.md index 330382dc..b64dcd31 100644 --- a/Docs/check-gpu.md +++ b/Docs/check-gpu.md @@ -1,4 +1,4 @@ -## The *check-gpu.ps1* Script +## Script: *check-gpu.ps1* check-gpu.ps1 @@ -12,7 +12,7 @@ check-gpu.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -62,4 +62,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-gpu.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-gpu.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-hardware.md b/Docs/check-hardware.md index d916c021..57fc3e9d 100644 --- a/Docs/check-hardware.md +++ b/Docs/check-hardware.md @@ -1,4 +1,4 @@ -## The *check-hardware.ps1* Script +## Script: *check-hardware.ps1* This PowerShell script queries the hardware details of the local computer and prints it. @@ -27,7 +27,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -57,4 +57,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-hardware.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-hardware.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-health.md b/Docs/check-health.md index 5ff7c0de..122f1062 100644 --- a/Docs/check-health.md +++ b/Docs/check-health.md @@ -1,4 +1,4 @@ -## The *check-health.ps1* Script +## Script: *check-health.ps1* This PowerShell script queries the system health of the local computer (hardware, software, and network) and prints it. @@ -27,7 +27,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-health.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-health.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-independence-day.md b/Docs/check-independence-day.md index af59753d..37a98818 100644 --- a/Docs/check-independence-day.md +++ b/Docs/check-independence-day.md @@ -1,4 +1,4 @@ -## The *check-independence-day.ps1* Script +## Script: *check-independence-day.ps1* This PowerShell script checks the time until Indepence Day and replies by text-to-speech (TTS). @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -55,4 +55,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-independence-day.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-independence-day.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-ipv4-address.md b/Docs/check-ipv4-address.md index a9b3f9c3..30031c7d 100644 --- a/Docs/check-ipv4-address.md +++ b/Docs/check-ipv4-address.md @@ -1,4 +1,4 @@ -## The *check-ipv4-address.ps1* Script +## Script: *check-ipv4-address.ps1* This PowerShell script checks the given IPv4 address for validity. @@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -78,4 +78,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-ipv4-address.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-ipv4-address.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-ipv6-address.md b/Docs/check-ipv6-address.md index 22aa0260..d6761d4d 100644 --- a/Docs/check-ipv6-address.md +++ b/Docs/check-ipv6-address.md @@ -1,4 +1,4 @@ -## The *check-ipv6-address.ps1* Script +## Script: *check-ipv6-address.ps1* This PowerShell script checks the given IPv6 address for validity @@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -92,4 +92,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-ipv6-address.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-ipv6-address.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-iss-position.md b/Docs/check-iss-position.md index 080344c1..ca1b7359 100644 --- a/Docs/check-iss-position.md +++ b/Docs/check-iss-position.md @@ -1,4 +1,4 @@ -## The *check-iss-position.ps1* Script +## Script: *check-iss-position.ps1* This PowerShell script queries the position of the International Space Station (ISS) and replies by text-to-speech (TTS). @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -49,4 +49,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-iss-position.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-iss-position.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-mac-address.md b/Docs/check-mac-address.md index 2e84f2ff..03ef2398 100644 --- a/Docs/check-mac-address.md +++ b/Docs/check-mac-address.md @@ -1,4 +1,4 @@ -## The *check-mac-address.ps1* Script +## Script: *check-mac-address.ps1* This PowerShell script checks the given MAC address for validity Supported MAC address formats are: 00:00:00:00:00:00 or 00-00-00-00-00-00 or 000000000000. @@ -34,7 +34,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -81,4 +81,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-mac-address.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-mac-address.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-midnight.md b/Docs/check-midnight.md index d8d06d8b..3c8c191c 100644 --- a/Docs/check-midnight.md +++ b/Docs/check-midnight.md @@ -1,4 +1,4 @@ -## The *check-midnight.ps1* Script +## Script: *check-midnight.ps1* check-midnight.ps1 @@ -12,7 +12,7 @@ check-midnight.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -57,4 +57,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-midnight.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-midnight.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-month.md b/Docs/check-month.md index 2ef14195..e6702416 100644 --- a/Docs/check-month.md +++ b/Docs/check-month.md @@ -1,4 +1,4 @@ -## The *check-month.ps1* Script +## Script: *check-month.ps1* This PowerShell script determines and speaks the current month name by text-to-speech (TTS). @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -51,4 +51,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-month.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-month.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-moon-phase.md b/Docs/check-moon-phase.md index 3611100c..d24bbaa8 100644 --- a/Docs/check-moon-phase.md +++ b/Docs/check-moon-phase.md @@ -1,4 +1,4 @@ -## The *check-moon-phase.ps1* Script +## Script: *check-moon-phase.ps1* This PowerShell script determines the Moon phase and answers by text-to-speech (TTS). @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -70,4 +70,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-moon-phase.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-moon-phase.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-network.md b/Docs/check-network.md index 57a006af..cde25262 100644 --- a/Docs/check-network.md +++ b/Docs/check-network.md @@ -1,4 +1,4 @@ -## The *check-network.ps1* Script +## Script: *check-network.ps1* This PowerShell script queries the network details of the local computer and prints it. @@ -29,7 +29,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -57,4 +57,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-network.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-network.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-new-year.md b/Docs/check-new-year.md index f9dd8e17..14adcae7 100644 --- a/Docs/check-new-year.md +++ b/Docs/check-new-year.md @@ -1,4 +1,4 @@ -## The *check-new-year.ps1* Script +## Script: *check-new-year.ps1* This PowerShell script checks the time until New Year and replies by text-to-speech (TTS). @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -54,4 +54,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-new-year.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-new-year.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-noon.md b/Docs/check-noon.md index af19102c..3bedaa3a 100644 --- a/Docs/check-noon.md +++ b/Docs/check-noon.md @@ -1,4 +1,4 @@ -## The *check-noon.ps1* Script +## Script: *check-noon.ps1* check-noon.ps1 @@ -12,7 +12,7 @@ check-noon.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -56,4 +56,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-noon.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-noon.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-os.md b/Docs/check-os.md index 092787a6..c1487887 100644 --- a/Docs/check-os.md +++ b/Docs/check-os.md @@ -1,4 +1,4 @@ -## The *check-os.ps1* Script +## Script: *check-os.ps1* This PowerShell script queries the operating system status and prints it. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -67,4 +67,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-os.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-os.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-outlook.md b/Docs/check-outlook.md index bf076501..17c93933 100644 --- a/Docs/check-outlook.md +++ b/Docs/check-outlook.md @@ -1,4 +1,4 @@ -## The *check-outlook.ps1* Script +## Script: *check-outlook.ps1* This PowerShell script checks the inbox of Outlook for new/unread mails. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -57,4 +57,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-outlook.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-outlook.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-password.md b/Docs/check-password.md index b37ef901..2ca6334b 100644 --- a/Docs/check-password.md +++ b/Docs/check-password.md @@ -1,4 +1,4 @@ -## The *check-password.ps1* Script +## Script: *check-password.ps1* This PowerShell script checks the security status of the given password by haveibeenpwned.com @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -88,4 +88,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-password.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-password.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-pending-reboot.md b/Docs/check-pending-reboot.md index 5b7d1a7d..4938cfe7 100644 --- a/Docs/check-pending-reboot.md +++ b/Docs/check-pending-reboot.md @@ -1,4 +1,4 @@ -## The *check-pending-reboot.ps1* Script +## Script: *check-pending-reboot.ps1* check-pending-reboot.ps1 @@ -12,7 +12,7 @@ check-pending-reboot.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -88,4 +88,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-pending-reboot.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-pending-reboot.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-ping.md b/Docs/check-ping.md index 7c50962c..4f6360ac 100644 --- a/Docs/check-ping.md +++ b/Docs/check-ping.md @@ -1,4 +1,4 @@ -## The *check-ping.ps1* Script +## Script: *check-ping.ps1* This PowerShell script measures the ping roundtrip times from the local computer to 10 Internet servers. @@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -82,4 +82,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-ping.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-ping.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-powershell.md b/Docs/check-powershell.md index 8424b630..2fc7fde0 100644 --- a/Docs/check-powershell.md +++ b/Docs/check-powershell.md @@ -1,4 +1,4 @@ -## The *check-powershell.ps1* Script +## Script: *check-powershell.ps1* This PowerShell script queries the PowerShell status and prints it. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -58,4 +58,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-powershell.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-powershell.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-ps1-file.md b/Docs/check-ps1-file.md index e04074ab..d19e21c9 100644 --- a/Docs/check-ps1-file.md +++ b/Docs/check-ps1-file.md @@ -1,4 +1,4 @@ -## The *check-ps1-file.ps1* Script +## Script: *check-ps1-file.ps1* This PowerShell script checks the given PowerShell script file(s) for validity. @@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -70,4 +70,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-ps1-file.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-ps1-file.ps1 as of 07/29/2023 09:55:09)* diff --git a/Docs/check-ram.md b/Docs/check-ram.md index ce50c9d9..09d5507a 100644 --- a/Docs/check-ram.md +++ b/Docs/check-ram.md @@ -1,4 +1,4 @@ -## The *check-ram.ps1* Script +## Script: *check-ram.ps1* check-ram.ps1 @@ -12,7 +12,7 @@ check-ram.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -95,4 +95,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-ram.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-ram.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/check-repo.md b/Docs/check-repo.md index cd23dbc4..ff55c1aa 100644 --- a/Docs/check-repo.md +++ b/Docs/check-repo.md @@ -1,4 +1,4 @@ -## The *check-repo.ps1* Script +## Script: *check-repo.ps1* This PowerShell script verifies the integrity of a local Git repository. @@ -40,7 +40,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -122,4 +122,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-repo.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-repo.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/check-santa.md b/Docs/check-santa.md index 292ffb9f..89a1e8d6 100644 --- a/Docs/check-santa.md +++ b/Docs/check-santa.md @@ -1,4 +1,4 @@ -## The *check-santa.ps1* Script +## Script: *check-santa.ps1* This PowerShell script checks the time until Saint Nicholas Day and replies by text-to-speech (TTS). @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -50,4 +50,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-santa.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-santa.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/check-smart-devices.md b/Docs/check-smart-devices.md index 0d8cedd3..a77e8d0e 100644 --- a/Docs/check-smart-devices.md +++ b/Docs/check-smart-devices.md @@ -1,4 +1,4 @@ -## The *check-smart-devices.ps1* Script +## Script: *check-smart-devices.ps1* check-smart-devices.ps1 @@ -12,7 +12,7 @@ check-smart-devices.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -92,4 +92,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-smart-devices.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-smart-devices.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/check-software.md b/Docs/check-software.md index 78fb27e6..8889ac48 100644 --- a/Docs/check-software.md +++ b/Docs/check-software.md @@ -1,4 +1,4 @@ -## The *check-software.ps1* Script +## Script: *check-software.ps1* This PowerShell script queries the software details of the local computer and prints it. @@ -29,7 +29,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -61,4 +61,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-software.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-software.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/check-subnet-mask.md b/Docs/check-subnet-mask.md index 19357432..8f7ca75d 100644 --- a/Docs/check-subnet-mask.md +++ b/Docs/check-subnet-mask.md @@ -1,4 +1,4 @@ -## The *check-subnet-mask.ps1* Script +## Script: *check-subnet-mask.ps1* This PowerShell script checks the given subnet mask for validity. @@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -78,4 +78,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-subnet-mask.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-subnet-mask.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/check-swap-space.md b/Docs/check-swap-space.md index b8ad9dde..fc5fcca8 100644 --- a/Docs/check-swap-space.md +++ b/Docs/check-swap-space.md @@ -1,4 +1,4 @@ -## The *check-swap-space.ps1* Script +## Script: *check-swap-space.ps1* This PowerShell script queries the status of the swap space and prints it. @@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -101,4 +101,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-swap-space.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-swap-space.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/check-symlinks.md b/Docs/check-symlinks.md index 5beb7f43..99ae7a62 100644 --- a/Docs/check-symlinks.md +++ b/Docs/check-symlinks.md @@ -1,4 +1,4 @@ -## The *check-symlinks.ps1* Script +## Script: *check-symlinks.ps1* This PowerShell script checks every symbolic link in a folder (including subfolders). It returns the number of broken symlinks as exit value. @@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -90,4 +90,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-symlinks.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-symlinks.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/check-time-zone.md b/Docs/check-time-zone.md index 4f006552..c0c8d763 100644 --- a/Docs/check-time-zone.md +++ b/Docs/check-time-zone.md @@ -1,4 +1,4 @@ -## The *check-time-zone.ps1* Script +## Script: *check-time-zone.ps1* This PowerShell script queries the time zone and prints it. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -59,4 +59,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-time-zone.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-time-zone.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/check-uptime.md b/Docs/check-uptime.md index cc9259a5..1f412d78 100644 --- a/Docs/check-uptime.md +++ b/Docs/check-uptime.md @@ -1,4 +1,4 @@ -## The *check-uptime.ps1* Script +## Script: *check-uptime.ps1* This PowerShell script queries the computer's uptime and prints it. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -74,4 +74,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-uptime.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-uptime.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/check-vpn.md b/Docs/check-vpn.md index c4469a29..304578eb 100644 --- a/Docs/check-vpn.md +++ b/Docs/check-vpn.md @@ -1,4 +1,4 @@ -## The *check-vpn.ps1* Script +## Script: *check-vpn.ps1* This PowerShell script queries and prints the status of the VPN connection(s). @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -59,4 +59,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-vpn.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-vpn.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/check-weather.md b/Docs/check-weather.md index 5b47a3c9..c5c79d98 100644 --- a/Docs/check-weather.md +++ b/Docs/check-weather.md @@ -1,4 +1,4 @@ -## The *check-weather.ps1* Script +## Script: *check-weather.ps1* This PowerShell script checks the current weather report. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -75,4 +75,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-weather.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-weather.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/check-week.md b/Docs/check-week.md index 42a3a752..9b56ec24 100644 --- a/Docs/check-week.md +++ b/Docs/check-week.md @@ -1,4 +1,4 @@ -## The *check-week.ps1* Script +## Script: *check-week.ps1* This PowerShell script determines and speaks the current week number by text-to-speech (TTS). @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -48,4 +48,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-week.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-week.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/check-wind.md b/Docs/check-wind.md index 25f40976..aefaa129 100644 --- a/Docs/check-wind.md +++ b/Docs/check-wind.md @@ -1,4 +1,4 @@ -## The *check-wind.ps1* Script +## Script: *check-wind.ps1* This PowerShell script determines the current wind conditions and replies by text-to-speech (TTS). @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -66,4 +66,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-wind.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-wind.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/check-windows-system-files.md b/Docs/check-windows-system-files.md index d40bb0f9..f4ec593b 100644 --- a/Docs/check-windows-system-files.md +++ b/Docs/check-windows-system-files.md @@ -1,4 +1,4 @@ -## The *check-windows-system-files.ps1* Script +## Script: *check-windows-system-files.ps1* This PowerShell script checks the validity of the Windows system files. It requires admin rights. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -54,4 +54,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-windows-system-files.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-windows-system-files.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/check-xml-file.md b/Docs/check-xml-file.md index 7624352d..063b5267 100644 --- a/Docs/check-xml-file.md +++ b/Docs/check-xml-file.md @@ -1,4 +1,4 @@ -## The *check-xml-file.ps1* Script +## Script: *check-xml-file.ps1* This PowerShell script checks the given XML file for validity. @@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -82,4 +82,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of check-xml-file.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of check-xml-file.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/clean-repo.md b/Docs/clean-repo.md index cd0eb82c..aae2e875 100644 --- a/Docs/clean-repo.md +++ b/Docs/clean-repo.md @@ -1,4 +1,4 @@ -## The *clean-repo.ps1* Script +## Script: *clean-repo.ps1* This PowerShell script deletes all untracked files and folders in a local Git repository (including submodules). NOTE: To be used with care! This cannot be undone! @@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -85,4 +85,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of clean-repo.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of clean-repo.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/clean-repos.md b/Docs/clean-repos.md index 140e02d6..62000f18 100644 --- a/Docs/clean-repos.md +++ b/Docs/clean-repos.md @@ -1,4 +1,4 @@ -## The *clean-repos.ps1* Script +## Script: *clean-repos.ps1* This PowerShell script cleans all Git repositories in a folder from untracked files (including submodules). @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -86,4 +86,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of clean-repos.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of clean-repos.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/clear-dns-cache.md b/Docs/clear-dns-cache.md index 3239f7c8..6b6e6819 100644 --- a/Docs/clear-dns-cache.md +++ b/Docs/clear-dns-cache.md @@ -1,4 +1,4 @@ -## The *clear-dns-cache.ps1* Script +## Script: *clear-dns-cache.ps1* This PowerShell script clears the DNS client cache of the local computer. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of clear-dns-cache.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of clear-dns-cache.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/clear-recycle-bin.md b/Docs/clear-recycle-bin.md index f36d0ebb..f6c3d156 100644 --- a/Docs/clear-recycle-bin.md +++ b/Docs/clear-recycle-bin.md @@ -1,4 +1,4 @@ -## The *clear-recycle-bin.ps1* Script +## Script: *clear-recycle-bin.ps1* This PowerShell script removes the content of the recycle bin folder permanently. IMPORTANT NOTE: this cannot be undo! @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of clear-recycle-bin.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of clear-recycle-bin.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/clone-repos.md b/Docs/clone-repos.md index dbb4fdad..d5d1b102 100644 --- a/Docs/clone-repos.md +++ b/Docs/clone-repos.md @@ -1,4 +1,4 @@ -## The *clone-repos.ps1* Script +## Script: *clone-repos.ps1* This PowerShell script clones popular Git repositories into a target directory. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -103,4 +103,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of clone-repos.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of clone-repos.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/close-calculator.md b/Docs/close-calculator.md index 240c53b0..e8968556 100644 --- a/Docs/close-calculator.md +++ b/Docs/close-calculator.md @@ -1,4 +1,4 @@ -## The *close-calculator.ps1* Script +## Script: *close-calculator.ps1* This PowerShell script closes the calculator application gracefully. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ Stop-Process -name "CalculatorApp" exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of close-calculator.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of close-calculator.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/close-chrome.md b/Docs/close-chrome.md index a17b482b..21f72c14 100644 --- a/Docs/close-chrome.md +++ b/Docs/close-chrome.md @@ -1,4 +1,4 @@ -## The *close-chrome.ps1* Script +## Script: *close-chrome.ps1* This PowerShell script closes the Google Chrome Web browser gracefully. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of close-chrome.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of close-chrome.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/close-cortana.md b/Docs/close-cortana.md index 88ca6079..b639e3d2 100644 --- a/Docs/close-cortana.md +++ b/Docs/close-cortana.md @@ -1,4 +1,4 @@ -## The *close-cortana.ps1* Script +## Script: *close-cortana.ps1* This PowerShell script closes Microsoft's Cortana application gracefully. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of close-cortana.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of close-cortana.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/close-edge.md b/Docs/close-edge.md index e0d0a923..42f97992 100644 --- a/Docs/close-edge.md +++ b/Docs/close-edge.md @@ -1,4 +1,4 @@ -## The *close-edge.ps1* Script +## Script: *close-edge.ps1* This PowerShell script closes the Microsoft Edge Web browser gracefully. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -46,4 +46,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of close-edge.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of close-edge.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/close-file-explorer.md b/Docs/close-file-explorer.md index 3eb565cd..cf58d0f5 100644 --- a/Docs/close-file-explorer.md +++ b/Docs/close-file-explorer.md @@ -1,4 +1,4 @@ -## The *close-file-explorer.ps1* Script +## Script: *close-file-explorer.ps1* This PowerShell script closes the Microsoft File Explorer application gracefully. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of close-file-explorer.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of close-file-explorer.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/close-firefox.md b/Docs/close-firefox.md index faebb330..7db5eae2 100644 --- a/Docs/close-firefox.md +++ b/Docs/close-firefox.md @@ -1,4 +1,4 @@ -## The *close-firefox.ps1* Script +## Script: *close-firefox.ps1* This PowerShell script closes the Mozilla Firefox Web browser gracefully. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of close-firefox.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of close-firefox.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/close-git-extensions.md b/Docs/close-git-extensions.md index 4a472aca..fb9409ed 100644 --- a/Docs/close-git-extensions.md +++ b/Docs/close-git-extensions.md @@ -1,4 +1,4 @@ -## The *close-git-extensions.ps1* Script +## Script: *close-git-extensions.ps1* This PowerShell script closes the Git Extensions application gracefully. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -46,4 +46,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of close-git-extensions.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of close-git-extensions.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/close-magnifier.md b/Docs/close-magnifier.md index 3a69c459..438f2b2c 100644 --- a/Docs/close-magnifier.md +++ b/Docs/close-magnifier.md @@ -1,4 +1,4 @@ -## The *close-magnifier.ps1* Script +## Script: *close-magnifier.ps1* This PowerShell script closes the Windows Screen Magnifier application gracefully. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ tskill magnify exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of close-magnifier.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of close-magnifier.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/close-microsoft-paint.md b/Docs/close-microsoft-paint.md index c6fe5c78..4529db2a 100644 --- a/Docs/close-microsoft-paint.md +++ b/Docs/close-microsoft-paint.md @@ -1,4 +1,4 @@ -## The *close-microsoft-paint.ps1* Script +## Script: *close-microsoft-paint.ps1* This PowerShell script closes the Microsoft Paint application gracefully. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -46,4 +46,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of close-microsoft-paint.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of close-microsoft-paint.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/close-microsoft-store.md b/Docs/close-microsoft-store.md index 1c5acd28..5c6527e8 100644 --- a/Docs/close-microsoft-store.md +++ b/Docs/close-microsoft-store.md @@ -1,4 +1,4 @@ -## The *close-microsoft-store.ps1* Script +## Script: *close-microsoft-store.ps1* This PowerShell script closes the Microsoft Store application gracefully. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -46,4 +46,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of close-microsoft-store.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of close-microsoft-store.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/close-netflix.md b/Docs/close-netflix.md index e3d90552..e857f9d4 100644 --- a/Docs/close-netflix.md +++ b/Docs/close-netflix.md @@ -1,4 +1,4 @@ -## The *close-netflix.ps1* Script +## Script: *close-netflix.ps1* This PowerShell script closes the Netflix application gracefully. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of close-netflix.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of close-netflix.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/close-note-pad.md b/Docs/close-note-pad.md index 4ebc463b..62af9859 100644 --- a/Docs/close-note-pad.md +++ b/Docs/close-note-pad.md @@ -1,4 +1,4 @@ -## The *close-note-pad.ps1* Script +## Script: *close-note-pad.ps1* This PowerShell script closes the Notepad application gracefully. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of close-note-pad.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of close-note-pad.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/close-obs-studio.md b/Docs/close-obs-studio.md index c43702a2..2be1bb91 100644 --- a/Docs/close-obs-studio.md +++ b/Docs/close-obs-studio.md @@ -1,4 +1,4 @@ -## The *close-obs-studio.ps1* Script +## Script: *close-obs-studio.ps1* This PowerShell script closes the OBS Studio application gracefully. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -46,4 +46,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of close-obs-studio.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of close-obs-studio.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/close-one-calendar.md b/Docs/close-one-calendar.md index 83d2c255..3f451c9b 100644 --- a/Docs/close-one-calendar.md +++ b/Docs/close-one-calendar.md @@ -1,4 +1,4 @@ -## The *close-one-calendar.ps1* Script +## Script: *close-one-calendar.ps1* This PowerShell script closes the OneCalendar application gracefully. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -46,4 +46,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of close-one-calendar.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of close-one-calendar.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/close-outlook.md b/Docs/close-outlook.md index 8c4e32f1..8077dab5 100644 --- a/Docs/close-outlook.md +++ b/Docs/close-outlook.md @@ -1,4 +1,4 @@ -## The *close-outlook.ps1* Script +## Script: *close-outlook.ps1* This PowerShell script closes the Microsoft Outlook email application gracefully. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -46,4 +46,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of close-outlook.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of close-outlook.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/close-paint-three-d.md b/Docs/close-paint-three-d.md index e63bfc11..901d6fac 100644 --- a/Docs/close-paint-three-d.md +++ b/Docs/close-paint-three-d.md @@ -1,4 +1,4 @@ -## The *close-paint-three-d.ps1* Script +## Script: *close-paint-three-d.ps1* This PowerShell script closes the Paint 3D application gracefully. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -46,4 +46,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of close-paint-three-d.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of close-paint-three-d.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/close-program.md b/Docs/close-program.md index b5297413..813084a4 100644 --- a/Docs/close-program.md +++ b/Docs/close-program.md @@ -1,4 +1,4 @@ -## The *close-program.ps1* Script +## Script: *close-program.ps1* This PowerShell script closes a program's processes gracefully. @@ -50,7 +50,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -112,4 +112,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of close-program.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of close-program.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/close-serenade.md b/Docs/close-serenade.md index bacfaec1..dc9e9a7c 100644 --- a/Docs/close-serenade.md +++ b/Docs/close-serenade.md @@ -1,4 +1,4 @@ -## The *close-serenade.ps1* Script +## Script: *close-serenade.ps1* This PowerShell script closes the Serenade.ai application gracefully. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of close-serenade.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of close-serenade.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/close-snipping-tool.md b/Docs/close-snipping-tool.md index 01f126cb..6717826d 100644 --- a/Docs/close-snipping-tool.md +++ b/Docs/close-snipping-tool.md @@ -1,4 +1,4 @@ -## The *close-snipping-tool.ps1* Script +## Script: *close-snipping-tool.ps1* This PowerShell script closes the Snipping Tool application gracefully. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of close-snipping-tool.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of close-snipping-tool.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/close-spotify.md b/Docs/close-spotify.md index 094487fe..3a248894 100644 --- a/Docs/close-spotify.md +++ b/Docs/close-spotify.md @@ -1,4 +1,4 @@ -## The *close-spotify.ps1* Script +## Script: *close-spotify.ps1* This PowerShell script closes the Spotify application gracefully. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of close-spotify.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of close-spotify.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/close-task-manager.md b/Docs/close-task-manager.md index 4523b406..21638cb6 100644 --- a/Docs/close-task-manager.md +++ b/Docs/close-task-manager.md @@ -1,4 +1,4 @@ -## The *close-task-manager.ps1* Script +## Script: *close-task-manager.ps1* This PowerShell script closes the Task Manager application gracefully. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ tskill taskmgr exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of close-task-manager.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of close-task-manager.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/close-three-d-viewer.md b/Docs/close-three-d-viewer.md index c91c07a3..cc290f96 100644 --- a/Docs/close-three-d-viewer.md +++ b/Docs/close-three-d-viewer.md @@ -1,4 +1,4 @@ -## The *close-three-d-viewer.ps1* Script +## Script: *close-three-d-viewer.ps1* This PowerShell script closes the 3D-Viewer application gracefully. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -46,4 +46,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of close-three-d-viewer.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of close-three-d-viewer.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/close-thunderbird.md b/Docs/close-thunderbird.md index d1712b8f..d32025cf 100644 --- a/Docs/close-thunderbird.md +++ b/Docs/close-thunderbird.md @@ -1,4 +1,4 @@ -## The *close-thunderbird.ps1* Script +## Script: *close-thunderbird.ps1* This PowerShell script closes the Mozilla Thunderbird email application gracefully. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -46,4 +46,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of close-thunderbird.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of close-thunderbird.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/close-visual-studio.md b/Docs/close-visual-studio.md index 4d76acdf..272ef79b 100644 --- a/Docs/close-visual-studio.md +++ b/Docs/close-visual-studio.md @@ -1,4 +1,4 @@ -## The *close-visual-studio.ps1* Script +## Script: *close-visual-studio.ps1* This PowerShell script closes the Microsoft Visual Studio application gracefully. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -46,4 +46,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of close-visual-studio.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of close-visual-studio.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/close-vlc.md b/Docs/close-vlc.md index 93a44af0..3c3a5593 100644 --- a/Docs/close-vlc.md +++ b/Docs/close-vlc.md @@ -1,4 +1,4 @@ -## The *close-vlc.ps1* Script +## Script: *close-vlc.ps1* This PowerShell script closes the VLC media player application gracefully. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of close-vlc.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of close-vlc.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/close-windows-terminal.md b/Docs/close-windows-terminal.md index c3c44b6c..3e2237d7 100644 --- a/Docs/close-windows-terminal.md +++ b/Docs/close-windows-terminal.md @@ -1,4 +1,4 @@ -## The *close-windows-terminal.ps1* Script +## Script: *close-windows-terminal.ps1* This PowerShell script closes the Windows Terminal application gracefully. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of close-windows-terminal.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of close-windows-terminal.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/configure-git.md b/Docs/configure-git.md index bc0ac77d..dfca3a26 100644 --- a/Docs/configure-git.md +++ b/Docs/configure-git.md @@ -1,4 +1,4 @@ -## The *configure-git.ps1* Script +## Script: *configure-git.ps1* This PowerShell script configures the user settings for Git. @@ -50,7 +50,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -127,4 +127,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of configure-git.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of configure-git.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/connect-vpn.md b/Docs/connect-vpn.md index 28ec2530..ebe88267 100644 --- a/Docs/connect-vpn.md +++ b/Docs/connect-vpn.md @@ -1,4 +1,4 @@ -## The *connect-vpn.ps1* Script +## Script: *connect-vpn.ps1* This PowerShell script tries to connect to the VPN. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -56,4 +56,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of connect-vpn.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of connect-vpn.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/convert-csv2txt.md b/Docs/convert-csv2txt.md index 8f0b428f..c467a2df 100644 --- a/Docs/convert-csv2txt.md +++ b/Docs/convert-csv2txt.md @@ -1,4 +1,4 @@ -## The *convert-csv2txt.ps1* Script +## Script: *convert-csv2txt.ps1* This PowerShell script converts a .CSV file into a text file and prints it. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -66,4 +66,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of convert-csv2txt.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-csv2txt.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/convert-docx2md.md b/Docs/convert-docx2md.md index abffe2ff..c485dcb0 100644 --- a/Docs/convert-docx2md.md +++ b/Docs/convert-docx2md.md @@ -1,4 +1,4 @@ -## The *convert-docx2md.ps1* Script +## Script: *convert-docx2md.ps1* This PowerShell script converts .DOCX file(s) into Markdown. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -75,4 +75,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of convert-docx2md.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-docx2md.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/convert-frames2mp4.md b/Docs/convert-frames2mp4.md index 95d8d2ec..203b0dc5 100644 --- a/Docs/convert-frames2mp4.md +++ b/Docs/convert-frames2mp4.md @@ -1,4 +1,4 @@ -## The *convert-frames2mp4.ps1* Script +## Script: *convert-frames2mp4.ps1* convert-frames2mp4.ps1 [[-SourcePattern] ] [[-TargetFile] ] @@ -12,7 +12,7 @@ convert-frames2mp4.ps1 [[-SourcePattern] ] [[-TargetFile] ] WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -57,4 +57,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of convert-frames2mp4.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-frames2mp4.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/convert-image2ascii.md b/Docs/convert-image2ascii.md index b4c81952..42ae8729 100644 --- a/Docs/convert-image2ascii.md +++ b/Docs/convert-image2ascii.md @@ -1,4 +1,4 @@ -## The *convert-image2ascii.ps1* Script +## Script: *convert-image2ascii.ps1* convert-image2ascii.ps1 @@ -12,7 +12,7 @@ convert-image2ascii.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -115,4 +115,4 @@ convert-image2ascii.ps1 } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of convert-image2ascii.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-image2ascii.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/convert-image2blurred-frames.md b/Docs/convert-image2blurred-frames.md index 55058fa4..80d3bb37 100644 --- a/Docs/convert-image2blurred-frames.md +++ b/Docs/convert-image2blurred-frames.md @@ -1,4 +1,4 @@ -## The *convert-image2blurred-frames.ps1* Script +## Script: *convert-image2blurred-frames.ps1* convert-image2blurred-frames.ps1 [[-ImageFile] ] [[-TargetDir] ] [[-ImageWidth] ] [[-ImageHeight] ] [[-Frames] ] @@ -12,7 +12,7 @@ convert-image2blurred-frames.ps1 [[-ImageFile] ] [[-TargetDir] ] WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -67,4 +67,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of convert-image2blurred-frames.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-image2blurred-frames.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/convert-image2pixelated-frames.md b/Docs/convert-image2pixelated-frames.md index 964780f0..b922b173 100644 --- a/Docs/convert-image2pixelated-frames.md +++ b/Docs/convert-image2pixelated-frames.md @@ -1,4 +1,4 @@ -## The *convert-image2pixelated-frames.ps1* Script +## Script: *convert-image2pixelated-frames.ps1* convert-image2pixelated-frames.ps1 [[-SourceFile] ] [[-TargetDir] ] [[-Frames] ] @@ -12,7 +12,7 @@ convert-image2pixelated-frames.ps1 [[-SourceFile] ] [[-TargetDir] ] [[-TargetDir] ] @@ -12,7 +12,7 @@ copy-photos-sorted.ps1 [[-SourceDir] ] [[-TargetDir] ] WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -103,4 +103,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of copy-photos-sorted.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of copy-photos-sorted.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/count-lines-of-code.md b/Docs/count-lines-of-code.md index eb3d4e1c..dbf54e58 100644 --- a/Docs/count-lines-of-code.md +++ b/Docs/count-lines-of-code.md @@ -1,4 +1,4 @@ -## The *count-lines-of-code.ps1* Script +## Script: *count-lines-of-code.ps1* This PowerShell script counts the number of code lines in a folder (including subfolders). @@ -34,7 +34,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -79,4 +79,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of count-lines-of-code.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of count-lines-of-code.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/decrypt-file.md b/Docs/decrypt-file.md index 06013c62..ff35a34d 100644 --- a/Docs/decrypt-file.md +++ b/Docs/decrypt-file.md @@ -1,4 +1,4 @@ -## The *decrypt-file.ps1* Script +## Script: *decrypt-file.ps1* This PowerShell script decrypts a file using the given password and AES encryption. @@ -41,7 +41,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -191,4 +191,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of decrypt-file.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of decrypt-file.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/disconnect-vpn.md b/Docs/disconnect-vpn.md index 7d4acdaa..61902033 100644 --- a/Docs/disconnect-vpn.md +++ b/Docs/disconnect-vpn.md @@ -1,4 +1,4 @@ -## The *disconnect-vpn.ps1* Script +## Script: *disconnect-vpn.ps1* This PowerShell script disconnects the active VPN connection. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -55,4 +55,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of disconnect-vpn.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of disconnect-vpn.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/download-dir.md b/Docs/download-dir.md index 965b6f25..0043ccaf 100644 --- a/Docs/download-dir.md +++ b/Docs/download-dir.md @@ -1,4 +1,4 @@ -## The *download-dir.ps1* Script +## Script: *download-dir.ps1* This PowerShell script downloads a folder (including subfolders) from the given URL. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -71,4 +71,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of download-dir.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of download-dir.ps1 as of 07/29/2023 09:55:10)* diff --git a/Docs/download-file.md b/Docs/download-file.md index 775de67d..74682f4b 100644 --- a/Docs/download-file.md +++ b/Docs/download-file.md @@ -1,4 +1,4 @@ -## The *download-file.ps1* Script +## Script: *download-file.ps1* This PowerShell script downloads a file from the given URL @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -71,4 +71,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of download-file.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of download-file.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/edit.md b/Docs/edit.md index 2955df79..dadeb32b 100644 --- a/Docs/edit.md +++ b/Docs/edit.md @@ -1,4 +1,4 @@ -## The *edit.ps1* Script +## Script: *edit.ps1* This PowerShell script opens a text editor to edit the given file. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -67,4 +67,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of edit.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of edit.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/enable-crash-dumps.md b/Docs/enable-crash-dumps.md index bf76a14d..f7ced9f6 100644 --- a/Docs/enable-crash-dumps.md +++ b/Docs/enable-crash-dumps.md @@ -1,4 +1,4 @@ -## The *enable-crash-dumps.ps1* Script +## Script: *enable-crash-dumps.ps1* This PowerShell script enables the writing of crash dumps. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -324,4 +324,4 @@ Else exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of enable-crash-dumps.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of enable-crash-dumps.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/enable-god-mode.md b/Docs/enable-god-mode.md index 0bf145d9..23908b52 100644 --- a/Docs/enable-god-mode.md +++ b/Docs/enable-god-mode.md @@ -1,4 +1,4 @@ -## The *enable-god-mode.ps1* Script +## Script: *enable-god-mode.ps1* This PowerShell script enables the god mode. It adds a new icon to the desktop. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -54,4 +54,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of enable-god-mode.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of enable-god-mode.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/encrypt-file.md b/Docs/encrypt-file.md index 2e989cc1..7017ac44 100644 --- a/Docs/encrypt-file.md +++ b/Docs/encrypt-file.md @@ -1,4 +1,4 @@ -## The *encrypt-file.ps1* Script +## Script: *encrypt-file.ps1* This PowerShell script encrypts a file using the given password and AES encryption. @@ -41,7 +41,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -176,4 +176,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of encrypt-file.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of encrypt-file.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/enter-chat.md b/Docs/enter-chat.md index f580916d..91580d8a 100644 --- a/Docs/enter-chat.md +++ b/Docs/enter-chat.md @@ -1,4 +1,4 @@ -## The *enter-chat.ps1* Script +## Script: *enter-chat.ps1* This PowerShell script enters a chat using a common network shared file. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -119,4 +119,4 @@ function Get-ChatChannel } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of enter-chat.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of enter-chat.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/export-to-manuals.md b/Docs/export-to-manuals.md index 9fee7da5..1ae65ebe 100644 --- a/Docs/export-to-manuals.md +++ b/Docs/export-to-manuals.md @@ -1,4 +1,4 @@ -## The *export-to-manuals.ps1* Script +## Script: *export-to-manuals.ps1* This PowerShell script exports the comment based help of all PowerShell scripts as manuals. @@ -42,7 +42,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -84,4 +84,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of export-to-manuals.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of export-to-manuals.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/fetch-repo.md b/Docs/fetch-repo.md index e3ac4d52..f4ea2713 100644 --- a/Docs/fetch-repo.md +++ b/Docs/fetch-repo.md @@ -1,4 +1,4 @@ -## The *fetch-repo.ps1* Script +## Script: *fetch-repo.ps1* This PowerShell script fetches the latest updates into a local Git repository (including submodules). @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -75,4 +75,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of fetch-repo.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of fetch-repo.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/fetch-repos.md b/Docs/fetch-repos.md index 17cca687..483613f6 100644 --- a/Docs/fetch-repos.md +++ b/Docs/fetch-repos.md @@ -1,4 +1,4 @@ -## The *fetch-repos.ps1* Script +## Script: *fetch-repos.ps1* This PowerShell script fetches updates for all Git repositories in a folder (including submodules). @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -83,4 +83,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of fetch-repos.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of fetch-repos.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/get-md5.md b/Docs/get-md5.md index 6839f4d4..5d5366a2 100644 --- a/Docs/get-md5.md +++ b/Docs/get-md5.md @@ -1,4 +1,4 @@ -## The *get-md5.ps1* Script +## Script: *get-md5.ps1* This PowerShell script calculates and prints the MD5 checksum of the given file. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -64,4 +64,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of get-md5.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of get-md5.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/get-sha1.md b/Docs/get-sha1.md index 75a3b320..ffb464f6 100644 --- a/Docs/get-sha1.md +++ b/Docs/get-sha1.md @@ -1,4 +1,4 @@ -## The *get-sha1.ps1* Script +## Script: *get-sha1.ps1* This PowerShell script calculates and prints the SHA1 checksum of the given file. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -64,4 +64,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of get-sha1.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of get-sha1.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/get-sha256.md b/Docs/get-sha256.md index e6d5433f..e1d6f65a 100644 --- a/Docs/get-sha256.md +++ b/Docs/get-sha256.md @@ -1,4 +1,4 @@ -## The *get-sha256.ps1* Script +## Script: *get-sha256.ps1* This PowerShell script calculates and prints the SHA256 checksum of the given file. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -64,4 +64,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of get-sha256.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of get-sha256.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/hibernate.md b/Docs/hibernate.md index 3a79358c..810be75a 100644 --- a/Docs/hibernate.md +++ b/Docs/hibernate.md @@ -1,4 +1,4 @@ -## The *hibernate.ps1* Script +## Script: *hibernate.ps1* This PowerShell script hibernates the local computer immediately. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -53,4 +53,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of hibernate.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of hibernate.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/inspect-exe.md b/Docs/inspect-exe.md index 36d64d58..9ee37ccc 100644 --- a/Docs/inspect-exe.md +++ b/Docs/inspect-exe.md @@ -1,4 +1,4 @@ -## The *inspect-exe.ps1* Script +## Script: *inspect-exe.ps1* This PowerShell script prints basic information of an executable file. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -62,4 +62,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of inspect-exe.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of inspect-exe.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-audacity.md b/Docs/install-audacity.md index 371eb18d..0d8a86cd 100644 --- a/Docs/install-audacity.md +++ b/Docs/install-audacity.md @@ -1,4 +1,4 @@ -## The *install-audacity.ps1* Script +## Script: *install-audacity.ps1* This PowerShell script installs Audacity. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-audacity.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-audacity.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-basic-apps.md b/Docs/install-basic-apps.md index 06b5755a..7aa71224 100644 --- a/Docs/install-basic-apps.md +++ b/Docs/install-basic-apps.md @@ -1,4 +1,4 @@ -## The *install-basic-apps.ps1* Script +## Script: *install-basic-apps.ps1* This PowerShell script installs basic Windows apps such as browser, e-mail client, etc. NOTE: Apps from Microsoft Store are preferred (due to security and automatic updates). @@ -26,7 +26,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -83,4 +83,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-basic-apps.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-basic-apps.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-basic-snaps.md b/Docs/install-basic-snaps.md index 82361fc4..edce714c 100644 --- a/Docs/install-basic-snaps.md +++ b/Docs/install-basic-snaps.md @@ -1,4 +1,4 @@ -## The *install-basic-snaps.ps1* Script +## Script: *install-basic-snaps.ps1* This PowerShell script installs 18 basic Linux snaps. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -72,4 +72,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-basic-snaps.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-basic-snaps.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-calibre-server.md b/Docs/install-calibre-server.md index 7cf0354f..87e2591a 100644 --- a/Docs/install-calibre-server.md +++ b/Docs/install-calibre-server.md @@ -1,4 +1,4 @@ -## The *install-calibre-server.ps1* Script +## Script: *install-calibre-server.ps1* This PowerShell script installs and starts a local Calibre server as background process (using Web port 8099 by default). @@ -48,7 +48,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -99,4 +99,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-calibre-server.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-calibre-server.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-chocolatey.md b/Docs/install-chocolatey.md index 0769ded0..42d7f65a 100644 --- a/Docs/install-chocolatey.md +++ b/Docs/install-chocolatey.md @@ -1,4 +1,4 @@ -## The *install-chocolatey.ps1* Script +## Script: *install-chocolatey.ps1* This PowerShell script installs Chocolatey onto the local computer (needs admin rights). @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -50,4 +50,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-chocolatey.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-chocolatey.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-chrome-browser.md b/Docs/install-chrome-browser.md index 30311883..44df6908 100644 --- a/Docs/install-chrome-browser.md +++ b/Docs/install-chrome-browser.md @@ -1,4 +1,4 @@ -## The *install-chrome-browser.ps1* Script +## Script: *install-chrome-browser.ps1* This PowerShell script installs the latest Google Chrome Web browser. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -56,4 +56,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-chrome-browser.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-chrome-browser.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-chrome.md b/Docs/install-chrome.md index e1a658d7..14c7d716 100644 --- a/Docs/install-chrome.md +++ b/Docs/install-chrome.md @@ -1,4 +1,4 @@ -## The *install-chrome.ps1* Script +## Script: *install-chrome.ps1* This PowerShell script installs the Google Chrome browser. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-chrome.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-chrome.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-crystal-disk-info.md b/Docs/install-crystal-disk-info.md index 58a37af5..b39cdfac 100644 --- a/Docs/install-crystal-disk-info.md +++ b/Docs/install-crystal-disk-info.md @@ -1,4 +1,4 @@ -## The *install-crystal-disk-info.ps1* Script +## Script: *install-crystal-disk-info.ps1* This PowerShell script installs CrystalDiskInfo from the Microsoft Store. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-crystal-disk-info.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-crystal-disk-info.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-crystal-disk-mark.md b/Docs/install-crystal-disk-mark.md index 7c3ff75c..13cf05a3 100644 --- a/Docs/install-crystal-disk-mark.md +++ b/Docs/install-crystal-disk-mark.md @@ -1,4 +1,4 @@ -## The *install-crystal-disk-mark.ps1* Script +## Script: *install-crystal-disk-mark.ps1* This PowerShell script installs CrystalDiskMark from the Microsoft Store. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-crystal-disk-mark.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-crystal-disk-mark.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-discord.md b/Docs/install-discord.md index e9d6f45e..a05f8563 100644 --- a/Docs/install-discord.md +++ b/Docs/install-discord.md @@ -1,4 +1,4 @@ -## The *install-discord.ps1* Script +## Script: *install-discord.ps1* This PowerShell script installs Discord from the Microsoft Store. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-discord.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-discord.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-edge.md b/Docs/install-edge.md index 393c1fb8..569672b3 100644 --- a/Docs/install-edge.md +++ b/Docs/install-edge.md @@ -1,4 +1,4 @@ -## The *install-edge.ps1* Script +## Script: *install-edge.ps1* This PowerShell script installs the Microsoft Edge Browser from the Microsoft Store. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-edge.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-edge.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-evcc.md b/Docs/install-evcc.md index ce0e8043..4d11d55f 100644 --- a/Docs/install-evcc.md +++ b/Docs/install-evcc.md @@ -1,4 +1,4 @@ -## The *install-evcc.ps1* Script +## Script: *install-evcc.ps1* This PowerShell script installs evcc. Sevcc is an extensible EV Charge Controller with PV integration implemented in Go. See https://evcc.io for details. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -71,4 +71,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-evcc.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-evcc.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-firefox.md b/Docs/install-firefox.md index c26a4114..a7efadb4 100644 --- a/Docs/install-firefox.md +++ b/Docs/install-firefox.md @@ -1,4 +1,4 @@ -## The *install-firefox.ps1* Script +## Script: *install-firefox.ps1* This PowerShell script installs Mozilla Firefox from the Microsoft Store. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-firefox.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-firefox.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-git-extensions.md b/Docs/install-git-extensions.md index fe5a336b..87ddfbc6 100644 --- a/Docs/install-git-extensions.md +++ b/Docs/install-git-extensions.md @@ -1,4 +1,4 @@ -## The *install-git-extensions.ps1* Script +## Script: *install-git-extensions.ps1* This PowerShell script installs Git Extensions. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-git-extensions.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-git-extensions.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-git-for-windows.md b/Docs/install-git-for-windows.md index a94b75e3..8885b257 100644 --- a/Docs/install-git-for-windows.md +++ b/Docs/install-git-for-windows.md @@ -1,4 +1,4 @@ -## The *install-git-for-windows.ps1* Script +## Script: *install-git-for-windows.ps1* This PowerShell script installs Git for Windows. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-git-for-windows.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-git-for-windows.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-github-cli.md b/Docs/install-github-cli.md index 558a8d25..f2756e40 100644 --- a/Docs/install-github-cli.md +++ b/Docs/install-github-cli.md @@ -1,4 +1,4 @@ -## The *install-github-cli.ps1* Script +## Script: *install-github-cli.ps1* This PowerShell script installs GitHub command-line interface (CLI). @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -59,4 +59,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-github-cli.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-github-cli.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-irfanview.md b/Docs/install-irfanview.md index 8840bf78..f054fc74 100644 --- a/Docs/install-irfanview.md +++ b/Docs/install-irfanview.md @@ -1,4 +1,4 @@ -## The *install-irfanview.ps1* Script +## Script: *install-irfanview.ps1* This PowerShell script installs IrfanView from the Microsoft Store. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-irfanview.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-irfanview.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-knot-resolver.md b/Docs/install-knot-resolver.md index 031337a5..9c58bf9b 100644 --- a/Docs/install-knot-resolver.md +++ b/Docs/install-knot-resolver.md @@ -1,4 +1,4 @@ -## The *install-knot-resolver.ps1* Script +## Script: *install-knot-resolver.ps1* This PowerShell script installs Knot Resolver. Knot Resolver is a DNS resolver daemon. It needs admin rights. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -64,4 +64,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-knot-resolver.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-knot-resolver.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-microsoft-teams.md b/Docs/install-microsoft-teams.md index ea9609d8..7b592cc8 100644 --- a/Docs/install-microsoft-teams.md +++ b/Docs/install-microsoft-teams.md @@ -1,4 +1,4 @@ -## The *install-microsoft-teams.ps1* Script +## Script: *install-microsoft-teams.ps1* This PowerShell script installs Microsoft Teams from the Microsoft Store. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-microsoft-teams.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-microsoft-teams.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-netflix.md b/Docs/install-netflix.md index 0ef360c9..7dd18470 100644 --- a/Docs/install-netflix.md +++ b/Docs/install-netflix.md @@ -1,4 +1,4 @@ -## The *install-netflix.ps1* Script +## Script: *install-netflix.ps1* This PowerShell script installs Netflix from the Microsoft Store. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-netflix.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-netflix.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-nine-zip.md b/Docs/install-nine-zip.md index b5e730db..2bb072b0 100644 --- a/Docs/install-nine-zip.md +++ b/Docs/install-nine-zip.md @@ -1,4 +1,4 @@ -## The *install-nine-zip.ps1* Script +## Script: *install-nine-zip.ps1* This PowerShell script installs 9 ZIP from the Microsoft Store. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-nine-zip.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-nine-zip.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-obs-studio.md b/Docs/install-obs-studio.md index 5f7f0ab4..de4e0149 100644 --- a/Docs/install-obs-studio.md +++ b/Docs/install-obs-studio.md @@ -1,4 +1,4 @@ -## The *install-obs-studio.ps1* Script +## Script: *install-obs-studio.ps1* This PowerShell script installs OBS Studio (admin rights are needed). @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -58,4 +58,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-obs-studio.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-obs-studio.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-one-calendar.md b/Docs/install-one-calendar.md index 51516f13..016188bd 100644 --- a/Docs/install-one-calendar.md +++ b/Docs/install-one-calendar.md @@ -1,4 +1,4 @@ -## The *install-one-calendar.ps1* Script +## Script: *install-one-calendar.ps1* This PowerShell script installs One Calendar from the Microsoft Store. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-one-calendar.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-one-calendar.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-opera-browser.md b/Docs/install-opera-browser.md index 665778b2..2fa52937 100644 --- a/Docs/install-opera-browser.md +++ b/Docs/install-opera-browser.md @@ -1,4 +1,4 @@ -## The *install-opera-browser.ps1* Script +## Script: *install-opera-browser.ps1* This PowerShell script installs Opera Browser from Microsoft Store. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-opera-browser.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-opera-browser.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-opera-gx.md b/Docs/install-opera-gx.md index 0ef74a58..bef7d7f3 100644 --- a/Docs/install-opera-gx.md +++ b/Docs/install-opera-gx.md @@ -1,4 +1,4 @@ -## The *install-opera-gx.ps1* Script +## Script: *install-opera-gx.ps1* This PowerShell script installs Opera GX from Microsoft Store. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-opera-gx.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-opera-gx.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-paint-3d.md b/Docs/install-paint-3d.md index 445968fb..746f9eec 100644 --- a/Docs/install-paint-3d.md +++ b/Docs/install-paint-3d.md @@ -1,4 +1,4 @@ -## The *install-paint-3d.ps1* Script +## Script: *install-paint-3d.ps1* This PowerShell script installs Paint 3D from the Microsoft Store. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-paint-3d.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-paint-3d.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-power-toys.md b/Docs/install-power-toys.md index 3c25dfaa..28424c10 100644 --- a/Docs/install-power-toys.md +++ b/Docs/install-power-toys.md @@ -1,4 +1,4 @@ -## The *install-power-toys.ps1* Script +## Script: *install-power-toys.ps1* This PowerShell script installs the Microsoft Powertoys. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-power-toys.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-power-toys.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-powershell.md b/Docs/install-powershell.md index f391772e..16e8f9b7 100644 --- a/Docs/install-powershell.md +++ b/Docs/install-powershell.md @@ -1,4 +1,4 @@ -## The *install-powershell.ps1* Script +## Script: *install-powershell.ps1* By default, the latest PowerShell release package will be installed. If '-Daily' is specified, then the latest PowerShell daily package will be installed. @@ -107,7 +107,7 @@ Invoke-Expression "& { $(Invoke-RestMethod 'https://aka.ms/install-powershell.ps ``` -## Source Code +## Script Content ```powershell <# .Synopsis @@ -633,4 +633,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-powershell.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-powershell.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-rufus.md b/Docs/install-rufus.md index eaa1872a..66b97199 100644 --- a/Docs/install-rufus.md +++ b/Docs/install-rufus.md @@ -1,4 +1,4 @@ -## The *install-rufus.ps1* Script +## Script: *install-rufus.ps1* This PowerShell script installs Rufus from the Microsoft Store. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-rufus.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-rufus.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-signal-cli.md b/Docs/install-signal-cli.md index 8f7d16b5..2a8a3ca5 100644 --- a/Docs/install-signal-cli.md +++ b/Docs/install-signal-cli.md @@ -1,4 +1,4 @@ -## The *install-signal-cli.ps1* Script +## Script: *install-signal-cli.ps1* This PowerShell script installs signal-cli from github.com/AsamK/signal-cli. See the Web page for the correct version number. @@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -84,4 +84,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-signal-cli.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-signal-cli.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-skype.md b/Docs/install-skype.md index 271a0f20..bd3340b4 100644 --- a/Docs/install-skype.md +++ b/Docs/install-skype.md @@ -1,4 +1,4 @@ -## The *install-skype.ps1* Script +## Script: *install-skype.ps1* This PowerShell script installs Skype from the Microsoft Store. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-skype.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-skype.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-spotify.md b/Docs/install-spotify.md index 6fb1c7ab..e121d8c6 100644 --- a/Docs/install-spotify.md +++ b/Docs/install-spotify.md @@ -1,4 +1,4 @@ -## The *install-spotify.ps1* Script +## Script: *install-spotify.ps1* This PowerShell script installs Spotify from the Microsoft Store. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/talk2windows -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-spotify.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-spotify.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-ssh-client.md b/Docs/install-ssh-client.md index 9c4be2ee..849b9bff 100644 --- a/Docs/install-ssh-client.md +++ b/Docs/install-ssh-client.md @@ -1,4 +1,4 @@ -## The *install-ssh-client.ps1* Script +## Script: *install-ssh-client.ps1* This PowerShell script installs a SSH client (needs admin rights). @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -58,4 +58,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-ssh-client.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-ssh-client.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-ssh-server.md b/Docs/install-ssh-server.md index 1ae21ac8..235c0fee 100644 --- a/Docs/install-ssh-server.md +++ b/Docs/install-ssh-server.md @@ -1,4 +1,4 @@ -## The *install-ssh-server.ps1* Script +## Script: *install-ssh-server.ps1* This PowerShell script installs a SSH server (needs admin rights). @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -72,4 +72,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-ssh-server.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-ssh-server.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-thunderbird.md b/Docs/install-thunderbird.md index 0e15cd4c..15a44a0f 100644 --- a/Docs/install-thunderbird.md +++ b/Docs/install-thunderbird.md @@ -1,4 +1,4 @@ -## The *install-thunderbird.ps1* Script +## Script: *install-thunderbird.ps1* This PowerShell script installs Mozilla Thunderbird. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-thunderbird.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-thunderbird.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-twitter.md b/Docs/install-twitter.md index 942a3579..0f4a4f81 100644 --- a/Docs/install-twitter.md +++ b/Docs/install-twitter.md @@ -1,4 +1,4 @@ -## The *install-twitter.ps1* Script +## Script: *install-twitter.ps1* This PowerShell script installs Twitter from the Microsoft Store. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-twitter.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-twitter.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-unbound-server.md b/Docs/install-unbound-server.md index cfa5413b..193249b3 100644 --- a/Docs/install-unbound-server.md +++ b/Docs/install-unbound-server.md @@ -1,4 +1,4 @@ -## The *install-unbound-server.ps1* Script +## Script: *install-unbound-server.ps1* This PowerShell script installs Unbound, a validating, recursive, caching DNS resolver. It needs admin rights. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -93,4 +93,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-unbound-server.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-unbound-server.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-updates.md b/Docs/install-updates.md index 57ced37f..a5402bf7 100644 --- a/Docs/install-updates.md +++ b/Docs/install-updates.md @@ -1,4 +1,4 @@ -## The *install-updates.ps1* Script +## Script: *install-updates.ps1* This PowerShell script installs software updates for the local machine (needs admin rights). Use the script 'list-updates.ps1' to list available updates. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -70,4 +70,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-updates.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-updates.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-visual-studio-code.md b/Docs/install-visual-studio-code.md index 52c128c3..36c6fc63 100644 --- a/Docs/install-visual-studio-code.md +++ b/Docs/install-visual-studio-code.md @@ -1,4 +1,4 @@ -## The *install-visual-studio-code.ps1* Script +## Script: *install-visual-studio-code.ps1* This PowerShell script installs Visual Studio Code. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-visual-studio-code.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-visual-studio-code.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-vivaldi.md b/Docs/install-vivaldi.md index 23dac137..a076b831 100644 --- a/Docs/install-vivaldi.md +++ b/Docs/install-vivaldi.md @@ -1,4 +1,4 @@ -## The *install-vivaldi.ps1* Script +## Script: *install-vivaldi.ps1* This PowerShell script installs the Vivaldi browser. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-vivaldi.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-vivaldi.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-vlc.md b/Docs/install-vlc.md index c657dd89..3e26f2d0 100644 --- a/Docs/install-vlc.md +++ b/Docs/install-vlc.md @@ -1,4 +1,4 @@ -## The *install-vlc.ps1* Script +## Script: *install-vlc.ps1* This PowerShell script installs the VLC media player. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-vlc.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-vlc.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-windows-terminal.md b/Docs/install-windows-terminal.md index b7dbac83..85d2ca3c 100644 --- a/Docs/install-windows-terminal.md +++ b/Docs/install-windows-terminal.md @@ -1,4 +1,4 @@ -## The *install-windows-terminal.ps1* Script +## Script: *install-windows-terminal.ps1* This PowerShell script installs Windows Terminal from the Microsoft Store. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-windows-terminal.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-windows-terminal.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-wsl.md b/Docs/install-wsl.md index 701462c6..65d2f953 100644 --- a/Docs/install-wsl.md +++ b/Docs/install-wsl.md @@ -1,4 +1,4 @@ -## The *install-wsl.ps1* Script +## Script: *install-wsl.ps1* This PowerShell script installs Windows Subsystem for Linux. It needs admin rights. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -68,4 +68,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-wsl.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-wsl.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/install-zoom.md b/Docs/install-zoom.md index c304c0a7..08a8cdea 100644 --- a/Docs/install-zoom.md +++ b/Docs/install-zoom.md @@ -1,4 +1,4 @@ -## The *install-zoom.ps1* Script +## Script: *install-zoom.ps1* This PowerShell script installs Zoom. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of install-zoom.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of install-zoom.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/introduce-powershell.md b/Docs/introduce-powershell.md index c9c91e7a..1d136384 100644 --- a/Docs/introduce-powershell.md +++ b/Docs/introduce-powershell.md @@ -1,4 +1,4 @@ -## The *introduce-powershell.ps1* Script +## Script: *introduce-powershell.ps1* This PowerShell script introduces PowerShell to new users. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -80,4 +80,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of introduce-powershell.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of introduce-powershell.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/list-aliases.md b/Docs/list-aliases.md index adf07d38..8d99b153 100644 --- a/Docs/list-aliases.md +++ b/Docs/list-aliases.md @@ -1,4 +1,4 @@ -## The *list-aliases.ps1* Script +## Script: *list-aliases.ps1* This PowerShell scripts lists all PowerShell aliases. @@ -31,7 +31,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -61,4 +61,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-aliases.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-aliases.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/list-anagrams.md b/Docs/list-anagrams.md index 601dfedb..a76a212a 100644 --- a/Docs/list-anagrams.md +++ b/Docs/list-anagrams.md @@ -1,4 +1,4 @@ -## The *list-anagrams.ps1* Script +## Script: *list-anagrams.ps1* This PowerShell script lists all anagrams of the given word. @@ -41,7 +41,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -114,4 +114,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-anagrams.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-anagrams.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/list-apps.md b/Docs/list-apps.md index ce900fc3..1e277939 100644 --- a/Docs/list-apps.md +++ b/Docs/list-apps.md @@ -1,4 +1,4 @@ -## The *list-apps.ps1* Script +## Script: *list-apps.ps1* This PowerShell script lists the installed applications (from Windows Store, or Snap Store). @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -51,4 +51,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-apps.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-apps.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/list-ascii-table.md b/Docs/list-ascii-table.md index 27cf428e..ae0ea3cf 100644 --- a/Docs/list-ascii-table.md +++ b/Docs/list-ascii-table.md @@ -1,4 +1,4 @@ -## The *list-ascii-table.ps1* Script +## Script: *list-ascii-table.ps1* This PowerShell script lists the ASCII table on the console. @@ -31,7 +31,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -100,4 +100,4 @@ Write-Host "ASCII TABLE" -foregroundColor green exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-ascii-table.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-ascii-table.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/list-automatic-variables.md b/Docs/list-automatic-variables.md index b0631a86..c9531af2 100644 --- a/Docs/list-automatic-variables.md +++ b/Docs/list-automatic-variables.md @@ -1,4 +1,4 @@ -## The *list-automatic-variables.ps1* Script +## Script: *list-automatic-variables.ps1* list-automatic-variables.ps1 @@ -12,7 +12,7 @@ list-automatic-variables.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -98,4 +98,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-automatic-variables.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-automatic-variables.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/list-battery-status.md b/Docs/list-battery-status.md index f3944c54..38e0af48 100644 --- a/Docs/list-battery-status.md +++ b/Docs/list-battery-status.md @@ -1,4 +1,4 @@ -## The *list-battery-status.ps1* Script +## Script: *list-battery-status.ps1* This PowerShell script lists the battery status. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -48,4 +48,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-battery-status.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-battery-status.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/list-bios.md b/Docs/list-bios.md index 1c43f427..ccc2e509 100644 --- a/Docs/list-bios.md +++ b/Docs/list-bios.md @@ -1,4 +1,4 @@ -## The *list-bios.ps1* Script +## Script: *list-bios.ps1* This PowerShell script lists the BIOS details. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-bios.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-bios.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/list-bluetooth-devices.md b/Docs/list-bluetooth-devices.md index 34c2cdc6..8990d286 100644 --- a/Docs/list-bluetooth-devices.md +++ b/Docs/list-bluetooth-devices.md @@ -1,4 +1,4 @@ -## The *list-bluetooth-devices.ps1* Script +## Script: *list-bluetooth-devices.ps1* This PowerShell script lists all Bluetooth devices connected to the computer. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-bluetooth-devices.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-bluetooth-devices.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/list-branches.md b/Docs/list-branches.md index 24d1fe15..0fc6b8e1 100644 --- a/Docs/list-branches.md +++ b/Docs/list-branches.md @@ -1,4 +1,4 @@ -## The *list-branches.ps1* Script +## Script: *list-branches.ps1* This PowerShell script lists all branches in a Git repository. @@ -41,7 +41,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -91,4 +91,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-branches.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-branches.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/list-calendar.md b/Docs/list-calendar.md index b915ef48..50252a1d 100644 --- a/Docs/list-calendar.md +++ b/Docs/list-calendar.md @@ -1,4 +1,4 @@ -## The *list-calendar.ps1* Script +## Script: *list-calendar.ps1* Lists calendar elements, either a single month or an entire year. @@ -63,7 +63,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -235,4 +235,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-calendar.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-calendar.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/list-cheat-sheet.md b/Docs/list-cheat-sheet.md index cae57288..023a335a 100644 --- a/Docs/list-cheat-sheet.md +++ b/Docs/list-cheat-sheet.md @@ -1,4 +1,4 @@ -## The *list-cheat-sheet.ps1* Script +## Script: *list-cheat-sheet.ps1* This PowerShell script lists the PowerShell cheat sheet. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -69,4 +69,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-cheat-sheet.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-cheat-sheet.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/list-city-weather.md b/Docs/list-city-weather.md index 3908d8cc..65e66e5e 100644 --- a/Docs/list-city-weather.md +++ b/Docs/list-city-weather.md @@ -1,4 +1,4 @@ -## The *list-city-weather.ps1* Script +## Script: *list-city-weather.ps1* This PowerShell script lists the current weather of cities world-wide (west to east). @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -57,4 +57,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-city-weather.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-city-weather.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/list-cli-tools.md b/Docs/list-cli-tools.md index cdc3c0d3..9d33c9c0 100644 --- a/Docs/list-cli-tools.md +++ b/Docs/list-cli-tools.md @@ -1,4 +1,4 @@ -## The *list-cli-tools.ps1* Script +## Script: *list-cli-tools.ps1* list-cli-tools.ps1 @@ -12,7 +12,7 @@ list-cli-tools.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -322,4 +322,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-cli-tools.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-cli-tools.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/list-clipboard.md b/Docs/list-clipboard.md index c3b669af..ce0b421e 100644 --- a/Docs/list-clipboard.md +++ b/Docs/list-clipboard.md @@ -1,4 +1,4 @@ -## The *list-clipboard.ps1* Script +## Script: *list-clipboard.ps1* This PowerShell script lists the contents of the clipboard. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-clipboard.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-clipboard.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/list-cmdlets.md b/Docs/list-cmdlets.md index 86e904d4..3e88f178 100644 --- a/Docs/list-cmdlets.md +++ b/Docs/list-cmdlets.md @@ -1,4 +1,4 @@ -## The *list-cmdlets.ps1* Script +## Script: *list-cmdlets.ps1* This PowerShell script lists all PowerShell cmdlets. @@ -31,7 +31,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -61,4 +61,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-cmdlets.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-cmdlets.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/list-coffee-prices.md b/Docs/list-coffee-prices.md index 8d8276a6..f42e396e 100644 --- a/Docs/list-coffee-prices.md +++ b/Docs/list-coffee-prices.md @@ -1,4 +1,4 @@ -## The *list-coffee-prices.ps1* Script +## Script: *list-coffee-prices.ps1* list-coffee-prices.ps1 @@ -12,7 +12,7 @@ list-coffee-prices.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -66,4 +66,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-coffee-prices.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-coffee-prices.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/list-commit-statistics.md b/Docs/list-commit-statistics.md index 06b66127..81231e7e 100644 --- a/Docs/list-commit-statistics.md +++ b/Docs/list-commit-statistics.md @@ -1,4 +1,4 @@ -## The *list-commit-statistics.ps1* Script +## Script: *list-commit-statistics.ps1* This PowerShell script lists the commit statistics of a Git repository. @@ -37,7 +37,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -88,4 +88,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-commit-statistics.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-commit-statistics.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/list-commits.md b/Docs/list-commits.md index b97f8d74..0ed88ffe 100644 --- a/Docs/list-commits.md +++ b/Docs/list-commits.md @@ -1,4 +1,4 @@ -## The *list-commits.ps1* Script +## Script: *list-commits.ps1* This PowerShell script lists all commits in a Git repository. Supported output formats are: pretty, list, compact, normal or JSON. @@ -49,7 +49,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -117,4 +117,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-commits.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-commits.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/list-console-colors.md b/Docs/list-console-colors.md index 6f45b952..1978d167 100644 --- a/Docs/list-console-colors.md +++ b/Docs/list-console-colors.md @@ -1,4 +1,4 @@ -## The *list-console-colors.ps1* Script +## Script: *list-console-colors.ps1* This PowerShell script lists all available console colors. @@ -29,7 +29,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -68,4 +68,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-console-colors.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-console-colors.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/list-countries.md b/Docs/list-countries.md index 567f5971..21bc6254 100644 --- a/Docs/list-countries.md +++ b/Docs/list-countries.md @@ -1,4 +1,4 @@ -## The *list-countries.ps1* Script +## Script: *list-countries.ps1* list-countries.ps1 @@ -12,7 +12,7 @@ list-countries.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -49,4 +49,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-countries.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-countries.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/list-cpu.md b/Docs/list-cpu.md index b4745cf4..a2fc16dd 100644 --- a/Docs/list-cpu.md +++ b/Docs/list-cpu.md @@ -1,4 +1,4 @@ -## The *list-cpu.ps1* Script +## Script: *list-cpu.ps1* This PowerShell script lists the CPU details. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-cpu.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-cpu.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/list-credits.md b/Docs/list-credits.md index 63f681e4..5d82f2e9 100644 --- a/Docs/list-credits.md +++ b/Docs/list-credits.md @@ -1,4 +1,4 @@ -## The *list-credits.ps1* Script +## Script: *list-credits.ps1* This PowerShell script shows the credits for the PowerShell Scripts. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -74,4 +74,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-credits.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-credits.ps1 as of 07/29/2023 09:55:11)* diff --git a/Docs/list-crypto-rates.md b/Docs/list-crypto-rates.md index 1d4c2c5d..0cacbcf5 100644 --- a/Docs/list-crypto-rates.md +++ b/Docs/list-crypto-rates.md @@ -1,4 +1,4 @@ -## The *list-crypto-rates.ps1* Script +## Script: *list-crypto-rates.ps1* list-crypto-rates.ps1 @@ -12,7 +12,7 @@ list-crypto-rates.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -68,4 +68,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-crypto-rates.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-crypto-rates.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-dir-tree.md b/Docs/list-dir-tree.md index e9bb31ce..a47b7f36 100644 --- a/Docs/list-dir-tree.md +++ b/Docs/list-dir-tree.md @@ -1,4 +1,4 @@ -## The *list-dir-tree.ps1* Script +## Script: *list-dir-tree.ps1* This PowerShell script lists all files and folders in a directory tree. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -99,4 +99,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-dir-tree.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-dir-tree.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-dns-servers.md b/Docs/list-dns-servers.md index c706f666..92e15bc6 100644 --- a/Docs/list-dns-servers.md +++ b/Docs/list-dns-servers.md @@ -1,4 +1,4 @@ -## The *list-dns-servers.ps1* Script +## Script: *list-dns-servers.ps1* list-dns-servers.ps1 @@ -12,7 +12,7 @@ list-dns-servers.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -59,4 +59,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-dns-servers.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-dns-servers.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-drives.md b/Docs/list-drives.md index 177a697f..58e40b53 100644 --- a/Docs/list-drives.md +++ b/Docs/list-drives.md @@ -1,4 +1,4 @@ -## The *list-drives.ps1* Script +## Script: *list-drives.ps1* This PowerShell script lists all local drives as a table. @@ -29,7 +29,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -57,4 +57,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-drives.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-drives.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-earthquakes.md b/Docs/list-earthquakes.md index 5730635b..2d0dc92a 100644 --- a/Docs/list-earthquakes.md +++ b/Docs/list-earthquakes.md @@ -1,4 +1,4 @@ -## The *list-earthquakes.ps1* Script +## Script: *list-earthquakes.ps1* This PowerShell script lists major earthquakes with magnitude >= 6.0 for the last 30 days. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -61,4 +61,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-earthquakes.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-earthquakes.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-emojis.md b/Docs/list-emojis.md index fdc7e0af..9c38ef07 100644 --- a/Docs/list-emojis.md +++ b/Docs/list-emojis.md @@ -1,4 +1,4 @@ -## The *list-emojis.ps1* Script +## Script: *list-emojis.ps1* This PowerShell script lists the emojis of Unicode 13.0 sorted by category. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -66,4 +66,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-emojis.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-emojis.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-empty-dirs.md b/Docs/list-empty-dirs.md index 4074f2d6..e2066533 100644 --- a/Docs/list-empty-dirs.md +++ b/Docs/list-empty-dirs.md @@ -1,4 +1,4 @@ -## The *list-empty-dirs.ps1* Script +## Script: *list-empty-dirs.ps1* This PowerShell script scans and lists all empty subfolders within the given directory tree. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -71,4 +71,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-empty-dirs.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-empty-dirs.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-empty-files.md b/Docs/list-empty-files.md index d2fdfe35..8d07e413 100644 --- a/Docs/list-empty-files.md +++ b/Docs/list-empty-files.md @@ -1,4 +1,4 @@ -## The *list-empty-files.ps1* Script +## Script: *list-empty-files.ps1* This PowerShell script scans and lists all empty files within the given directory tree. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -69,4 +69,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-empty-files.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-empty-files.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-environment-variables.md b/Docs/list-environment-variables.md index d6976197..b50f391f 100644 --- a/Docs/list-environment-variables.md +++ b/Docs/list-environment-variables.md @@ -1,4 +1,4 @@ -## The *list-environment-variables.ps1* Script +## Script: *list-environment-variables.ps1* This PowerShell script lists all environment variables. @@ -31,7 +31,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -61,4 +61,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-environment-variables.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-environment-variables.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-exchange-rates.md b/Docs/list-exchange-rates.md index 57e4d0d1..54522ca3 100644 --- a/Docs/list-exchange-rates.md +++ b/Docs/list-exchange-rates.md @@ -1,4 +1,4 @@ -## The *list-exchange-rates.ps1* Script +## Script: *list-exchange-rates.ps1* This PowerShell script lists the current exchange rates for the given currency (USD per default). @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -71,4 +71,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-exchange-rates.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-exchange-rates.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-fibonacci.md b/Docs/list-fibonacci.md index 70a73e09..628aacf0 100644 --- a/Docs/list-fibonacci.md +++ b/Docs/list-fibonacci.md @@ -1,4 +1,4 @@ -## The *list-fibonacci.ps1* Script +## Script: *list-fibonacci.ps1* list-fibonacci.ps1 @@ -12,7 +12,7 @@ list-fibonacci.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -39,4 +39,4 @@ foreach ($i in 0..100) { exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-fibonacci.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-fibonacci.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-files.md b/Docs/list-files.md index f7e9e3c6..77907c8f 100644 --- a/Docs/list-files.md +++ b/Docs/list-files.md @@ -1,4 +1,4 @@ -## The *list-files.ps1* Script +## Script: *list-files.ps1* This PowerShell script lists all files within the given directory tree. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -62,4 +62,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-files.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-files.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-folder.md b/Docs/list-folder.md index 1d35e5d2..3cde17b7 100644 --- a/Docs/list-folder.md +++ b/Docs/list-folder.md @@ -1,4 +1,4 @@ -## The *list-folder.ps1* Script +## Script: *list-folder.ps1* This PowerShell script lists the content of a directory (alphabetically formatted in columns). @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -85,4 +85,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-folder.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-folder.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-fritzbox-calls.md b/Docs/list-fritzbox-calls.md index f36ece15..3a8e204b 100644 --- a/Docs/list-fritzbox-calls.md +++ b/Docs/list-fritzbox-calls.md @@ -1,4 +1,4 @@ -## The *list-fritzbox-calls.ps1* Script +## Script: *list-fritzbox-calls.ps1* This PowerShell script lists the phone calls of the FRITZ!Box device. @@ -41,7 +41,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -147,4 +147,4 @@ echo $Result exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-fritzbox-calls.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-fritzbox-calls.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-fritzbox-devices.md b/Docs/list-fritzbox-devices.md index e4c3412a..c6fe3550 100644 --- a/Docs/list-fritzbox-devices.md +++ b/Docs/list-fritzbox-devices.md @@ -1,4 +1,4 @@ -## The *list-fritzbox-devices.ps1* Script +## Script: *list-fritzbox-devices.ps1* This PowerShell script lists FRITZ!Box's known devices. @@ -41,7 +41,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -99,4 +99,4 @@ $HostTable | format-table -property Active,IPAddress,MACAddress,HostName,Interfa exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-fritzbox-devices.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-fritzbox-devices.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-headlines.md b/Docs/list-headlines.md index 532cd8f1..a2747977 100644 --- a/Docs/list-headlines.md +++ b/Docs/list-headlines.md @@ -1,4 +1,4 @@ -## The *list-headlines.ps1* Script +## Script: *list-headlines.ps1* This PowerShell script lists the latest RSS feed news. @@ -41,7 +41,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -79,4 +79,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-headlines.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-headlines.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-hidden-files.md b/Docs/list-hidden-files.md index 916321c4..9e4db583 100644 --- a/Docs/list-hidden-files.md +++ b/Docs/list-hidden-files.md @@ -1,4 +1,4 @@ -## The *list-hidden-files.ps1* Script +## Script: *list-hidden-files.ps1* This PowerShell script scans and lists all hidden files in a directory tree. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -68,4 +68,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-hidden-files.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-hidden-files.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-installed-languages.md b/Docs/list-installed-languages.md index 541c4ab0..4d3d9433 100644 --- a/Docs/list-installed-languages.md +++ b/Docs/list-installed-languages.md @@ -1,4 +1,4 @@ -## The *list-installed-languages.ps1* Script +## Script: *list-installed-languages.ps1* list-installed-languages.ps1 @@ -12,7 +12,7 @@ list-installed-languages.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -43,4 +43,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-installed-languages.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-installed-languages.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-installed-scripts.md b/Docs/list-installed-scripts.md index c1a53d67..e93a9f78 100644 --- a/Docs/list-installed-scripts.md +++ b/Docs/list-installed-scripts.md @@ -1,4 +1,4 @@ -## The *list-installed-scripts.ps1* Script +## Script: *list-installed-scripts.ps1* This PowerShell script lists all installed PowerShell scripts. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ Get-InstalledScript exit # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-installed-scripts.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-installed-scripts.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-installed-software.md b/Docs/list-installed-software.md index ff56449c..9067921e 100644 --- a/Docs/list-installed-software.md +++ b/Docs/list-installed-software.md @@ -1,4 +1,4 @@ -## The *list-installed-software.ps1* Script +## Script: *list-installed-software.ps1* This PowerShell script lists the installed software (except Windows Store apps). @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-installed-software.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-installed-software.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-latest-tag.md b/Docs/list-latest-tag.md index 34b6e7ea..a3f50a66 100644 --- a/Docs/list-latest-tag.md +++ b/Docs/list-latest-tag.md @@ -1,4 +1,4 @@ -## The *list-latest-tag.ps1* Script +## Script: *list-latest-tag.ps1* This PowerShell script lists the latest tag on the current branch in a Git repository. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -73,4 +73,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-latest-tag.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-latest-tag.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-latest-tags.md b/Docs/list-latest-tags.md index b874e84d..406c09e4 100644 --- a/Docs/list-latest-tags.md +++ b/Docs/list-latest-tags.md @@ -1,4 +1,4 @@ -## The *list-latest-tags.ps1* Script +## Script: *list-latest-tags.ps1* This PowerShell script lists the latest tags in all Git repositories in the specified folder. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -79,4 +79,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-latest-tags.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-latest-tags.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-memos.md b/Docs/list-memos.md index 44a9529b..909ed20e 100644 --- a/Docs/list-memos.md +++ b/Docs/list-memos.md @@ -1,4 +1,4 @@ -## The *list-memos.ps1* Script +## Script: *list-memos.ps1* This PowerShell script lists all memo entries in Memos.csv in your home folder. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -65,4 +65,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-memos.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-memos.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-modules.md b/Docs/list-modules.md index 1cf27da3..95e3c8fc 100644 --- a/Docs/list-modules.md +++ b/Docs/list-modules.md @@ -1,4 +1,4 @@ -## The *list-modules.ps1* Script +## Script: *list-modules.ps1* This PowerShell script lists the installed PowerShell modules. @@ -30,7 +30,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -59,4 +59,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-modules.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-modules.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-motherboard.md b/Docs/list-motherboard.md index 6ac231fe..662a90c8 100644 --- a/Docs/list-motherboard.md +++ b/Docs/list-motherboard.md @@ -1,4 +1,4 @@ -## The *list-motherboard.ps1* Script +## Script: *list-motherboard.ps1* This PowerShell script lists the motherboard details. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-motherboard.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-motherboard.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-mysql-tables.md b/Docs/list-mysql-tables.md index b36486f7..cca71e43 100644 --- a/Docs/list-mysql-tables.md +++ b/Docs/list-mysql-tables.md @@ -1,4 +1,4 @@ -## The *list-mysql-tables.ps1* Script +## Script: *list-mysql-tables.ps1* This PowerShell script lists all tables of the given MySQL database. @@ -55,7 +55,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -84,4 +84,4 @@ $result = Invoke-MySqlQuery -ConnectionString "server=$server; database=$databa $result | Export-Csv $csvfilepath -NoTypeInformation ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-mysql-tables.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-mysql-tables.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-network-connections.md b/Docs/list-network-connections.md index e3f5f262..7f8764d9 100644 --- a/Docs/list-network-connections.md +++ b/Docs/list-network-connections.md @@ -1,4 +1,4 @@ -## The *list-network-connections.ps1* Script +## Script: *list-network-connections.ps1* This PowerShell script lists all active network connections on the local computer. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-network-connections.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-network-connections.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-network-routes.md b/Docs/list-network-routes.md index c9f4c16d..1211dfdb 100644 --- a/Docs/list-network-routes.md +++ b/Docs/list-network-routes.md @@ -1,4 +1,4 @@ -## The *list-network-routes.ps1* Script +## Script: *list-network-routes.ps1* This PowerShell script lists the network routes on the local computer. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-network-routes.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-network-routes.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-network-shares.md b/Docs/list-network-shares.md index 2dac66db..397b7762 100644 --- a/Docs/list-network-shares.md +++ b/Docs/list-network-shares.md @@ -1,4 +1,4 @@ -## The *list-network-shares.ps1* Script +## Script: *list-network-shares.ps1* This PowerShell script lists all network shares of the local computer. @@ -29,7 +29,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -57,4 +57,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-network-shares.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-network-shares.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-news.md b/Docs/list-news.md index 33b17cfa..804cfbb0 100644 --- a/Docs/list-news.md +++ b/Docs/list-news.md @@ -1,4 +1,4 @@ -## The *list-news.ps1* Script +## Script: *list-news.ps1* This PowerShell script lists the latest news by using RSS (Really Simple Syndication) feeds. @@ -52,7 +52,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -101,4 +101,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-news.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-news.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-nic.md b/Docs/list-nic.md index 1757d7a5..cce40f3b 100644 --- a/Docs/list-nic.md +++ b/Docs/list-nic.md @@ -1,4 +1,4 @@ -## The *list-nic.ps1* Script +## Script: *list-nic.ps1* This PowerShell script lists the details of the installed network interfaces. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-nic.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-nic.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-os-releases.md b/Docs/list-os-releases.md index 8dddb958..05137bfa 100644 --- a/Docs/list-os-releases.md +++ b/Docs/list-os-releases.md @@ -1,4 +1,4 @@ -## The *list-os-releases.ps1* Script +## Script: *list-os-releases.ps1* This PowerShell script lists OS releases and download URL. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -60,4 +60,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-os-releases.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-os-releases.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-os-updates.md b/Docs/list-os-updates.md index f3937ccd..06931b68 100644 --- a/Docs/list-os-updates.md +++ b/Docs/list-os-updates.md @@ -1,4 +1,4 @@ -## The *list-os-updates.ps1* Script +## Script: *list-os-updates.ps1* This PowerShell script lists the latest updates for operating systems. @@ -41,7 +41,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -83,4 +83,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-os-updates.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-os-updates.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-os.md b/Docs/list-os.md index cee3a567..0cecb831 100644 --- a/Docs/list-os.md +++ b/Docs/list-os.md @@ -1,4 +1,4 @@ -## The *list-os.ps1* Script +## Script: *list-os.ps1* This PowerShell script lists the exact operating system version. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -55,4 +55,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-os.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-os.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-outlook-inbox.md b/Docs/list-outlook-inbox.md index a3d9a51e..5d05a438 100644 --- a/Docs/list-outlook-inbox.md +++ b/Docs/list-outlook-inbox.md @@ -1,4 +1,4 @@ -## The *list-outlook-inbox.ps1* Script +## Script: *list-outlook-inbox.ps1* This PowerShell script lists the emails in the inbox of Outlook. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -50,4 +50,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-outlook-inbox.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-outlook-inbox.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-outlook-sent.md b/Docs/list-outlook-sent.md index 0ae64d30..6e31b6a4 100644 --- a/Docs/list-outlook-sent.md +++ b/Docs/list-outlook-sent.md @@ -1,4 +1,4 @@ -## The *list-outlook-sent.ps1* Script +## Script: *list-outlook-sent.ps1* This PowerShell script lists the mails in the Sent Mail folder of Outlook. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -50,4 +50,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-outlook-sent.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-outlook-sent.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-passwords.md b/Docs/list-passwords.md index d3d0b5ed..8cf56fd0 100644 --- a/Docs/list-passwords.md +++ b/Docs/list-passwords.md @@ -1,4 +1,4 @@ -## The *list-passwords.ps1* Script +## Script: *list-passwords.ps1* This PowerShell script lists random passwords. @@ -50,7 +50,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -97,4 +97,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-passwords.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-passwords.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-pi.md b/Docs/list-pi.md index dd2b14e4..a004a46b 100644 --- a/Docs/list-pi.md +++ b/Docs/list-pi.md @@ -1,4 +1,4 @@ -## The *list-pi.ps1* Script +## Script: *list-pi.ps1* This PowerShell script calculates and lists the digits of the mathematical constant PI. @@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -111,4 +111,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-pi.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-pi.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-pins.md b/Docs/list-pins.md index 1da56a50..b98e1ba9 100644 --- a/Docs/list-pins.md +++ b/Docs/list-pins.md @@ -1,4 +1,4 @@ -## The *list-pins.ps1* Script +## Script: *list-pins.ps1* This PowerShell script lists random PIN's. @@ -50,7 +50,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -94,4 +94,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-pins.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-pins.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-print-jobs.md b/Docs/list-print-jobs.md index 387e4c96..4107cc51 100644 --- a/Docs/list-print-jobs.md +++ b/Docs/list-print-jobs.md @@ -1,4 +1,4 @@ -## The *list-print-jobs.ps1* Script +## Script: *list-print-jobs.ps1* This PowerShell script lists all print jobs of all printer devices. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -69,4 +69,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-print-jobs.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-print-jobs.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-printers.md b/Docs/list-printers.md index 64c1d661..d1ba41c3 100644 --- a/Docs/list-printers.md +++ b/Docs/list-printers.md @@ -1,4 +1,4 @@ -## The *list-printers.ps1* Script +## Script: *list-printers.ps1* This PowerShell script lists all printers known to the local computer. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-printers.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-printers.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-processes.md b/Docs/list-processes.md index 8423217e..0df23303 100644 --- a/Docs/list-processes.md +++ b/Docs/list-processes.md @@ -1,4 +1,4 @@ -## The *list-processes.ps1* Script +## Script: *list-processes.ps1* This PowerShell script lists all local computer processes. @@ -31,7 +31,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -61,4 +61,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-processes.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-processes.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-profiles.md b/Docs/list-profiles.md index 447da969..b9ba5bc5 100644 --- a/Docs/list-profiles.md +++ b/Docs/list-profiles.md @@ -1,4 +1,4 @@ -## The *list-profiles.ps1* Script +## Script: *list-profiles.ps1* list-profiles.ps1 @@ -12,7 +12,7 @@ list-profiles.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -55,4 +55,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-profiles.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-profiles.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-ram.md b/Docs/list-ram.md index 1d9b4a96..572f8bd6 100644 --- a/Docs/list-ram.md +++ b/Docs/list-ram.md @@ -1,4 +1,4 @@ -## The *list-ram.ps1* Script +## Script: *list-ram.ps1* This PowerShell script lists the details of the installed RAM. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-ram.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-ram.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-recycle-bin.md b/Docs/list-recycle-bin.md index b714edfa..38b17086 100644 --- a/Docs/list-recycle-bin.md +++ b/Docs/list-recycle-bin.md @@ -1,4 +1,4 @@ -## The *list-recycle-bin.ps1* Script +## Script: *list-recycle-bin.ps1* This PowerShell script lists the content of the recycle bin folder. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-recycle-bin.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-recycle-bin.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-repos.md b/Docs/list-repos.md index 5ff7cab7..c25d794e 100644 --- a/Docs/list-repos.md +++ b/Docs/list-repos.md @@ -1,4 +1,4 @@ -## The *list-repos.ps1* Script +## Script: *list-repos.ps1* This PowerShell script lists the details of all Git repositories in a folder. @@ -40,7 +40,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -96,4 +96,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-repos.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-repos.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-scripts.md b/Docs/list-scripts.md index 575304f7..2126490d 100644 --- a/Docs/list-scripts.md +++ b/Docs/list-scripts.md @@ -1,4 +1,4 @@ -## The *list-scripts.ps1* Script +## Script: *list-scripts.ps1* list-scripts.ps1 @@ -12,7 +12,7 @@ list-scripts.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -51,4 +51,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-scripts.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-scripts.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-services.md b/Docs/list-services.md index 2ecf608a..c5f0e6b2 100644 --- a/Docs/list-services.md +++ b/Docs/list-services.md @@ -1,4 +1,4 @@ -## The *list-services.ps1* Script +## Script: *list-services.ps1* This PowerShell script lists all services installed on the local computer. @@ -31,7 +31,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -61,4 +61,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-services.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-services.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-special-folders.md b/Docs/list-special-folders.md index 73a63ad0..f039d47e 100644 --- a/Docs/list-special-folders.md +++ b/Docs/list-special-folders.md @@ -1,4 +1,4 @@ -## The *list-special-folders.ps1* Script +## Script: *list-special-folders.ps1* list-special-folders.ps1 @@ -12,7 +12,7 @@ list-special-folders.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -89,4 +89,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-special-folders.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-special-folders.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-sql-tables.md b/Docs/list-sql-tables.md index 2ddc107d..e9c27e20 100644 --- a/Docs/list-sql-tables.md +++ b/Docs/list-sql-tables.md @@ -1,4 +1,4 @@ -## The *list-sql-tables.ps1* Script +## Script: *list-sql-tables.ps1* This PowerShell script lists all tables in a SQL server database and exports the list as CSV. Install-Module InvokeQuery @@ -57,7 +57,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -87,4 +87,4 @@ $result = Invoke-SqlServerQuery -Credential $creds -ConnectionTimeout 10000 -Dat $result | Export-Csv $csvfilepath -NoTypeInformation ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-sql-tables.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-sql-tables.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-submodules.md b/Docs/list-submodules.md index 1d32c5ca..0f83345e 100644 --- a/Docs/list-submodules.md +++ b/Docs/list-submodules.md @@ -1,4 +1,4 @@ -## The *list-submodules.ps1* Script +## Script: *list-submodules.ps1* This PowerShell script lists the submodules in the given Git repository. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -75,4 +75,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-submodules.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-submodules.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-suggestions.md b/Docs/list-suggestions.md index 8a33a3df..c0c2737f 100644 --- a/Docs/list-suggestions.md +++ b/Docs/list-suggestions.md @@ -1,4 +1,4 @@ -## The *list-suggestions.ps1* Script +## Script: *list-suggestions.ps1* This PowerShell script lists "Did you mean?" suggestions from Google. @@ -35,7 +35,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -69,4 +69,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-suggestions.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-suggestions.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-system-info.md b/Docs/list-system-info.md index fdf673bc..0436d50b 100644 --- a/Docs/list-system-info.md +++ b/Docs/list-system-info.md @@ -1,4 +1,4 @@ -## The *list-system-info.ps1* Script +## Script: *list-system-info.ps1* This PowerShell script lists system information of the local computer. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -135,4 +135,4 @@ $info exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-system-info.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-system-info.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-tags.md b/Docs/list-tags.md index b4c3e437..be4935f8 100644 --- a/Docs/list-tags.md +++ b/Docs/list-tags.md @@ -1,4 +1,4 @@ -## The *list-tags.ps1* Script +## Script: *list-tags.ps1* This PowerShell script lists all tags in a Git repository. @@ -48,7 +48,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -100,4 +100,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-tags.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-tags.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-tasks.md b/Docs/list-tasks.md index 312ff014..a1f094d2 100644 --- a/Docs/list-tasks.md +++ b/Docs/list-tasks.md @@ -1,4 +1,4 @@ -## The *list-tasks.ps1* Script +## Script: *list-tasks.ps1* list-tasks.ps1 @@ -12,7 +12,7 @@ list-tasks.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-tasks.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-tasks.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-timezone.md b/Docs/list-timezone.md index 0471855a..6a85a83f 100644 --- a/Docs/list-timezone.md +++ b/Docs/list-timezone.md @@ -1,4 +1,4 @@ -## The *list-timezone.ps1* Script +## Script: *list-timezone.ps1* This PowerShell script lists the details of the current time zone. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -64,4 +64,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-timezone.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-timezone.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-timezones.md b/Docs/list-timezones.md index 3191de3e..c1383211 100644 --- a/Docs/list-timezones.md +++ b/Docs/list-timezones.md @@ -1,4 +1,4 @@ -## The *list-timezones.ps1* Script +## Script: *list-timezones.ps1* This PowerShell script lists all available time zones. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -63,4 +63,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-timezones.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-timezones.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-tiobe-index.md b/Docs/list-tiobe-index.md index fe31792b..fcd38af4 100644 --- a/Docs/list-tiobe-index.md +++ b/Docs/list-tiobe-index.md @@ -1,4 +1,4 @@ -## The *list-tiobe-index.ps1* Script +## Script: *list-tiobe-index.ps1* list-tiobe-index.ps1 @@ -12,7 +12,7 @@ list-tiobe-index.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -75,4 +75,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-tiobe-index.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-tiobe-index.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-unused-files.md b/Docs/list-unused-files.md index 2ecb4585..c41da057 100644 --- a/Docs/list-unused-files.md +++ b/Docs/list-unused-files.md @@ -1,4 +1,4 @@ -## The *list-unused-files.ps1* Script +## Script: *list-unused-files.ps1* This PowerShell script scans and lists files in a folder with last access time older than number of days. @@ -41,7 +41,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -76,4 +76,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-unused-files.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-unused-files.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-updates.md b/Docs/list-updates.md index 40d10a74..a5fdaddd 100644 --- a/Docs/list-updates.md +++ b/Docs/list-updates.md @@ -1,4 +1,4 @@ -## The *list-updates.ps1* Script +## Script: *list-updates.ps1* This PowerShell script queries and lists available software updates for the local machine. Use 'install-updates.ps1' to install the listed updates. @@ -31,7 +31,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -73,4 +73,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-updates.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-updates.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-user-accounts.md b/Docs/list-user-accounts.md index 0c8e4e4d..9a1167f3 100644 --- a/Docs/list-user-accounts.md +++ b/Docs/list-user-accounts.md @@ -1,4 +1,4 @@ -## The *list-user-accounts.ps1* Script +## Script: *list-user-accounts.ps1* This PowerShell script lists the user accounts on the local computer. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-user-accounts.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-user-accounts.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-user-groups.md b/Docs/list-user-groups.md index 87914b06..440160d9 100644 --- a/Docs/list-user-groups.md +++ b/Docs/list-user-groups.md @@ -1,4 +1,4 @@ -## The *list-user-groups.ps1* Script +## Script: *list-user-groups.ps1* This PowerShell script lists the user groups of the local computer. @@ -30,7 +30,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -59,4 +59,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-user-groups.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-user-groups.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-verbs.md b/Docs/list-verbs.md index 31e22b72..0f1f6107 100644 --- a/Docs/list-verbs.md +++ b/Docs/list-verbs.md @@ -1,4 +1,4 @@ -## The *list-verbs.ps1* Script +## Script: *list-verbs.ps1* This PowerShell script lists all allowed verbs. @@ -30,7 +30,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -59,4 +59,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-verbs.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-verbs.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-voices.md b/Docs/list-voices.md index 753d4b02..a04156d4 100644 --- a/Docs/list-voices.md +++ b/Docs/list-voices.md @@ -1,4 +1,4 @@ -## The *list-voices.ps1* Script +## Script: *list-voices.ps1* This PowerShell script lists the installed text-to-speech (TTS) voices. @@ -30,7 +30,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -65,4 +65,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-voices.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-voices.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-weather.md b/Docs/list-weather.md index 2fbb8308..95aefed8 100644 --- a/Docs/list-weather.md +++ b/Docs/list-weather.md @@ -1,4 +1,4 @@ -## The *list-weather.ps1* Script +## Script: *list-weather.ps1* This PowerShell script lists the hourly weather report in a nice table. @@ -35,7 +35,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -161,4 +161,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-weather.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-weather.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-wifi.md b/Docs/list-wifi.md index 5107a8d5..09a22f22 100644 --- a/Docs/list-wifi.md +++ b/Docs/list-wifi.md @@ -1,4 +1,4 @@ -## The *list-wifi.ps1* Script +## Script: *list-wifi.ps1* This PowerShell script lists the WIFI networks. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-wifi.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-wifi.ps1 as of 07/29/2023 09:55:12)* diff --git a/Docs/list-window-titles.md b/Docs/list-window-titles.md index 2d4350be..1cbcd34a 100644 --- a/Docs/list-window-titles.md +++ b/Docs/list-window-titles.md @@ -1,4 +1,4 @@ -## The *list-window-titles.ps1* Script +## Script: *list-window-titles.ps1* This PowerShell script list all main window titles and displays them in a table. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-window-titles.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-window-titles.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/list-workdir.md b/Docs/list-workdir.md index 2a452bbd..87e4b470 100644 --- a/Docs/list-workdir.md +++ b/Docs/list-workdir.md @@ -1,4 +1,4 @@ -## The *list-workdir.ps1* Script +## Script: *list-workdir.ps1* This PowerShell script lists the path to current working directory (but not the content itself). @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -50,4 +50,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of list-workdir.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of list-workdir.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/locate-city.md b/Docs/locate-city.md index 991704db..4a18cc25 100644 --- a/Docs/locate-city.md +++ b/Docs/locate-city.md @@ -1,4 +1,4 @@ -## The *locate-city.ps1* Script +## Script: *locate-city.ps1* This PowerShell script prints the geographic location of the given city. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -81,4 +81,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of locate-city.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of locate-city.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/locate-ipaddress.md b/Docs/locate-ipaddress.md index 898651a5..f7064343 100644 --- a/Docs/locate-ipaddress.md +++ b/Docs/locate-ipaddress.md @@ -1,4 +1,4 @@ -## The *locate-ipaddress.ps1* Script +## Script: *locate-ipaddress.ps1* locate-ipaddress.ps1 [[-IPaddress] ] @@ -12,7 +12,7 @@ locate-ipaddress.ps1 [[-IPaddress] ] WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -43,4 +43,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of locate-ipaddress.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of locate-ipaddress.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/locate-my-phone.md b/Docs/locate-my-phone.md index 82285760..cd589e05 100644 --- a/Docs/locate-my-phone.md +++ b/Docs/locate-my-phone.md @@ -1,4 +1,4 @@ -## The *locate-my-phone.ps1* Script +## Script: *locate-my-phone.ps1* This PowerShell script launches the Web browser with the Google Find My Device website. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of locate-my-phone.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of locate-my-phone.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/locate-zip-code.md b/Docs/locate-zip-code.md index 89f82e6a..e90ddea4 100644 --- a/Docs/locate-zip-code.md +++ b/Docs/locate-zip-code.md @@ -1,4 +1,4 @@ -## The *locate-zip-code.ps1* Script +## Script: *locate-zip-code.ps1* This PowerShell script prints the geographic location of the given zip-code. @@ -41,7 +41,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -93,4 +93,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of locate-zip-code.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of locate-zip-code.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/lock-desktop.md b/Docs/lock-desktop.md index efa079ee..42865589 100644 --- a/Docs/lock-desktop.md +++ b/Docs/lock-desktop.md @@ -1,4 +1,4 @@ -## The *lock-desktop.ps1* Script +## Script: *lock-desktop.ps1* This PowerShell script locks the local computer desktop immediately. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -48,4 +48,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of lock-desktop.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of lock-desktop.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/log-off.md b/Docs/log-off.md index cbfe47f9..20ce4372 100644 --- a/Docs/log-off.md +++ b/Docs/log-off.md @@ -1,4 +1,4 @@ -## The *log-off.ps1* Script +## Script: *log-off.ps1* This PowerShell script logs off the current Windows user. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of log-off.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of log-off.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/make-install.md b/Docs/make-install.md index 422fea68..3a0d27c8 100644 --- a/Docs/make-install.md +++ b/Docs/make-install.md @@ -1,4 +1,4 @@ -## The *make-install.ps1* Script +## Script: *make-install.ps1* This PowerShell script copies newer EXE's + DLL's from the build directory to the installation directory. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -58,4 +58,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of make-install.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of make-install.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/merry-christmas.md b/Docs/merry-christmas.md index 4687d2df..4683593b 100644 --- a/Docs/merry-christmas.md +++ b/Docs/merry-christmas.md @@ -1,4 +1,4 @@ -## The *merry-christmas.ps1* Script +## Script: *merry-christmas.ps1* This PowerShell script replies to 'Merry Christmas' by text-to-speech (TTS). @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -44,4 +44,4 @@ $Reply = "Merry Christmas to you too!", "Happy Christmas to you too!" | Get-Rand exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of merry-christmas.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of merry-christmas.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/minimize-all-windows.md b/Docs/minimize-all-windows.md index a7c0af2c..704453c9 100644 --- a/Docs/minimize-all-windows.md +++ b/Docs/minimize-all-windows.md @@ -1,4 +1,4 @@ -## The *minimize-all-windows.ps1* Script +## Script: *minimize-all-windows.ps1* This PowerShell script minimizes all open windows. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -48,4 +48,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of minimize-all-windows.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of minimize-all-windows.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/moon.md b/Docs/moon.md index 90f82103..88c0b620 100644 --- a/Docs/moon.md +++ b/Docs/moon.md @@ -1,4 +1,4 @@ -## The *moon.ps1* Script +## Script: *moon.ps1* This PowerShell script prints the current moon phase. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of moon.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of moon.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/my-profile.md b/Docs/my-profile.md index 489ea468..ff132786 100644 --- a/Docs/my-profile.md +++ b/Docs/my-profile.md @@ -1,4 +1,4 @@ -## The *my-profile.ps1* Script +## Script: *my-profile.ps1* my-profile.ps1 @@ -12,7 +12,7 @@ my-profile.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell # MY POWERSHELL PROFILE (this profile file defines the look & feel of PowerShell) @@ -31,4 +31,4 @@ del alias:ls -force -errorAction SilentlyContinue set-alias -name ls -value list-folder.ps1 # ls = list folder (short format) ``` -*Generated by convert-ps2md.ps1 using the comment-based help of my-profile.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of my-profile.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/new-branch.md b/Docs/new-branch.md index 79aad122..35651cba 100644 --- a/Docs/new-branch.md +++ b/Docs/new-branch.md @@ -1,4 +1,4 @@ -## The *new-branch.ps1* Script +## Script: *new-branch.ps1* This PowerShell script creates a new branch in a Git repository and switches to it. @@ -41,7 +41,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -103,4 +103,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of new-branch.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of new-branch.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/new-email.md b/Docs/new-email.md index d672c0cb..95c2fd41 100644 --- a/Docs/new-email.md +++ b/Docs/new-email.md @@ -1,4 +1,4 @@ -## The *new-email.ps1* Script +## Script: *new-email.ps1* This PowerShell script opens the default email client to write a new email. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -61,4 +61,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of new-email.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of new-email.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/new-qrcode.md b/Docs/new-qrcode.md index b82c982c..3d422f7f 100644 --- a/Docs/new-qrcode.md +++ b/Docs/new-qrcode.md @@ -1,4 +1,4 @@ -## The *new-qrcode.ps1* Script +## Script: *new-qrcode.ps1* This PowerShell script generates a new QR code image file. @@ -41,7 +41,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -95,4 +95,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of new-qrcode.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of new-qrcode.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/new-script.md b/Docs/new-script.md index ec4f173d..8e76bcfb 100644 --- a/Docs/new-script.md +++ b/Docs/new-script.md @@ -1,4 +1,4 @@ -## The *new-script.ps1* Script +## Script: *new-script.ps1* This PowerShell script creates a new PowerShell script file (by using template file ../Data/template.ps1). @@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -66,4 +66,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of new-script.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of new-script.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/new-shortcut.md b/Docs/new-shortcut.md index 8240bf21..f8a88552 100644 --- a/Docs/new-shortcut.md +++ b/Docs/new-shortcut.md @@ -1,4 +1,4 @@ -## The *new-shortcut.ps1* Script +## Script: *new-shortcut.ps1* This PowerShell script creates a new shortcut file. @@ -50,7 +50,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -94,4 +94,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of new-shortcut.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of new-shortcut.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/new-symlink.md b/Docs/new-symlink.md index f3512276..d1b97085 100644 --- a/Docs/new-symlink.md +++ b/Docs/new-symlink.md @@ -1,4 +1,4 @@ -## The *new-symlink.ps1* Script +## Script: *new-symlink.ps1* This PowerShell script creates a new symbolic link file. @@ -41,7 +41,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -76,4 +76,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of new-symlink.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of new-symlink.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/new-tag.md b/Docs/new-tag.md index d3382ec1..821127f0 100644 --- a/Docs/new-tag.md +++ b/Docs/new-tag.md @@ -1,4 +1,4 @@ -## The *new-tag.ps1* Script +## Script: *new-tag.ps1* This PowerShell script creates a new tag in a Git repository. @@ -41,7 +41,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -95,4 +95,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of new-tag.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of new-tag.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/new-user.md b/Docs/new-user.md index 8d8497cf..45e40ead 100644 --- a/Docs/new-user.md +++ b/Docs/new-user.md @@ -1,4 +1,4 @@ -## The *new-user.ps1* Script +## Script: *new-user.ps1* This PowerShell script creates a new user account. @@ -31,7 +31,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -67,4 +67,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of new-user.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of new-user.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/new-zipfile.md b/Docs/new-zipfile.md index acaa8882..43c71a99 100644 --- a/Docs/new-zipfile.md +++ b/Docs/new-zipfile.md @@ -1,4 +1,4 @@ -## The *new-zipfile.ps1* Script +## Script: *new-zipfile.ps1* This PowerShell script creates a new .ZIP file from a folder (including subfolders). @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -67,4 +67,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of new-zipfile.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of new-zipfile.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/on-desktop-login.md b/Docs/on-desktop-login.md index b62579e1..8648e1ff 100644 --- a/Docs/on-desktop-login.md +++ b/Docs/on-desktop-login.md @@ -1,4 +1,4 @@ -## The *on-desktop-login.ps1* Script +## Script: *on-desktop-login.ps1* This PowerShell script executes tasks on every desktop login. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -49,4 +49,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of on-desktop-login.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of on-desktop-login.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-air-b-n-b.md b/Docs/open-air-b-n-b.md index e08b6d66..c16c71d0 100644 --- a/Docs/open-air-b-n-b.md +++ b/Docs/open-air-b-n-b.md @@ -1,4 +1,4 @@ -## The *open-air-b-n-b.ps1* Script +## Script: *open-air-b-n-b.ps1* This PowerShell script launches the Web browser with the AirBNB website. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-air-b-n-b.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-air-b-n-b.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-apps-folder.md b/Docs/open-apps-folder.md index e6ca2fe5..1a10fa7b 100644 --- a/Docs/open-apps-folder.md +++ b/Docs/open-apps-folder.md @@ -1,4 +1,4 @@ -## The *open-apps-folder.ps1* Script +## Script: *open-apps-folder.ps1* This PowerShell script launches the File Explorer showing the UWP apps folder. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -43,4 +43,4 @@ exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-apps-folder.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-apps-folder.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-auto-start-folder.md b/Docs/open-auto-start-folder.md index 217e4306..91439c0b 100644 --- a/Docs/open-auto-start-folder.md +++ b/Docs/open-auto-start-folder.md @@ -1,4 +1,4 @@ -## The *open-auto-start-folder.ps1* Script +## Script: *open-auto-start-folder.ps1* This PowerShell script launches the File Explorer with the user's autostart folder. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -51,4 +51,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-auto-start-folder.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-auto-start-folder.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-bing-maps.md b/Docs/open-bing-maps.md index f2f07bf2..9a08102e 100644 --- a/Docs/open-bing-maps.md +++ b/Docs/open-bing-maps.md @@ -1,4 +1,4 @@ -## The *open-bing-maps.ps1* Script +## Script: *open-bing-maps.ps1* This PowerShell script launches the Bing Maps application. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-bing-maps.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-bing-maps.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-booking-com.md b/Docs/open-booking-com.md index e9b5027c..1c71fc4d 100644 --- a/Docs/open-booking-com.md +++ b/Docs/open-booking-com.md @@ -1,4 +1,4 @@ -## The *open-booking-com.ps1* Script +## Script: *open-booking-com.ps1* This PowerShell script launches the Web browser with the Booking.com website. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-booking-com.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-booking-com.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-c-drive.md b/Docs/open-c-drive.md index c1f0d695..dc46a7fc 100644 --- a/Docs/open-c-drive.md +++ b/Docs/open-c-drive.md @@ -1,4 +1,4 @@ -## The *open-c-drive.ps1* Script +## Script: *open-c-drive.ps1* This PowerShell script launches the File Explorer with the C: drive folder. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-c-drive.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-c-drive.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-calculator.md b/Docs/open-calculator.md index 24b001a0..be187301 100644 --- a/Docs/open-calculator.md +++ b/Docs/open-calculator.md @@ -1,4 +1,4 @@ -## The *open-calculator.ps1* Script +## Script: *open-calculator.ps1* This PowerShell script launches the calculator application. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-calculator.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-calculator.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-chrome.md b/Docs/open-chrome.md index 806926b4..ae3a0d8d 100644 --- a/Docs/open-chrome.md +++ b/Docs/open-chrome.md @@ -1,4 +1,4 @@ -## The *open-chrome.ps1* Script +## Script: *open-chrome.ps1* This PowerShell script launches the Google Chrome Web browser. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -60,4 +60,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-chrome.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-chrome.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-clock.md b/Docs/open-clock.md index 8eaf6771..554504ac 100644 --- a/Docs/open-clock.md +++ b/Docs/open-clock.md @@ -1,4 +1,4 @@ -## The *open-clock.ps1* Script +## Script: *open-clock.ps1* This PowerShell script launches the Clock application. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-clock.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-clock.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-cortana.md b/Docs/open-cortana.md index 6ddacc9e..ad279e4e 100644 --- a/Docs/open-cortana.md +++ b/Docs/open-cortana.md @@ -1,4 +1,4 @@ -## The *open-cortana.ps1* Script +## Script: *open-cortana.ps1* This PowerShell script launches the Cortana application. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-cortana.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-cortana.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-d-drive.md b/Docs/open-d-drive.md index a923ccc1..6cc56fce 100644 --- a/Docs/open-d-drive.md +++ b/Docs/open-d-drive.md @@ -1,4 +1,4 @@ -## The *open-d-drive.ps1* Script +## Script: *open-d-drive.ps1* This PowerShell script launches the File Explorer with the D: drive folder. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -41,4 +41,4 @@ https://github.com/fleschutz/PowerShell & "$PSScriptRoot/open-file-explorer.ps1" "D:" ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-d-drive.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-d-drive.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-dashboards.md b/Docs/open-dashboards.md index eb7b5fdc..12fdc780 100644 --- a/Docs/open-dashboards.md +++ b/Docs/open-dashboards.md @@ -1,4 +1,4 @@ -## The *open-dashboards.ps1* Script +## Script: *open-dashboards.ps1* This PowerShell script launches the web browser with tabs of 18 dashboard websites. @@ -26,7 +26,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -65,4 +65,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-dashboards.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-dashboards.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-deep-l-translator.md b/Docs/open-deep-l-translator.md index 0df208db..8c62aefd 100644 --- a/Docs/open-deep-l-translator.md +++ b/Docs/open-deep-l-translator.md @@ -1,4 +1,4 @@ -## The *open-deep-l-translator.ps1* Script +## Script: *open-deep-l-translator.ps1* This PowerShell script launches the Web browser with the DeepL Translator website. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-deep-l-translator.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-deep-l-translator.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-default-browser.md b/Docs/open-default-browser.md index 1ebb7ee4..8d8d6f15 100644 --- a/Docs/open-default-browser.md +++ b/Docs/open-default-browser.md @@ -1,4 +1,4 @@ -## The *open-default-browser.ps1* Script +## Script: *open-default-browser.ps1* This PowerShell script launches the default Web browser, optional with a given URL. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -60,4 +60,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-default-browser.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-default-browser.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-desktop-folder.md b/Docs/open-desktop-folder.md index 5e4b5597..614a80e3 100644 --- a/Docs/open-desktop-folder.md +++ b/Docs/open-desktop-folder.md @@ -1,4 +1,4 @@ -## The *open-desktop-folder.ps1* Script +## Script: *open-desktop-folder.ps1* This PowerShell script launches the File Explorer with the user's desktop folder. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -51,4 +51,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-desktop-folder.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-desktop-folder.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-documents-folder.md b/Docs/open-documents-folder.md index c1cea776..463ba47f 100644 --- a/Docs/open-documents-folder.md +++ b/Docs/open-documents-folder.md @@ -1,4 +1,4 @@ -## The *open-documents-folder.ps1* Script +## Script: *open-documents-folder.ps1* This PowerShell script launches the File Explorer with the user's documents folder. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -51,4 +51,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-documents-folder.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-documents-folder.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-downloads-folder.md b/Docs/open-downloads-folder.md index 964e7aa7..919156f5 100644 --- a/Docs/open-downloads-folder.md +++ b/Docs/open-downloads-folder.md @@ -1,4 +1,4 @@ -## The *open-downloads-folder.ps1* Script +## Script: *open-downloads-folder.ps1* This PowerShell script launches the File Explorer showing the user's downloads folder. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -55,4 +55,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-downloads-folder.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-downloads-folder.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-dropbox-folder.md b/Docs/open-dropbox-folder.md index 427492b2..671f3057 100644 --- a/Docs/open-dropbox-folder.md +++ b/Docs/open-dropbox-folder.md @@ -1,4 +1,4 @@ -## The *open-dropbox-folder.ps1* Script +## Script: *open-dropbox-folder.ps1* This PowerShell script launches the File Explorer with the user's Dropbox folder. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -51,4 +51,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-dropbox-folder.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-dropbox-folder.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-duck-duck-go.md b/Docs/open-duck-duck-go.md index 4c1927c1..ceca9239 100644 --- a/Docs/open-duck-duck-go.md +++ b/Docs/open-duck-duck-go.md @@ -1,4 +1,4 @@ -## The *open-duck-duck-go.ps1* Script +## Script: *open-duck-duck-go.ps1* This PowerShell script launches the Web browser with the DuckDuckGo website. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-duck-duck-go.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-duck-duck-go.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-e-drive.md b/Docs/open-e-drive.md index 2e766779..54213ad9 100644 --- a/Docs/open-e-drive.md +++ b/Docs/open-e-drive.md @@ -1,4 +1,4 @@ -## The *open-e-drive.ps1* Script +## Script: *open-e-drive.ps1* This PowerShell script launches the File Explorer with the E: drive folder. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -41,4 +41,4 @@ https://github.com/fleschutz/PowerShell & "$PSScriptRoot/open-file-explorer.ps1" "E:" ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-e-drive.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-e-drive.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-edge.md b/Docs/open-edge.md index e2b9fcdd..73a05281 100644 --- a/Docs/open-edge.md +++ b/Docs/open-edge.md @@ -1,4 +1,4 @@ -## The *open-edge.ps1* Script +## Script: *open-edge.ps1* This PowerShell script launches the Microsoft Edge Web browser. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ Start-Process microsoft-edge:// exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-edge.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-edge.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-egg-timer.md b/Docs/open-egg-timer.md index 301e01c2..6b24dbba 100644 --- a/Docs/open-egg-timer.md +++ b/Docs/open-egg-timer.md @@ -1,4 +1,4 @@ -## The *open-egg-timer.ps1* Script +## Script: *open-egg-timer.ps1* This PowerShell script launches the Web browser with the eggtimer website. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-egg-timer.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-egg-timer.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-email-client.md b/Docs/open-email-client.md index 385c1985..cbd6d3ca 100644 --- a/Docs/open-email-client.md +++ b/Docs/open-email-client.md @@ -1,4 +1,4 @@ -## The *open-email-client.ps1* Script +## Script: *open-email-client.ps1* This PowerShell script launches the default email client. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-email-client.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-email-client.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-f-drive.md b/Docs/open-f-drive.md index 39451847..1b8df728 100644 --- a/Docs/open-f-drive.md +++ b/Docs/open-f-drive.md @@ -1,4 +1,4 @@ -## The *open-f-drive.ps1* Script +## Script: *open-f-drive.ps1* This PowerShell script launches the File Explorer with the F: drive folder. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-f-drive.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-f-drive.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-file-explorer.md b/Docs/open-file-explorer.md index d09d1750..39128f2f 100644 --- a/Docs/open-file-explorer.md +++ b/Docs/open-file-explorer.md @@ -1,4 +1,4 @@ -## The *open-file-explorer.ps1* Script +## Script: *open-file-explorer.ps1* This PowerShell script launches the File Explorer. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -64,4 +64,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-file-explorer.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-file-explorer.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-fire-place.md b/Docs/open-fire-place.md index 867c63cc..9ad209f5 100644 --- a/Docs/open-fire-place.md +++ b/Docs/open-fire-place.md @@ -1,4 +1,4 @@ -## The *open-fire-place.ps1* Script +## Script: *open-fire-place.ps1* This PowerShell script launches the Web browser with a fire place website. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-fire-place.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-fire-place.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-firefox.md b/Docs/open-firefox.md index c71b4242..e8c11991 100644 --- a/Docs/open-firefox.md +++ b/Docs/open-firefox.md @@ -1,4 +1,4 @@ -## The *open-firefox.ps1* Script +## Script: *open-firefox.ps1* This PowerShell script launches the Mozilla Firefox Web browser. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -67,4 +67,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-firefox.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-firefox.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-flight-radar.md b/Docs/open-flight-radar.md index 0cafcfa4..d8fc4fe6 100644 --- a/Docs/open-flight-radar.md +++ b/Docs/open-flight-radar.md @@ -1,4 +1,4 @@ -## The *open-flight-radar.ps1* Script +## Script: *open-flight-radar.ps1* This PowerShell script launches the Web browser with the FlightRadar24 website. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-flight-radar.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-flight-radar.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-g-drive.md b/Docs/open-g-drive.md index be2b48b2..8b5b305d 100644 --- a/Docs/open-g-drive.md +++ b/Docs/open-g-drive.md @@ -1,4 +1,4 @@ -## The *open-g-drive.ps1* Script +## Script: *open-g-drive.ps1* This PowerShell script launches the File Explorer with the G: drive folder. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-g-drive.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-g-drive.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-git-extensions.md b/Docs/open-git-extensions.md index 52922cd6..f506b34e 100644 --- a/Docs/open-git-extensions.md +++ b/Docs/open-git-extensions.md @@ -1,4 +1,4 @@ -## The *open-git-extensions.ps1* Script +## Script: *open-git-extensions.ps1* open-git-extensions.ps1 @@ -12,7 +12,7 @@ open-git-extensions.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -45,4 +45,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-git-extensions.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-git-extensions.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-google-books.md b/Docs/open-google-books.md index cf61a7ea..8329afa8 100644 --- a/Docs/open-google-books.md +++ b/Docs/open-google-books.md @@ -1,4 +1,4 @@ -## The *open-google-books.ps1* Script +## Script: *open-google-books.ps1* This PowerShell script launches the Web browser with the Google Books website. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-google-books.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-books.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-google-calendar.md b/Docs/open-google-calendar.md index cd45701e..856f5968 100644 --- a/Docs/open-google-calendar.md +++ b/Docs/open-google-calendar.md @@ -1,4 +1,4 @@ -## The *open-google-calendar.ps1* Script +## Script: *open-google-calendar.ps1* This PowerShell script launches the Web browser with the Google Calendar website. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-google-calendar.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-calendar.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-google-contacts.md b/Docs/open-google-contacts.md index 3e50736c..c1f9b2cf 100644 --- a/Docs/open-google-contacts.md +++ b/Docs/open-google-contacts.md @@ -1,4 +1,4 @@ -## The *open-google-contacts.ps1* Script +## Script: *open-google-contacts.ps1* This PowerShell script launches the Web browser with the Google Contacts website. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-google-contacts.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-contacts.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-google-docs.md b/Docs/open-google-docs.md index 45a8ce8d..ccc4dc9f 100644 --- a/Docs/open-google-docs.md +++ b/Docs/open-google-docs.md @@ -1,4 +1,4 @@ -## The *open-google-docs.ps1* Script +## Script: *open-google-docs.ps1* This PowerShell script launches the Web browser with the Google Docs website. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-google-docs.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-docs.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-google-earth.md b/Docs/open-google-earth.md index 68a523ae..0c155974 100644 --- a/Docs/open-google-earth.md +++ b/Docs/open-google-earth.md @@ -1,4 +1,4 @@ -## The *open-google-earth.ps1* Script +## Script: *open-google-earth.ps1* This PowerShell script launches the Web browser with the Google Earth website. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-google-earth.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-earth.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-google-mail.md b/Docs/open-google-mail.md index 4e6e9e64..0198d8bb 100644 --- a/Docs/open-google-mail.md +++ b/Docs/open-google-mail.md @@ -1,4 +1,4 @@ -## The *open-google-mail.ps1* Script +## Script: *open-google-mail.ps1* This PowerShell script launches the Web browser with the Google Mail website. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-google-mail.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-mail.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-google-maps.md b/Docs/open-google-maps.md index e9269acb..daef0afe 100644 --- a/Docs/open-google-maps.md +++ b/Docs/open-google-maps.md @@ -1,4 +1,4 @@ -## The *open-google-maps.ps1* Script +## Script: *open-google-maps.ps1* This PowerShell script launches the Web browser with the Google Maps website. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-google-maps.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-maps.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-google-news.md b/Docs/open-google-news.md index 548d4588..25ae2b54 100644 --- a/Docs/open-google-news.md +++ b/Docs/open-google-news.md @@ -1,4 +1,4 @@ -## The *open-google-news.ps1* Script +## Script: *open-google-news.ps1* This PowerShell script launches the Web browser with the Google News website. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-google-news.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-news.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-google-photos.md b/Docs/open-google-photos.md index 505ab2da..7deabacb 100644 --- a/Docs/open-google-photos.md +++ b/Docs/open-google-photos.md @@ -1,4 +1,4 @@ -## The *open-google-photos.ps1* Script +## Script: *open-google-photos.ps1* This PowerShell script launches the Web browser with the Google Photos website. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-google-photos.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-photos.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-google-play.md b/Docs/open-google-play.md index b6e3c580..041c4b15 100644 --- a/Docs/open-google-play.md +++ b/Docs/open-google-play.md @@ -1,4 +1,4 @@ -## The *open-google-play.ps1* Script +## Script: *open-google-play.ps1* This PowerShell script launches the Web browser with the Google Play website. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-google-play.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-play.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-google-search.md b/Docs/open-google-search.md index aa33512b..504364d9 100644 --- a/Docs/open-google-search.md +++ b/Docs/open-google-search.md @@ -1,4 +1,4 @@ -## The *open-google-search.ps1* Script +## Script: *open-google-search.ps1* This PowerShell script launches the Web browser with the Google Search website. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-google-search.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-search.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-google-stadia.md b/Docs/open-google-stadia.md index 7550d510..9dcf1173 100644 --- a/Docs/open-google-stadia.md +++ b/Docs/open-google-stadia.md @@ -1,4 +1,4 @@ -## The *open-google-stadia.ps1* Script +## Script: *open-google-stadia.ps1* This PowerShell script launches the Web browser with the Google Stadia website. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-google-stadia.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-stadia.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-google-translate.md b/Docs/open-google-translate.md index 81058f7e..019f3e4d 100644 --- a/Docs/open-google-translate.md +++ b/Docs/open-google-translate.md @@ -1,4 +1,4 @@ -## The *open-google-translate.ps1* Script +## Script: *open-google-translate.ps1* This PowerShell script launches the Web browser with the Google Translate website. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-google-translate.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-translate.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-home-folder.md b/Docs/open-home-folder.md index 8c6dbf8a..c07a69af 100644 --- a/Docs/open-home-folder.md +++ b/Docs/open-home-folder.md @@ -1,4 +1,4 @@ -## The *open-home-folder.ps1* Script +## Script: *open-home-folder.ps1* This script launches the File Explorer with the user's home folder. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -51,4 +51,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-home-folder.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-home-folder.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-internet-archive.md b/Docs/open-internet-archive.md index 856051fa..1ae35b58 100644 --- a/Docs/open-internet-archive.md +++ b/Docs/open-internet-archive.md @@ -1,4 +1,4 @@ -## The *open-internet-archive.ps1* Script +## Script: *open-internet-archive.ps1* This script launches the Web browser with the Internet Archive website. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-internet-archive.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-internet-archive.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-jitsi-meet.md b/Docs/open-jitsi-meet.md index 2f70015a..c7bf5898 100644 --- a/Docs/open-jitsi-meet.md +++ b/Docs/open-jitsi-meet.md @@ -1,4 +1,4 @@ -## The *open-jitsi-meet.ps1* Script +## Script: *open-jitsi-meet.ps1* This script launches the Web browser with the Jitsi Meet website. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-jitsi-meet.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-jitsi-meet.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-m-drive.md b/Docs/open-m-drive.md index 93193bb8..930848ca 100644 --- a/Docs/open-m-drive.md +++ b/Docs/open-m-drive.md @@ -1,4 +1,4 @@ -## The *open-m-drive.ps1* Script +## Script: *open-m-drive.ps1* This script launches the File Explorer with the M: drive folder. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-m-drive.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-m-drive.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-magnifier.md b/Docs/open-magnifier.md index af2a94d8..56771c53 100644 --- a/Docs/open-magnifier.md +++ b/Docs/open-magnifier.md @@ -1,4 +1,4 @@ -## The *open-magnifier.ps1* Script +## Script: *open-magnifier.ps1* This script launches the Windows Screen Magnifier application. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-magnifier.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-magnifier.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-microsoft-paint.md b/Docs/open-microsoft-paint.md index 8adcdcb7..a82d052f 100644 --- a/Docs/open-microsoft-paint.md +++ b/Docs/open-microsoft-paint.md @@ -1,4 +1,4 @@ -## The *open-microsoft-paint.ps1* Script +## Script: *open-microsoft-paint.ps1* This script launches the Microsoft Paint application. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-microsoft-paint.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-microsoft-paint.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-microsoft-solitaire.md b/Docs/open-microsoft-solitaire.md index 259437f6..a98a3873 100644 --- a/Docs/open-microsoft-solitaire.md +++ b/Docs/open-microsoft-solitaire.md @@ -1,4 +1,4 @@ -## The *open-microsoft-solitaire.ps1* Script +## Script: *open-microsoft-solitaire.ps1* This script launches the Microsoft Solitaire application. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ Start-Process xboxliveapp-1297287741: exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-microsoft-solitaire.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-microsoft-solitaire.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-microsoft-store.md b/Docs/open-microsoft-store.md index ce750cf9..a1713a1e 100644 --- a/Docs/open-microsoft-store.md +++ b/Docs/open-microsoft-store.md @@ -1,4 +1,4 @@ -## The *open-microsoft-store.ps1* Script +## Script: *open-microsoft-store.ps1* This script launches the Microsoft Store application. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ Start-Process ms-windows-store: exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-microsoft-store.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-microsoft-store.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-microsoft-teams.md b/Docs/open-microsoft-teams.md index 798b7cdc..356a783e 100644 --- a/Docs/open-microsoft-teams.md +++ b/Docs/open-microsoft-teams.md @@ -1,4 +1,4 @@ -## The *open-microsoft-teams.ps1* Script +## Script: *open-microsoft-teams.ps1* This script launches the Microsoft Teams application. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-microsoft-teams.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-microsoft-teams.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-music-folder.md b/Docs/open-music-folder.md index d0559514..f1fe960b 100644 --- a/Docs/open-music-folder.md +++ b/Docs/open-music-folder.md @@ -1,4 +1,4 @@ -## The *open-music-folder.ps1* Script +## Script: *open-music-folder.ps1* This script launches the File Explorer with the user's music folder. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -51,4 +51,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-music-folder.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-music-folder.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-netflix.md b/Docs/open-netflix.md index 782effae..a665ee66 100644 --- a/Docs/open-netflix.md +++ b/Docs/open-netflix.md @@ -1,4 +1,4 @@ -## The *open-netflix.ps1* Script +## Script: *open-netflix.ps1* This script launches the Netflix application. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ Start-Process netflix: exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-netflix.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-netflix.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-note-pad.md b/Docs/open-note-pad.md index 71c9a0e7..c202e818 100644 --- a/Docs/open-note-pad.md +++ b/Docs/open-note-pad.md @@ -1,4 +1,4 @@ -## The *open-note-pad.ps1* Script +## Script: *open-note-pad.ps1* This script launches the Notepad application. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-note-pad.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-note-pad.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-obs-studio.md b/Docs/open-obs-studio.md index 4638ac82..7f6f2130 100644 --- a/Docs/open-obs-studio.md +++ b/Docs/open-obs-studio.md @@ -1,4 +1,4 @@ -## The *open-obs-studio.ps1* Script +## Script: *open-obs-studio.ps1* open-obs-studio.ps1 @@ -12,7 +12,7 @@ open-obs-studio.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -44,4 +44,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-obs-studio.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-obs-studio.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-office-365.md b/Docs/open-office-365.md index 3391ac12..e07f21f3 100644 --- a/Docs/open-office-365.md +++ b/Docs/open-office-365.md @@ -1,4 +1,4 @@ -## The *open-office-365.ps1* Script +## Script: *open-office-365.ps1* This script launches the Web browser with the Microsoft Office 365 website. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-office-365.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-office-365.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-one-drive-folder.md b/Docs/open-one-drive-folder.md index f1cfa14f..ec9cd53e 100644 --- a/Docs/open-one-drive-folder.md +++ b/Docs/open-one-drive-folder.md @@ -1,4 +1,4 @@ -## The *open-one-drive-folder.ps1* Script +## Script: *open-one-drive-folder.ps1* This script launches the File Explorer with the user's OneDrive folder. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -51,4 +51,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-one-drive-folder.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-one-drive-folder.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-outlook.md b/Docs/open-outlook.md index 8f81aa01..c5b4ecd9 100644 --- a/Docs/open-outlook.md +++ b/Docs/open-outlook.md @@ -1,4 +1,4 @@ -## The *open-outlook.ps1* Script +## Script: *open-outlook.ps1* open-outlook.ps1 @@ -12,7 +12,7 @@ open-outlook.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -44,4 +44,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-outlook.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-outlook.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-paint-three-d.md b/Docs/open-paint-three-d.md index 7958b6c7..de92f2b9 100644 --- a/Docs/open-paint-three-d.md +++ b/Docs/open-paint-three-d.md @@ -1,4 +1,4 @@ -## The *open-paint-three-d.ps1* Script +## Script: *open-paint-three-d.ps1* This script launches the Paint 3D application. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-paint-three-d.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-paint-three-d.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-pictures-folder.md b/Docs/open-pictures-folder.md index 27491128..eebb2ba0 100644 --- a/Docs/open-pictures-folder.md +++ b/Docs/open-pictures-folder.md @@ -1,4 +1,4 @@ -## The *open-pictures-folder.ps1* Script +## Script: *open-pictures-folder.ps1* This script launches the File Explorer with the user's pictures folder. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -51,4 +51,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-pictures-folder.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-pictures-folder.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-recycle-bin-folder.md b/Docs/open-recycle-bin-folder.md index eee81105..d58d2ce1 100644 --- a/Docs/open-recycle-bin-folder.md +++ b/Docs/open-recycle-bin-folder.md @@ -1,4 +1,4 @@ -## The *open-recycle-bin-folder.ps1* Script +## Script: *open-recycle-bin-folder.ps1* This script launches the File Explorer with the user's recycle bin folder. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-recycle-bin-folder.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-recycle-bin-folder.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-remote-desktop.md b/Docs/open-remote-desktop.md index 1f98306b..49c92b41 100644 --- a/Docs/open-remote-desktop.md +++ b/Docs/open-remote-desktop.md @@ -1,4 +1,4 @@ -## The *open-remote-desktop.ps1* Script +## Script: *open-remote-desktop.ps1* This script launches the Remote Desktop application. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-remote-desktop.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-remote-desktop.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-repos-folder.md b/Docs/open-repos-folder.md index 3a152f14..99003fb0 100644 --- a/Docs/open-repos-folder.md +++ b/Docs/open-repos-folder.md @@ -1,4 +1,4 @@ -## The *open-repos-folder.ps1* Script +## Script: *open-repos-folder.ps1* This script launches the File Explorer with the user's Git repositories folder. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -51,4 +51,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-repos-folder.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-repos-folder.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-screen-clip.md b/Docs/open-screen-clip.md index 6962d883..eb18dd49 100644 --- a/Docs/open-screen-clip.md +++ b/Docs/open-screen-clip.md @@ -1,4 +1,4 @@ -## The *open-screen-clip.ps1* Script +## Script: *open-screen-clip.ps1* This script launches the Screen Clip application. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-screen-clip.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-screen-clip.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-screen-sketch.md b/Docs/open-screen-sketch.md index d7d12332..2ece8079 100644 --- a/Docs/open-screen-sketch.md +++ b/Docs/open-screen-sketch.md @@ -1,4 +1,4 @@ -## The *open-screen-sketch.ps1* Script +## Script: *open-screen-sketch.ps1* This script launches the Screen Sketch application. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-screen-sketch.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-screen-sketch.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-skype.md b/Docs/open-skype.md index bcde9d3d..ae38951e 100644 --- a/Docs/open-skype.md +++ b/Docs/open-skype.md @@ -1,4 +1,4 @@ -## The *open-skype.ps1* Script +## Script: *open-skype.ps1* This script launches the Skype application. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-skype.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-skype.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-snipping-tool.md b/Docs/open-snipping-tool.md index 8dd40632..1ad9ea32 100644 --- a/Docs/open-snipping-tool.md +++ b/Docs/open-snipping-tool.md @@ -1,4 +1,4 @@ -## The *open-snipping-tool.ps1* Script +## Script: *open-snipping-tool.ps1* This script launches the Snipping Tool application. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ Start-Process SnippingTool.exe exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-snipping-tool.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-snipping-tool.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-speed-test.md b/Docs/open-speed-test.md index 87f43f2c..1d74844f 100644 --- a/Docs/open-speed-test.md +++ b/Docs/open-speed-test.md @@ -1,4 +1,4 @@ -## The *open-speed-test.ps1* Script +## Script: *open-speed-test.ps1* This script launches the Web browser with Cloudflare's speed test website. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-speed-test.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-speed-test.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-spotify.md b/Docs/open-spotify.md index 02db12c6..b6c0a3fc 100644 --- a/Docs/open-spotify.md +++ b/Docs/open-spotify.md @@ -1,4 +1,4 @@ -## The *open-spotify.ps1* Script +## Script: *open-spotify.ps1* This script launches the Spotify application. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ Start-Process spotify: exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-spotify.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-spotify.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-stack-overflow.md b/Docs/open-stack-overflow.md index cc96dc11..5251bfd3 100644 --- a/Docs/open-stack-overflow.md +++ b/Docs/open-stack-overflow.md @@ -1,4 +1,4 @@ -## The *open-stack-overflow.ps1* Script +## Script: *open-stack-overflow.ps1* This script launches the Web browser with the Stack Overflow website. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-stack-overflow.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-stack-overflow.ps1 as of 07/29/2023 09:55:13)* diff --git a/Docs/open-start-page.md b/Docs/open-start-page.md index 103df9fd..56dc0610 100644 --- a/Docs/open-start-page.md +++ b/Docs/open-start-page.md @@ -1,4 +1,4 @@ -## The *open-start-page.ps1* Script +## Script: *open-start-page.ps1* This script launches the Web browser with the Startpage website. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-start-page.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-start-page.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/open-street-map.md b/Docs/open-street-map.md index 67cb2e38..1452b8f9 100644 --- a/Docs/open-street-map.md +++ b/Docs/open-street-map.md @@ -1,4 +1,4 @@ -## The *open-street-map.ps1* Script +## Script: *open-street-map.ps1* This script launches the Web browser with the OpenStreetMap website. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-street-map.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-street-map.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/open-task-manager.md b/Docs/open-task-manager.md index 6d67174b..9ce2f891 100644 --- a/Docs/open-task-manager.md +++ b/Docs/open-task-manager.md @@ -1,4 +1,4 @@ -## The *open-task-manager.ps1* Script +## Script: *open-task-manager.ps1* This script launches the Windows Task Manager application. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-task-manager.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-task-manager.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/open-temporary-folder.md b/Docs/open-temporary-folder.md index 5462e864..c6c21cf3 100644 --- a/Docs/open-temporary-folder.md +++ b/Docs/open-temporary-folder.md @@ -1,4 +1,4 @@ -## The *open-temporary-folder.ps1* Script +## Script: *open-temporary-folder.ps1* open-temporary-folder.ps1 @@ -12,7 +12,7 @@ open-temporary-folder.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -47,4 +47,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-temporary-folder.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-temporary-folder.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/open-three-d-viewer.md b/Docs/open-three-d-viewer.md index 2b71a822..fed2eb8b 100644 --- a/Docs/open-three-d-viewer.md +++ b/Docs/open-three-d-viewer.md @@ -1,4 +1,4 @@ -## The *open-three-d-viewer.ps1* Script +## Script: *open-three-d-viewer.ps1* This script launches the 3D-Viewer application. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ Start-Process com.microsoft.3dviewer: exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-three-d-viewer.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-three-d-viewer.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/open-thunderbird.md b/Docs/open-thunderbird.md index 10389656..911f91f5 100644 --- a/Docs/open-thunderbird.md +++ b/Docs/open-thunderbird.md @@ -1,4 +1,4 @@ -## The *open-thunderbird.ps1* Script +## Script: *open-thunderbird.ps1* open-thunderbird.ps1 @@ -12,7 +12,7 @@ open-thunderbird.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-thunderbird.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-thunderbird.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/open-videos-folders.md b/Docs/open-videos-folders.md index 25625d42..8b01f1ad 100644 --- a/Docs/open-videos-folders.md +++ b/Docs/open-videos-folders.md @@ -1,4 +1,4 @@ -## The *open-videos-folders.ps1* Script +## Script: *open-videos-folders.ps1* This script launches the File Explorer with the user's videos folder. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -51,4 +51,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-videos-folders.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-videos-folders.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/open-visual-studio.md b/Docs/open-visual-studio.md index 58b3427a..c9b42769 100644 --- a/Docs/open-visual-studio.md +++ b/Docs/open-visual-studio.md @@ -1,4 +1,4 @@ -## The *open-visual-studio.ps1* Script +## Script: *open-visual-studio.ps1* open-visual-studio.ps1 @@ -12,7 +12,7 @@ open-visual-studio.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -44,4 +44,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-visual-studio.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-visual-studio.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/open-vpn-settings.md b/Docs/open-vpn-settings.md index 98816207..4f0f8b6e 100644 --- a/Docs/open-vpn-settings.md +++ b/Docs/open-vpn-settings.md @@ -1,4 +1,4 @@ -## The *open-vpn-settings.ps1* Script +## Script: *open-vpn-settings.ps1* This PowerShell script launches the VPN settings of Windows. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ Start-Process ms-settings:network-vpn exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-vpn-settings.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-vpn-settings.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/open-windows-defender.md b/Docs/open-windows-defender.md index 2350ea38..43c6fef7 100644 --- a/Docs/open-windows-defender.md +++ b/Docs/open-windows-defender.md @@ -1,4 +1,4 @@ -## The *open-windows-defender.ps1* Script +## Script: *open-windows-defender.ps1* This script launches the Windows Defender application. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ Start-Process windowsdefender: exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-windows-defender.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-windows-defender.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/open-windows-terminal.md b/Docs/open-windows-terminal.md index f63ff679..c3a7cff9 100644 --- a/Docs/open-windows-terminal.md +++ b/Docs/open-windows-terminal.md @@ -1,4 +1,4 @@ -## The *open-windows-terminal.ps1* Script +## Script: *open-windows-terminal.ps1* This script launches the Windows Terminal application. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ Start-Process wt.exe exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-windows-terminal.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-windows-terminal.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/open-xing.md b/Docs/open-xing.md index 7e067f5c..fcc26d34 100644 --- a/Docs/open-xing.md +++ b/Docs/open-xing.md @@ -1,4 +1,4 @@ -## The *open-xing.ps1* Script +## Script: *open-xing.ps1* This script launches the XING application. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ Start-Process xing: exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of open-xing.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of open-xing.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/pick-commit.md b/Docs/pick-commit.md index 066ac066..4ad1fe08 100644 --- a/Docs/pick-commit.md +++ b/Docs/pick-commit.md @@ -1,4 +1,4 @@ -## The *pick-commit.ps1* Script +## Script: *pick-commit.ps1* Cherry-picks a Git commit into one or more branches (branch names need to be separated by spaces) NOTE: in case of merge conflicts the script stops immediately! @@ -60,7 +60,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -145,4 +145,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of pick-commit.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of pick-commit.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/ping-weather.md b/Docs/ping-weather.md index 82693a2e..83dcc0c9 100644 --- a/Docs/ping-weather.md +++ b/Docs/ping-weather.md @@ -1,4 +1,4 @@ -## The *ping-weather.ps1* Script +## Script: *ping-weather.ps1* This PowerShell script continuously shows the current weather conditions (similar to htop, 10 min update interval by default). @@ -42,7 +42,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -93,4 +93,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of ping-weather.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of ping-weather.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/play-bee-sound.md b/Docs/play-bee-sound.md index bc3465f0..8914ab3d 100644 --- a/Docs/play-bee-sound.md +++ b/Docs/play-bee-sound.md @@ -1,4 +1,4 @@ -## The *play-bee-sound.ps1* Script +## Script: *play-bee-sound.ps1* This PowerShell script plays a bee sound. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of play-bee-sound.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of play-bee-sound.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/play-beep-sound.md b/Docs/play-beep-sound.md index c63b1a70..9d43661b 100644 --- a/Docs/play-beep-sound.md +++ b/Docs/play-beep-sound.md @@ -1,4 +1,4 @@ -## The *play-beep-sound.ps1* Script +## Script: *play-beep-sound.ps1* This PowerShell script plays a short beep sound. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -43,4 +43,4 @@ Start-Sleep -milliseconds 300 exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of play-beep-sound.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of play-beep-sound.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/play-cat-sound.md b/Docs/play-cat-sound.md index 2ce5e1e9..a285c86c 100644 --- a/Docs/play-cat-sound.md +++ b/Docs/play-cat-sound.md @@ -1,4 +1,4 @@ -## The *play-cat-sound.ps1* Script +## Script: *play-cat-sound.ps1* This PowerShell script plays a cat sound. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of play-cat-sound.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of play-cat-sound.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/play-cow-sound.md b/Docs/play-cow-sound.md index 6541880b..69524781 100644 --- a/Docs/play-cow-sound.md +++ b/Docs/play-cow-sound.md @@ -1,4 +1,4 @@ -## The *play-cow-sound.ps1* Script +## Script: *play-cow-sound.ps1* This PowerShell script plays a cow sound. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of play-cow-sound.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of play-cow-sound.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/play-dog-sound.md b/Docs/play-dog-sound.md index ed964e8e..e52d25a6 100644 --- a/Docs/play-dog-sound.md +++ b/Docs/play-dog-sound.md @@ -1,4 +1,4 @@ -## The *play-dog-sound.ps1* Script +## Script: *play-dog-sound.ps1* This PowerShell script plays a dog sound. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of play-dog-sound.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of play-dog-sound.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/play-donkey-sound.md b/Docs/play-donkey-sound.md index 98a169a2..63d25ee0 100644 --- a/Docs/play-donkey-sound.md +++ b/Docs/play-donkey-sound.md @@ -1,4 +1,4 @@ -## The *play-donkey-sound.ps1* Script +## Script: *play-donkey-sound.ps1* This PowerShell script plays a donkey sound. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of play-donkey-sound.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of play-donkey-sound.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/play-elephant-sound.md b/Docs/play-elephant-sound.md index 726d1b07..d07bb590 100644 --- a/Docs/play-elephant-sound.md +++ b/Docs/play-elephant-sound.md @@ -1,4 +1,4 @@ -## The *play-elephant-sound.ps1* Script +## Script: *play-elephant-sound.ps1* This PowerShell script plays an elephant sound. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of play-elephant-sound.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of play-elephant-sound.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/play-elk-sound.md b/Docs/play-elk-sound.md index e96952a8..9d71203a 100644 --- a/Docs/play-elk-sound.md +++ b/Docs/play-elk-sound.md @@ -1,4 +1,4 @@ -## The *play-elk-sound.ps1* Script +## Script: *play-elk-sound.ps1* This PowerShell script plays an elk sound. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of play-elk-sound.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of play-elk-sound.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/play-files.md b/Docs/play-files.md index f5c6164b..17d443d8 100644 --- a/Docs/play-files.md +++ b/Docs/play-files.md @@ -1,4 +1,4 @@ -## The *play-files.ps1* Script +## Script: *play-files.ps1* This PowerShell script plays the given audio files (supporting MP3 and WAV format). @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -70,4 +70,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of play-files.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of play-files.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/play-frog-sound.md b/Docs/play-frog-sound.md index acef8234..c0aa1ab0 100644 --- a/Docs/play-frog-sound.md +++ b/Docs/play-frog-sound.md @@ -1,4 +1,4 @@ -## The *play-frog-sound.ps1* Script +## Script: *play-frog-sound.ps1* This PowerShell script plays a frog sound. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of play-frog-sound.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of play-frog-sound.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/play-goat-sound.md b/Docs/play-goat-sound.md index 7c14907c..5ec11385 100644 --- a/Docs/play-goat-sound.md +++ b/Docs/play-goat-sound.md @@ -1,4 +1,4 @@ -## The *play-goat-sound.ps1* Script +## Script: *play-goat-sound.ps1* This PowerShell script plays a goat sound. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of play-goat-sound.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of play-goat-sound.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/play-gorilla-sound.md b/Docs/play-gorilla-sound.md index 78627826..0584ef06 100644 --- a/Docs/play-gorilla-sound.md +++ b/Docs/play-gorilla-sound.md @@ -1,4 +1,4 @@ -## The *play-gorilla-sound.ps1* Script +## Script: *play-gorilla-sound.ps1* This PowerShell script plays a gorilla sound. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of play-gorilla-sound.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of play-gorilla-sound.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/play-happy-birthday.md b/Docs/play-happy-birthday.md index 6c331e99..963300fb 100644 --- a/Docs/play-happy-birthday.md +++ b/Docs/play-happy-birthday.md @@ -1,4 +1,4 @@ -## The *play-happy-birthday.ps1* Script +## Script: *play-happy-birthday.ps1* This PowerShell script plays the famous Happy Birthday song. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -66,4 +66,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of play-happy-birthday.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of play-happy-birthday.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/play-horse-sound.md b/Docs/play-horse-sound.md index 8fde8dc7..27607daf 100644 --- a/Docs/play-horse-sound.md +++ b/Docs/play-horse-sound.md @@ -1,4 +1,4 @@ -## The *play-horse-sound.ps1* Script +## Script: *play-horse-sound.ps1* This PowerShell script plays a horse sound. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of play-horse-sound.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of play-horse-sound.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/play-imperial-march.md b/Docs/play-imperial-march.md index d1800b44..96152c6b 100644 --- a/Docs/play-imperial-march.md +++ b/Docs/play-imperial-march.md @@ -1,4 +1,4 @@ -## The *play-imperial-march.ps1* Script +## Script: *play-imperial-march.ps1* This PowerShell script plays the Imperial March used in the Star Wars film series. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -59,4 +59,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of play-imperial-march.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of play-imperial-march.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/play-jingle-bells.md b/Docs/play-jingle-bells.md index 2dc73d67..c680ac89 100644 --- a/Docs/play-jingle-bells.md +++ b/Docs/play-jingle-bells.md @@ -1,4 +1,4 @@ -## The *play-jingle-bells.ps1* Script +## Script: *play-jingle-bells.ps1* This PowerShell script plays the famous Jingle Bells song. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -187,4 +187,4 @@ Start-Sleep -m $Duration.EIGHTH exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of play-jingle-bells.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of play-jingle-bells.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/play-lion-sound.md b/Docs/play-lion-sound.md index 0c48f6bc..39278a90 100644 --- a/Docs/play-lion-sound.md +++ b/Docs/play-lion-sound.md @@ -1,4 +1,4 @@ -## The *play-lion-sound.ps1* Script +## Script: *play-lion-sound.ps1* This PowerShell script plays a lion sound. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of play-lion-sound.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of play-lion-sound.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/play-m3u.md b/Docs/play-m3u.md index 5a5b1f23..bfb1e197 100644 --- a/Docs/play-m3u.md +++ b/Docs/play-m3u.md @@ -1,4 +1,4 @@ -## The *play-m3u.ps1* Script +## Script: *play-m3u.ps1* This PowerShell script plays the given playlist (in .M3U file format) @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -86,4 +86,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of play-m3u.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of play-m3u.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/play-mission-impossible.md b/Docs/play-mission-impossible.md index 738bdf3e..0ca57a78 100644 --- a/Docs/play-mission-impossible.md +++ b/Docs/play-mission-impossible.md @@ -1,4 +1,4 @@ -## The *play-mission-impossible.ps1* Script +## Script: *play-mission-impossible.ps1* This PowerShell script plays the Mission Impossible theme. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -87,4 +87,4 @@ Start-Sleep -m 150 exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of play-mission-impossible.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of play-mission-impossible.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/play-mp3.md b/Docs/play-mp3.md index 683fe2b4..1180b811 100644 --- a/Docs/play-mp3.md +++ b/Docs/play-mp3.md @@ -1,4 +1,4 @@ -## The *play-mp3.ps1* Script +## Script: *play-mp3.ps1* This PowerShell script plays a sound file in .MP3 file format. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -85,4 +85,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of play-mp3.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of play-mp3.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/play-parrot-sound.md b/Docs/play-parrot-sound.md index 25ea6d84..34716198 100644 --- a/Docs/play-parrot-sound.md +++ b/Docs/play-parrot-sound.md @@ -1,4 +1,4 @@ -## The *play-parrot-sound.ps1* Script +## Script: *play-parrot-sound.ps1* This PowerShell script plays a parrot sound. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of play-parrot-sound.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of play-parrot-sound.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/play-pig-sound.md b/Docs/play-pig-sound.md index 483408d0..642887c8 100644 --- a/Docs/play-pig-sound.md +++ b/Docs/play-pig-sound.md @@ -1,4 +1,4 @@ -## The *play-pig-sound.ps1* Script +## Script: *play-pig-sound.ps1* This PowerShell script plays a pig sound. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of play-pig-sound.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of play-pig-sound.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/play-rattlesnake-sound.md b/Docs/play-rattlesnake-sound.md index 37a264a6..02cb9f46 100644 --- a/Docs/play-rattlesnake-sound.md +++ b/Docs/play-rattlesnake-sound.md @@ -1,4 +1,4 @@ -## The *play-rattlesnake-sound.ps1* Script +## Script: *play-rattlesnake-sound.ps1* This PowerShell script plays a rattlesnake sound. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of play-rattlesnake-sound.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of play-rattlesnake-sound.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/play-super-mario.md b/Docs/play-super-mario.md index b8c2c2d1..1a8f9193 100644 --- a/Docs/play-super-mario.md +++ b/Docs/play-super-mario.md @@ -1,4 +1,4 @@ -## The *play-super-mario.ps1* Script +## Script: *play-super-mario.ps1* This PowerShell script plays the Super Mario intro. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -65,4 +65,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of play-super-mario.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of play-super-mario.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/play-tetris-melody.md b/Docs/play-tetris-melody.md index 57edfb06..783ab871 100644 --- a/Docs/play-tetris-melody.md +++ b/Docs/play-tetris-melody.md @@ -1,4 +1,4 @@ -## The *play-tetris-melody.ps1* Script +## Script: *play-tetris-melody.ps1* This PowerShell script plays the Tetris melody. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -155,4 +155,4 @@ Start-Sleep -milliseconds 500 exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of play-tetris-melody.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of play-tetris-melody.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/play-vulture-sound.md b/Docs/play-vulture-sound.md index ed9713e5..3da67f0c 100644 --- a/Docs/play-vulture-sound.md +++ b/Docs/play-vulture-sound.md @@ -1,4 +1,4 @@ -## The *play-vulture-sound.ps1* Script +## Script: *play-vulture-sound.ps1* This PowerShell script plays a vulture sound. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of play-vulture-sound.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of play-vulture-sound.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/play-wolf-sound.md b/Docs/play-wolf-sound.md index 662a7d21..73549fbf 100644 --- a/Docs/play-wolf-sound.md +++ b/Docs/play-wolf-sound.md @@ -1,4 +1,4 @@ -## The *play-wolf-sound.ps1* Script +## Script: *play-wolf-sound.ps1* This PowerShell script plays a wolf sound. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of play-wolf-sound.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of play-wolf-sound.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/poweroff.md b/Docs/poweroff.md index de37ec6a..187f6a19 100644 --- a/Docs/poweroff.md +++ b/Docs/poweroff.md @@ -1,4 +1,4 @@ -## The *poweroff.ps1* Script +## Script: *poweroff.ps1* This script halts the local computer immediately (needs admin rights). @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -53,4 +53,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of poweroff.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of poweroff.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/print-image.md b/Docs/print-image.md index 10d75b0d..3bb21ba0 100644 --- a/Docs/print-image.md +++ b/Docs/print-image.md @@ -1,4 +1,4 @@ -## The *print-image.ps1* Script +## Script: *print-image.ps1* This PowerShell script shows the printer dialogue to print the given image file. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -63,4 +63,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of print-image.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of print-image.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/publish-to-ipfs.md b/Docs/publish-to-ipfs.md index 6320d393..b012e6f4 100644 --- a/Docs/publish-to-ipfs.md +++ b/Docs/publish-to-ipfs.md @@ -1,4 +1,4 @@ -## The *publish-to-ipfs.ps1* Script +## Script: *publish-to-ipfs.ps1* This script publishes the given files and folders to IPFS. @@ -50,7 +50,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -113,4 +113,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of publish-to-ipfs.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of publish-to-ipfs.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/pull-repo.md b/Docs/pull-repo.md index dfd85291..163827f1 100644 --- a/Docs/pull-repo.md +++ b/Docs/pull-repo.md @@ -1,4 +1,4 @@ -## The *pull-repo.ps1* Script +## Script: *pull-repo.ps1* This PowerShell script pulls the latest updates into a local Git repository (including submodules). @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -81,4 +81,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of pull-repo.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of pull-repo.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/pull-repos.md b/Docs/pull-repos.md index f55978ff..ae65281f 100644 --- a/Docs/pull-repos.md +++ b/Docs/pull-repos.md @@ -1,4 +1,4 @@ -## The *pull-repos.ps1* Script +## Script: *pull-repos.ps1* This PowerShell script pulls updates for all Git repositories in a folder (including submodules). @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -89,4 +89,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of pull-repos.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of pull-repos.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/query-smart-data.md b/Docs/query-smart-data.md index 33d660d5..88dc1fa5 100644 --- a/Docs/query-smart-data.md +++ b/Docs/query-smart-data.md @@ -1,4 +1,4 @@ -## The *query-smart-data.ps1* Script +## Script: *query-smart-data.ps1* Queries the S.M.A.R.T. data of your HDD/SSD's and saves it to the current/given directory. (use smart-data2csv.ps1 to generate a CSV table for analysis). @@ -34,7 +34,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -100,4 +100,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of query-smart-data.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of query-smart-data.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/reboot-fritzbox.md b/Docs/reboot-fritzbox.md index 934af35d..f83c3442 100644 --- a/Docs/reboot-fritzbox.md +++ b/Docs/reboot-fritzbox.md @@ -1,4 +1,4 @@ -## The *reboot-fritzbox.ps1* Script +## Script: *reboot-fritzbox.ps1* This PowerShell script reboots the FRITZ!Box device @@ -41,7 +41,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -146,4 +146,4 @@ echo $Result exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of reboot-fritzbox.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of reboot-fritzbox.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/reboot.md b/Docs/reboot.md index 70d8e7ac..c790fecb 100644 --- a/Docs/reboot.md +++ b/Docs/reboot.md @@ -1,4 +1,4 @@ -## The *reboot.ps1* Script +## Script: *reboot.ps1* This PowerShell script reboots the local computer immediately (needs admin rights). @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -53,4 +53,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of reboot.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of reboot.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/remind-me.md b/Docs/remind-me.md index 215c0de0..42deba12 100644 --- a/Docs/remind-me.md +++ b/Docs/remind-me.md @@ -1,4 +1,4 @@ -## The *remind-me.ps1* Script +## Script: *remind-me.ps1* This PowerShell script creates a scheduled task that will display a popup message. @@ -45,7 +45,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -82,4 +82,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of remind-me.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of remind-me.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/remove-empty-dirs.md b/Docs/remove-empty-dirs.md index 1632be2d..a671b19b 100644 --- a/Docs/remove-empty-dirs.md +++ b/Docs/remove-empty-dirs.md @@ -1,4 +1,4 @@ -## The *remove-empty-dirs.ps1* Script +## Script: *remove-empty-dirs.ps1* This PowerShell script removes all empty subfolders within a directory tree. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -85,4 +85,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of remove-empty-dirs.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of remove-empty-dirs.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/remove-old-dirs.md b/Docs/remove-old-dirs.md index 017794e8..d4f8b20f 100644 --- a/Docs/remove-old-dirs.md +++ b/Docs/remove-old-dirs.md @@ -1,4 +1,4 @@ -## The *remove-old-dirs.ps1* Script +## Script: *remove-old-dirs.ps1* This PowerShell script removes any subfolder in a parent folder older than (using last write time). @@ -38,7 +38,7 @@ PS> ./remove-old-dirs.ps1 C:\Temp 90 ## Notes Author: Markus Fleschutz -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -87,4 +87,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of remove-old-dirs.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of remove-old-dirs.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/remove-print-jobs.md b/Docs/remove-print-jobs.md index 6a414358..7843cc3b 100644 --- a/Docs/remove-print-jobs.md +++ b/Docs/remove-print-jobs.md @@ -1,4 +1,4 @@ -## The *remove-print-jobs.ps1* Script +## Script: *remove-print-jobs.ps1* This PowerShell script removes all print jobs from all printer devices. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -59,4 +59,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of remove-print-jobs.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of remove-print-jobs.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/remove-tag.md b/Docs/remove-tag.md index b25c6336..6baf2768 100644 --- a/Docs/remove-tag.md +++ b/Docs/remove-tag.md @@ -1,4 +1,4 @@ -## The *remove-tag.ps1* Script +## Script: *remove-tag.ps1* This PowerShell script removes a Git tag, either locally, remote, or both. @@ -50,7 +50,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -105,4 +105,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of remove-tag.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of remove-tag.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/replace-in-files.md b/Docs/replace-in-files.md index d42c73b7..802620b6 100644 --- a/Docs/replace-in-files.md +++ b/Docs/replace-in-files.md @@ -1,4 +1,4 @@ -## The *replace-in-files.ps1* Script +## Script: *replace-in-files.ps1* This PowerShell script searches and replaces a pattern in the given files by the replacement. @@ -50,7 +50,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -100,4 +100,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of replace-in-files.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of replace-in-files.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/restart-network-adapters.md b/Docs/restart-network-adapters.md index 64927928..020eea93 100644 --- a/Docs/restart-network-adapters.md +++ b/Docs/restart-network-adapters.md @@ -1,4 +1,4 @@ -## The *restart-network-adapters.ps1* Script +## Script: *restart-network-adapters.ps1* This PowerShell script restarts all local network adapters (needs admin rights). @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links htts://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -54,4 +54,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of restart-network-adapters.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of restart-network-adapters.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/roll-a-dice.md b/Docs/roll-a-dice.md index 83ed7d83..456f7540 100644 --- a/Docs/roll-a-dice.md +++ b/Docs/roll-a-dice.md @@ -1,4 +1,4 @@ -## The *roll-a-dice.ps1* Script +## Script: *roll-a-dice.ps1* This PowerShell script rolls a dice and returns the number by text-to-speech (TTS). @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -45,4 +45,4 @@ $Number = "1", "2", "3", "4", "5", "6" | Get-Random exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of roll-a-dice.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of roll-a-dice.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/save-screenshot.md b/Docs/save-screenshot.md index d3bb3626..e6c47e59 100644 --- a/Docs/save-screenshot.md +++ b/Docs/save-screenshot.md @@ -1,4 +1,4 @@ -## The *save-screenshot.ps1* Script +## Script: *save-screenshot.ps1* This PowerShell script takes a single screenshot and saves it into a target folder (default is the user's screenshots folder). @@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -92,4 +92,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of save-screenshot.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of save-screenshot.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/scan-ports.md b/Docs/scan-ports.md index a8b09d9a..437ac1bf 100644 --- a/Docs/scan-ports.md +++ b/Docs/scan-ports.md @@ -1,4 +1,4 @@ -## The *scan-ports.ps1* Script +## Script: *scan-ports.ps1* This PowerShell script scans the network for open or closed ports. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -59,4 +59,4 @@ foreach($add in $range) { exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of scan-ports.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of scan-ports.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/search-filename.md b/Docs/search-filename.md index 08d90cea..1abe82b3 100644 --- a/Docs/search-filename.md +++ b/Docs/search-filename.md @@ -1,4 +1,4 @@ -## The *search-filename.ps1* Script +## Script: *search-filename.ps1* This PowerShell script serves as a quick Powershell replacement to the search functionality in Windows After you pass in a root folder and a search term, the script will list all files and folders matching that phrase. @@ -42,7 +42,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -90,4 +90,4 @@ Search-Folder -FilePath $path -SearchTerm $term exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of search-filename.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of search-filename.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/search-files.md b/Docs/search-files.md index 9bb561fb..4a15e9cd 100644 --- a/Docs/search-files.md +++ b/Docs/search-files.md @@ -1,4 +1,4 @@ -## The *search-files.ps1* Script +## Script: *search-files.ps1* This PowerShell script searches for a pattern in the given files. @@ -41,7 +41,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -86,4 +86,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of search-files.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of search-files.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/send-email.md b/Docs/send-email.md index f0e1e40b..ecefa405 100644 --- a/Docs/send-email.md +++ b/Docs/send-email.md @@ -1,4 +1,4 @@ -## The *send-email.ps1* Script +## Script: *send-email.ps1* This PowerShell script sends an email message. @@ -67,7 +67,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -115,4 +115,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of send-email.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of send-email.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/send-tcp.md b/Docs/send-tcp.md index ffa1590b..e07e9a3c 100644 --- a/Docs/send-tcp.md +++ b/Docs/send-tcp.md @@ -1,4 +1,4 @@ -## The *send-tcp.ps1* Script +## Script: *send-tcp.ps1* This PowerShell script sends a TCP message to the given IP address and port. @@ -50,7 +50,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -98,4 +98,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of send-tcp.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of send-tcp.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/send-udp.md b/Docs/send-udp.md index f3c5155c..22716960 100644 --- a/Docs/send-udp.md +++ b/Docs/send-udp.md @@ -1,4 +1,4 @@ -## The *send-udp.ps1* Script +## Script: *send-udp.ps1* This PowerShell script sends a UDP datagram message to an IP address and port. @@ -51,7 +51,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -96,4 +96,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of send-udp.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of send-udp.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/set-profile.md b/Docs/set-profile.md index 86549524..d178318d 100644 --- a/Docs/set-profile.md +++ b/Docs/set-profile.md @@ -1,4 +1,4 @@ -## The *set-profile.ps1* Script +## Script: *set-profile.ps1* This PowerShell script sets the PowerShell profile for the current user. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -58,4 +58,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of set-profile.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of set-profile.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/set-timer.md b/Docs/set-timer.md index 85c3b214..061726a1 100644 --- a/Docs/set-timer.md +++ b/Docs/set-timer.md @@ -1,4 +1,4 @@ -## The *set-timer.ps1* Script +## Script: *set-timer.ps1* This PowerShell script sets a timer for a countdown. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -68,4 +68,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of set-timer.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of set-timer.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/set-volume.md b/Docs/set-volume.md index 1258552c..086fef02 100644 --- a/Docs/set-volume.md +++ b/Docs/set-volume.md @@ -1,4 +1,4 @@ -## The *set-volume.ps1* Script +## Script: *set-volume.ps1* This PowerShell script sets the audio volume in percent. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -73,4 +73,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of set-volume.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of set-volume.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/set-wallpaper.md b/Docs/set-wallpaper.md index fe834825..92479043 100644 --- a/Docs/set-wallpaper.md +++ b/Docs/set-wallpaper.md @@ -1,4 +1,4 @@ -## The *set-wallpaper.ps1* Script +## Script: *set-wallpaper.ps1* This PowerShell script sets the given image file as desktop wallpaper (.JPG or .PNG supported) @@ -41,7 +41,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -116,4 +116,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of set-wallpaper.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of set-wallpaper.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/show-lightnings.md b/Docs/show-lightnings.md index 57b392ff..7e7dbb2b 100644 --- a/Docs/show-lightnings.md +++ b/Docs/show-lightnings.md @@ -1,4 +1,4 @@ -## The *show-lightnings.ps1* Script +## Script: *show-lightnings.ps1* This PowerShell script launches the Web browser and shows lightnings in OpenStreetMap. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of show-lightnings.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of show-lightnings.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/show-notification.md b/Docs/show-notification.md index 1e8b91d8..f12a8144 100644 --- a/Docs/show-notification.md +++ b/Docs/show-notification.md @@ -1,4 +1,4 @@ -## The *show-notification.ps1* Script +## Script: *show-notification.ps1* This PowerShell script shows a toast-message notification for the Windows 10 Notification Center. @@ -47,7 +47,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -81,4 +81,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of show-notification.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of show-notification.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/show-traffic.md b/Docs/show-traffic.md index b2e56249..2a108568 100644 --- a/Docs/show-traffic.md +++ b/Docs/show-traffic.md @@ -1,4 +1,4 @@ -## The *show-traffic.ps1* Script +## Script: *show-traffic.ps1* This PowerShell script launches the Web browser with MSN showing the current traffic. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -42,4 +42,4 @@ https://github.com/fleschutz/PowerShell exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of show-traffic.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of show-traffic.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/simulate-presence.md b/Docs/simulate-presence.md index 96e7fe01..17b29839 100644 --- a/Docs/simulate-presence.md +++ b/Docs/simulate-presence.md @@ -1,4 +1,4 @@ -## The *simulate-presence.ps1* Script +## Script: *simulate-presence.ps1* This PowerShell script simulates the human presence against burglars. It switches a Shelly1 device on and off. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -68,4 +68,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of simulate-presence.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of simulate-presence.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/smart-data2csv.md b/Docs/smart-data2csv.md index d595b457..c71c2353 100644 --- a/Docs/smart-data2csv.md +++ b/Docs/smart-data2csv.md @@ -1,4 +1,4 @@ -## The *smart-data2csv.ps1* Script +## Script: *smart-data2csv.ps1* This PowerShell script converts the S.M.A.R.T. JSON files in the current/given directory to a CSV table for analysis (use query-smart-data.ps1 to generate those JSON files). @@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -135,4 +135,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of smart-data2csv.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of smart-data2csv.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/speak-arabic.md b/Docs/speak-arabic.md index b24ab503..93e8cdb0 100644 --- a/Docs/speak-arabic.md +++ b/Docs/speak-arabic.md @@ -1,4 +1,4 @@ -## The *speak-arabic.ps1* Script +## Script: *speak-arabic.ps1* This PowerShell script speaks the given text with an Arabic text-to-speech (TTS) voice. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -69,4 +69,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of speak-arabic.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-arabic.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/speak-checklist.md b/Docs/speak-checklist.md index c3e68566..c925e2f8 100644 --- a/Docs/speak-checklist.md +++ b/Docs/speak-checklist.md @@ -1,4 +1,4 @@ -## The *speak-checklist.ps1* Script +## Script: *speak-checklist.ps1* This PowerShell script speaks the given checklist by text-to-speech (TTS). @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -72,4 +72,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of speak-checklist.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-checklist.ps1 as of 07/29/2023 09:55:14)* diff --git a/Docs/speak-countdown.md b/Docs/speak-countdown.md index eab262d0..2b2058f1 100644 --- a/Docs/speak-countdown.md +++ b/Docs/speak-countdown.md @@ -1,4 +1,4 @@ -## The *speak-countdown.ps1* Script +## Script: *speak-countdown.ps1* This PowerShell script speaks a countdown by text-to-speech (TTS) starting from a given number. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -64,4 +64,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of speak-countdown.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-countdown.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/speak-danish.md b/Docs/speak-danish.md index b579ab47..05fcf389 100644 --- a/Docs/speak-danish.md +++ b/Docs/speak-danish.md @@ -1,4 +1,4 @@ -## The *speak-danish.ps1* Script +## Script: *speak-danish.ps1* This PowerShell script speaks the given text with a Danish text-to-speech (TTS) voice. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -69,4 +69,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of speak-danish.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-danish.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/speak-dutch.md b/Docs/speak-dutch.md index d2947461..cc554928 100644 --- a/Docs/speak-dutch.md +++ b/Docs/speak-dutch.md @@ -1,4 +1,4 @@ -## The *speak-dutch.ps1* Script +## Script: *speak-dutch.ps1* This PowerShell script speaks the given text with a Dutch text-to-speech (TTS) voice. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -69,4 +69,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of speak-dutch.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-dutch.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/speak-english.md b/Docs/speak-english.md index 9f8aeb6b..188e03f9 100644 --- a/Docs/speak-english.md +++ b/Docs/speak-english.md @@ -1,4 +1,4 @@ -## The *speak-english.ps1* Script +## Script: *speak-english.ps1* This PowerShell scripts speaks the given text with an English text-to-speech (TTS) voice. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -69,4 +69,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of speak-english.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-english.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/speak-epub.md b/Docs/speak-epub.md index 3dfcfb9e..317a7014 100644 --- a/Docs/speak-epub.md +++ b/Docs/speak-epub.md @@ -1,4 +1,4 @@ -## The *speak-epub.ps1* Script +## Script: *speak-epub.ps1* This PowerShell script speaks the content of the given Epub file by text-to-speech (TTS). @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -133,4 +133,4 @@ foreach($item in $content.package.manifest.Item) { exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of speak-epub.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-epub.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/speak-file.md b/Docs/speak-file.md index 0bdb9a0e..b7136cdd 100644 --- a/Docs/speak-file.md +++ b/Docs/speak-file.md @@ -1,4 +1,4 @@ -## The *speak-file.ps1* Script +## Script: *speak-file.ps1* This PowerShell script speaks the content of the given text file by text-to-speech (TTS). @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -65,4 +65,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of speak-file.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-file.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/speak-french.md b/Docs/speak-french.md index edb4b7cd..d3128775 100644 --- a/Docs/speak-french.md +++ b/Docs/speak-french.md @@ -1,4 +1,4 @@ -## The *speak-french.ps1* Script +## Script: *speak-french.ps1* This PowerShell script speaks the given text with a French text-to-speech (TTS) voice. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -69,4 +69,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of speak-french.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-french.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/speak-german.md b/Docs/speak-german.md index cb56843b..0f04777b 100644 --- a/Docs/speak-german.md +++ b/Docs/speak-german.md @@ -1,4 +1,4 @@ -## The *speak-german.ps1* Script +## Script: *speak-german.ps1* This PowerShell script speaks the given text with a German text-to-speech (TTS) voice. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -69,4 +69,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of speak-german.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-german.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/speak-greek.md b/Docs/speak-greek.md index cfd978cd..f05760dc 100644 --- a/Docs/speak-greek.md +++ b/Docs/speak-greek.md @@ -1,4 +1,4 @@ -## The *speak-greek.ps1* Script +## Script: *speak-greek.ps1* This PowerShell script speaks the given text with a Greek text-to-speech (TTS) voice. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -69,4 +69,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of speak-greek.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-greek.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/speak-hindi.md b/Docs/speak-hindi.md index 8ffcdf90..e7ab67cf 100644 --- a/Docs/speak-hindi.md +++ b/Docs/speak-hindi.md @@ -1,4 +1,4 @@ -## The *speak-hindi.ps1* Script +## Script: *speak-hindi.ps1* This PowerShell script speaks the given text with a Hindi text-to-speech (TTS) voice. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -69,4 +69,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of speak-hindi.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-hindi.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/speak-italian.md b/Docs/speak-italian.md index 58f20c0d..06ded2b2 100644 --- a/Docs/speak-italian.md +++ b/Docs/speak-italian.md @@ -1,4 +1,4 @@ -## The *speak-italian.ps1* Script +## Script: *speak-italian.ps1* This PowerShell script speaks the given text with an Italian text-to-speech (TTS) voice. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -69,4 +69,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of speak-italian.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-italian.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/speak-japanese.md b/Docs/speak-japanese.md index 4402ae38..91bc5da1 100644 --- a/Docs/speak-japanese.md +++ b/Docs/speak-japanese.md @@ -1,4 +1,4 @@ -## The *speak-japanese.ps1* Script +## Script: *speak-japanese.ps1* This PowerShell script speaks the given text with a Japanese text-to-speech (TTS) voice. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -69,4 +69,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of speak-japanese.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-japanese.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/speak-latin.md b/Docs/speak-latin.md index d88fab8e..a4398f86 100644 --- a/Docs/speak-latin.md +++ b/Docs/speak-latin.md @@ -1,4 +1,4 @@ -## The *speak-latin.ps1* Script +## Script: *speak-latin.ps1* This PowerShell script speaks the given text with a Latin text-to-speech (TTS) voice. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -69,4 +69,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of speak-latin.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-latin.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/speak-mandarin.md b/Docs/speak-mandarin.md index eb0d423c..b65c4059 100644 --- a/Docs/speak-mandarin.md +++ b/Docs/speak-mandarin.md @@ -1,4 +1,4 @@ -## The *speak-mandarin.ps1* Script +## Script: *speak-mandarin.ps1* This PowerShell script speaks the given text with a Mandarin text-to-speech (TTS) voice. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -69,4 +69,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of speak-mandarin.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-mandarin.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/speak-polish.md b/Docs/speak-polish.md index 148efaa4..9e65d1ff 100644 --- a/Docs/speak-polish.md +++ b/Docs/speak-polish.md @@ -1,4 +1,4 @@ -## The *speak-polish.ps1* Script +## Script: *speak-polish.ps1* This PowerShell script speaks the given text with a Polish text-to-speech (TTS) voice. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -69,4 +69,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of speak-polish.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-polish.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/speak-portuguese.md b/Docs/speak-portuguese.md index fd7d5ed5..c4f7eedd 100644 --- a/Docs/speak-portuguese.md +++ b/Docs/speak-portuguese.md @@ -1,4 +1,4 @@ -## The *speak-portuguese.ps1* Script +## Script: *speak-portuguese.ps1* This PowerShell script speaks the given text with a Portuguese text-to-speech (TTS) voice. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -69,4 +69,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of speak-portuguese.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-portuguese.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/speak-spanish.md b/Docs/speak-spanish.md index 127d6a9c..6acd8d7e 100644 --- a/Docs/speak-spanish.md +++ b/Docs/speak-spanish.md @@ -1,4 +1,4 @@ -## The *speak-spanish.ps1* Script +## Script: *speak-spanish.ps1* This PowerShell script speaks the given text with a Spanish text-to-speech (TTS) voice. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -69,4 +69,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of speak-spanish.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-spanish.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/speak-swedish.md b/Docs/speak-swedish.md index 08f2feb8..1a0e41a4 100644 --- a/Docs/speak-swedish.md +++ b/Docs/speak-swedish.md @@ -1,4 +1,4 @@ -## The *speak-swedish.ps1* Script +## Script: *speak-swedish.ps1* This PowerShell script speaks the given text with a Swedish text-to-speech (TTS) voice. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -69,4 +69,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of speak-swedish.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-swedish.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/speak-test.md b/Docs/speak-test.md index 787aeecb..eb1aaea7 100644 --- a/Docs/speak-test.md +++ b/Docs/speak-test.md @@ -1,4 +1,4 @@ -## The *speak-test.ps1* Script +## Script: *speak-test.ps1* speak-test.ps1 @@ -12,7 +12,7 @@ speak-test.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -77,4 +77,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of speak-test.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-test.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/speak-text.md b/Docs/speak-text.md index 3c459799..fba8e654 100644 --- a/Docs/speak-text.md +++ b/Docs/speak-text.md @@ -1,4 +1,4 @@ -## The *speak-text.ps1* Script +## Script: *speak-text.ps1* This PowerShell script speaks the given text by the default text-to-speech (TTS) voice. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -63,4 +63,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of speak-text.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-text.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/speak-turkish.md b/Docs/speak-turkish.md index 1295380d..805377f1 100644 --- a/Docs/speak-turkish.md +++ b/Docs/speak-turkish.md @@ -1,4 +1,4 @@ -## The *speak-turkish.ps1* Script +## Script: *speak-turkish.ps1* This PowerShell script speaks the given text with a Turkish text-to-speech (TTS) voice. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -69,4 +69,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of speak-turkish.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-turkish.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/speak-ukrainian.md b/Docs/speak-ukrainian.md index 45ace2b7..7720dbaa 100644 --- a/Docs/speak-ukrainian.md +++ b/Docs/speak-ukrainian.md @@ -1,4 +1,4 @@ -## The *speak-ukrainian.ps1* Script +## Script: *speak-ukrainian.ps1* This PowerShell script speaks the given text with a Ukrainian text-to-speech (TTS) voice. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -69,4 +69,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of speak-ukrainian.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-ukrainian.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/spell-word.md b/Docs/spell-word.md index 37934322..96e7717d 100644 --- a/Docs/spell-word.md +++ b/Docs/spell-word.md @@ -1,4 +1,4 @@ -## The *spell-word.ps1* Script +## Script: *spell-word.ps1* This PowerShell script spells the given word by text-to-speech (TTS). @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -68,4 +68,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of spell-word.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of spell-word.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/start-ipfs-server.md b/Docs/start-ipfs-server.md index d3dc3484..c6528680 100644 --- a/Docs/start-ipfs-server.md +++ b/Docs/start-ipfs-server.md @@ -1,4 +1,4 @@ -## The *start-ipfs-server.ps1* Script +## Script: *start-ipfs-server.ps1* This PowerShell script starts a local IPFS server as a daemon process. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -84,4 +84,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of start-ipfs-server.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of start-ipfs-server.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/suspend.md b/Docs/suspend.md index 5d322083..5aedce9b 100644 --- a/Docs/suspend.md +++ b/Docs/suspend.md @@ -1,4 +1,4 @@ -## The *suspend.ps1* Script +## Script: *suspend.ps1* This PowerShell script suspends the local computer immediately. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -48,4 +48,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of suspend.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of suspend.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/switch-branch.md b/Docs/switch-branch.md index f2d3997b..752bb02f 100644 --- a/Docs/switch-branch.md +++ b/Docs/switch-branch.md @@ -1,4 +1,4 @@ -## The *switch-branch.ps1* Script +## Script: *switch-branch.ps1* This PowerShell script switches to another branch in a Git repository (including submodules). @@ -41,7 +41,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -105,4 +105,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of switch-branch.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of switch-branch.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/switch-shelly1.md b/Docs/switch-shelly1.md index 0f380c5b..a713822a 100644 --- a/Docs/switch-shelly1.md +++ b/Docs/switch-shelly1.md @@ -1,4 +1,4 @@ -## The *switch-shelly1.ps1* Script +## Script: *switch-shelly1.ps1* This PowerShell script switches a Shelly1 device in the local network. @@ -50,7 +50,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -88,4 +88,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of switch-shelly1.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of switch-shelly1.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/switch-tabs.md b/Docs/switch-tabs.md index 5af7f898..31a5d281 100644 --- a/Docs/switch-tabs.md +++ b/Docs/switch-tabs.md @@ -1,4 +1,4 @@ -## The *switch-tabs.ps1* Script +## Script: *switch-tabs.ps1* This PowerShell script switches browser tabs automatically every seconds (by pressing Ctrl + PageDown). @@ -32,7 +32,7 @@ Author: Markus Fleschutz / License: CC0 ## Related Links https://github.com/fleschutz/talk2windows -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -66,4 +66,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of switch-tabs.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of switch-tabs.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/sync-repo.md b/Docs/sync-repo.md index 0d2816c5..e1031d9b 100644 --- a/Docs/sync-repo.md +++ b/Docs/sync-repo.md @@ -1,4 +1,4 @@ -## The *sync-repo.ps1* Script +## Script: *sync-repo.ps1* This PowerShell script synchronizes a local Git repository by push and pull (including submodules). @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -79,4 +79,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of sync-repo.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of sync-repo.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/tell-joke.md b/Docs/tell-joke.md index 5693809d..1462aacb 100644 --- a/Docs/tell-joke.md +++ b/Docs/tell-joke.md @@ -1,4 +1,4 @@ -## The *tell-joke.ps1* Script +## Script: *tell-joke.ps1* This PowerShell script selects a random Chuck Norris joke in Data/jokes.csv and speaks it by text-to-speech (TTS). @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -53,4 +53,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of tell-joke.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of tell-joke.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/tell-quote.md b/Docs/tell-quote.md index 66f509f7..091e47e9 100644 --- a/Docs/tell-quote.md +++ b/Docs/tell-quote.md @@ -1,4 +1,4 @@ -## The *tell-quote.ps1* Script +## Script: *tell-quote.ps1* This PowerShell script selects a random quote in Data/quotes.csv and speaks it by text-to-speech (TTS). @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -54,4 +54,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of tell-quote.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of tell-quote.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/toggle-caps-lock.md b/Docs/toggle-caps-lock.md index 9a381038..be5ae0f3 100644 --- a/Docs/toggle-caps-lock.md +++ b/Docs/toggle-caps-lock.md @@ -1,4 +1,4 @@ -## The *toggle-caps-lock.ps1* Script +## Script: *toggle-caps-lock.ps1* This PowerShell script toggles the Caps Lock key state. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -48,4 +48,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of toggle-caps-lock.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of toggle-caps-lock.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/toggle-num-lock.md b/Docs/toggle-num-lock.md index ecc6a268..3be6454a 100644 --- a/Docs/toggle-num-lock.md +++ b/Docs/toggle-num-lock.md @@ -1,4 +1,4 @@ -## The *toggle-num-lock.ps1* Script +## Script: *toggle-num-lock.ps1* This PowerShell script toggles the Num Lock key state. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -48,4 +48,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of toggle-num-lock.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of toggle-num-lock.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/toggle-scroll-lock.md b/Docs/toggle-scroll-lock.md index 029f297a..10266bc3 100644 --- a/Docs/toggle-scroll-lock.md +++ b/Docs/toggle-scroll-lock.md @@ -1,4 +1,4 @@ -## The *toggle-scroll-lock.ps1* Script +## Script: *toggle-scroll-lock.ps1* This PowerShell script toggles the Scroll Lock key state. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -48,4 +48,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of toggle-scroll-lock.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of toggle-scroll-lock.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/translate-file.md b/Docs/translate-file.md index e5a6d03a..c54b7411 100644 --- a/Docs/translate-file.md +++ b/Docs/translate-file.md @@ -1,4 +1,4 @@ -## The *translate-file.ps1* Script +## Script: *translate-file.ps1* This PowerShell script translates the given text file into another language and writes the output on the console. @@ -50,7 +50,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -102,4 +102,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of translate-file.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of translate-file.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/translate-files.md b/Docs/translate-files.md index fdf64d2e..ef91900d 100644 --- a/Docs/translate-files.md +++ b/Docs/translate-files.md @@ -1,4 +1,4 @@ -## The *translate-files.ps1* Script +## Script: *translate-files.ps1* This PowerShell script translates text files into multiple languages. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -99,4 +99,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of translate-files.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of translate-files.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/translate-text.md b/Docs/translate-text.md index 7bca5f81..522c11ff 100644 --- a/Docs/translate-text.md +++ b/Docs/translate-text.md @@ -1,4 +1,4 @@ -## The *translate-text.ps1* Script +## Script: *translate-text.ps1* This PowerShell script translates text into other languages. @@ -48,7 +48,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -98,4 +98,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of translate-text.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of translate-text.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/turn-volume-down.md b/Docs/turn-volume-down.md index 66c2fb9a..b840cdcc 100644 --- a/Docs/turn-volume-down.md +++ b/Docs/turn-volume-down.md @@ -1,4 +1,4 @@ -## The *turn-volume-down.ps1* Script +## Script: *turn-volume-down.ps1* This PowerShell script turns the audio volume down (-10% by default). @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -63,4 +63,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of turn-volume-down.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of turn-volume-down.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/turn-volume-fully-up.md b/Docs/turn-volume-fully-up.md index 947bb255..1ca8d666 100644 --- a/Docs/turn-volume-fully-up.md +++ b/Docs/turn-volume-fully-up.md @@ -1,4 +1,4 @@ -## The *turn-volume-fully-up.ps1* Script +## Script: *turn-volume-fully-up.ps1* This PowerShell script turns the audio volume fully up to 100%. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -50,4 +50,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of turn-volume-fully-up.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of turn-volume-fully-up.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/turn-volume-off.md b/Docs/turn-volume-off.md index 5a9467cc..0aae0c55 100644 --- a/Docs/turn-volume-off.md +++ b/Docs/turn-volume-off.md @@ -1,4 +1,4 @@ -## The *turn-volume-off.ps1* Script +## Script: *turn-volume-off.ps1* This PowerShell script mutes the default audio device immediately. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -48,4 +48,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of turn-volume-off.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of turn-volume-off.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/turn-volume-on.md b/Docs/turn-volume-on.md index eb9d5dfc..5699ae0e 100644 --- a/Docs/turn-volume-on.md +++ b/Docs/turn-volume-on.md @@ -1,4 +1,4 @@ -## The *turn-volume-on.ps1* Script +## Script: *turn-volume-on.ps1* This PowerShell script immediately unmutes the audio output. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -48,4 +48,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of turn-volume-on.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of turn-volume-on.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/turn-volume-up.md b/Docs/turn-volume-up.md index d647bfa2..bb9b9e5e 100644 --- a/Docs/turn-volume-up.md +++ b/Docs/turn-volume-up.md @@ -1,4 +1,4 @@ -## The *turn-volume-up.ps1* Script +## Script: *turn-volume-up.ps1* This PowerShell script turns the audio volume up (+10% by default). @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -63,4 +63,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of turn-volume-up.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of turn-volume-up.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/uninstall-all-apps.md b/Docs/uninstall-all-apps.md index 0e2e3488..74cec081 100644 --- a/Docs/uninstall-all-apps.md +++ b/Docs/uninstall-all-apps.md @@ -1,4 +1,4 @@ -## The *uninstall-all-apps.ps1* Script +## Script: *uninstall-all-apps.ps1* This PowerShell script uninstalls all applications from the local computer. Useful for de-bloating Windows to clean up a PC quickly for an industrial use case without any security risks. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -51,4 +51,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of uninstall-all-apps.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-all-apps.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/uninstall-bloatware.md b/Docs/uninstall-bloatware.md index a982fee0..0d27e7b0 100644 --- a/Docs/uninstall-bloatware.md +++ b/Docs/uninstall-bloatware.md @@ -1,4 +1,4 @@ -## The *uninstall-bloatware.ps1* Script +## Script: *uninstall-bloatware.ps1* uninstall-bloatware.ps1 @@ -12,7 +12,7 @@ uninstall-bloatware.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell "Removing System Applications..." winget uninstall 'OMEN Audio Control' @@ -67,4 +67,4 @@ winget uninstall 'Prime Video for Windows' exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of uninstall-bloatware.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-bloatware.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/uninstall-crystal-disk-info.md b/Docs/uninstall-crystal-disk-info.md index 8f3dc485..1e43c819 100644 --- a/Docs/uninstall-crystal-disk-info.md +++ b/Docs/uninstall-crystal-disk-info.md @@ -1,4 +1,4 @@ -## The *uninstall-crystal-disk-info.ps1* Script +## Script: *uninstall-crystal-disk-info.ps1* This PowerShell script uninstalls CrystalDiskInfo from the local computer. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of uninstall-crystal-disk-info.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-crystal-disk-info.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/uninstall-crystal-disk-mark.md b/Docs/uninstall-crystal-disk-mark.md index 35b3a243..19d991a1 100644 --- a/Docs/uninstall-crystal-disk-mark.md +++ b/Docs/uninstall-crystal-disk-mark.md @@ -1,4 +1,4 @@ -## The *uninstall-crystal-disk-mark.ps1* Script +## Script: *uninstall-crystal-disk-mark.ps1* This PowerShell script uninstalls CrystalDiskMark from the local computer. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of uninstall-crystal-disk-mark.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-crystal-disk-mark.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/uninstall-discord.md b/Docs/uninstall-discord.md index 3c3dcbbe..4d83404c 100644 --- a/Docs/uninstall-discord.md +++ b/Docs/uninstall-discord.md @@ -1,4 +1,4 @@ -## The *uninstall-discord.ps1* Script +## Script: *uninstall-discord.ps1* This PowerShell script uninstalls Discord from the local computer. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of uninstall-discord.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-discord.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/uninstall-edge.md b/Docs/uninstall-edge.md index 1150eb2c..1b71feee 100644 --- a/Docs/uninstall-edge.md +++ b/Docs/uninstall-edge.md @@ -1,4 +1,4 @@ -## The *uninstall-edge.ps1* Script +## Script: *uninstall-edge.ps1* This PowerShell script uninstalls Microsoft Edge from the local computer. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of uninstall-edge.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-edge.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/uninstall-firefox.md b/Docs/uninstall-firefox.md index 09b0fe00..02fdaa45 100644 --- a/Docs/uninstall-firefox.md +++ b/Docs/uninstall-firefox.md @@ -1,4 +1,4 @@ -## The *uninstall-firefox.ps1* Script +## Script: *uninstall-firefox.ps1* This PowerShell script uninstalls Mozilla Firefox from the local computer. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of uninstall-firefox.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-firefox.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/uninstall-git-extensions.md b/Docs/uninstall-git-extensions.md index 0fe89fe6..b4f37ba9 100644 --- a/Docs/uninstall-git-extensions.md +++ b/Docs/uninstall-git-extensions.md @@ -1,4 +1,4 @@ -## The *uninstall-git-extensions.ps1* Script +## Script: *uninstall-git-extensions.ps1* This PowerShell script uninstalls Git Extensions from the local computer. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of uninstall-git-extensions.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-git-extensions.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/uninstall-irfanview.md b/Docs/uninstall-irfanview.md index a81d957b..9ac3403b 100644 --- a/Docs/uninstall-irfanview.md +++ b/Docs/uninstall-irfanview.md @@ -1,4 +1,4 @@ -## The *uninstall-irfanview.ps1* Script +## Script: *uninstall-irfanview.ps1* This PowerShell script uninstalls IrfanView from the local computer. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of uninstall-irfanview.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-irfanview.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/uninstall-microsoft-teams.md b/Docs/uninstall-microsoft-teams.md index ddff777c..6490a569 100644 --- a/Docs/uninstall-microsoft-teams.md +++ b/Docs/uninstall-microsoft-teams.md @@ -1,4 +1,4 @@ -## The *uninstall-microsoft-teams.ps1* Script +## Script: *uninstall-microsoft-teams.ps1* This PowerShell script uninstalls Microsoft Teams from the local computer. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of uninstall-microsoft-teams.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-microsoft-teams.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/uninstall-netflix.md b/Docs/uninstall-netflix.md index 28441b4f..c28e0f15 100644 --- a/Docs/uninstall-netflix.md +++ b/Docs/uninstall-netflix.md @@ -1,4 +1,4 @@ -## The *uninstall-netflix.ps1* Script +## Script: *uninstall-netflix.ps1* This PowerShell script uninstalls Netflix from the local computer. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of uninstall-netflix.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-netflix.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/uninstall-nine-zip.md b/Docs/uninstall-nine-zip.md index 9c18be5b..a2738a1b 100644 --- a/Docs/uninstall-nine-zip.md +++ b/Docs/uninstall-nine-zip.md @@ -1,4 +1,4 @@ -## The *uninstall-nine-zip.ps1* Script +## Script: *uninstall-nine-zip.ps1* This PowerShell script uninstalls 9 ZIP from the local computer. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/talk2windows -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of uninstall-nine-zip.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-nine-zip.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/uninstall-one-calendar.md b/Docs/uninstall-one-calendar.md index 175d8ae5..ec99b02d 100644 --- a/Docs/uninstall-one-calendar.md +++ b/Docs/uninstall-one-calendar.md @@ -1,4 +1,4 @@ -## The *uninstall-one-calendar.ps1* Script +## Script: *uninstall-one-calendar.ps1* uninstall-one-calendar.ps1 @@ -12,7 +12,7 @@ uninstall-one-calendar.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell c<# .SYNOPSIS @@ -41,4 +41,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of uninstall-one-calendar.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-one-calendar.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/uninstall-opera-browser.md b/Docs/uninstall-opera-browser.md index ecba2d93..5c93790a 100644 --- a/Docs/uninstall-opera-browser.md +++ b/Docs/uninstall-opera-browser.md @@ -1,4 +1,4 @@ -## The *uninstall-opera-browser.ps1* Script +## Script: *uninstall-opera-browser.ps1* This PowerShell script uninstalls Opera Browser from the local computer. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of uninstall-opera-browser.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-opera-browser.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/uninstall-opera-gx.md b/Docs/uninstall-opera-gx.md index cd5ee92d..60ca5c90 100644 --- a/Docs/uninstall-opera-gx.md +++ b/Docs/uninstall-opera-gx.md @@ -1,4 +1,4 @@ -## The *uninstall-opera-gx.ps1* Script +## Script: *uninstall-opera-gx.ps1* This PowerShell script uninstalls Opera GX from the local computer. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of uninstall-opera-gx.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-opera-gx.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/uninstall-paint-3d.md b/Docs/uninstall-paint-3d.md index 40f0babc..a48648d2 100644 --- a/Docs/uninstall-paint-3d.md +++ b/Docs/uninstall-paint-3d.md @@ -1,4 +1,4 @@ -## The *uninstall-paint-3d.ps1* Script +## Script: *uninstall-paint-3d.ps1* This PowerShell script uninstalls Paint 3D from the local computer. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of uninstall-paint-3d.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-paint-3d.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/uninstall-rufus.md b/Docs/uninstall-rufus.md index 149fac25..ce78c045 100644 --- a/Docs/uninstall-rufus.md +++ b/Docs/uninstall-rufus.md @@ -1,4 +1,4 @@ -## The *uninstall-rufus.ps1* Script +## Script: *uninstall-rufus.ps1* This PowerShell script uninstalls Rufus from the local computer. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of uninstall-rufus.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-rufus.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/uninstall-skype.md b/Docs/uninstall-skype.md index 4d37abbd..f78c529e 100644 --- a/Docs/uninstall-skype.md +++ b/Docs/uninstall-skype.md @@ -1,4 +1,4 @@ -## The *uninstall-skype.ps1* Script +## Script: *uninstall-skype.ps1* This PowerShell script uninstalls Skype from the local computer. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of uninstall-skype.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-skype.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/uninstall-spotify.md b/Docs/uninstall-spotify.md index e5f91135..e3eec62d 100644 --- a/Docs/uninstall-spotify.md +++ b/Docs/uninstall-spotify.md @@ -1,4 +1,4 @@ -## The *uninstall-spotify.ps1* Script +## Script: *uninstall-spotify.ps1* This PowerShell script uninstalls Spotify from the local computer. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of uninstall-spotify.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-spotify.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/uninstall-twitter.md b/Docs/uninstall-twitter.md index c18e799e..6d87db8c 100644 --- a/Docs/uninstall-twitter.md +++ b/Docs/uninstall-twitter.md @@ -1,4 +1,4 @@ -## The *uninstall-twitter.ps1* Script +## Script: *uninstall-twitter.ps1* This PowerShell script uninstalls Twitter from the local computer. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of uninstall-twitter.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-twitter.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/uninstall-visual-studio-code.md b/Docs/uninstall-visual-studio-code.md index 57a4f60b..d85cd77d 100644 --- a/Docs/uninstall-visual-studio-code.md +++ b/Docs/uninstall-visual-studio-code.md @@ -1,4 +1,4 @@ -## The *uninstall-visual-studio-code.ps1* Script +## Script: *uninstall-visual-studio-code.ps1* This PowerShell script uninstalls Visual Studio Code from the local computer. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of uninstall-visual-studio-code.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-visual-studio-code.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/uninstall-vlc.md b/Docs/uninstall-vlc.md index 29308234..2585e4b0 100644 --- a/Docs/uninstall-vlc.md +++ b/Docs/uninstall-vlc.md @@ -1,4 +1,4 @@ -## The *uninstall-vlc.ps1* Script +## Script: *uninstall-vlc.ps1* This PowerShell script uninstalls the VLC media player from the local computer. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of uninstall-vlc.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-vlc.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/uninstall-windows-terminal.md b/Docs/uninstall-windows-terminal.md index 31a6f08a..c01a1f15 100644 --- a/Docs/uninstall-windows-terminal.md +++ b/Docs/uninstall-windows-terminal.md @@ -1,4 +1,4 @@ -## The *uninstall-windows-terminal.ps1* Script +## Script: *uninstall-windows-terminal.ps1* This PowerShell script uninstalls Windows Terminal from the local computer. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -52,4 +52,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of uninstall-windows-terminal.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-windows-terminal.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/upgrade-ubuntu.md b/Docs/upgrade-ubuntu.md index 3b3a527e..545b72ac 100644 --- a/Docs/upgrade-ubuntu.md +++ b/Docs/upgrade-ubuntu.md @@ -1,4 +1,4 @@ -## The *upgrade-ubuntu.ps1* Script +## Script: *upgrade-ubuntu.ps1* This PowerShell script upgrades Ubuntu Linux to the latest (LTS) release. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -81,4 +81,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of upgrade-ubuntu.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of upgrade-ubuntu.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/upload-file.md b/Docs/upload-file.md index 97e0cc33..d7282c81 100644 --- a/Docs/upload-file.md +++ b/Docs/upload-file.md @@ -1,4 +1,4 @@ -## The *upload-file.ps1* Script +## Script: *upload-file.ps1* This PowerShell script uploads a local file to a FTP server. @@ -59,7 +59,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -139,4 +139,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of upload-file.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of upload-file.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/upload-to-dropbox.md b/Docs/upload-to-dropbox.md index 571079ba..e963bf2b 100644 --- a/Docs/upload-to-dropbox.md +++ b/Docs/upload-to-dropbox.md @@ -1,4 +1,4 @@ -## The *upload-to-dropbox.ps1* Script +## Script: *upload-to-dropbox.ps1* This PowerShell script uploads a local file to Dropbox. @@ -31,7 +31,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -68,4 +68,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of upload-to-dropbox.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of upload-to-dropbox.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/wake-up.md b/Docs/wake-up.md index 50d053d5..4511bd4b 100644 --- a/Docs/wake-up.md +++ b/Docs/wake-up.md @@ -1,4 +1,4 @@ -## The *wake-up.ps1* Script +## Script: *wake-up.ps1* This PowerShell script sends a magic UDP packet to a computer to wake him up (requires the target computer to have Wake-on-LAN activated). @@ -59,7 +59,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -114,4 +114,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of wake-up.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of wake-up.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/weather-report.md b/Docs/weather-report.md index dbdf3d68..07d37f90 100644 --- a/Docs/weather-report.md +++ b/Docs/weather-report.md @@ -1,4 +1,4 @@ -## The *weather-report.ps1* Script +## Script: *weather-report.ps1* This PowerShell script lists the local weather report. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -60,4 +60,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of weather-report.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of weather-report.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/weather.md b/Docs/weather.md index abf69fc1..fbc643a9 100644 --- a/Docs/weather.md +++ b/Docs/weather.md @@ -1,4 +1,4 @@ -## The *weather.ps1* Script +## Script: *weather.ps1* This PowerShell script lists the current weather forecast. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -60,4 +60,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of weather.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of weather.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/what-is.md b/Docs/what-is.md index 1dc03300..f0b70d07 100644 --- a/Docs/what-is.md +++ b/Docs/what-is.md @@ -1,4 +1,4 @@ -## The *what-is.ps1* Script +## Script: *what-is.ps1* This PowerShell script queries the description of the given abbreviation and prints it. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -74,4 +74,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of what-is.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of what-is.ps1 as of 07/29/2023 09:55:15)* diff --git a/Docs/write-animated.md b/Docs/write-animated.md index b6e82c9d..f9d4f630 100644 --- a/Docs/write-animated.md +++ b/Docs/write-animated.md @@ -1,4 +1,4 @@ -## The *write-animated.ps1* Script +## Script: *write-animated.ps1* This PowerShell script writes animated text to the console. @@ -103,7 +103,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -161,4 +161,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of write-animated.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of write-animated.ps1 as of 07/29/2023 09:55:16)* diff --git a/Docs/write-ascii-image.md b/Docs/write-ascii-image.md index b663c080..354adf5e 100644 --- a/Docs/write-ascii-image.md +++ b/Docs/write-ascii-image.md @@ -1,4 +1,4 @@ -## The *write-ascii-image.ps1* Script +## Script: *write-ascii-image.ps1* write-ascii-image.ps1 @@ -12,7 +12,7 @@ write-ascii-image.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -58,4 +58,4 @@ WriteLine " '`--._,dd###pp='''" exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of write-ascii-image.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of write-ascii-image.ps1 as of 07/29/2023 09:55:16)* diff --git a/Docs/write-big.md b/Docs/write-big.md index c8059ae0..08fdf214 100644 --- a/Docs/write-big.md +++ b/Docs/write-big.md @@ -1,4 +1,4 @@ -## The *write-big.ps1* Script +## Script: *write-big.ps1* This PowerShell script writes the given text in big letters. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -459,4 +459,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of write-big.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of write-big.ps1 as of 07/29/2023 09:55:16)* diff --git a/Docs/write-blue.md b/Docs/write-blue.md index 2f32fe97..817dd22e 100644 --- a/Docs/write-blue.md +++ b/Docs/write-blue.md @@ -1,4 +1,4 @@ -## The *write-blue.ps1* Script +## Script: *write-blue.ps1* This PowerShell script writes text in a blue foreground color. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -58,4 +58,4 @@ write-host -foregroundColor blue "$text" exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of write-blue.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of write-blue.ps1 as of 07/29/2023 09:55:16)* diff --git a/Docs/write-braille.md b/Docs/write-braille.md index d8add098..cb48d456 100644 --- a/Docs/write-braille.md +++ b/Docs/write-braille.md @@ -1,4 +1,4 @@ -## The *write-braille.ps1* Script +## Script: *write-braille.ps1* This PowerShell script writes text in Braille. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -402,4 +402,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of write-braille.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of write-braille.ps1 as of 07/29/2023 09:55:16)* diff --git a/Docs/write-chart.md b/Docs/write-chart.md index 64cb83e8..cdc1350a 100644 --- a/Docs/write-chart.md +++ b/Docs/write-chart.md @@ -1,4 +1,4 @@ -## The *write-chart.ps1* Script +## Script: *write-chart.ps1* write-chart.ps1 @@ -12,7 +12,7 @@ write-chart.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -61,4 +61,4 @@ WriteChartLine "Andrea" 30.9 100.0 exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of write-chart.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of write-chart.ps1 as of 07/29/2023 09:55:16)* diff --git a/Docs/write-clock.md b/Docs/write-clock.md index 24dbea87..c8de1bb5 100644 --- a/Docs/write-clock.md +++ b/Docs/write-clock.md @@ -1,4 +1,4 @@ -## The *write-clock.ps1* Script +## Script: *write-clock.ps1* This PowerShell script writes the current time as ACSII clock @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -71,4 +71,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of write-clock.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of write-clock.ps1 as of 07/29/2023 09:55:16)* diff --git a/Docs/write-code.md b/Docs/write-code.md index 530d3580..5dd085d7 100644 --- a/Docs/write-code.md +++ b/Docs/write-code.md @@ -1,4 +1,4 @@ -## The *write-code.ps1* Script +## Script: *write-code.ps1* This PowerShell script generates and writes PowerShell code on the console (for fun). @@ -38,7 +38,7 @@ PS> ./write-code ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <#PSScriptInfo .VERSION 1.0 @@ -109,4 +109,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of write-code.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of write-code.ps1 as of 07/29/2023 09:55:16)* diff --git a/Docs/write-date.md b/Docs/write-date.md index 9e4b8b89..e916dc66 100644 --- a/Docs/write-date.md +++ b/Docs/write-date.md @@ -1,4 +1,4 @@ -## The *write-date.ps1* Script +## Script: *write-date.ps1* This PowerShell script determines and writes the current date. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -51,4 +51,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of write-date.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of write-date.ps1 as of 07/29/2023 09:55:16)* diff --git a/Docs/write-fractal.md b/Docs/write-fractal.md index e85aa75a..486d1bae 100644 --- a/Docs/write-fractal.md +++ b/Docs/write-fractal.md @@ -1,4 +1,4 @@ -## The *write-fractal.ps1* Script +## Script: *write-fractal.ps1* write-fractal.ps1 @@ -12,7 +12,7 @@ write-fractal.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -76,4 +76,4 @@ while ($true) { exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of write-fractal.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of write-fractal.ps1 as of 07/29/2023 09:55:16)* diff --git a/Docs/write-green.md b/Docs/write-green.md index acdff6f2..ed96548f 100644 --- a/Docs/write-green.md +++ b/Docs/write-green.md @@ -1,4 +1,4 @@ -## The *write-green.ps1* Script +## Script: *write-green.ps1* This PowerShell script writes text in a green foreground color. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -57,4 +57,4 @@ write-host -foregroundColor green "$text" exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of write-green.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of write-green.ps1 as of 07/29/2023 09:55:16)* diff --git a/Docs/write-joke.md b/Docs/write-joke.md index be959930..90e40a5a 100644 --- a/Docs/write-joke.md +++ b/Docs/write-joke.md @@ -1,4 +1,4 @@ -## The *write-joke.ps1* Script +## Script: *write-joke.ps1* This PowerShell script writes a random Juck Norris joke to the console. @@ -24,7 +24,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -55,4 +55,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of write-joke.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of write-joke.ps1 as of 07/29/2023 09:55:16)* diff --git a/Docs/write-lowercase.md b/Docs/write-lowercase.md index 4ddaf145..50ad3fe8 100644 --- a/Docs/write-lowercase.md +++ b/Docs/write-lowercase.md @@ -1,4 +1,4 @@ -## The *write-lowercase.ps1* Script +## Script: *write-lowercase.ps1* This PowerShell script writes the given text in lowercase letters. @@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -59,4 +59,4 @@ Write-Output $text.ToLower() exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of write-lowercase.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of write-lowercase.ps1 as of 07/29/2023 09:55:16)* diff --git a/Docs/write-marquee.md b/Docs/write-marquee.md index b6adae44..d71892e1 100644 --- a/Docs/write-marquee.md +++ b/Docs/write-marquee.md @@ -1,4 +1,4 @@ -## The *write-marquee.ps1* Script +## Script: *write-marquee.ps1* This PowerShell script writes the given text as marquee. @@ -41,7 +41,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -83,4 +83,4 @@ StartMarquee " exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of write-marquee.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of write-marquee.ps1 as of 07/29/2023 09:55:16)* diff --git a/Docs/write-matrix.md b/Docs/write-matrix.md index bcad0644..f093201e 100644 --- a/Docs/write-matrix.md +++ b/Docs/write-matrix.md @@ -1,4 +1,4 @@ -## The *write-matrix.ps1* Script +## Script: *write-matrix.ps1* write-matrix.ps1 @@ -12,7 +12,7 @@ write-matrix.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -76,4 +76,4 @@ while ($true) { exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of write-matrix.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of write-matrix.ps1 as of 07/29/2023 09:55:16)* diff --git a/Docs/write-morse-code.md b/Docs/write-morse-code.md index 73f52ad9..a0db6d8f 100644 --- a/Docs/write-morse-code.md +++ b/Docs/write-morse-code.md @@ -1,4 +1,4 @@ -## The *write-morse-code.ps1* Script +## Script: *write-morse-code.ps1* This PowerShell script writes the given text in Morse code. @@ -42,7 +42,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -147,4 +147,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of write-morse-code.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of write-morse-code.ps1 as of 07/29/2023 09:55:16)* diff --git a/Docs/write-motd.md b/Docs/write-motd.md index bab66a92..5fae239f 100644 --- a/Docs/write-motd.md +++ b/Docs/write-motd.md @@ -1,4 +1,4 @@ -## The *write-motd.ps1* Script +## Script: *write-motd.ps1* This PowerShell script writes the message of the day (MOTD). @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -134,4 +134,4 @@ Write-Host " 'VEzjt:;;z>*`` " -ForegroundColor Yellow exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of write-motd.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of write-motd.ps1 as of 07/29/2023 09:55:16)* diff --git a/Docs/write-qr-code.md b/Docs/write-qr-code.md index 686cfbe1..ed978e3f 100644 --- a/Docs/write-qr-code.md +++ b/Docs/write-qr-code.md @@ -1,4 +1,4 @@ -## The *write-qr-code.ps1* Script +## Script: *write-qr-code.ps1* This PowerShell script writes "Hello World" as QR code to the console output. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -55,4 +55,4 @@ Write-Host " " -foregroundColor black -backgroundColor w exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of write-qr-code.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of write-qr-code.ps1 as of 07/29/2023 09:55:16)* diff --git a/Docs/write-quote.md b/Docs/write-quote.md index 0486ad3f..79e98b32 100644 --- a/Docs/write-quote.md +++ b/Docs/write-quote.md @@ -1,4 +1,4 @@ -## The *write-quote.ps1* Script +## Script: *write-quote.ps1* This PowerShell script writes a random quote to the console. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -58,4 +58,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of write-quote.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of write-quote.ps1 as of 07/29/2023 09:55:16)* diff --git a/Docs/write-red.md b/Docs/write-red.md index 29c18d3b..7ab07a26 100644 --- a/Docs/write-red.md +++ b/Docs/write-red.md @@ -1,4 +1,4 @@ -## The *write-red.ps1* Script +## Script: *write-red.ps1* This PowerShell script writes text in a red foreground color. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -57,4 +57,4 @@ write-host -foregroundcolor red "$text" exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of write-red.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of write-red.ps1 as of 07/29/2023 09:55:16)* diff --git a/Docs/write-rot13.md b/Docs/write-rot13.md index 506d847c..44aa32eb 100644 --- a/Docs/write-rot13.md +++ b/Docs/write-rot13.md @@ -1,4 +1,4 @@ -## The *write-rot13.ps1* Script +## Script: *write-rot13.ps1* This PowerShell script writes text encoded or decoded with ROT13. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -76,4 +76,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of write-rot13.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of write-rot13.ps1 as of 07/29/2023 09:55:16)* diff --git a/Docs/write-shit.md b/Docs/write-shit.md index 12f169d3..085b3fc2 100644 --- a/Docs/write-shit.md +++ b/Docs/write-shit.md @@ -1,4 +1,4 @@ -## The *write-shit.ps1* Script +## Script: *write-shit.ps1* write-shit.ps1 @@ -12,9 +12,9 @@ write-shit.ps1 WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -## Source Code +## Script Content ```powershell "💩" ``` -*Generated by convert-ps2md.ps1 using the comment-based help of write-shit.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of write-shit.ps1 as of 07/29/2023 09:55:16)* diff --git a/Docs/write-sine-curves.md b/Docs/write-sine-curves.md index 725fd2f3..90934267 100644 --- a/Docs/write-sine-curves.md +++ b/Docs/write-sine-curves.md @@ -1,4 +1,4 @@ -## The *write-sine-curves.ps1* Script +## Script: *write-sine-curves.ps1* This PowerShell script writes sine curves. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -50,4 +50,4 @@ https://github.com/fleschutz/PowerShell } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of write-sine-curves.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of write-sine-curves.ps1 as of 07/29/2023 09:55:16)* diff --git a/Docs/write-time.md b/Docs/write-time.md index 3fe0b3f6..0bc6fa52 100644 --- a/Docs/write-time.md +++ b/Docs/write-time.md @@ -1,4 +1,4 @@ -## The *write-time.ps1* Script +## Script: *write-time.ps1* This PowerShell script determines and writes the current time. @@ -23,7 +23,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -49,4 +49,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of write-time.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of write-time.ps1 as of 07/29/2023 09:55:16)* diff --git a/Docs/write-typewriter.md b/Docs/write-typewriter.md index 6b6ef974..105c0864 100644 --- a/Docs/write-typewriter.md +++ b/Docs/write-typewriter.md @@ -1,4 +1,4 @@ -## The *write-typewriter.ps1* Script +## Script: *write-typewriter.ps1* This PowerShell script writes the given text with the typewriter effect. @@ -50,7 +50,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -85,4 +85,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of write-typewriter.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of write-typewriter.ps1 as of 07/29/2023 09:55:16)* diff --git a/Docs/write-uppercase.md b/Docs/write-uppercase.md index 27862904..30062026 100644 --- a/Docs/write-uppercase.md +++ b/Docs/write-uppercase.md @@ -1,4 +1,4 @@ -## The *write-uppercase.ps1* Script +## Script: *write-uppercase.ps1* This PowerShell script writes the given text in uppercase letters. @@ -33,7 +33,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -59,4 +59,4 @@ Write-Output $text.ToUpper() exit 0 # success ``` -*Generated by convert-ps2md.ps1 using the comment-based help of write-uppercase.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of write-uppercase.ps1 as of 07/29/2023 09:55:16)* diff --git a/Docs/write-vertical.md b/Docs/write-vertical.md index f287aee8..30f45106 100644 --- a/Docs/write-vertical.md +++ b/Docs/write-vertical.md @@ -1,4 +1,4 @@ -## The *write-vertical.ps1* Script +## Script: *write-vertical.ps1* This PowerShell script writes text in vertical direction. @@ -32,7 +32,7 @@ Author: Markus Fleschutz | License: CC0 ## Related Links https://github.com/fleschutz/PowerShell -## Source Code +## Script Content ```powershell <# .SYNOPSIS @@ -65,4 +65,4 @@ try { } ``` -*Generated by convert-ps2md.ps1 using the comment-based help of write-vertical.ps1* +*(generated by convert-ps2md.ps1 using the comment-based help of write-vertical.ps1 as of 07/29/2023 09:55:16)* diff --git a/Scripts/convert-ps2md.ps1 b/Scripts/convert-ps2md.ps1 index b51aebf7..8341b035 100755 --- a/Scripts/convert-ps2md.ps1 +++ b/Scripts/convert-ps2md.ps1 @@ -51,12 +51,12 @@ function GetRemark { param($Example) } try { - if ($filename -eq "") { $filename = read-host "Enter path to PowerShell script" } + if ($filename -eq "") { $filename = Read-Host "Enter path to PowerShell script" } $ScriptName = (Get-Item "$filename").Name $full = Get-Help $filename -Full - "## The *$($ScriptName)* Script" + "## Script: *$($ScriptName)*" $Description = ($full.description | Out-String).Trim() if ($Description -ne "") { @@ -119,7 +119,7 @@ try { } "" - "## Source Code" + "## Script Content" "``````powershell" $Lines = Get-Content -path "$filename" foreach($Line in $Lines) { @@ -127,7 +127,8 @@ try { } "``````" "" - "*Generated by convert-ps2md.ps1 using the comment-based help of $ScriptName*" + $now = [datetime]::Now + "*(generated by convert-ps2md.ps1 using the comment-based help of $ScriptName as of $now)*" } catch { "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" exit 1