diff --git a/Docs/add-firewall-rules.md b/Docs/add-firewall-rules.md index 5d154f03..fd2ef218 100644 --- a/Docs/add-firewall-rules.md +++ b/Docs/add-firewall-rules.md @@ -1,4 +1,4 @@ -PS> *add-firewall-rules.ps1* +PS> *./add-firewall-rules.ps1* ==================== This PowerShell script adds firewall rules for the given executable. Administrator rights are required. @@ -6,7 +6,7 @@ This PowerShell script adds firewall rules for the given executable. Administrat Parameters ---------- ```powershell -PS> add-firewall-rules.ps1 [[-PathToExecutables] ] [] +PS> ./add-firewall-rules.ps1 [[-PathToExecutables] ] [] -PathToExecutables Specifies the path to the executables @@ -109,4 +109,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of add-firewall-rules.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of add-firewall-rules.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/add-memo.md b/Docs/add-memo.md index 62d96128..6e6e724e 100644 --- a/Docs/add-memo.md +++ b/Docs/add-memo.md @@ -1,4 +1,4 @@ -PS> *add-memo.ps1* +PS> *./add-memo.ps1* ==================== This PowerShell script saves the given memo text to Memos.csv in your home folder. @@ -6,7 +6,7 @@ This PowerShell script saves the given memo text to Memos.csv in your home folde Parameters ---------- ```powershell -PS> add-memo.ps1 [[-text] ] [] +PS> ./add-memo.ps1 [[-text] ] [] -text Specifies the text to memorize @@ -79,4 +79,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of add-memo.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of add-memo.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/alert.md b/Docs/alert.md index 376c7b19..33ad6def 100644 --- a/Docs/alert.md +++ b/Docs/alert.md @@ -1,4 +1,4 @@ -PS> *alert.ps1* +PS> *./alert.ps1* ==================== This PowerShell script handles and escalates the given alert message. @@ -6,7 +6,7 @@ This PowerShell script handles and escalates the given alert message. Parameters ---------- ```powershell -PS> alert.ps1 [[-Message] ] [] +PS> ./alert.ps1 [[-Message] ] [] -Message Specifies the alert message @@ -71,4 +71,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of alert.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of alert.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/build-repo.md b/Docs/build-repo.md index e96ecc71..e9deb4d9 100644 --- a/Docs/build-repo.md +++ b/Docs/build-repo.md @@ -1,4 +1,4 @@ -PS> *build-repo.ps1* +PS> *./build-repo.ps1* ==================== This PowerShell script builds a repository by supporting: cmake, configure, autogen, Imakefile, and Makefile. @@ -6,7 +6,7 @@ This PowerShell script builds a repository by supporting: cmake, configure, auto Parameters ---------- ```powershell -PS> build-repo.ps1 [[-RepoDir] ] [] +PS> ./build-repo.ps1 [[-RepoDir] ] [] -RepoDir Specifies the path to the Git repository @@ -177,4 +177,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of build-repo.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of build-repo.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/build-repos.md b/Docs/build-repos.md index 40d7ffc5..9982d126 100644 --- a/Docs/build-repos.md +++ b/Docs/build-repos.md @@ -1,4 +1,4 @@ -PS> *build-repos.ps1* +PS> *./build-repos.ps1* ==================== This PowerShell script builds all Git repositories in a folder. @@ -6,7 +6,7 @@ This PowerShell script builds all Git repositories in a folder. Parameters ---------- ```powershell -PS> build-repos.ps1 [[-ParentDir] ] [] +PS> ./build-repos.ps1 [[-ParentDir] ] [] -ParentDir Specifies the path to the parent folder @@ -82,4 +82,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of build-repos.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of build-repos.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-autostart.md b/Docs/cd-autostart.md index fa716152..d0e998c4 100644 --- a/Docs/cd-autostart.md +++ b/Docs/cd-autostart.md @@ -1,4 +1,4 @@ -PS> *cd-autostart.ps1* +PS> *./cd-autostart.ps1* ==================== This PowerShell script changes the working directory to the user's autostart folder. @@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's autostart fol Parameters ---------- ```powershell -PS> cd-autostart.ps1 [] +PS> ./cd-autostart.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-autostart.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-autostart.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-crashdumps.md b/Docs/cd-crashdumps.md index c7b644ff..ed79f649 100644 --- a/Docs/cd-crashdumps.md +++ b/Docs/cd-crashdumps.md @@ -1,4 +1,4 @@ -PS> *cd-crashdumps.ps1* +PS> *./cd-crashdumps.ps1* ==================== This PowerShell script changes the working directory to the crash dumps directory (Windows only). @@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the crash dumps director Parameters ---------- ```powershell -PS> cd-crashdumps.ps1 [] +PS> ./cd-crashdumps.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-crashdumps.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-crashdumps.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-desktop.md b/Docs/cd-desktop.md index 8758b4ee..dab9eba5 100644 --- a/Docs/cd-desktop.md +++ b/Docs/cd-desktop.md @@ -1,4 +1,4 @@ -PS> *cd-desktop.ps1* +PS> *./cd-desktop.ps1* ==================== This PowerShell script changes the working directory to the user's desktop folder. @@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's desktop folde Parameters ---------- ```powershell -PS> cd-desktop.ps1 [] +PS> ./cd-desktop.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -64,4 +64,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-desktop.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-desktop.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-docs.md b/Docs/cd-docs.md index 54b1869a..103e9000 100644 --- a/Docs/cd-docs.md +++ b/Docs/cd-docs.md @@ -1,4 +1,4 @@ -PS> *cd-docs.ps1* +PS> *./cd-docs.ps1* ==================== This PowerShell script changes the working directory to the documents folder. @@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the documents folder. Parameters ---------- ```powershell -PS> cd-docs.ps1 [] +PS> ./cd-docs.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -64,4 +64,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-docs.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-docs.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-downloads.md b/Docs/cd-downloads.md index f938e05c..754635a1 100644 --- a/Docs/cd-downloads.md +++ b/Docs/cd-downloads.md @@ -1,4 +1,4 @@ -PS> *cd-downloads.ps1* +PS> *./cd-downloads.ps1* ==================== This PowerShell script changes the working directory to the user's downloads folder. @@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's downloads fol Parameters ---------- ```powershell -PS> cd-downloads.ps1 [] +PS> ./cd-downloads.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -64,4 +64,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-downloads.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-downloads.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-dropbox.md b/Docs/cd-dropbox.md index ca0745b9..b9d219ca 100644 --- a/Docs/cd-dropbox.md +++ b/Docs/cd-dropbox.md @@ -1,4 +1,4 @@ -PS> *cd-dropbox.ps1* +PS> *./cd-dropbox.ps1* ==================== This PowerShell script changes the working directory to the user's Dropbox folder. @@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's Dropbox folde Parameters ---------- ```powershell -PS> cd-dropbox.ps1 [] +PS> ./cd-dropbox.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-dropbox.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-dropbox.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-etc.md b/Docs/cd-etc.md index 3314ee41..7b9185ad 100644 --- a/Docs/cd-etc.md +++ b/Docs/cd-etc.md @@ -1,4 +1,4 @@ -PS> *cd-etc.ps1* +PS> *./cd-etc.ps1* ==================== This PowerShell script changes the working directory to the /etc directory. @@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the /etc directory. Parameters ---------- ```powershell -PS> cd-etc.ps1 [] +PS> ./cd-etc.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -64,4 +64,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-etc.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-etc.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-fonts.md b/Docs/cd-fonts.md index a4eaa7d0..6c26e019 100644 --- a/Docs/cd-fonts.md +++ b/Docs/cd-fonts.md @@ -1,4 +1,4 @@ -PS> *cd-fonts.ps1* +PS> *./cd-fonts.ps1* ==================== This PowerShell script changes the working directory to the fonts folder. @@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the fonts folder. Parameters ---------- ```powershell -PS> cd-fonts.ps1 [] +PS> ./cd-fonts.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-fonts.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-fonts.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-home.md b/Docs/cd-home.md index 0cd426da..6a53c88c 100644 --- a/Docs/cd-home.md +++ b/Docs/cd-home.md @@ -1,4 +1,4 @@ -PS> *cd-home.ps1* +PS> *./cd-home.ps1* ==================== This PowerShell script changes the working directory to the user's home directory. @@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's home director Parameters ---------- ```powershell -PS> cd-home.ps1 [] +PS> ./cd-home.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-home.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-home.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-logs.md b/Docs/cd-logs.md index f8396d59..289d4a12 100644 --- a/Docs/cd-logs.md +++ b/Docs/cd-logs.md @@ -1,4 +1,4 @@ -PS> *cd-logs.ps1* +PS> *./cd-logs.ps1* ==================== cd-logs.ps1 @@ -48,4 +48,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-logs.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-logs.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-music.md b/Docs/cd-music.md index 171bb15b..504d595b 100644 --- a/Docs/cd-music.md +++ b/Docs/cd-music.md @@ -1,4 +1,4 @@ -PS> *cd-music.ps1* +PS> *./cd-music.ps1* ==================== This PowerShell script changes the working directory to the user's music folder. @@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's music folder. Parameters ---------- ```powershell -PS> cd-music.ps1 [] +PS> ./cd-music.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -64,4 +64,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-music.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-music.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-onedrive.md b/Docs/cd-onedrive.md index 3f4e0374..0de173ac 100644 --- a/Docs/cd-onedrive.md +++ b/Docs/cd-onedrive.md @@ -1,4 +1,4 @@ -PS> *cd-onedrive.ps1* +PS> *./cd-onedrive.ps1* ==================== This PowerShell script changes the working directory to the user's OneDrive folder. @@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's OneDrive fold Parameters ---------- ```powershell -PS> cd-onedrive.ps1 [] +PS> ./cd-onedrive.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-onedrive.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-onedrive.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-pics.md b/Docs/cd-pics.md index 5d56ff77..c7076a10 100644 --- a/Docs/cd-pics.md +++ b/Docs/cd-pics.md @@ -1,4 +1,4 @@ -PS> *cd-pics.ps1* +PS> *./cd-pics.ps1* ==================== This PowerShell script changes the working directory to the user's pictures folder. @@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's pictures fold Parameters ---------- ```powershell -PS> cd-pics.ps1 [] +PS> ./cd-pics.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -64,4 +64,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-pics.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-pics.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-public.md b/Docs/cd-public.md index d07a87e2..310810b7 100644 --- a/Docs/cd-public.md +++ b/Docs/cd-public.md @@ -1,4 +1,4 @@ -PS> *cd-public.ps1* +PS> *./cd-public.ps1* ==================== This PowerShell script changes the working directory to the Public folder. @@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the Public folder. Parameters ---------- ```powershell -PS> cd-public.ps1 [] +PS> ./cd-public.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -64,4 +64,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-public.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-public.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-recycle-bin.md b/Docs/cd-recycle-bin.md index 5f4fa1d2..1c775409 100644 --- a/Docs/cd-recycle-bin.md +++ b/Docs/cd-recycle-bin.md @@ -1,4 +1,4 @@ -PS> *cd-recycle-bin.ps1* +PS> *./cd-recycle-bin.ps1* ==================== cd-recycle-bin.ps1 @@ -55,4 +55,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-recycle-bin.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-recycle-bin.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-repos.md b/Docs/cd-repos.md index c82068dd..1784935a 100644 --- a/Docs/cd-repos.md +++ b/Docs/cd-repos.md @@ -1,4 +1,4 @@ -PS> *cd-repos.ps1* +PS> *./cd-repos.ps1* ==================== This PowerShell script changes the working directory to the user's Git repositories folder. @@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's Git repositor Parameters ---------- ```powershell -PS> cd-repos.ps1 [[-Subpath] ] [] +PS> ./cd-repos.ps1 [[-Subpath] ] [] -Subpath Specifies an additional relative subpath (optional) @@ -82,4 +82,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-repos.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-repos.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-root.md b/Docs/cd-root.md index fb78cba3..034bda1d 100644 --- a/Docs/cd-root.md +++ b/Docs/cd-root.md @@ -1,4 +1,4 @@ -PS> *cd-root.ps1* +PS> *./cd-root.ps1* ==================== This PowerShell script changes the current working directory to the root directory (C:\ on Windows). @@ -6,7 +6,7 @@ This PowerShell script changes the current working directory to the root directo Parameters ---------- ```powershell -PS> cd-root.ps1 [] +PS> ./cd-root.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-root.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-root.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-screenshots.md b/Docs/cd-screenshots.md index bf6de2e3..8362494a 100644 --- a/Docs/cd-screenshots.md +++ b/Docs/cd-screenshots.md @@ -1,4 +1,4 @@ -PS> *cd-screenshots.ps1* +PS> *./cd-screenshots.ps1* ==================== cd-screenshots.ps1 @@ -55,4 +55,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-screenshots.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-screenshots.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-scripts.md b/Docs/cd-scripts.md index 990ace46..5d252a59 100644 --- a/Docs/cd-scripts.md +++ b/Docs/cd-scripts.md @@ -1,4 +1,4 @@ -PS> *cd-scripts.ps1* +PS> *./cd-scripts.ps1* ==================== This PowerShell script changes the working directory to the PowerShell scripts folder. @@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the PowerShell scripts f Parameters ---------- ```powershell -PS> cd-scripts.ps1 [] +PS> ./cd-scripts.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-scripts.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-scripts.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-ssh.md b/Docs/cd-ssh.md index 16a4b985..352f9ddc 100644 --- a/Docs/cd-ssh.md +++ b/Docs/cd-ssh.md @@ -1,4 +1,4 @@ -PS> *cd-ssh.ps1* +PS> *./cd-ssh.ps1* ==================== This PowerShell script changes the working directory to the user's SSH folder. @@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's SSH folder. Parameters ---------- ```powershell -PS> cd-ssh.ps1 [] +PS> ./cd-ssh.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-ssh.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-ssh.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-temp.md b/Docs/cd-temp.md index 63066174..9bfdd535 100644 --- a/Docs/cd-temp.md +++ b/Docs/cd-temp.md @@ -1,4 +1,4 @@ -PS> *cd-temp.ps1* +PS> *./cd-temp.ps1* ==================== cd-temp.ps1 @@ -52,4 +52,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-temp.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-temp.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-templates.md b/Docs/cd-templates.md index b090e10f..1d50d511 100644 --- a/Docs/cd-templates.md +++ b/Docs/cd-templates.md @@ -1,4 +1,4 @@ -PS> *cd-templates.ps1* +PS> *./cd-templates.ps1* ==================== This PowerShell script changes the working directory to the templates folder. @@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the templates folder. Parameters ---------- ```powershell -PS> cd-templates.ps1 [] +PS> ./cd-templates.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -64,4 +64,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-templates.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-templates.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-trash.md b/Docs/cd-trash.md index 94ec7a28..94f98bce 100644 --- a/Docs/cd-trash.md +++ b/Docs/cd-trash.md @@ -1,4 +1,4 @@ -PS> *cd-trash.ps1* +PS> *./cd-trash.ps1* ==================== cd-trash.ps1 @@ -55,4 +55,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-trash.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-trash.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-up.md b/Docs/cd-up.md index 1c5b28fa..8aeda5e8 100644 --- a/Docs/cd-up.md +++ b/Docs/cd-up.md @@ -1,4 +1,4 @@ -PS> *cd-up.ps1* +PS> *./cd-up.ps1* ==================== This PowerShell script changes the working directory to one directory level up. @@ -6,7 +6,7 @@ This PowerShell script changes the working directory to one directory level up. Parameters ---------- ```powershell -PS> cd-up.ps1 [] +PS> ./cd-up.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-up.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-up.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-up2.md b/Docs/cd-up2.md index 1a0dd502..b8d2f4e0 100644 --- a/Docs/cd-up2.md +++ b/Docs/cd-up2.md @@ -1,4 +1,4 @@ -PS> *cd-up2.ps1* +PS> *./cd-up2.ps1* ==================== This PowerShell script changes the working directory to two directory level up. @@ -6,7 +6,7 @@ This PowerShell script changes the working directory to two directory level up. Parameters ---------- ```powershell -PS> cd-up2.ps1 [] +PS> ./cd-up2.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-up2.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-up2.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-up3.md b/Docs/cd-up3.md index 4e2e3274..2b56250e 100644 --- a/Docs/cd-up3.md +++ b/Docs/cd-up3.md @@ -1,4 +1,4 @@ -PS> *cd-up3.ps1* +PS> *./cd-up3.ps1* ==================== This PowerShell script changes the working directory to three directory levels up. @@ -6,7 +6,7 @@ This PowerShell script changes the working directory to three directory levels u Parameters ---------- ```powershell -PS> cd-up3.ps1 [] +PS> ./cd-up3.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-up3.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-up3.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-up4.md b/Docs/cd-up4.md index 15e461e9..8657da88 100644 --- a/Docs/cd-up4.md +++ b/Docs/cd-up4.md @@ -1,4 +1,4 @@ -PS> *cd-up4.ps1* +PS> *./cd-up4.ps1* ==================== This PowerShell script changes the working directory to four directory levels up. @@ -6,7 +6,7 @@ This PowerShell script changes the working directory to four directory levels up Parameters ---------- ```powershell -PS> cd-up4.ps1 [] +PS> ./cd-up4.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-up4.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-up4.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-users.md b/Docs/cd-users.md index cd71fe1e..e48cff2d 100644 --- a/Docs/cd-users.md +++ b/Docs/cd-users.md @@ -1,4 +1,4 @@ -PS> *cd-users.ps1* +PS> *./cd-users.ps1* ==================== This PowerShell script changes the working directory to the users directory. @@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the users directory. Parameters ---------- ```powershell -PS> cd-users.ps1 [] +PS> ./cd-users.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-users.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-users.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-videos.md b/Docs/cd-videos.md index bef22065..c99e0e03 100644 --- a/Docs/cd-videos.md +++ b/Docs/cd-videos.md @@ -1,4 +1,4 @@ -PS> *cd-videos.ps1* +PS> *./cd-videos.ps1* ==================== This PowerShell script changes the working directory to the user's videos folder. @@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the user's videos folder Parameters ---------- ```powershell -PS> cd-videos.ps1 [] +PS> ./cd-videos.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -64,4 +64,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-videos.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-videos.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/cd-windows.md b/Docs/cd-windows.md index c6694ee1..28eb89e0 100644 --- a/Docs/cd-windows.md +++ b/Docs/cd-windows.md @@ -1,4 +1,4 @@ -PS> *cd-windows.ps1* +PS> *./cd-windows.ps1* ==================== This PowerShell script changes the working directory to the Windows directory. @@ -6,7 +6,7 @@ This PowerShell script changes the working directory to the Windows directory. Parameters ---------- ```powershell -PS> cd-windows.ps1 [] +PS> ./cd-windows.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-windows.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-windows.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/change-wallpaper.md b/Docs/change-wallpaper.md index d261e591..d8d643bc 100644 --- a/Docs/change-wallpaper.md +++ b/Docs/change-wallpaper.md @@ -1,4 +1,4 @@ -PS> *change-wallpaper.ps1* +PS> *./change-wallpaper.ps1* ==================== This PowerShell script downloads a random photo from Unsplash and sets it as desktop background. @@ -6,7 +6,7 @@ This PowerShell script downloads a random photo from Unsplash and sets it as des Parameters ---------- ```powershell -PS> change-wallpaper.ps1 [[-Category] ] [] +PS> ./change-wallpaper.ps1 [[-Category] ] [] -Category Specifies the photo category (beach, city, ...) @@ -79,4 +79,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of change-wallpaper.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of change-wallpaper.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/check-apps.md b/Docs/check-apps.md index 56de9218..fbfff42d 100644 --- a/Docs/check-apps.md +++ b/Docs/check-apps.md @@ -1,4 +1,4 @@ -PS> *check-apps.ps1* +PS> *./check-apps.ps1* ==================== This PowerShell script queries the application status and prints it. @@ -6,7 +6,7 @@ This PowerShell script queries the application status and prints it. Parameters ---------- ```powershell -PS> check-apps.ps1 [] +PS> ./check-apps.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -72,4 +72,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-apps.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-apps.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/check-battery.md b/Docs/check-battery.md index 1601eba7..4b944ff1 100644 --- a/Docs/check-battery.md +++ b/Docs/check-battery.md @@ -1,4 +1,4 @@ -PS> *check-battery.ps1* +PS> *./check-battery.ps1* ==================== This PowerShell script queries the status of the system battery and prints it. @@ -6,7 +6,7 @@ This PowerShell script queries the status of the system battery and prints it. Parameters ---------- ```powershell -PS> check-battery.ps1 [] +PS> ./check-battery.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -83,4 +83,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-battery.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-battery.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/check-bios.md b/Docs/check-bios.md index 0da18286..304288dc 100644 --- a/Docs/check-bios.md +++ b/Docs/check-bios.md @@ -1,4 +1,4 @@ -PS> *check-bios.ps1* +PS> *./check-bios.ps1* ==================== This PowerShell script queries the BIOS status and prints it. @@ -6,7 +6,7 @@ This PowerShell script queries the BIOS status and prints it. Parameters ---------- ```powershell -PS> check-bios.ps1 [] +PS> ./check-bios.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -74,4 +74,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-bios.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-bios.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/check-cpu.md b/Docs/check-cpu.md index c02b1b2b..92346bdc 100644 --- a/Docs/check-cpu.md +++ b/Docs/check-cpu.md @@ -1,4 +1,4 @@ -PS> *check-cpu.ps1* +PS> *./check-cpu.ps1* ==================== check-cpu.ps1 @@ -103,4 +103,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-cpu.ps1 as of 07/29/2023 10:10:42)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-cpu.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/check-day.md b/Docs/check-day.md index e898b868..f05a1491 100644 --- a/Docs/check-day.md +++ b/Docs/check-day.md @@ -1,4 +1,4 @@ -PS> *check-day.ps1* +PS> *./check-day.ps1* ==================== This PowerShell script determines and speaks the current day by text-to-speech (TTS). @@ -6,7 +6,7 @@ This PowerShell script determines and speaks the current day by text-to-speech ( Parameters ---------- ```powershell -PS> check-day.ps1 [] +PS> ./check-day.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-day.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-day.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/check-dns.md b/Docs/check-dns.md index 2c0b5264..e960597a 100644 --- a/Docs/check-dns.md +++ b/Docs/check-dns.md @@ -1,4 +1,4 @@ -PS> *check-dns.ps1* +PS> *./check-dns.ps1* ==================== This PowerShell script measures and prints the DNS resolution speed by using 200 popular domains. @@ -6,7 +6,7 @@ This PowerShell script measures and prints the DNS resolution speed by using 200 Parameters ---------- ```powershell -PS> check-dns.ps1 [] +PS> ./check-dns.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -74,4 +74,4 @@ foreach($row in $table){$nop=Resolve-DNSName $row.Domain} } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-dns.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-dns.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/check-drive-space.md b/Docs/check-drive-space.md index dba94441..9339aef1 100644 --- a/Docs/check-drive-space.md +++ b/Docs/check-drive-space.md @@ -1,4 +1,4 @@ -PS> *check-drive-space.ps1* +PS> *./check-drive-space.ps1* ==================== This PowerShell script checks a drive for free space left (20 GB by default). @@ -6,7 +6,7 @@ This PowerShell script checks a drive for free space left (20 GB by default). Parameters ---------- ```powershell -PS> check-drive-space.ps1 [[-Drive] ] [[-MinLevel] ] [] +PS> ./check-drive-space.ps1 [[-Drive] ] [[-MinLevel] ] [] -Drive Specifies the drive to check @@ -91,4 +91,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-drive-space.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-drive-space.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/check-drives.md b/Docs/check-drives.md index dbb2789b..d0b8b38a 100644 --- a/Docs/check-drives.md +++ b/Docs/check-drives.md @@ -1,4 +1,4 @@ -PS> *check-drives.ps1* +PS> *./check-drives.ps1* ==================== This PowerShell script checks all drives for free space left. @@ -6,7 +6,7 @@ This PowerShell script checks all drives for free space left. Parameters ---------- ```powershell -PS> check-drives.ps1 [[-MinLevel] ] [] +PS> ./check-drives.ps1 [[-MinLevel] ] [] -MinLevel Specifies the minimum warning level (10 GB by default) @@ -105,4 +105,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-drives.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-drives.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/check-dusk.md b/Docs/check-dusk.md index c0fe3ca5..9c05433a 100644 --- a/Docs/check-dusk.md +++ b/Docs/check-dusk.md @@ -1,4 +1,4 @@ -PS> *check-dusk.ps1* +PS> *./check-dusk.ps1* ==================== check-dusk.ps1 @@ -62,4 +62,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-dusk.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-dusk.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/check-easter-sunday.md b/Docs/check-easter-sunday.md index f1eee22d..250a10dc 100644 --- a/Docs/check-easter-sunday.md +++ b/Docs/check-easter-sunday.md @@ -1,4 +1,4 @@ -PS> *check-easter-sunday.ps1* +PS> *./check-easter-sunday.ps1* ==================== This PowerShell script checks the time until Easter Sunday and replies by text-to-speech (TTS). @@ -6,7 +6,7 @@ This PowerShell script checks the time until Easter Sunday and replies by text-t Parameters ---------- ```powershell -PS> check-easter-sunday.ps1 [] +PS> ./check-easter-sunday.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -61,4 +61,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-easter-sunday.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-easter-sunday.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/check-file-system.md b/Docs/check-file-system.md index 75be87a3..4993e685 100644 --- a/Docs/check-file-system.md +++ b/Docs/check-file-system.md @@ -1,4 +1,4 @@ -PS> *check-file-system.ps1* +PS> *./check-file-system.ps1* ==================== This PowerShell script checks the file system of a drive. It needs admin rights. @@ -6,7 +6,7 @@ This PowerShell script checks the file system of a drive. It needs admin rights. Parameters ---------- ```powershell -PS> check-file-system.ps1 [[-Drive] ] [] +PS> ./check-file-system.ps1 [[-Drive] ] [] -Drive Specifies the drive to check @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-file-system.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-file-system.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/check-file.md b/Docs/check-file.md index 5a56882e..6b6267f7 100644 --- a/Docs/check-file.md +++ b/Docs/check-file.md @@ -1,4 +1,4 @@ -PS> *check-file.ps1* +PS> *./check-file.ps1* ==================== This PowerShell script determines and prints the file type of the given file. @@ -6,7 +6,7 @@ This PowerShell script determines and prints the file type of the given file. Parameters ---------- ```powershell -PS> check-file.ps1 [[-Path] ] [] +PS> ./check-file.ps1 [[-Path] ] [] -Path Specifies the path to the file @@ -170,4 +170,4 @@ function Check-Header { param( $path ) Check-Header $Path ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-file.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-file.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/check-firewall.md b/Docs/check-firewall.md index 4dcf8c05..d23b06c6 100644 --- a/Docs/check-firewall.md +++ b/Docs/check-firewall.md @@ -1,4 +1,4 @@ -PS> *check-firewall.ps1* +PS> *./check-firewall.ps1* ==================== This PowerShell script queries the status of the firewall and prints it. @@ -6,7 +6,7 @@ This PowerShell script queries the status of the firewall and prints it. Parameters ---------- ```powershell -PS> check-firewall.ps1 [] +PS> ./check-firewall.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-firewall.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-firewall.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/check-gpu.md b/Docs/check-gpu.md index ef79ee32..a9c200e9 100644 --- a/Docs/check-gpu.md +++ b/Docs/check-gpu.md @@ -1,4 +1,4 @@ -PS> *check-gpu.ps1* +PS> *./check-gpu.ps1* ==================== check-gpu.ps1 @@ -65,4 +65,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-gpu.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-gpu.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/check-hardware.md b/Docs/check-hardware.md index 708833a1..6e106af1 100644 --- a/Docs/check-hardware.md +++ b/Docs/check-hardware.md @@ -1,4 +1,4 @@ -PS> *check-hardware.ps1* +PS> *./check-hardware.ps1* ==================== This PowerShell script queries the hardware details of the local computer and prints it. @@ -6,7 +6,7 @@ This PowerShell script queries the hardware details of the local computer and pr Parameters ---------- ```powershell -PS> check-hardware.ps1 [] +PS> ./check-hardware.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -63,4 +63,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-hardware.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-hardware.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/check-health.md b/Docs/check-health.md index a9e0289a..49b79a9a 100644 --- a/Docs/check-health.md +++ b/Docs/check-health.md @@ -1,4 +1,4 @@ -PS> *check-health.ps1* +PS> *./check-health.ps1* ==================== This PowerShell script queries the system health of the local computer (hardware, software, and network) and prints it. @@ -6,7 +6,7 @@ This PowerShell script queries the system health of the local computer (hardware Parameters ---------- ```powershell -PS> check-health.ps1 [] +PS> ./check-health.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-health.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-health.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/check-independence-day.md b/Docs/check-independence-day.md index 7c701f7a..98da7ee5 100644 --- a/Docs/check-independence-day.md +++ b/Docs/check-independence-day.md @@ -1,4 +1,4 @@ -PS> *check-independence-day.ps1* +PS> *./check-independence-day.ps1* ==================== This PowerShell script checks the time until Indepence Day and replies by text-to-speech (TTS). @@ -6,7 +6,7 @@ This PowerShell script checks the time until Indepence Day and replies by text-t Parameters ---------- ```powershell -PS> check-independence-day.ps1 [] +PS> ./check-independence-day.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -61,4 +61,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-independence-day.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-independence-day.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/check-ipv4-address.md b/Docs/check-ipv4-address.md index 57b817b4..6cc6fdd0 100644 --- a/Docs/check-ipv4-address.md +++ b/Docs/check-ipv4-address.md @@ -1,4 +1,4 @@ -PS> *check-ipv4-address.ps1* +PS> *./check-ipv4-address.ps1* ==================== This PowerShell script checks the given IPv4 address for validity. @@ -6,7 +6,7 @@ This PowerShell script checks the given IPv4 address for validity. Parameters ---------- ```powershell -PS> check-ipv4-address.ps1 [[-Address] ] [] +PS> ./check-ipv4-address.ps1 [[-Address] ] [] -Address Specifies the IPv4 address to check @@ -84,4 +84,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-ipv4-address.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-ipv4-address.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/check-ipv6-address.md b/Docs/check-ipv6-address.md index b0ecca40..aab062ce 100644 --- a/Docs/check-ipv6-address.md +++ b/Docs/check-ipv6-address.md @@ -1,4 +1,4 @@ -PS> *check-ipv6-address.ps1* +PS> *./check-ipv6-address.ps1* ==================== This PowerShell script checks the given IPv6 address for validity @@ -6,7 +6,7 @@ This PowerShell script checks the given IPv6 address for validity Parameters ---------- ```powershell -PS> check-ipv6-address.ps1 [[-Address] ] [] +PS> ./check-ipv6-address.ps1 [[-Address] ] [] -Address Specifies the IPv6 address to check @@ -98,4 +98,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-ipv6-address.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-ipv6-address.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/check-iss-position.md b/Docs/check-iss-position.md index ff3f7c5d..6ab63bc6 100644 --- a/Docs/check-iss-position.md +++ b/Docs/check-iss-position.md @@ -1,4 +1,4 @@ -PS> *check-iss-position.ps1* +PS> *./check-iss-position.ps1* ==================== This PowerShell script queries the position of the International Space Station (ISS) and replies by text-to-speech (TTS). @@ -6,7 +6,7 @@ This PowerShell script queries the position of the International Space Station ( Parameters ---------- ```powershell -PS> check-iss-position.ps1 [] +PS> ./check-iss-position.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -55,4 +55,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-iss-position.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-iss-position.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/check-mac-address.md b/Docs/check-mac-address.md index 689bc4c9..2ce9bab8 100644 --- a/Docs/check-mac-address.md +++ b/Docs/check-mac-address.md @@ -1,4 +1,4 @@ -PS> *check-mac-address.ps1* +PS> *./check-mac-address.ps1* ==================== This PowerShell script checks the given MAC address for validity @@ -7,7 +7,7 @@ Supported MAC address formats are: 00:00:00:00:00:00 or 00-00-00-00-00-00 or 000 Parameters ---------- ```powershell -PS> check-mac-address.ps1 [[-MAC] ] [] +PS> ./check-mac-address.ps1 [[-MAC] ] [] -MAC Specifies the MAC address to check @@ -87,4 +87,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-mac-address.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-mac-address.ps1 as of 07/29/2023 10:15:06)* diff --git a/Docs/check-midnight.md b/Docs/check-midnight.md index 71156585..c4cebdc2 100644 --- a/Docs/check-midnight.md +++ b/Docs/check-midnight.md @@ -1,4 +1,4 @@ -PS> *check-midnight.ps1* +PS> *./check-midnight.ps1* ==================== check-midnight.ps1 @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-midnight.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-midnight.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/check-month.md b/Docs/check-month.md index 1bc63650..d8218063 100644 --- a/Docs/check-month.md +++ b/Docs/check-month.md @@ -1,4 +1,4 @@ -PS> *check-month.ps1* +PS> *./check-month.ps1* ==================== This PowerShell script determines and speaks the current month name by text-to-speech (TTS). @@ -6,7 +6,7 @@ This PowerShell script determines and speaks the current month name by text-to-s Parameters ---------- ```powershell -PS> check-month.ps1 [] +PS> ./check-month.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-month.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-month.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/check-moon-phase.md b/Docs/check-moon-phase.md index a3c4b8f6..c10768e4 100644 --- a/Docs/check-moon-phase.md +++ b/Docs/check-moon-phase.md @@ -1,4 +1,4 @@ -PS> *check-moon-phase.ps1* +PS> *./check-moon-phase.ps1* ==================== This PowerShell script determines the Moon phase and answers by text-to-speech (TTS). @@ -6,7 +6,7 @@ This PowerShell script determines the Moon phase and answers by text-to-speech ( Parameters ---------- ```powershell -PS> check-moon-phase.ps1 [] +PS> ./check-moon-phase.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -76,4 +76,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-moon-phase.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-moon-phase.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/check-network.md b/Docs/check-network.md index 4b1d76c7..e95a5d3e 100644 --- a/Docs/check-network.md +++ b/Docs/check-network.md @@ -1,4 +1,4 @@ -PS> *check-network.ps1* +PS> *./check-network.ps1* ==================== This PowerShell script queries the network details of the local computer and prints it. @@ -6,7 +6,7 @@ This PowerShell script queries the network details of the local computer and pri Parameters ---------- ```powershell -PS> check-network.ps1 [] +PS> ./check-network.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -63,4 +63,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-network.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-network.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/check-new-year.md b/Docs/check-new-year.md index d281d591..6ee3bde6 100644 --- a/Docs/check-new-year.md +++ b/Docs/check-new-year.md @@ -1,4 +1,4 @@ -PS> *check-new-year.ps1* +PS> *./check-new-year.ps1* ==================== This PowerShell script checks the time until New Year and replies by text-to-speech (TTS). @@ -6,7 +6,7 @@ This PowerShell script checks the time until New Year and replies by text-to-spe Parameters ---------- ```powershell -PS> check-new-year.ps1 [] +PS> ./check-new-year.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-new-year.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-new-year.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/check-noon.md b/Docs/check-noon.md index bb6e8b99..89751232 100644 --- a/Docs/check-noon.md +++ b/Docs/check-noon.md @@ -1,4 +1,4 @@ -PS> *check-noon.ps1* +PS> *./check-noon.ps1* ==================== check-noon.ps1 @@ -59,4 +59,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-noon.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-noon.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/check-os.md b/Docs/check-os.md index 3ffcb180..f78ff59c 100644 --- a/Docs/check-os.md +++ b/Docs/check-os.md @@ -1,4 +1,4 @@ -PS> *check-os.ps1* +PS> *./check-os.ps1* ==================== This PowerShell script queries the operating system status and prints it. @@ -6,7 +6,7 @@ This PowerShell script queries the operating system status and prints it. Parameters ---------- ```powershell -PS> check-os.ps1 [] +PS> ./check-os.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -73,4 +73,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-os.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-os.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/check-outlook.md b/Docs/check-outlook.md index bf311811..c4311d3f 100644 --- a/Docs/check-outlook.md +++ b/Docs/check-outlook.md @@ -1,4 +1,4 @@ -PS> *check-outlook.ps1* +PS> *./check-outlook.ps1* ==================== This PowerShell script checks the inbox of Outlook for new/unread mails. @@ -6,7 +6,7 @@ This PowerShell script checks the inbox of Outlook for new/unread mails. Parameters ---------- ```powershell -PS> check-outlook.ps1 [] +PS> ./check-outlook.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -63,4 +63,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-outlook.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-outlook.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/check-password.md b/Docs/check-password.md index 898d618e..9cfe651d 100644 --- a/Docs/check-password.md +++ b/Docs/check-password.md @@ -1,4 +1,4 @@ -PS> *check-password.ps1* +PS> *./check-password.ps1* ==================== This PowerShell script checks the security status of the given password by haveibeenpwned.com @@ -6,7 +6,7 @@ This PowerShell script checks the security status of the given password by havei Parameters ---------- ```powershell -PS> check-password.ps1 [[-password] ] [] +PS> ./check-password.ps1 [[-password] ] [] -password @@ -94,4 +94,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-password.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-password.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/check-pending-reboot.md b/Docs/check-pending-reboot.md index c1f1c517..3b32b233 100644 --- a/Docs/check-pending-reboot.md +++ b/Docs/check-pending-reboot.md @@ -1,4 +1,4 @@ -PS> *check-pending-reboot.ps1* +PS> *./check-pending-reboot.ps1* ==================== check-pending-reboot.ps1 @@ -91,4 +91,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-pending-reboot.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-pending-reboot.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/check-ping.md b/Docs/check-ping.md index 3bc073cf..2cea5d6e 100644 --- a/Docs/check-ping.md +++ b/Docs/check-ping.md @@ -1,4 +1,4 @@ -PS> *check-ping.ps1* +PS> *./check-ping.ps1* ==================== This PowerShell script measures the ping roundtrip times from the local computer to 10 Internet servers. @@ -6,7 +6,7 @@ This PowerShell script measures the ping roundtrip times from the local computer Parameters ---------- ```powershell -PS> check-ping.ps1 [[-hosts] ] [] +PS> ./check-ping.ps1 [[-hosts] ] [] -hosts Specifies the hosts to check, seperated by commata (default is: amazon.com,bing.com,cnn.com,dropbox.com,facebook.com,github.com,google.com,live.com,twitter.com,youtube.com) @@ -88,4 +88,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-ping.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-ping.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/check-powershell.md b/Docs/check-powershell.md index 52287a6c..d5d7f75c 100644 --- a/Docs/check-powershell.md +++ b/Docs/check-powershell.md @@ -1,4 +1,4 @@ -PS> *check-powershell.ps1* +PS> *./check-powershell.ps1* ==================== This PowerShell script queries the PowerShell status and prints it. @@ -6,7 +6,7 @@ This PowerShell script queries the PowerShell status and prints it. Parameters ---------- ```powershell -PS> check-powershell.ps1 [] +PS> ./check-powershell.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -64,4 +64,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-powershell.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-powershell.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/check-ps1-file.md b/Docs/check-ps1-file.md index e83f61ad..fe87f8bd 100644 --- a/Docs/check-ps1-file.md +++ b/Docs/check-ps1-file.md @@ -1,4 +1,4 @@ -PS> *check-ps1-file.ps1* +PS> *./check-ps1-file.ps1* ==================== This PowerShell script checks the given PowerShell script file(s) for validity. @@ -6,7 +6,7 @@ This PowerShell script checks the given PowerShell script file(s) for validity. Parameters ---------- ```powershell -PS> check-ps1-file.ps1 [[-filePattern] ] [] +PS> ./check-ps1-file.ps1 [[-filePattern] ] [] -filePattern Specifies the file pattern to the PowerShell file(s) @@ -76,4 +76,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-ps1-file.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-ps1-file.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/check-ram.md b/Docs/check-ram.md index 4e9d4726..f96f07ae 100644 --- a/Docs/check-ram.md +++ b/Docs/check-ram.md @@ -1,4 +1,4 @@ -PS> *check-ram.ps1* +PS> *./check-ram.ps1* ==================== check-ram.ps1 @@ -98,4 +98,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-ram.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-ram.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/check-repo.md b/Docs/check-repo.md index 3110f85d..77210ff0 100644 --- a/Docs/check-repo.md +++ b/Docs/check-repo.md @@ -1,4 +1,4 @@ -PS> *check-repo.ps1* +PS> *./check-repo.ps1* ==================== This PowerShell script verifies the integrity of a local Git repository. @@ -6,7 +6,7 @@ This PowerShell script verifies the integrity of a local Git repository. Parameters ---------- ```powershell -PS> check-repo.ps1 [[-RepoDir] ] [] +PS> ./check-repo.ps1 [[-RepoDir] ] [] -RepoDir Specifies the path to the Git repository (current working directory by default) @@ -128,4 +128,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-repo.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-repo.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/check-santa.md b/Docs/check-santa.md index c89f69ab..ebbc8d45 100644 --- a/Docs/check-santa.md +++ b/Docs/check-santa.md @@ -1,4 +1,4 @@ -PS> *check-santa.ps1* +PS> *./check-santa.ps1* ==================== This PowerShell script checks the time until Saint Nicholas Day and replies by text-to-speech (TTS). @@ -6,7 +6,7 @@ This PowerShell script checks the time until Saint Nicholas Day and replies by t Parameters ---------- ```powershell -PS> check-santa.ps1 [] +PS> ./check-santa.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -56,4 +56,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-santa.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-santa.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/check-smart-devices.md b/Docs/check-smart-devices.md index bd5109c3..3fbb63d0 100644 --- a/Docs/check-smart-devices.md +++ b/Docs/check-smart-devices.md @@ -1,4 +1,4 @@ -PS> *check-smart-devices.ps1* +PS> *./check-smart-devices.ps1* ==================== check-smart-devices.ps1 @@ -95,4 +95,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-smart-devices.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-smart-devices.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/check-software.md b/Docs/check-software.md index 3bfaa5ae..7c09ffd0 100644 --- a/Docs/check-software.md +++ b/Docs/check-software.md @@ -1,4 +1,4 @@ -PS> *check-software.ps1* +PS> *./check-software.ps1* ==================== This PowerShell script queries the software details of the local computer and prints it. @@ -6,7 +6,7 @@ This PowerShell script queries the software details of the local computer and pr Parameters ---------- ```powershell -PS> check-software.ps1 [] +PS> ./check-software.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -67,4 +67,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-software.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-software.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/check-subnet-mask.md b/Docs/check-subnet-mask.md index 19d641a3..4b0f93c6 100644 --- a/Docs/check-subnet-mask.md +++ b/Docs/check-subnet-mask.md @@ -1,4 +1,4 @@ -PS> *check-subnet-mask.ps1* +PS> *./check-subnet-mask.ps1* ==================== This PowerShell script checks the given subnet mask for validity. @@ -6,7 +6,7 @@ This PowerShell script checks the given subnet mask for validity. Parameters ---------- ```powershell -PS> check-subnet-mask.ps1 [[-address] ] [] +PS> ./check-subnet-mask.ps1 [[-address] ] [] -address Specifies the subnet mask to check @@ -84,4 +84,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-subnet-mask.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-subnet-mask.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/check-swap-space.md b/Docs/check-swap-space.md index 806ad20c..3d273f6a 100644 --- a/Docs/check-swap-space.md +++ b/Docs/check-swap-space.md @@ -1,4 +1,4 @@ -PS> *check-swap-space.ps1* +PS> *./check-swap-space.ps1* ==================== This PowerShell script queries the status of the swap space and prints it. @@ -6,7 +6,7 @@ This PowerShell script queries the status of the swap space and prints it. Parameters ---------- ```powershell -PS> check-swap-space.ps1 [[-MinLevel] ] [] +PS> ./check-swap-space.ps1 [[-MinLevel] ] [] -MinLevel Specifies the minimum level (10 GB by default) @@ -107,4 +107,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-swap-space.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-swap-space.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/check-symlinks.md b/Docs/check-symlinks.md index a79d05c2..3fcd23fc 100644 --- a/Docs/check-symlinks.md +++ b/Docs/check-symlinks.md @@ -1,4 +1,4 @@ -PS> *check-symlinks.ps1* +PS> *./check-symlinks.ps1* ==================== This PowerShell script checks every symbolic link in a folder (including subfolders). @@ -7,7 +7,7 @@ It returns the number of broken symlinks as exit value. Parameters ---------- ```powershell -PS> check-symlinks.ps1 [[-Folder] ] [] +PS> ./check-symlinks.ps1 [[-Folder] ] [] -Folder Specifies the path to the folder @@ -96,4 +96,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-symlinks.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-symlinks.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/check-time-zone.md b/Docs/check-time-zone.md index a0d0b28e..be3ca01b 100644 --- a/Docs/check-time-zone.md +++ b/Docs/check-time-zone.md @@ -1,4 +1,4 @@ -PS> *check-time-zone.ps1* +PS> *./check-time-zone.ps1* ==================== This PowerShell script queries the time zone and prints it. @@ -6,7 +6,7 @@ This PowerShell script queries the time zone and prints it. Parameters ---------- ```powershell -PS> check-time-zone.ps1 [] +PS> ./check-time-zone.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-time-zone.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-time-zone.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/check-uptime.md b/Docs/check-uptime.md index ed5bc4ef..1f159162 100644 --- a/Docs/check-uptime.md +++ b/Docs/check-uptime.md @@ -1,4 +1,4 @@ -PS> *check-uptime.ps1* +PS> *./check-uptime.ps1* ==================== This PowerShell script queries the computer's uptime and prints it. @@ -6,7 +6,7 @@ This PowerShell script queries the computer's uptime and prints it. Parameters ---------- ```powershell -PS> check-uptime.ps1 [] +PS> ./check-uptime.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -80,4 +80,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-uptime.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-uptime.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/check-vpn.md b/Docs/check-vpn.md index e50cdc5b..de5252d9 100644 --- a/Docs/check-vpn.md +++ b/Docs/check-vpn.md @@ -1,4 +1,4 @@ -PS> *check-vpn.ps1* +PS> *./check-vpn.ps1* ==================== This PowerShell script queries and prints the status of the VPN connection(s). @@ -6,7 +6,7 @@ This PowerShell script queries and prints the status of the VPN connection(s). Parameters ---------- ```powershell -PS> check-vpn.ps1 [] +PS> ./check-vpn.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-vpn.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-vpn.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/check-weather.md b/Docs/check-weather.md index 2a7346a0..cf4be555 100644 --- a/Docs/check-weather.md +++ b/Docs/check-weather.md @@ -1,4 +1,4 @@ -PS> *check-weather.ps1* +PS> *./check-weather.ps1* ==================== This PowerShell script checks the current weather report. @@ -6,7 +6,7 @@ This PowerShell script checks the current weather report. Parameters ---------- ```powershell -PS> check-weather.ps1 [[-location] ] [] +PS> ./check-weather.ps1 [[-location] ] [] -location Specifies the location to use (determined automatically per default) @@ -81,4 +81,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-weather.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-weather.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/check-week.md b/Docs/check-week.md index d8fb1b0f..ce704299 100644 --- a/Docs/check-week.md +++ b/Docs/check-week.md @@ -1,4 +1,4 @@ -PS> *check-week.ps1* +PS> *./check-week.ps1* ==================== This PowerShell script determines and speaks the current week number by text-to-speech (TTS). @@ -6,7 +6,7 @@ This PowerShell script determines and speaks the current week number by text-to- Parameters ---------- ```powershell -PS> check-week.ps1 [] +PS> ./check-week.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -54,4 +54,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-week.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-week.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/check-wind.md b/Docs/check-wind.md index 8414f1ac..e1cd253d 100644 --- a/Docs/check-wind.md +++ b/Docs/check-wind.md @@ -1,4 +1,4 @@ -PS> *check-wind.ps1* +PS> *./check-wind.ps1* ==================== This PowerShell script determines the current wind conditions and replies by text-to-speech (TTS). @@ -6,7 +6,7 @@ This PowerShell script determines the current wind conditions and replies by tex Parameters ---------- ```powershell -PS> check-wind.ps1 [[-location] ] [] +PS> ./check-wind.ps1 [[-location] ] [] -location Specifies the location to use (determined automatically per default) @@ -72,4 +72,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-wind.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-wind.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/check-windows-system-files.md b/Docs/check-windows-system-files.md index 5a223a15..e634f696 100644 --- a/Docs/check-windows-system-files.md +++ b/Docs/check-windows-system-files.md @@ -1,4 +1,4 @@ -PS> *check-windows-system-files.ps1* +PS> *./check-windows-system-files.ps1* ==================== This PowerShell script checks the validity of the Windows system files. It requires admin rights. @@ -6,7 +6,7 @@ This PowerShell script checks the validity of the Windows system files. It requi Parameters ---------- ```powershell -PS> check-windows-system-files.ps1 [] +PS> ./check-windows-system-files.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-windows-system-files.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-windows-system-files.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/check-xml-file.md b/Docs/check-xml-file.md index 5c13b9e9..03b18f15 100644 --- a/Docs/check-xml-file.md +++ b/Docs/check-xml-file.md @@ -1,4 +1,4 @@ -PS> *check-xml-file.ps1* +PS> *./check-xml-file.ps1* ==================== This PowerShell script checks the given XML file for validity. @@ -6,7 +6,7 @@ This PowerShell script checks the given XML file for validity. Parameters ---------- ```powershell -PS> check-xml-file.ps1 [[-file] ] [] +PS> ./check-xml-file.ps1 [[-file] ] [] -file Specifies the path to the XML file to check @@ -88,4 +88,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-xml-file.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-xml-file.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/clean-repo.md b/Docs/clean-repo.md index 983f73d5..dc637e7e 100644 --- a/Docs/clean-repo.md +++ b/Docs/clean-repo.md @@ -1,4 +1,4 @@ -PS> *clean-repo.ps1* +PS> *./clean-repo.ps1* ==================== This PowerShell script deletes all untracked files and folders in a local Git repository (including submodules). @@ -7,7 +7,7 @@ NOTE: To be used with care! This cannot be undone! Parameters ---------- ```powershell -PS> clean-repo.ps1 [[-RepoDir] ] [] +PS> ./clean-repo.ps1 [[-RepoDir] ] [] -RepoDir Specifies the file path to the local Git repository @@ -91,4 +91,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of clean-repo.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of clean-repo.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/clean-repos.md b/Docs/clean-repos.md index 08208f64..0ced7cad 100644 --- a/Docs/clean-repos.md +++ b/Docs/clean-repos.md @@ -1,4 +1,4 @@ -PS> *clean-repos.ps1* +PS> *./clean-repos.ps1* ==================== This PowerShell script cleans all Git repositories in a folder from untracked files (including submodules). @@ -6,7 +6,7 @@ This PowerShell script cleans all Git repositories in a folder from untracked fi Parameters ---------- ```powershell -PS> clean-repos.ps1 [[-ParentDir] ] [] +PS> ./clean-repos.ps1 [[-ParentDir] ] [] -ParentDir Specifies the path to the parent folder @@ -92,4 +92,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of clean-repos.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of clean-repos.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/clear-dns-cache.md b/Docs/clear-dns-cache.md index acae8357..c06b9ba9 100644 --- a/Docs/clear-dns-cache.md +++ b/Docs/clear-dns-cache.md @@ -1,4 +1,4 @@ -PS> *clear-dns-cache.ps1* +PS> *./clear-dns-cache.ps1* ==================== This PowerShell script clears the DNS client cache of the local computer. @@ -6,7 +6,7 @@ This PowerShell script clears the DNS client cache of the local computer. Parameters ---------- ```powershell -PS> clear-dns-cache.ps1 [] +PS> ./clear-dns-cache.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of clear-dns-cache.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of clear-dns-cache.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/clear-recycle-bin.md b/Docs/clear-recycle-bin.md index 6be4062e..257239e1 100644 --- a/Docs/clear-recycle-bin.md +++ b/Docs/clear-recycle-bin.md @@ -1,4 +1,4 @@ -PS> *clear-recycle-bin.ps1* +PS> *./clear-recycle-bin.ps1* ==================== This PowerShell script removes the content of the recycle bin folder permanently. @@ -7,7 +7,7 @@ IMPORTANT NOTE: this cannot be undo! Parameters ---------- ```powershell -PS> clear-recycle-bin.ps1 [] +PS> ./clear-recycle-bin.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of clear-recycle-bin.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of clear-recycle-bin.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/clone-repos.md b/Docs/clone-repos.md index a7551c2d..94ce6927 100644 --- a/Docs/clone-repos.md +++ b/Docs/clone-repos.md @@ -1,4 +1,4 @@ -PS> *clone-repos.ps1* +PS> *./clone-repos.ps1* ==================== This PowerShell script clones popular Git repositories into a target directory. @@ -6,7 +6,7 @@ This PowerShell script clones popular Git repositories into a target directory. Parameters ---------- ```powershell -PS> clone-repos.ps1 [[-TargetDir] ] [] +PS> ./clone-repos.ps1 [[-TargetDir] ] [] -TargetDir Specifies the file path to the target directory (current working directory by default) @@ -109,4 +109,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of clone-repos.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of clone-repos.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/close-calculator.md b/Docs/close-calculator.md index 56a3c19d..7d30b8c0 100644 --- a/Docs/close-calculator.md +++ b/Docs/close-calculator.md @@ -1,4 +1,4 @@ -PS> *close-calculator.ps1* +PS> *./close-calculator.ps1* ==================== This PowerShell script closes the calculator application gracefully. @@ -6,7 +6,7 @@ This PowerShell script closes the calculator application gracefully. Parameters ---------- ```powershell -PS> close-calculator.ps1 [] +PS> ./close-calculator.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Stop-Process -name "CalculatorApp" exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-calculator.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-calculator.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/close-chrome.md b/Docs/close-chrome.md index 49afb481..d0fadd66 100644 --- a/Docs/close-chrome.md +++ b/Docs/close-chrome.md @@ -1,4 +1,4 @@ -PS> *close-chrome.ps1* +PS> *./close-chrome.ps1* ==================== This PowerShell script closes the Google Chrome Web browser gracefully. @@ -6,7 +6,7 @@ This PowerShell script closes the Google Chrome Web browser gracefully. Parameters ---------- ```powershell -PS> close-chrome.ps1 [] +PS> ./close-chrome.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-chrome.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-chrome.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/close-cortana.md b/Docs/close-cortana.md index bed4e0f0..7957f823 100644 --- a/Docs/close-cortana.md +++ b/Docs/close-cortana.md @@ -1,4 +1,4 @@ -PS> *close-cortana.ps1* +PS> *./close-cortana.ps1* ==================== This PowerShell script closes Microsoft's Cortana application gracefully. @@ -6,7 +6,7 @@ This PowerShell script closes Microsoft's Cortana application gracefully. Parameters ---------- ```powershell -PS> close-cortana.ps1 [] +PS> ./close-cortana.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-cortana.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-cortana.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/close-edge.md b/Docs/close-edge.md index 0ec9574f..e631f743 100644 --- a/Docs/close-edge.md +++ b/Docs/close-edge.md @@ -1,4 +1,4 @@ -PS> *close-edge.ps1* +PS> *./close-edge.ps1* ==================== This PowerShell script closes the Microsoft Edge Web browser gracefully. @@ -6,7 +6,7 @@ This PowerShell script closes the Microsoft Edge Web browser gracefully. Parameters ---------- ```powershell -PS> close-edge.ps1 [] +PS> ./close-edge.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -52,4 +52,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-edge.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-edge.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/close-file-explorer.md b/Docs/close-file-explorer.md index 02a4b9f7..8a972558 100644 --- a/Docs/close-file-explorer.md +++ b/Docs/close-file-explorer.md @@ -1,4 +1,4 @@ -PS> *close-file-explorer.ps1* +PS> *./close-file-explorer.ps1* ==================== This PowerShell script closes the Microsoft File Explorer application gracefully. @@ -6,7 +6,7 @@ This PowerShell script closes the Microsoft File Explorer application gracefully Parameters ---------- ```powershell -PS> close-file-explorer.ps1 [] +PS> ./close-file-explorer.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-file-explorer.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-file-explorer.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/close-firefox.md b/Docs/close-firefox.md index 614c6887..ede7b87d 100644 --- a/Docs/close-firefox.md +++ b/Docs/close-firefox.md @@ -1,4 +1,4 @@ -PS> *close-firefox.ps1* +PS> *./close-firefox.ps1* ==================== This PowerShell script closes the Mozilla Firefox Web browser gracefully. @@ -6,7 +6,7 @@ This PowerShell script closes the Mozilla Firefox Web browser gracefully. Parameters ---------- ```powershell -PS> close-firefox.ps1 [] +PS> ./close-firefox.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-firefox.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-firefox.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/close-git-extensions.md b/Docs/close-git-extensions.md index d4a0eb79..1c8a5e62 100644 --- a/Docs/close-git-extensions.md +++ b/Docs/close-git-extensions.md @@ -1,4 +1,4 @@ -PS> *close-git-extensions.ps1* +PS> *./close-git-extensions.ps1* ==================== This PowerShell script closes the Git Extensions application gracefully. @@ -6,7 +6,7 @@ This PowerShell script closes the Git Extensions application gracefully. Parameters ---------- ```powershell -PS> close-git-extensions.ps1 [] +PS> ./close-git-extensions.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -52,4 +52,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-git-extensions.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-git-extensions.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/close-magnifier.md b/Docs/close-magnifier.md index d370ca7a..424a56bb 100644 --- a/Docs/close-magnifier.md +++ b/Docs/close-magnifier.md @@ -1,4 +1,4 @@ -PS> *close-magnifier.ps1* +PS> *./close-magnifier.ps1* ==================== This PowerShell script closes the Windows Screen Magnifier application gracefully. @@ -6,7 +6,7 @@ This PowerShell script closes the Windows Screen Magnifier application gracefull Parameters ---------- ```powershell -PS> close-magnifier.ps1 [] +PS> ./close-magnifier.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ tskill magnify exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-magnifier.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-magnifier.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/close-microsoft-paint.md b/Docs/close-microsoft-paint.md index 43fea4bb..e487e05a 100644 --- a/Docs/close-microsoft-paint.md +++ b/Docs/close-microsoft-paint.md @@ -1,4 +1,4 @@ -PS> *close-microsoft-paint.ps1* +PS> *./close-microsoft-paint.ps1* ==================== This PowerShell script closes the Microsoft Paint application gracefully. @@ -6,7 +6,7 @@ This PowerShell script closes the Microsoft Paint application gracefully. Parameters ---------- ```powershell -PS> close-microsoft-paint.ps1 [] +PS> ./close-microsoft-paint.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -52,4 +52,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-microsoft-paint.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-microsoft-paint.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/close-microsoft-store.md b/Docs/close-microsoft-store.md index aa502ad0..905ba610 100644 --- a/Docs/close-microsoft-store.md +++ b/Docs/close-microsoft-store.md @@ -1,4 +1,4 @@ -PS> *close-microsoft-store.ps1* +PS> *./close-microsoft-store.ps1* ==================== This PowerShell script closes the Microsoft Store application gracefully. @@ -6,7 +6,7 @@ This PowerShell script closes the Microsoft Store application gracefully. Parameters ---------- ```powershell -PS> close-microsoft-store.ps1 [] +PS> ./close-microsoft-store.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -52,4 +52,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-microsoft-store.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-microsoft-store.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/close-netflix.md b/Docs/close-netflix.md index c80b3f42..1cc2c12c 100644 --- a/Docs/close-netflix.md +++ b/Docs/close-netflix.md @@ -1,4 +1,4 @@ -PS> *close-netflix.ps1* +PS> *./close-netflix.ps1* ==================== This PowerShell script closes the Netflix application gracefully. @@ -6,7 +6,7 @@ This PowerShell script closes the Netflix application gracefully. Parameters ---------- ```powershell -PS> close-netflix.ps1 [] +PS> ./close-netflix.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-netflix.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-netflix.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/close-note-pad.md b/Docs/close-note-pad.md index cac5abb0..a2daaf2b 100644 --- a/Docs/close-note-pad.md +++ b/Docs/close-note-pad.md @@ -1,4 +1,4 @@ -PS> *close-note-pad.ps1* +PS> *./close-note-pad.ps1* ==================== This PowerShell script closes the Notepad application gracefully. @@ -6,7 +6,7 @@ This PowerShell script closes the Notepad application gracefully. Parameters ---------- ```powershell -PS> close-note-pad.ps1 [] +PS> ./close-note-pad.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-note-pad.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-note-pad.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/close-obs-studio.md b/Docs/close-obs-studio.md index 68189384..a0a06a25 100644 --- a/Docs/close-obs-studio.md +++ b/Docs/close-obs-studio.md @@ -1,4 +1,4 @@ -PS> *close-obs-studio.ps1* +PS> *./close-obs-studio.ps1* ==================== This PowerShell script closes the OBS Studio application gracefully. @@ -6,7 +6,7 @@ This PowerShell script closes the OBS Studio application gracefully. Parameters ---------- ```powershell -PS> close-obs-studio.ps1 [] +PS> ./close-obs-studio.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -52,4 +52,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-obs-studio.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-obs-studio.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/close-one-calendar.md b/Docs/close-one-calendar.md index a5ff8fc7..f755f4f2 100644 --- a/Docs/close-one-calendar.md +++ b/Docs/close-one-calendar.md @@ -1,4 +1,4 @@ -PS> *close-one-calendar.ps1* +PS> *./close-one-calendar.ps1* ==================== This PowerShell script closes the OneCalendar application gracefully. @@ -6,7 +6,7 @@ This PowerShell script closes the OneCalendar application gracefully. Parameters ---------- ```powershell -PS> close-one-calendar.ps1 [] +PS> ./close-one-calendar.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -52,4 +52,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-one-calendar.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-one-calendar.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/close-outlook.md b/Docs/close-outlook.md index d8457fe7..aaa59598 100644 --- a/Docs/close-outlook.md +++ b/Docs/close-outlook.md @@ -1,4 +1,4 @@ -PS> *close-outlook.ps1* +PS> *./close-outlook.ps1* ==================== This PowerShell script closes the Microsoft Outlook email application gracefully. @@ -6,7 +6,7 @@ This PowerShell script closes the Microsoft Outlook email application gracefully Parameters ---------- ```powershell -PS> close-outlook.ps1 [] +PS> ./close-outlook.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -52,4 +52,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-outlook.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-outlook.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/close-paint-three-d.md b/Docs/close-paint-three-d.md index 72dc9fae..5c557041 100644 --- a/Docs/close-paint-three-d.md +++ b/Docs/close-paint-three-d.md @@ -1,4 +1,4 @@ -PS> *close-paint-three-d.ps1* +PS> *./close-paint-three-d.ps1* ==================== This PowerShell script closes the Paint 3D application gracefully. @@ -6,7 +6,7 @@ This PowerShell script closes the Paint 3D application gracefully. Parameters ---------- ```powershell -PS> close-paint-three-d.ps1 [] +PS> ./close-paint-three-d.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -52,4 +52,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-paint-three-d.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-paint-three-d.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/close-program.md b/Docs/close-program.md index 4d8efba5..7dad335d 100644 --- a/Docs/close-program.md +++ b/Docs/close-program.md @@ -1,4 +1,4 @@ -PS> *close-program.ps1* +PS> *./close-program.ps1* ==================== This PowerShell script closes a program's processes gracefully. @@ -6,7 +6,7 @@ This PowerShell script closes a program's processes gracefully. Parameters ---------- ```powershell -PS> close-program.ps1 [[-FullProgramName] ] [[-ProgramName] ] [[-ProgramAliasName] ] [] +PS> ./close-program.ps1 [[-FullProgramName] ] [[-ProgramName] ] [[-ProgramAliasName] ] [] -FullProgramName Specifies the full program name @@ -118,4 +118,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-program.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-program.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/close-serenade.md b/Docs/close-serenade.md index 4afe3536..b38f4bb1 100644 --- a/Docs/close-serenade.md +++ b/Docs/close-serenade.md @@ -1,4 +1,4 @@ -PS> *close-serenade.ps1* +PS> *./close-serenade.ps1* ==================== This PowerShell script closes the Serenade.ai application gracefully. @@ -6,7 +6,7 @@ This PowerShell script closes the Serenade.ai application gracefully. Parameters ---------- ```powershell -PS> close-serenade.ps1 [] +PS> ./close-serenade.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-serenade.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-serenade.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/close-snipping-tool.md b/Docs/close-snipping-tool.md index 2cd1a7ba..33f7c837 100644 --- a/Docs/close-snipping-tool.md +++ b/Docs/close-snipping-tool.md @@ -1,4 +1,4 @@ -PS> *close-snipping-tool.ps1* +PS> *./close-snipping-tool.ps1* ==================== This PowerShell script closes the Snipping Tool application gracefully. @@ -6,7 +6,7 @@ This PowerShell script closes the Snipping Tool application gracefully. Parameters ---------- ```powershell -PS> close-snipping-tool.ps1 [] +PS> ./close-snipping-tool.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-snipping-tool.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-snipping-tool.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/close-spotify.md b/Docs/close-spotify.md index 5c9d0a3f..2589d4da 100644 --- a/Docs/close-spotify.md +++ b/Docs/close-spotify.md @@ -1,4 +1,4 @@ -PS> *close-spotify.ps1* +PS> *./close-spotify.ps1* ==================== This PowerShell script closes the Spotify application gracefully. @@ -6,7 +6,7 @@ This PowerShell script closes the Spotify application gracefully. Parameters ---------- ```powershell -PS> close-spotify.ps1 [] +PS> ./close-spotify.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-spotify.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-spotify.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/close-task-manager.md b/Docs/close-task-manager.md index 092f74ab..86b9be9f 100644 --- a/Docs/close-task-manager.md +++ b/Docs/close-task-manager.md @@ -1,4 +1,4 @@ -PS> *close-task-manager.ps1* +PS> *./close-task-manager.ps1* ==================== This PowerShell script closes the Task Manager application gracefully. @@ -6,7 +6,7 @@ This PowerShell script closes the Task Manager application gracefully. Parameters ---------- ```powershell -PS> close-task-manager.ps1 [] +PS> ./close-task-manager.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ tskill taskmgr exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-task-manager.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-task-manager.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/close-three-d-viewer.md b/Docs/close-three-d-viewer.md index 3ca0f071..b2ae876e 100644 --- a/Docs/close-three-d-viewer.md +++ b/Docs/close-three-d-viewer.md @@ -1,4 +1,4 @@ -PS> *close-three-d-viewer.ps1* +PS> *./close-three-d-viewer.ps1* ==================== This PowerShell script closes the 3D-Viewer application gracefully. @@ -6,7 +6,7 @@ This PowerShell script closes the 3D-Viewer application gracefully. Parameters ---------- ```powershell -PS> close-three-d-viewer.ps1 [] +PS> ./close-three-d-viewer.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -52,4 +52,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-three-d-viewer.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-three-d-viewer.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/close-thunderbird.md b/Docs/close-thunderbird.md index 5367a0e5..3615bf8f 100644 --- a/Docs/close-thunderbird.md +++ b/Docs/close-thunderbird.md @@ -1,4 +1,4 @@ -PS> *close-thunderbird.ps1* +PS> *./close-thunderbird.ps1* ==================== This PowerShell script closes the Mozilla Thunderbird email application gracefully. @@ -6,7 +6,7 @@ This PowerShell script closes the Mozilla Thunderbird email application graceful Parameters ---------- ```powershell -PS> close-thunderbird.ps1 [] +PS> ./close-thunderbird.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -52,4 +52,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-thunderbird.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-thunderbird.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/close-visual-studio.md b/Docs/close-visual-studio.md index 617d3e87..785090f3 100644 --- a/Docs/close-visual-studio.md +++ b/Docs/close-visual-studio.md @@ -1,4 +1,4 @@ -PS> *close-visual-studio.ps1* +PS> *./close-visual-studio.ps1* ==================== This PowerShell script closes the Microsoft Visual Studio application gracefully. @@ -6,7 +6,7 @@ This PowerShell script closes the Microsoft Visual Studio application gracefully Parameters ---------- ```powershell -PS> close-visual-studio.ps1 [] +PS> ./close-visual-studio.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -52,4 +52,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-visual-studio.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-visual-studio.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/close-vlc.md b/Docs/close-vlc.md index 6e0b8f8f..b77f4099 100644 --- a/Docs/close-vlc.md +++ b/Docs/close-vlc.md @@ -1,4 +1,4 @@ -PS> *close-vlc.ps1* +PS> *./close-vlc.ps1* ==================== This PowerShell script closes the VLC media player application gracefully. @@ -6,7 +6,7 @@ This PowerShell script closes the VLC media player application gracefully. Parameters ---------- ```powershell -PS> close-vlc.ps1 [] +PS> ./close-vlc.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-vlc.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-vlc.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/close-windows-terminal.md b/Docs/close-windows-terminal.md index 61b0ff38..4739565a 100644 --- a/Docs/close-windows-terminal.md +++ b/Docs/close-windows-terminal.md @@ -1,4 +1,4 @@ -PS> *close-windows-terminal.ps1* +PS> *./close-windows-terminal.ps1* ==================== This PowerShell script closes the Windows Terminal application gracefully. @@ -6,7 +6,7 @@ This PowerShell script closes the Windows Terminal application gracefully. Parameters ---------- ```powershell -PS> close-windows-terminal.ps1 [] +PS> ./close-windows-terminal.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-windows-terminal.ps1 as of 07/29/2023 10:10:43)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-windows-terminal.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/configure-git.md b/Docs/configure-git.md index f708bb6e..d08bee81 100644 --- a/Docs/configure-git.md +++ b/Docs/configure-git.md @@ -1,4 +1,4 @@ -PS> *configure-git.ps1* +PS> *./configure-git.ps1* ==================== This PowerShell script configures the user settings for Git. @@ -6,7 +6,7 @@ This PowerShell script configures the user settings for Git. Parameters ---------- ```powershell -PS> configure-git.ps1 [[-FullName] ] [[-EmailAddress] ] [[-FavoriteEditor] ] [] +PS> ./configure-git.ps1 [[-FullName] ] [[-EmailAddress] ] [[-FavoriteEditor] ] [] -FullName Specifies the user's full name @@ -133,4 +133,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of configure-git.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of configure-git.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/connect-vpn.md b/Docs/connect-vpn.md index 7d4350ee..102a084f 100644 --- a/Docs/connect-vpn.md +++ b/Docs/connect-vpn.md @@ -1,4 +1,4 @@ -PS> *connect-vpn.ps1* +PS> *./connect-vpn.ps1* ==================== This PowerShell script tries to connect to the VPN. @@ -6,7 +6,7 @@ This PowerShell script tries to connect to the VPN. Parameters ---------- ```powershell -PS> connect-vpn.ps1 [] +PS> ./connect-vpn.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -62,4 +62,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of connect-vpn.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of connect-vpn.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/convert-csv2txt.md b/Docs/convert-csv2txt.md index 68b2f1cc..0bf29b33 100644 --- a/Docs/convert-csv2txt.md +++ b/Docs/convert-csv2txt.md @@ -1,4 +1,4 @@ -PS> *convert-csv2txt.ps1* +PS> *./convert-csv2txt.ps1* ==================== This PowerShell script converts a .CSV file into a text file and prints it. @@ -6,7 +6,7 @@ This PowerShell script converts a .CSV file into a text file and prints it. Parameters ---------- ```powershell -PS> convert-csv2txt.ps1 [[-Path] ] [] +PS> ./convert-csv2txt.ps1 [[-Path] ] [] -Path Specifies the path to the .CSV file @@ -72,4 +72,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of convert-csv2txt.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-csv2txt.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/convert-docx2md.md b/Docs/convert-docx2md.md index d28702e1..a63133d1 100644 --- a/Docs/convert-docx2md.md +++ b/Docs/convert-docx2md.md @@ -1,4 +1,4 @@ -PS> *convert-docx2md.ps1* +PS> *./convert-docx2md.ps1* ==================== This PowerShell script converts .DOCX file(s) into Markdown. @@ -6,7 +6,7 @@ This PowerShell script converts .DOCX file(s) into Markdown. Parameters ---------- ```powershell -PS> convert-docx2md.ps1 [[-FilePattern] ] [] +PS> ./convert-docx2md.ps1 [[-FilePattern] ] [] -FilePattern Specifies the file pattern to the .DOCX file(s) @@ -81,4 +81,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of convert-docx2md.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-docx2md.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/convert-frames2mp4.md b/Docs/convert-frames2mp4.md index db2c7b41..3d79c7d7 100644 --- a/Docs/convert-frames2mp4.md +++ b/Docs/convert-frames2mp4.md @@ -1,4 +1,4 @@ -PS> *convert-frames2mp4.ps1* +PS> *./convert-frames2mp4.ps1* ==================== convert-frames2mp4.ps1 [[-SourcePattern] ] [[-TargetFile] ] @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of convert-frames2mp4.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-frames2mp4.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/convert-image2ascii.md b/Docs/convert-image2ascii.md index 8e741218..0f97c2c7 100644 --- a/Docs/convert-image2ascii.md +++ b/Docs/convert-image2ascii.md @@ -1,4 +1,4 @@ -PS> *convert-image2ascii.ps1* +PS> *./convert-image2ascii.ps1* ==================== convert-image2ascii.ps1 @@ -118,4 +118,4 @@ Script Content } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of convert-image2ascii.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-image2ascii.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/convert-image2blurred-frames.md b/Docs/convert-image2blurred-frames.md index 1de57c0e..c258f1d9 100644 --- a/Docs/convert-image2blurred-frames.md +++ b/Docs/convert-image2blurred-frames.md @@ -1,4 +1,4 @@ -PS> *convert-image2blurred-frames.ps1* +PS> *./convert-image2blurred-frames.ps1* ==================== convert-image2blurred-frames.ps1 [[-ImageFile] ] [[-TargetDir] ] [[-ImageWidth] ] [[-ImageHeight] ] [[-Frames] ] @@ -70,4 +70,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of convert-image2blurred-frames.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-image2blurred-frames.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/convert-image2pixelated-frames.md b/Docs/convert-image2pixelated-frames.md index c5d7e589..a18e1db7 100644 --- a/Docs/convert-image2pixelated-frames.md +++ b/Docs/convert-image2pixelated-frames.md @@ -1,4 +1,4 @@ -PS> *convert-image2pixelated-frames.ps1* +PS> *./convert-image2pixelated-frames.ps1* ==================== convert-image2pixelated-frames.ps1 [[-SourceFile] ] [[-TargetDir] ] [[-Frames] ] @@ -70,4 +70,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of convert-image2pixelated-frames.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-image2pixelated-frames.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/convert-md2docx.md b/Docs/convert-md2docx.md index d1e0bd9d..c4d8ace6 100644 --- a/Docs/convert-md2docx.md +++ b/Docs/convert-md2docx.md @@ -1,4 +1,4 @@ -PS> *convert-md2docx.ps1* +PS> *./convert-md2docx.ps1* ==================== convert-md2docx.ps1 @@ -22,4 +22,4 @@ Script Content gci -r -i *.md |foreach{$docx=$_.directoryname+"\"+$_.basename+".docx";pandoc -f markdown -s --citeproc $_.name -o $docx} ``` -*(generated by convert-ps2md.ps1 using the comment-based help of convert-md2docx.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-md2docx.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/convert-md2html.md b/Docs/convert-md2html.md index 639e0330..f14a256d 100644 --- a/Docs/convert-md2html.md +++ b/Docs/convert-md2html.md @@ -1,4 +1,4 @@ -PS> *convert-md2html.ps1* +PS> *./convert-md2html.ps1* ==================== This PowerShell script converts Markdown file(s) into HTML. @@ -6,7 +6,7 @@ This PowerShell script converts Markdown file(s) into HTML. Parameters ---------- ```powershell -PS> convert-md2html.ps1 [[-FilePattern] ] [] +PS> ./convert-md2html.ps1 [[-FilePattern] ] [] -FilePattern Specifies the file pattern to the Markdown file(s) @@ -80,4 +80,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of convert-md2html.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-md2html.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/convert-md2pdf.md b/Docs/convert-md2pdf.md index be44ec74..b06ce1c3 100644 --- a/Docs/convert-md2pdf.md +++ b/Docs/convert-md2pdf.md @@ -1,4 +1,4 @@ -PS> *convert-md2pdf.ps1* +PS> *./convert-md2pdf.ps1* ==================== convert-md2pdf.ps1 @@ -20,4 +20,4 @@ Script Content gci -r -i *.md |foreach{$pdf=$_.directoryname+"\"+$_.basename+".pdf";pandoc -f markdown -s --citeproc $_.name -o $pdf} ``` -*(generated by convert-ps2md.ps1 using the comment-based help of convert-md2pdf.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-md2pdf.ps1 as of 07/29/2023 10:15:07)* diff --git a/Docs/convert-mysql2csv.md b/Docs/convert-mysql2csv.md index d3ce942a..ef44bcaa 100644 --- a/Docs/convert-mysql2csv.md +++ b/Docs/convert-mysql2csv.md @@ -1,4 +1,4 @@ -PS> *convert-mysql2csv.ps1* +PS> *./convert-mysql2csv.ps1* ==================== This PowerShell script converts a MySQL database table to a .CSV file. @@ -6,7 +6,7 @@ This PowerShell script converts a MySQL database table to a .CSV file. Parameters ---------- ```powershell -PS> convert-mysql2csv.ps1 [[-server] ] [[-database] ] [[-username] ] [[-password] ] [[-query] ] [] +PS> ./convert-mysql2csv.ps1 [[-server] ] [[-database] ] [[-username] ] [[-password] ] [[-query] ] [] -server Specifies the server's hostname or IP address @@ -119,4 +119,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of convert-mysql2csv.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-mysql2csv.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/convert-ps2bat.md b/Docs/convert-ps2bat.md index bc630a2b..51f3c641 100644 --- a/Docs/convert-ps2bat.md +++ b/Docs/convert-ps2bat.md @@ -1,4 +1,4 @@ -PS> *convert-ps2bat.ps1* +PS> *./convert-ps2bat.ps1* ==================== This PowerShell script converts one or more PowerShell scripts to .bat batch files. @@ -6,7 +6,7 @@ This PowerShell script converts one or more PowerShell scripts to .bat batch fil Parameters ---------- ```powershell -PS> convert-ps2bat.ps1 [[-Filepattern] ] [] +PS> ./convert-ps2bat.ps1 [[-Filepattern] ] [] -Filepattern Specifies the file pattern @@ -89,4 +89,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of convert-ps2bat.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-ps2bat.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/convert-ps2md.md b/Docs/convert-ps2md.md index e4681fcf..f594e656 100644 --- a/Docs/convert-ps2md.md +++ b/Docs/convert-ps2md.md @@ -1,4 +1,4 @@ -PS> *convert-ps2md.ps1* +PS> *./convert-ps2md.ps1* ==================== This PowerShell script converts the comment-based help of a PowerShell script to Markdown. @@ -6,7 +6,7 @@ This PowerShell script converts the comment-based help of a PowerShell script to Parameters ---------- ```powershell -PS> convert-ps2md.ps1 [[-filename] ] [] +PS> ./convert-ps2md.ps1 [[-filename] ] [] -filename Specifies the path to the PowerShell script @@ -98,7 +98,7 @@ try { $full = Get-Help $filename -Full - "PS> *$($ScriptName)*" + "PS> *./$($ScriptName)*" "====================" $Description = ($full.description | Out-String).Trim() @@ -114,7 +114,7 @@ try { "----------" "``````powershell" $Syntax = (($full.syntax | Out-String) -replace "`r`n", "`r`n").Trim() - $Syntax = (($Syntax | Out-String) -replace "/home/mf/Repos/PowerShell/Scripts/", "PS> ") + $Syntax = (($Syntax | Out-String) -replace "/home/mf/Repos/PowerShell/Scripts/", "PS> ./") if ($Syntax -ne "") { "$Syntax" } @@ -185,4 +185,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of convert-ps2md.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-ps2md.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/convert-sql2csv.md b/Docs/convert-sql2csv.md index 70aded8e..d5dccab7 100644 --- a/Docs/convert-sql2csv.md +++ b/Docs/convert-sql2csv.md @@ -1,4 +1,4 @@ -PS> *convert-sql2csv.ps1* +PS> *./convert-sql2csv.ps1* ==================== This PowerShell script converts a SQL database table to a .CSV file. @@ -6,7 +6,7 @@ This PowerShell script converts a SQL database table to a .CSV file. Parameters ---------- ```powershell -PS> convert-sql2csv.ps1 [[-server] ] [[-database] ] [[-username] ] [[-password] ] [[-query] ] [] +PS> ./convert-sql2csv.ps1 [[-server] ] [[-database] ] [[-username] ] [[-password] ] [[-query] ] [] -server Specifies the server's hostname or IP address @@ -120,4 +120,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of convert-sql2csv.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-sql2csv.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/convert-txt2wav.md b/Docs/convert-txt2wav.md index bbcfd7b4..5dbdb436 100644 --- a/Docs/convert-txt2wav.md +++ b/Docs/convert-txt2wav.md @@ -1,4 +1,4 @@ -PS> *convert-txt2wav.ps1* +PS> *./convert-txt2wav.ps1* ==================== This PowerShell script converts text to a .WAV audio file. @@ -6,7 +6,7 @@ This PowerShell script converts text to a .WAV audio file. Parameters ---------- ```powershell -PS> convert-txt2wav.ps1 [[-Text] ] [[-WavFile] ] [] +PS> ./convert-txt2wav.ps1 [[-Text] ] [[-WavFile] ] [] -Text Specifies the text to use @@ -84,4 +84,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of convert-txt2wav.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-txt2wav.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/copy-photos-sorted.md b/Docs/copy-photos-sorted.md index 11d9d11c..3de46604 100644 --- a/Docs/copy-photos-sorted.md +++ b/Docs/copy-photos-sorted.md @@ -1,4 +1,4 @@ -PS> *copy-photos-sorted.ps1* +PS> *./copy-photos-sorted.ps1* ==================== copy-photos-sorted.ps1 [[-SourceDir] ] [[-TargetDir] ] @@ -106,4 +106,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of copy-photos-sorted.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of copy-photos-sorted.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/count-lines-of-code.md b/Docs/count-lines-of-code.md index e48a1b13..3a21e26a 100644 --- a/Docs/count-lines-of-code.md +++ b/Docs/count-lines-of-code.md @@ -1,4 +1,4 @@ -PS> *count-lines-of-code.ps1* +PS> *./count-lines-of-code.ps1* ==================== This PowerShell script counts the number of code lines in a folder (including subfolders). @@ -6,7 +6,7 @@ This PowerShell script counts the number of code lines in a folder (including su Parameters ---------- ```powershell -PS> count-lines-of-code.ps1 [[-Folder] ] [] +PS> ./count-lines-of-code.ps1 [[-Folder] ] [] -Folder Specifies the path to the folder @@ -85,4 +85,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of count-lines-of-code.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of count-lines-of-code.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/decrypt-file.md b/Docs/decrypt-file.md index add29edc..93b9024a 100644 --- a/Docs/decrypt-file.md +++ b/Docs/decrypt-file.md @@ -1,4 +1,4 @@ -PS> *decrypt-file.ps1* +PS> *./decrypt-file.ps1* ==================== This PowerShell script decrypts a file using the given password and AES encryption. @@ -6,7 +6,7 @@ This PowerShell script decrypts a file using the given password and AES encrypti Parameters ---------- ```powershell -PS> decrypt-file.ps1 [[-Path] ] [[-Password] ] [] +PS> ./decrypt-file.ps1 [[-Path] ] [[-Password] ] [] -Path Specifies the path to the file to decrypt @@ -197,4 +197,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of decrypt-file.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of decrypt-file.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/disconnect-vpn.md b/Docs/disconnect-vpn.md index a2a40db9..6cab420e 100644 --- a/Docs/disconnect-vpn.md +++ b/Docs/disconnect-vpn.md @@ -1,4 +1,4 @@ -PS> *disconnect-vpn.ps1* +PS> *./disconnect-vpn.ps1* ==================== This PowerShell script disconnects the active VPN connection. @@ -6,7 +6,7 @@ This PowerShell script disconnects the active VPN connection. Parameters ---------- ```powershell -PS> disconnect-vpn.ps1 [] +PS> ./disconnect-vpn.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -61,4 +61,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of disconnect-vpn.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of disconnect-vpn.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/download-dir.md b/Docs/download-dir.md index 50f3091e..2fac9aa3 100644 --- a/Docs/download-dir.md +++ b/Docs/download-dir.md @@ -1,4 +1,4 @@ -PS> *download-dir.ps1* +PS> *./download-dir.ps1* ==================== This PowerShell script downloads a folder (including subfolders) from the given URL. @@ -6,7 +6,7 @@ This PowerShell script downloads a folder (including subfolders) from the given Parameters ---------- ```powershell -PS> download-dir.ps1 [[-URL] ] [] +PS> ./download-dir.ps1 [[-URL] ] [] -URL Specifies the URL where to download from @@ -77,4 +77,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of download-dir.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of download-dir.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/download-file.md b/Docs/download-file.md index af1570d8..eba92518 100644 --- a/Docs/download-file.md +++ b/Docs/download-file.md @@ -1,4 +1,4 @@ -PS> *download-file.ps1* +PS> *./download-file.ps1* ==================== This PowerShell script downloads a file from the given URL @@ -6,7 +6,7 @@ This PowerShell script downloads a file from the given URL Parameters ---------- ```powershell -PS> download-file.ps1 [[-URL] ] [] +PS> ./download-file.ps1 [[-URL] ] [] -URL Specifies the URL where to download from @@ -77,4 +77,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of download-file.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of download-file.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/edit.md b/Docs/edit.md index 026df32d..59566852 100644 --- a/Docs/edit.md +++ b/Docs/edit.md @@ -1,4 +1,4 @@ -PS> *edit.ps1* +PS> *./edit.ps1* ==================== This PowerShell script opens a text editor to edit the given file. @@ -6,7 +6,7 @@ This PowerShell script opens a text editor to edit the given file. Parameters ---------- ```powershell -PS> edit.ps1 [[-Filename] ] [] +PS> ./edit.ps1 [[-Filename] ] [] -Filename Specifies the path to the filename @@ -73,4 +73,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of edit.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of edit.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/enable-crash-dumps.md b/Docs/enable-crash-dumps.md index 611ffa08..0c65edf4 100644 --- a/Docs/enable-crash-dumps.md +++ b/Docs/enable-crash-dumps.md @@ -1,4 +1,4 @@ -PS> *enable-crash-dumps.ps1* +PS> *./enable-crash-dumps.ps1* ==================== This PowerShell script enables the writing of crash dumps. @@ -6,7 +6,7 @@ This PowerShell script enables the writing of crash dumps. Parameters ---------- ```powershell -PS> enable-crash-dumps.ps1 [] +PS> ./enable-crash-dumps.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -330,4 +330,4 @@ Else exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of enable-crash-dumps.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of enable-crash-dumps.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/enable-god-mode.md b/Docs/enable-god-mode.md index 51024292..97e8526d 100644 --- a/Docs/enable-god-mode.md +++ b/Docs/enable-god-mode.md @@ -1,4 +1,4 @@ -PS> *enable-god-mode.ps1* +PS> *./enable-god-mode.ps1* ==================== This PowerShell script enables the god mode. It adds a new icon to the desktop. @@ -6,7 +6,7 @@ This PowerShell script enables the god mode. It adds a new icon to the desktop. Parameters ---------- ```powershell -PS> enable-god-mode.ps1 [] +PS> ./enable-god-mode.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of enable-god-mode.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of enable-god-mode.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/encrypt-file.md b/Docs/encrypt-file.md index d79a8498..757f2358 100644 --- a/Docs/encrypt-file.md +++ b/Docs/encrypt-file.md @@ -1,4 +1,4 @@ -PS> *encrypt-file.ps1* +PS> *./encrypt-file.ps1* ==================== This PowerShell script encrypts a file using the given password and AES encryption. @@ -6,7 +6,7 @@ This PowerShell script encrypts a file using the given password and AES encrypti Parameters ---------- ```powershell -PS> encrypt-file.ps1 [[-Path] ] [[-Password] ] [] +PS> ./encrypt-file.ps1 [[-Path] ] [[-Password] ] [] -Path Specifies the path to the file to encrypt @@ -182,4 +182,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of encrypt-file.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of encrypt-file.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/enter-chat.md b/Docs/enter-chat.md index 8b11b386..ff4ea257 100644 --- a/Docs/enter-chat.md +++ b/Docs/enter-chat.md @@ -1,4 +1,4 @@ -PS> *enter-chat.ps1* +PS> *./enter-chat.ps1* ==================== This PowerShell script enters a chat using a common network shared file. @@ -6,7 +6,7 @@ This PowerShell script enters a chat using a common network shared file. Parameters ---------- ```powershell -PS> enter-chat.ps1 [] +PS> ./enter-chat.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -125,4 +125,4 @@ function Get-ChatChannel } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of enter-chat.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of enter-chat.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/export-to-manuals.md b/Docs/export-to-manuals.md index fc4d46bc..f7427d54 100644 --- a/Docs/export-to-manuals.md +++ b/Docs/export-to-manuals.md @@ -1,4 +1,4 @@ -PS> *export-to-manuals.ps1* +PS> *./export-to-manuals.ps1* ==================== This PowerShell script exports the comment based help of all PowerShell scripts as manuals. @@ -6,7 +6,7 @@ This PowerShell script exports the comment based help of all PowerShell scripts Parameters ---------- ```powershell -PS> export-to-manuals.ps1 [[-FilePattern] ] [[-TargetDir] ] [] +PS> ./export-to-manuals.ps1 [[-FilePattern] ] [[-TargetDir] ] [] -FilePattern @@ -90,4 +90,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of export-to-manuals.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of export-to-manuals.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/fetch-repo.md b/Docs/fetch-repo.md index ccd3e6fd..04af8101 100644 --- a/Docs/fetch-repo.md +++ b/Docs/fetch-repo.md @@ -1,4 +1,4 @@ -PS> *fetch-repo.ps1* +PS> *./fetch-repo.ps1* ==================== This PowerShell script fetches the latest updates into a local Git repository (including submodules). @@ -6,7 +6,7 @@ This PowerShell script fetches the latest updates into a local Git repository (i Parameters ---------- ```powershell -PS> fetch-repo.ps1 [[-RepoDir] ] [] +PS> ./fetch-repo.ps1 [[-RepoDir] ] [] -RepoDir Specifies the file path to the local Git repository (default is working directory). @@ -81,4 +81,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of fetch-repo.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of fetch-repo.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/fetch-repos.md b/Docs/fetch-repos.md index 9b90f63e..12d5faba 100644 --- a/Docs/fetch-repos.md +++ b/Docs/fetch-repos.md @@ -1,4 +1,4 @@ -PS> *fetch-repos.ps1* +PS> *./fetch-repos.ps1* ==================== This PowerShell script fetches updates for all Git repositories in a folder (including submodules). @@ -6,7 +6,7 @@ This PowerShell script fetches updates for all Git repositories in a folder (inc Parameters ---------- ```powershell -PS> fetch-repos.ps1 [[-ParentDir] ] [] +PS> ./fetch-repos.ps1 [[-ParentDir] ] [] -ParentDir Specifies the path to the parent folder @@ -89,4 +89,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of fetch-repos.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of fetch-repos.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/get-md5.md b/Docs/get-md5.md index 92926195..20ce3f8c 100644 --- a/Docs/get-md5.md +++ b/Docs/get-md5.md @@ -1,4 +1,4 @@ -PS> *get-md5.ps1* +PS> *./get-md5.ps1* ==================== This PowerShell script calculates and prints the MD5 checksum of the given file. @@ -6,7 +6,7 @@ This PowerShell script calculates and prints the MD5 checksum of the given file. Parameters ---------- ```powershell -PS> get-md5.ps1 [[-file] ] [] +PS> ./get-md5.ps1 [[-file] ] [] -file Specifies the path to the file @@ -70,4 +70,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of get-md5.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of get-md5.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/get-sha1.md b/Docs/get-sha1.md index 819af552..d7183c8a 100644 --- a/Docs/get-sha1.md +++ b/Docs/get-sha1.md @@ -1,4 +1,4 @@ -PS> *get-sha1.ps1* +PS> *./get-sha1.ps1* ==================== This PowerShell script calculates and prints the SHA1 checksum of the given file. @@ -6,7 +6,7 @@ This PowerShell script calculates and prints the SHA1 checksum of the given file Parameters ---------- ```powershell -PS> get-sha1.ps1 [[-file] ] [] +PS> ./get-sha1.ps1 [[-file] ] [] -file Specifies the path to the file @@ -70,4 +70,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of get-sha1.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of get-sha1.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/get-sha256.md b/Docs/get-sha256.md index ba12842c..4dbcba8d 100644 --- a/Docs/get-sha256.md +++ b/Docs/get-sha256.md @@ -1,4 +1,4 @@ -PS> *get-sha256.ps1* +PS> *./get-sha256.ps1* ==================== This PowerShell script calculates and prints the SHA256 checksum of the given file. @@ -6,7 +6,7 @@ This PowerShell script calculates and prints the SHA256 checksum of the given fi Parameters ---------- ```powershell -PS> get-sha256.ps1 [[-file] ] [] +PS> ./get-sha256.ps1 [[-file] ] [] -file Specifies the path to the file @@ -70,4 +70,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of get-sha256.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of get-sha256.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/hibernate.md b/Docs/hibernate.md index 0fcd3004..c46cefb8 100644 --- a/Docs/hibernate.md +++ b/Docs/hibernate.md @@ -1,4 +1,4 @@ -PS> *hibernate.ps1* +PS> *./hibernate.ps1* ==================== This PowerShell script hibernates the local computer immediately. @@ -6,7 +6,7 @@ This PowerShell script hibernates the local computer immediately. Parameters ---------- ```powershell -PS> hibernate.ps1 [] +PS> ./hibernate.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -59,4 +59,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of hibernate.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of hibernate.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/inspect-exe.md b/Docs/inspect-exe.md index 104f1dc1..95d6de2d 100644 --- a/Docs/inspect-exe.md +++ b/Docs/inspect-exe.md @@ -1,4 +1,4 @@ -PS> *inspect-exe.ps1* +PS> *./inspect-exe.ps1* ==================== This PowerShell script prints basic information of an executable file. @@ -6,7 +6,7 @@ This PowerShell script prints basic information of an executable file. Parameters ---------- ```powershell -PS> inspect-exe.ps1 [[-PathToExe] ] [] +PS> ./inspect-exe.ps1 [[-PathToExe] ] [] -PathToExe Specifies the path to the executable file @@ -68,4 +68,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of inspect-exe.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of inspect-exe.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-audacity.md b/Docs/install-audacity.md index 7186811f..7babb5ac 100644 --- a/Docs/install-audacity.md +++ b/Docs/install-audacity.md @@ -1,4 +1,4 @@ -PS> *install-audacity.ps1* +PS> *./install-audacity.ps1* ==================== This PowerShell script installs Audacity. @@ -6,7 +6,7 @@ This PowerShell script installs Audacity. Parameters ---------- ```powershell -PS> install-audacity.ps1 [] +PS> ./install-audacity.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-audacity.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-audacity.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-basic-apps.md b/Docs/install-basic-apps.md index a2f03a9c..577d2455 100644 --- a/Docs/install-basic-apps.md +++ b/Docs/install-basic-apps.md @@ -1,4 +1,4 @@ -PS> *install-basic-apps.ps1* +PS> *./install-basic-apps.ps1* ==================== This PowerShell script installs basic Windows apps such as browser, e-mail client, etc. @@ -7,7 +7,7 @@ NOTE: Apps from Microsoft Store are preferred (due to security and automatic upd Parameters ---------- ```powershell -PS> install-basic-apps.ps1 [] +PS> ./install-basic-apps.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -89,4 +89,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-basic-apps.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-basic-apps.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-basic-snaps.md b/Docs/install-basic-snaps.md index 1bc599e0..d29f8d1c 100644 --- a/Docs/install-basic-snaps.md +++ b/Docs/install-basic-snaps.md @@ -1,4 +1,4 @@ -PS> *install-basic-snaps.ps1* +PS> *./install-basic-snaps.ps1* ==================== This PowerShell script installs 18 basic Linux snaps. @@ -6,7 +6,7 @@ This PowerShell script installs 18 basic Linux snaps. Parameters ---------- ```powershell -PS> install-basic-snaps.ps1 [] +PS> ./install-basic-snaps.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -78,4 +78,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-basic-snaps.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-basic-snaps.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-calibre-server.md b/Docs/install-calibre-server.md index f5be718c..626381bd 100644 --- a/Docs/install-calibre-server.md +++ b/Docs/install-calibre-server.md @@ -1,4 +1,4 @@ -PS> *install-calibre-server.ps1* +PS> *./install-calibre-server.ps1* ==================== This PowerShell script installs and starts a local Calibre server as background process (using Web port 8099 by default). @@ -6,7 +6,7 @@ This PowerShell script installs and starts a local Calibre server as background Parameters ---------- ```powershell -PS> install-calibre-server.ps1 [[-Port] ] [[-UserDB] ] [[-Logfile] ] [] +PS> ./install-calibre-server.ps1 [[-Port] ] [[-UserDB] ] [[-Logfile] ] [] -Port Specifies the Web port number (8099 by default) @@ -105,4 +105,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-calibre-server.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-calibre-server.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-chocolatey.md b/Docs/install-chocolatey.md index 2c4e4b3f..37d62b6c 100644 --- a/Docs/install-chocolatey.md +++ b/Docs/install-chocolatey.md @@ -1,4 +1,4 @@ -PS> *install-chocolatey.ps1* +PS> *./install-chocolatey.ps1* ==================== This PowerShell script installs Chocolatey onto the local computer (needs admin rights). @@ -6,7 +6,7 @@ This PowerShell script installs Chocolatey onto the local computer (needs admin Parameters ---------- ```powershell -PS> install-chocolatey.ps1 [] +PS> ./install-chocolatey.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -56,4 +56,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-chocolatey.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-chocolatey.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-chrome-browser.md b/Docs/install-chrome-browser.md index ff354e1b..b2c1bfe3 100644 --- a/Docs/install-chrome-browser.md +++ b/Docs/install-chrome-browser.md @@ -1,4 +1,4 @@ -PS> *install-chrome-browser.ps1* +PS> *./install-chrome-browser.ps1* ==================== This PowerShell script installs the latest Google Chrome Web browser. @@ -6,7 +6,7 @@ This PowerShell script installs the latest Google Chrome Web browser. Parameters ---------- ```powershell -PS> install-chrome-browser.ps1 [] +PS> ./install-chrome-browser.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -62,4 +62,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-chrome-browser.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-chrome-browser.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-chrome.md b/Docs/install-chrome.md index a396fc19..bd00437f 100644 --- a/Docs/install-chrome.md +++ b/Docs/install-chrome.md @@ -1,4 +1,4 @@ -PS> *install-chrome.ps1* +PS> *./install-chrome.ps1* ==================== This PowerShell script installs the Google Chrome browser. @@ -6,7 +6,7 @@ This PowerShell script installs the Google Chrome browser. Parameters ---------- ```powershell -PS> install-chrome.ps1 [] +PS> ./install-chrome.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-chrome.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-chrome.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-crystal-disk-info.md b/Docs/install-crystal-disk-info.md index 7d70d573..cd072345 100644 --- a/Docs/install-crystal-disk-info.md +++ b/Docs/install-crystal-disk-info.md @@ -1,4 +1,4 @@ -PS> *install-crystal-disk-info.ps1* +PS> *./install-crystal-disk-info.ps1* ==================== This PowerShell script installs CrystalDiskInfo from the Microsoft Store. @@ -6,7 +6,7 @@ This PowerShell script installs CrystalDiskInfo from the Microsoft Store. Parameters ---------- ```powershell -PS> install-crystal-disk-info.ps1 [] +PS> ./install-crystal-disk-info.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-crystal-disk-info.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-crystal-disk-info.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-crystal-disk-mark.md b/Docs/install-crystal-disk-mark.md index 943f4f09..f135943f 100644 --- a/Docs/install-crystal-disk-mark.md +++ b/Docs/install-crystal-disk-mark.md @@ -1,4 +1,4 @@ -PS> *install-crystal-disk-mark.ps1* +PS> *./install-crystal-disk-mark.ps1* ==================== This PowerShell script installs CrystalDiskMark from the Microsoft Store. @@ -6,7 +6,7 @@ This PowerShell script installs CrystalDiskMark from the Microsoft Store. Parameters ---------- ```powershell -PS> install-crystal-disk-mark.ps1 [] +PS> ./install-crystal-disk-mark.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-crystal-disk-mark.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-crystal-disk-mark.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-discord.md b/Docs/install-discord.md index 78d151a8..8e9a4608 100644 --- a/Docs/install-discord.md +++ b/Docs/install-discord.md @@ -1,4 +1,4 @@ -PS> *install-discord.ps1* +PS> *./install-discord.ps1* ==================== This PowerShell script installs Discord from the Microsoft Store. @@ -6,7 +6,7 @@ This PowerShell script installs Discord from the Microsoft Store. Parameters ---------- ```powershell -PS> install-discord.ps1 [] +PS> ./install-discord.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-discord.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-discord.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-edge.md b/Docs/install-edge.md index 5db7332d..8a67923f 100644 --- a/Docs/install-edge.md +++ b/Docs/install-edge.md @@ -1,4 +1,4 @@ -PS> *install-edge.ps1* +PS> *./install-edge.ps1* ==================== This PowerShell script installs the Microsoft Edge Browser from the Microsoft Store. @@ -6,7 +6,7 @@ This PowerShell script installs the Microsoft Edge Browser from the Microsoft St Parameters ---------- ```powershell -PS> install-edge.ps1 [] +PS> ./install-edge.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-edge.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-edge.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-evcc.md b/Docs/install-evcc.md index 6ffa2392..12bfc1ff 100644 --- a/Docs/install-evcc.md +++ b/Docs/install-evcc.md @@ -1,4 +1,4 @@ -PS> *install-evcc.ps1* +PS> *./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. @@ -6,7 +6,7 @@ This PowerShell script installs evcc. Sevcc is an extensible EV Charge Controlle Parameters ---------- ```powershell -PS> install-evcc.ps1 [] +PS> ./install-evcc.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -77,4 +77,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-evcc.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-evcc.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-firefox.md b/Docs/install-firefox.md index ea45c5c6..e5de7465 100644 --- a/Docs/install-firefox.md +++ b/Docs/install-firefox.md @@ -1,4 +1,4 @@ -PS> *install-firefox.ps1* +PS> *./install-firefox.ps1* ==================== This PowerShell script installs Mozilla Firefox from the Microsoft Store. @@ -6,7 +6,7 @@ This PowerShell script installs Mozilla Firefox from the Microsoft Store. Parameters ---------- ```powershell -PS> install-firefox.ps1 [] +PS> ./install-firefox.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-firefox.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-firefox.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-git-extensions.md b/Docs/install-git-extensions.md index 4cff906a..19faf593 100644 --- a/Docs/install-git-extensions.md +++ b/Docs/install-git-extensions.md @@ -1,4 +1,4 @@ -PS> *install-git-extensions.ps1* +PS> *./install-git-extensions.ps1* ==================== This PowerShell script installs Git Extensions. @@ -6,7 +6,7 @@ This PowerShell script installs Git Extensions. Parameters ---------- ```powershell -PS> install-git-extensions.ps1 [] +PS> ./install-git-extensions.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-git-extensions.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-git-extensions.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-git-for-windows.md b/Docs/install-git-for-windows.md index 03fb6d4d..f2abf652 100644 --- a/Docs/install-git-for-windows.md +++ b/Docs/install-git-for-windows.md @@ -1,4 +1,4 @@ -PS> *install-git-for-windows.ps1* +PS> *./install-git-for-windows.ps1* ==================== This PowerShell script installs Git for Windows. @@ -6,7 +6,7 @@ This PowerShell script installs Git for Windows. Parameters ---------- ```powershell -PS> install-git-for-windows.ps1 [] +PS> ./install-git-for-windows.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-git-for-windows.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-git-for-windows.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-github-cli.md b/Docs/install-github-cli.md index 1d677f37..4a90b212 100644 --- a/Docs/install-github-cli.md +++ b/Docs/install-github-cli.md @@ -1,4 +1,4 @@ -PS> *install-github-cli.ps1* +PS> *./install-github-cli.ps1* ==================== This PowerShell script installs GitHub command-line interface (CLI). @@ -6,7 +6,7 @@ This PowerShell script installs GitHub command-line interface (CLI). Parameters ---------- ```powershell -PS> install-github-cli.ps1 [] +PS> ./install-github-cli.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-github-cli.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-github-cli.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-irfanview.md b/Docs/install-irfanview.md index 00945862..a7b253a6 100644 --- a/Docs/install-irfanview.md +++ b/Docs/install-irfanview.md @@ -1,4 +1,4 @@ -PS> *install-irfanview.ps1* +PS> *./install-irfanview.ps1* ==================== This PowerShell script installs IrfanView from the Microsoft Store. @@ -6,7 +6,7 @@ This PowerShell script installs IrfanView from the Microsoft Store. Parameters ---------- ```powershell -PS> install-irfanview.ps1 [] +PS> ./install-irfanview.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-irfanview.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-irfanview.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-knot-resolver.md b/Docs/install-knot-resolver.md index a3b44c58..e6186ec4 100644 --- a/Docs/install-knot-resolver.md +++ b/Docs/install-knot-resolver.md @@ -1,4 +1,4 @@ -PS> *install-knot-resolver.ps1* +PS> *./install-knot-resolver.ps1* ==================== This PowerShell script installs Knot Resolver. Knot Resolver is a DNS resolver daemon. It needs admin rights. @@ -6,7 +6,7 @@ This PowerShell script installs Knot Resolver. Knot Resolver is a DNS resolver d Parameters ---------- ```powershell -PS> install-knot-resolver.ps1 [] +PS> ./install-knot-resolver.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -70,4 +70,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-knot-resolver.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-knot-resolver.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-microsoft-teams.md b/Docs/install-microsoft-teams.md index f60c726e..15053cbe 100644 --- a/Docs/install-microsoft-teams.md +++ b/Docs/install-microsoft-teams.md @@ -1,4 +1,4 @@ -PS> *install-microsoft-teams.ps1* +PS> *./install-microsoft-teams.ps1* ==================== This PowerShell script installs Microsoft Teams from the Microsoft Store. @@ -6,7 +6,7 @@ This PowerShell script installs Microsoft Teams from the Microsoft Store. Parameters ---------- ```powershell -PS> install-microsoft-teams.ps1 [] +PS> ./install-microsoft-teams.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-microsoft-teams.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-microsoft-teams.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-netflix.md b/Docs/install-netflix.md index 175ab26f..2f85014c 100644 --- a/Docs/install-netflix.md +++ b/Docs/install-netflix.md @@ -1,4 +1,4 @@ -PS> *install-netflix.ps1* +PS> *./install-netflix.ps1* ==================== This PowerShell script installs Netflix from the Microsoft Store. @@ -6,7 +6,7 @@ This PowerShell script installs Netflix from the Microsoft Store. Parameters ---------- ```powershell -PS> install-netflix.ps1 [] +PS> ./install-netflix.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-netflix.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-netflix.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-nine-zip.md b/Docs/install-nine-zip.md index 4c366425..f2b057df 100644 --- a/Docs/install-nine-zip.md +++ b/Docs/install-nine-zip.md @@ -1,4 +1,4 @@ -PS> *install-nine-zip.ps1* +PS> *./install-nine-zip.ps1* ==================== This PowerShell script installs 9 ZIP from the Microsoft Store. @@ -6,7 +6,7 @@ This PowerShell script installs 9 ZIP from the Microsoft Store. Parameters ---------- ```powershell -PS> install-nine-zip.ps1 [] +PS> ./install-nine-zip.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-nine-zip.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-nine-zip.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-obs-studio.md b/Docs/install-obs-studio.md index 48ff6881..bfb78b75 100644 --- a/Docs/install-obs-studio.md +++ b/Docs/install-obs-studio.md @@ -1,4 +1,4 @@ -PS> *install-obs-studio.ps1* +PS> *./install-obs-studio.ps1* ==================== This PowerShell script installs OBS Studio (admin rights are needed). @@ -6,7 +6,7 @@ This PowerShell script installs OBS Studio (admin rights are needed). Parameters ---------- ```powershell -PS> install-obs-studio.ps1 [] +PS> ./install-obs-studio.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -64,4 +64,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-obs-studio.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-obs-studio.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-one-calendar.md b/Docs/install-one-calendar.md index 7fb6824a..027c408f 100644 --- a/Docs/install-one-calendar.md +++ b/Docs/install-one-calendar.md @@ -1,4 +1,4 @@ -PS> *install-one-calendar.ps1* +PS> *./install-one-calendar.ps1* ==================== This PowerShell script installs One Calendar from the Microsoft Store. @@ -6,7 +6,7 @@ This PowerShell script installs One Calendar from the Microsoft Store. Parameters ---------- ```powershell -PS> install-one-calendar.ps1 [] +PS> ./install-one-calendar.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-one-calendar.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-one-calendar.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-opera-browser.md b/Docs/install-opera-browser.md index 7c5fae3d..6af1ea80 100644 --- a/Docs/install-opera-browser.md +++ b/Docs/install-opera-browser.md @@ -1,4 +1,4 @@ -PS> *install-opera-browser.ps1* +PS> *./install-opera-browser.ps1* ==================== This PowerShell script installs Opera Browser from Microsoft Store. @@ -6,7 +6,7 @@ This PowerShell script installs Opera Browser from Microsoft Store. Parameters ---------- ```powershell -PS> install-opera-browser.ps1 [] +PS> ./install-opera-browser.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-opera-browser.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-opera-browser.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-opera-gx.md b/Docs/install-opera-gx.md index 5567a46a..d882e302 100644 --- a/Docs/install-opera-gx.md +++ b/Docs/install-opera-gx.md @@ -1,4 +1,4 @@ -PS> *install-opera-gx.ps1* +PS> *./install-opera-gx.ps1* ==================== This PowerShell script installs Opera GX from Microsoft Store. @@ -6,7 +6,7 @@ This PowerShell script installs Opera GX from Microsoft Store. Parameters ---------- ```powershell -PS> install-opera-gx.ps1 [] +PS> ./install-opera-gx.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-opera-gx.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-opera-gx.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-paint-3d.md b/Docs/install-paint-3d.md index 5fbee3af..f9d6243b 100644 --- a/Docs/install-paint-3d.md +++ b/Docs/install-paint-3d.md @@ -1,4 +1,4 @@ -PS> *install-paint-3d.ps1* +PS> *./install-paint-3d.ps1* ==================== This PowerShell script installs Paint 3D from the Microsoft Store. @@ -6,7 +6,7 @@ This PowerShell script installs Paint 3D from the Microsoft Store. Parameters ---------- ```powershell -PS> install-paint-3d.ps1 [] +PS> ./install-paint-3d.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-paint-3d.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-paint-3d.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-power-toys.md b/Docs/install-power-toys.md index 31bb128d..5b2b00c9 100644 --- a/Docs/install-power-toys.md +++ b/Docs/install-power-toys.md @@ -1,4 +1,4 @@ -PS> *install-power-toys.ps1* +PS> *./install-power-toys.ps1* ==================== This PowerShell script installs the Microsoft Powertoys. @@ -6,7 +6,7 @@ This PowerShell script installs the Microsoft Powertoys. Parameters ---------- ```powershell -PS> install-power-toys.ps1 [] +PS> ./install-power-toys.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-power-toys.ps1 as of 07/29/2023 10:10:44)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-power-toys.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-powershell.md b/Docs/install-powershell.md index d05ed75d..fade4a5a 100644 --- a/Docs/install-powershell.md +++ b/Docs/install-powershell.md @@ -1,4 +1,4 @@ -PS> *install-powershell.ps1* +PS> *./install-powershell.ps1* ==================== By default, the latest PowerShell release package will be installed. @@ -7,9 +7,9 @@ If '-Daily' is specified, then the latest PowerShell daily package will be insta Parameters ---------- ```powershell -PS> install-powershell.ps1 [-Destination ] [-Daily] [-DoNotOverwrite] [-AddToPath] [-Preview] [] +PS> ./install-powershell.ps1 [-Destination ] [-Daily] [-DoNotOverwrite] [-AddToPath] [-Preview] [] -PS> install-powershell.ps1 [-UseMSI] [-Quiet] [-AddExplorerContextMenu] [-EnablePSRemoting] [-Preview] [] +PS> ./install-powershell.ps1 [-UseMSI] [-Quiet] [-AddExplorerContextMenu] [-EnablePSRemoting] [-Preview] [] -Destination The destination path to install PowerShell to. @@ -638,4 +638,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-powershell.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-powershell.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-rufus.md b/Docs/install-rufus.md index 79cd1e03..c02b765d 100644 --- a/Docs/install-rufus.md +++ b/Docs/install-rufus.md @@ -1,4 +1,4 @@ -PS> *install-rufus.ps1* +PS> *./install-rufus.ps1* ==================== This PowerShell script installs Rufus from the Microsoft Store. @@ -6,7 +6,7 @@ This PowerShell script installs Rufus from the Microsoft Store. Parameters ---------- ```powershell -PS> install-rufus.ps1 [] +PS> ./install-rufus.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-rufus.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-rufus.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-signal-cli.md b/Docs/install-signal-cli.md index 253ca02f..5a152f79 100644 --- a/Docs/install-signal-cli.md +++ b/Docs/install-signal-cli.md @@ -1,4 +1,4 @@ -PS> *install-signal-cli.ps1* +PS> *./install-signal-cli.ps1* ==================== This PowerShell script installs signal-cli from github.com/AsamK/signal-cli. @@ -7,7 +7,7 @@ See the Web page for the correct version number. Parameters ---------- ```powershell -PS> install-signal-cli.ps1 [[-Version] ] [] +PS> ./install-signal-cli.ps1 [[-Version] ] [] -Version Specifies the version to install @@ -90,4 +90,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-signal-cli.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-signal-cli.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-skype.md b/Docs/install-skype.md index ca6aaf94..b2008281 100644 --- a/Docs/install-skype.md +++ b/Docs/install-skype.md @@ -1,4 +1,4 @@ -PS> *install-skype.ps1* +PS> *./install-skype.ps1* ==================== This PowerShell script installs Skype from the Microsoft Store. @@ -6,7 +6,7 @@ This PowerShell script installs Skype from the Microsoft Store. Parameters ---------- ```powershell -PS> install-skype.ps1 [] +PS> ./install-skype.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-skype.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-skype.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-spotify.md b/Docs/install-spotify.md index 0e186193..8efc8d15 100644 --- a/Docs/install-spotify.md +++ b/Docs/install-spotify.md @@ -1,4 +1,4 @@ -PS> *install-spotify.ps1* +PS> *./install-spotify.ps1* ==================== This PowerShell script installs Spotify from the Microsoft Store. @@ -6,7 +6,7 @@ This PowerShell script installs Spotify from the Microsoft Store. Parameters ---------- ```powershell -PS> install-spotify.ps1 [] +PS> ./install-spotify.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-spotify.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-spotify.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-ssh-client.md b/Docs/install-ssh-client.md index 8b58ffc1..80d0dfa2 100644 --- a/Docs/install-ssh-client.md +++ b/Docs/install-ssh-client.md @@ -1,4 +1,4 @@ -PS> *install-ssh-client.ps1* +PS> *./install-ssh-client.ps1* ==================== This PowerShell script installs a SSH client (needs admin rights). @@ -6,7 +6,7 @@ This PowerShell script installs a SSH client (needs admin rights). Parameters ---------- ```powershell -PS> install-ssh-client.ps1 [] +PS> ./install-ssh-client.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -64,4 +64,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-ssh-client.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-ssh-client.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-ssh-server.md b/Docs/install-ssh-server.md index cd0d8781..876061d3 100644 --- a/Docs/install-ssh-server.md +++ b/Docs/install-ssh-server.md @@ -1,4 +1,4 @@ -PS> *install-ssh-server.ps1* +PS> *./install-ssh-server.ps1* ==================== This PowerShell script installs a SSH server (needs admin rights). @@ -6,7 +6,7 @@ This PowerShell script installs a SSH server (needs admin rights). Parameters ---------- ```powershell -PS> install-ssh-server.ps1 [] +PS> ./install-ssh-server.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -78,4 +78,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-ssh-server.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-ssh-server.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-thunderbird.md b/Docs/install-thunderbird.md index 60be5102..ca158711 100644 --- a/Docs/install-thunderbird.md +++ b/Docs/install-thunderbird.md @@ -1,4 +1,4 @@ -PS> *install-thunderbird.ps1* +PS> *./install-thunderbird.ps1* ==================== This PowerShell script installs Mozilla Thunderbird. @@ -6,7 +6,7 @@ This PowerShell script installs Mozilla Thunderbird. Parameters ---------- ```powershell -PS> install-thunderbird.ps1 [] +PS> ./install-thunderbird.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-thunderbird.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-thunderbird.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-twitter.md b/Docs/install-twitter.md index 831476ed..9bc9a596 100644 --- a/Docs/install-twitter.md +++ b/Docs/install-twitter.md @@ -1,4 +1,4 @@ -PS> *install-twitter.ps1* +PS> *./install-twitter.ps1* ==================== This PowerShell script installs Twitter from the Microsoft Store. @@ -6,7 +6,7 @@ This PowerShell script installs Twitter from the Microsoft Store. Parameters ---------- ```powershell -PS> install-twitter.ps1 [] +PS> ./install-twitter.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-twitter.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-twitter.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-unbound-server.md b/Docs/install-unbound-server.md index bc4ea28e..a18942dd 100644 --- a/Docs/install-unbound-server.md +++ b/Docs/install-unbound-server.md @@ -1,4 +1,4 @@ -PS> *install-unbound-server.ps1* +PS> *./install-unbound-server.ps1* ==================== This PowerShell script installs Unbound, a validating, recursive, caching DNS resolver. It needs admin rights. @@ -6,7 +6,7 @@ This PowerShell script installs Unbound, a validating, recursive, caching DNS re Parameters ---------- ```powershell -PS> install-unbound-server.ps1 [] +PS> ./install-unbound-server.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -99,4 +99,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-unbound-server.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-unbound-server.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-updates.md b/Docs/install-updates.md index b61dadc1..964b2c35 100644 --- a/Docs/install-updates.md +++ b/Docs/install-updates.md @@ -1,4 +1,4 @@ -PS> *install-updates.ps1* +PS> *./install-updates.ps1* ==================== This PowerShell script installs software updates for the local machine (needs admin rights). @@ -7,7 +7,7 @@ Use the script 'list-updates.ps1' to list available updates. Parameters ---------- ```powershell -PS> install-updates.ps1 [] +PS> ./install-updates.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -76,4 +76,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-updates.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-updates.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-visual-studio-code.md b/Docs/install-visual-studio-code.md index e166a06b..afd020bd 100644 --- a/Docs/install-visual-studio-code.md +++ b/Docs/install-visual-studio-code.md @@ -1,4 +1,4 @@ -PS> *install-visual-studio-code.ps1* +PS> *./install-visual-studio-code.ps1* ==================== This PowerShell script installs Visual Studio Code. @@ -6,7 +6,7 @@ This PowerShell script installs Visual Studio Code. Parameters ---------- ```powershell -PS> install-visual-studio-code.ps1 [] +PS> ./install-visual-studio-code.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-visual-studio-code.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-visual-studio-code.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-vivaldi.md b/Docs/install-vivaldi.md index 87db924a..f72bd21a 100644 --- a/Docs/install-vivaldi.md +++ b/Docs/install-vivaldi.md @@ -1,4 +1,4 @@ -PS> *install-vivaldi.ps1* +PS> *./install-vivaldi.ps1* ==================== This PowerShell script installs the Vivaldi browser. @@ -6,7 +6,7 @@ This PowerShell script installs the Vivaldi browser. Parameters ---------- ```powershell -PS> install-vivaldi.ps1 [] +PS> ./install-vivaldi.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-vivaldi.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-vivaldi.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-vlc.md b/Docs/install-vlc.md index a9609e90..62490647 100644 --- a/Docs/install-vlc.md +++ b/Docs/install-vlc.md @@ -1,4 +1,4 @@ -PS> *install-vlc.ps1* +PS> *./install-vlc.ps1* ==================== This PowerShell script installs the VLC media player. @@ -6,7 +6,7 @@ This PowerShell script installs the VLC media player. Parameters ---------- ```powershell -PS> install-vlc.ps1 [] +PS> ./install-vlc.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-vlc.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-vlc.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-windows-terminal.md b/Docs/install-windows-terminal.md index c9d6696d..cfd42ab9 100644 --- a/Docs/install-windows-terminal.md +++ b/Docs/install-windows-terminal.md @@ -1,4 +1,4 @@ -PS> *install-windows-terminal.ps1* +PS> *./install-windows-terminal.ps1* ==================== This PowerShell script installs Windows Terminal from the Microsoft Store. @@ -6,7 +6,7 @@ This PowerShell script installs Windows Terminal from the Microsoft Store. Parameters ---------- ```powershell -PS> install-windows-terminal.ps1 [] +PS> ./install-windows-terminal.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-windows-terminal.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-windows-terminal.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-wsl.md b/Docs/install-wsl.md index 3447f1c8..4fafef9f 100644 --- a/Docs/install-wsl.md +++ b/Docs/install-wsl.md @@ -1,4 +1,4 @@ -PS> *install-wsl.ps1* +PS> *./install-wsl.ps1* ==================== This PowerShell script installs Windows Subsystem for Linux. It needs admin rights. @@ -6,7 +6,7 @@ This PowerShell script installs Windows Subsystem for Linux. It needs admin righ Parameters ---------- ```powershell -PS> install-wsl.ps1 [] +PS> ./install-wsl.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -74,4 +74,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-wsl.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-wsl.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/install-zoom.md b/Docs/install-zoom.md index 86f95e0e..a0df767a 100644 --- a/Docs/install-zoom.md +++ b/Docs/install-zoom.md @@ -1,4 +1,4 @@ -PS> *install-zoom.ps1* +PS> *./install-zoom.ps1* ==================== This PowerShell script installs Zoom. @@ -6,7 +6,7 @@ This PowerShell script installs Zoom. Parameters ---------- ```powershell -PS> install-zoom.ps1 [] +PS> ./install-zoom.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-zoom.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-zoom.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/introduce-powershell.md b/Docs/introduce-powershell.md index a3b4fdbf..b6ff5deb 100644 --- a/Docs/introduce-powershell.md +++ b/Docs/introduce-powershell.md @@ -1,4 +1,4 @@ -PS> *introduce-powershell.ps1* +PS> *./introduce-powershell.ps1* ==================== This PowerShell script introduces PowerShell to new users. @@ -6,7 +6,7 @@ This PowerShell script introduces PowerShell to new users. Parameters ---------- ```powershell -PS> introduce-powershell.ps1 [] +PS> ./introduce-powershell.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -86,4 +86,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of introduce-powershell.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of introduce-powershell.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/list-aliases.md b/Docs/list-aliases.md index 84fcfa6d..c4edf5e9 100644 --- a/Docs/list-aliases.md +++ b/Docs/list-aliases.md @@ -1,4 +1,4 @@ -PS> *list-aliases.ps1* +PS> *./list-aliases.ps1* ==================== This PowerShell scripts lists all PowerShell aliases. @@ -6,7 +6,7 @@ This PowerShell scripts lists all PowerShell aliases. Parameters ---------- ```powershell -PS> list-aliases.ps1 [] +PS> ./list-aliases.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -67,4 +67,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-aliases.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-aliases.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/list-anagrams.md b/Docs/list-anagrams.md index ce2a9075..0cba471f 100644 --- a/Docs/list-anagrams.md +++ b/Docs/list-anagrams.md @@ -1,4 +1,4 @@ -PS> *list-anagrams.ps1* +PS> *./list-anagrams.ps1* ==================== This PowerShell script lists all anagrams of the given word. @@ -6,7 +6,7 @@ This PowerShell script lists all anagrams of the given word. Parameters ---------- ```powershell -PS> list-anagrams.ps1 [[-Word] ] [[-Columns] ] [] +PS> ./list-anagrams.ps1 [[-Word] ] [[-Columns] ] [] -Word Specifies the word to use @@ -120,4 +120,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-anagrams.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-anagrams.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/list-apps.md b/Docs/list-apps.md index 1b6c9b54..f77bbd5f 100644 --- a/Docs/list-apps.md +++ b/Docs/list-apps.md @@ -1,4 +1,4 @@ -PS> *list-apps.ps1* +PS> *./list-apps.ps1* ==================== This PowerShell script lists the installed applications (from Windows Store, or Snap Store). @@ -6,7 +6,7 @@ This PowerShell script lists the installed applications (from Windows Store, or Parameters ---------- ```powershell -PS> list-apps.ps1 [] +PS> ./list-apps.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-apps.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-apps.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/list-ascii-table.md b/Docs/list-ascii-table.md index d6a1d534..d3f38b29 100644 --- a/Docs/list-ascii-table.md +++ b/Docs/list-ascii-table.md @@ -1,4 +1,4 @@ -PS> *list-ascii-table.ps1* +PS> *./list-ascii-table.ps1* ==================== This PowerShell script lists the ASCII table on the console. @@ -6,7 +6,7 @@ This PowerShell script lists the ASCII table on the console. Parameters ---------- ```powershell -PS> list-ascii-table.ps1 [] +PS> ./list-ascii-table.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -106,4 +106,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 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-ascii-table.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/list-automatic-variables.md b/Docs/list-automatic-variables.md index 09230f57..11f1790c 100644 --- a/Docs/list-automatic-variables.md +++ b/Docs/list-automatic-variables.md @@ -1,4 +1,4 @@ -PS> *list-automatic-variables.ps1* +PS> *./list-automatic-variables.ps1* ==================== list-automatic-variables.ps1 @@ -101,4 +101,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-automatic-variables.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-automatic-variables.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/list-battery-status.md b/Docs/list-battery-status.md index a76da5c7..b827da26 100644 --- a/Docs/list-battery-status.md +++ b/Docs/list-battery-status.md @@ -1,4 +1,4 @@ -PS> *list-battery-status.ps1* +PS> *./list-battery-status.ps1* ==================== This PowerShell script lists the battery status. @@ -6,7 +6,7 @@ This PowerShell script lists the battery status. Parameters ---------- ```powershell -PS> list-battery-status.ps1 [] +PS> ./list-battery-status.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -54,4 +54,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-battery-status.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-battery-status.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/list-bios.md b/Docs/list-bios.md index 96bf0f1f..0f7b6bb8 100644 --- a/Docs/list-bios.md +++ b/Docs/list-bios.md @@ -1,4 +1,4 @@ -PS> *list-bios.ps1* +PS> *./list-bios.ps1* ==================== This PowerShell script lists the BIOS details. @@ -6,7 +6,7 @@ This PowerShell script lists the BIOS details. Parameters ---------- ```powershell -PS> list-bios.ps1 [] +PS> ./list-bios.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-bios.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-bios.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/list-bluetooth-devices.md b/Docs/list-bluetooth-devices.md index 4d583034..9a9b94be 100644 --- a/Docs/list-bluetooth-devices.md +++ b/Docs/list-bluetooth-devices.md @@ -1,4 +1,4 @@ -PS> *list-bluetooth-devices.ps1* +PS> *./list-bluetooth-devices.ps1* ==================== This PowerShell script lists all Bluetooth devices connected to the computer. @@ -6,7 +6,7 @@ This PowerShell script lists all Bluetooth devices connected to the computer. Parameters ---------- ```powershell -PS> list-bluetooth-devices.ps1 [] +PS> ./list-bluetooth-devices.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-bluetooth-devices.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-bluetooth-devices.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/list-branches.md b/Docs/list-branches.md index 1cccdf22..40f4c5ce 100644 --- a/Docs/list-branches.md +++ b/Docs/list-branches.md @@ -1,4 +1,4 @@ -PS> *list-branches.ps1* +PS> *./list-branches.ps1* ==================== This PowerShell script lists all branches in a Git repository. @@ -6,7 +6,7 @@ This PowerShell script lists all branches in a Git repository. Parameters ---------- ```powershell -PS> list-branches.ps1 [[-RepoDir] ] [[-SearchPattern] ] [] +PS> ./list-branches.ps1 [[-RepoDir] ] [[-SearchPattern] ] [] -RepoDir Specifies the path to the Git repository (current working directory by default) @@ -97,4 +97,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-branches.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-branches.ps1 as of 07/29/2023 10:15:08)* diff --git a/Docs/list-calendar.md b/Docs/list-calendar.md index bb298a9d..e5f813bd 100644 --- a/Docs/list-calendar.md +++ b/Docs/list-calendar.md @@ -1,4 +1,4 @@ -PS> *list-calendar.ps1* +PS> *./list-calendar.ps1* ==================== Lists calendar elements, either a single month or an entire year. @@ -6,7 +6,7 @@ Lists calendar elements, either a single month or an entire year. Parameters ---------- ```powershell -PS> list-calendar.ps1 [[-Month] ] [[-Year] ] [] +PS> ./list-calendar.ps1 [[-Month] ] [[-Year] ] [] -Month If specified, will limit output to a single month with this numeral value. @@ -244,4 +244,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-calendar.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-calendar.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-cheat-sheet.md b/Docs/list-cheat-sheet.md index 279a9643..01d1be51 100644 --- a/Docs/list-cheat-sheet.md +++ b/Docs/list-cheat-sheet.md @@ -1,4 +1,4 @@ -PS> *list-cheat-sheet.ps1* +PS> *./list-cheat-sheet.ps1* ==================== This PowerShell script lists the PowerShell cheat sheet. @@ -6,7 +6,7 @@ This PowerShell script lists the PowerShell cheat sheet. Parameters ---------- ```powershell -PS> list-cheat-sheet.ps1 [] +PS> ./list-cheat-sheet.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -75,4 +75,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-cheat-sheet.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-cheat-sheet.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-city-weather.md b/Docs/list-city-weather.md index 64c47a3c..08fd42ee 100644 --- a/Docs/list-city-weather.md +++ b/Docs/list-city-weather.md @@ -1,4 +1,4 @@ -PS> *list-city-weather.ps1* +PS> *./list-city-weather.ps1* ==================== This PowerShell script lists the current weather of cities world-wide (west to east). @@ -6,7 +6,7 @@ This PowerShell script lists the current weather of cities world-wide (west to e Parameters ---------- ```powershell -PS> list-city-weather.ps1 [] +PS> ./list-city-weather.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -63,4 +63,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-city-weather.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-city-weather.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-cli-tools.md b/Docs/list-cli-tools.md index 0eb2762e..42c64ab4 100644 --- a/Docs/list-cli-tools.md +++ b/Docs/list-cli-tools.md @@ -1,4 +1,4 @@ -PS> *list-cli-tools.ps1* +PS> *./list-cli-tools.ps1* ==================== list-cli-tools.ps1 @@ -325,4 +325,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-cli-tools.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-cli-tools.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-clipboard.md b/Docs/list-clipboard.md index 742e3919..aa6ee747 100644 --- a/Docs/list-clipboard.md +++ b/Docs/list-clipboard.md @@ -1,4 +1,4 @@ -PS> *list-clipboard.ps1* +PS> *./list-clipboard.ps1* ==================== This PowerShell script lists the contents of the clipboard. @@ -6,7 +6,7 @@ This PowerShell script lists the contents of the clipboard. Parameters ---------- ```powershell -PS> list-clipboard.ps1 [] +PS> ./list-clipboard.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-clipboard.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-clipboard.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-cmdlets.md b/Docs/list-cmdlets.md index 121bbf04..bb148a8b 100644 --- a/Docs/list-cmdlets.md +++ b/Docs/list-cmdlets.md @@ -1,4 +1,4 @@ -PS> *list-cmdlets.ps1* +PS> *./list-cmdlets.ps1* ==================== This PowerShell script lists all PowerShell cmdlets. @@ -6,7 +6,7 @@ This PowerShell script lists all PowerShell cmdlets. Parameters ---------- ```powershell -PS> list-cmdlets.ps1 [] +PS> ./list-cmdlets.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -67,4 +67,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-cmdlets.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-cmdlets.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-coffee-prices.md b/Docs/list-coffee-prices.md index 1617b7f2..b8cebf58 100644 --- a/Docs/list-coffee-prices.md +++ b/Docs/list-coffee-prices.md @@ -1,4 +1,4 @@ -PS> *list-coffee-prices.ps1* +PS> *./list-coffee-prices.ps1* ==================== list-coffee-prices.ps1 @@ -69,4 +69,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-coffee-prices.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-coffee-prices.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-commit-statistics.md b/Docs/list-commit-statistics.md index c4cfe395..ede56f86 100644 --- a/Docs/list-commit-statistics.md +++ b/Docs/list-commit-statistics.md @@ -1,4 +1,4 @@ -PS> *list-commit-statistics.ps1* +PS> *./list-commit-statistics.ps1* ==================== This PowerShell script lists the commit statistics of a Git repository. @@ -6,7 +6,7 @@ This PowerShell script lists the commit statistics of a Git repository. Parameters ---------- ```powershell -PS> list-commit-statistics.ps1 [[-RepoDir] ] [] +PS> ./list-commit-statistics.ps1 [[-RepoDir] ] [] -RepoDir Specifies the path to the Git repository. @@ -94,4 +94,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-commit-statistics.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-commit-statistics.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-commits.md b/Docs/list-commits.md index b0664ad9..595f5b24 100644 --- a/Docs/list-commits.md +++ b/Docs/list-commits.md @@ -1,4 +1,4 @@ -PS> *list-commits.ps1* +PS> *./list-commits.ps1* ==================== This PowerShell script lists all commits in a Git repository. Supported output formats are: pretty, list, compact, normal or JSON. @@ -6,7 +6,7 @@ This PowerShell script lists all commits in a Git repository. Supported output f Parameters ---------- ```powershell -PS> list-commits.ps1 [[-RepoDir] ] [[-Format] ] [] +PS> ./list-commits.ps1 [[-RepoDir] ] [[-Format] ] [] -RepoDir Specifies the path to the Git repository. @@ -123,4 +123,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-commits.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-commits.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-console-colors.md b/Docs/list-console-colors.md index 7acdd037..34ad100c 100644 --- a/Docs/list-console-colors.md +++ b/Docs/list-console-colors.md @@ -1,4 +1,4 @@ -PS> *list-console-colors.ps1* +PS> *./list-console-colors.ps1* ==================== This PowerShell script lists all available console colors. @@ -6,7 +6,7 @@ This PowerShell script lists all available console colors. Parameters ---------- ```powershell -PS> list-console-colors.ps1 [] +PS> ./list-console-colors.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -74,4 +74,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-console-colors.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-console-colors.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-countries.md b/Docs/list-countries.md index f89b3e04..88f06005 100644 --- a/Docs/list-countries.md +++ b/Docs/list-countries.md @@ -1,4 +1,4 @@ -PS> *list-countries.ps1* +PS> *./list-countries.ps1* ==================== list-countries.ps1 @@ -52,4 +52,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-countries.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-countries.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-cpu.md b/Docs/list-cpu.md index a232ca21..276115d8 100644 --- a/Docs/list-cpu.md +++ b/Docs/list-cpu.md @@ -1,4 +1,4 @@ -PS> *list-cpu.ps1* +PS> *./list-cpu.ps1* ==================== This PowerShell script lists the CPU details. @@ -6,7 +6,7 @@ This PowerShell script lists the CPU details. Parameters ---------- ```powershell -PS> list-cpu.ps1 [] +PS> ./list-cpu.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-cpu.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-cpu.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-credits.md b/Docs/list-credits.md index bb9d8284..895b128e 100644 --- a/Docs/list-credits.md +++ b/Docs/list-credits.md @@ -1,4 +1,4 @@ -PS> *list-credits.ps1* +PS> *./list-credits.ps1* ==================== This PowerShell script shows the credits for the PowerShell Scripts. @@ -6,7 +6,7 @@ This PowerShell script shows the credits for the PowerShell Scripts. Parameters ---------- ```powershell -PS> list-credits.ps1 [] +PS> ./list-credits.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -80,4 +80,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-credits.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-credits.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-crypto-rates.md b/Docs/list-crypto-rates.md index dfe6418e..d0254a7e 100644 --- a/Docs/list-crypto-rates.md +++ b/Docs/list-crypto-rates.md @@ -1,4 +1,4 @@ -PS> *list-crypto-rates.ps1* +PS> *./list-crypto-rates.ps1* ==================== list-crypto-rates.ps1 @@ -71,4 +71,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-crypto-rates.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-crypto-rates.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-dir-tree.md b/Docs/list-dir-tree.md index e1564782..b92a9ca8 100644 --- a/Docs/list-dir-tree.md +++ b/Docs/list-dir-tree.md @@ -1,4 +1,4 @@ -PS> *list-dir-tree.ps1* +PS> *./list-dir-tree.ps1* ==================== This PowerShell script lists all files and folders in a directory tree. @@ -6,7 +6,7 @@ This PowerShell script lists all files and folders in a directory tree. Parameters ---------- ```powershell -PS> list-dir-tree.ps1 [[-DirTree] ] [] +PS> ./list-dir-tree.ps1 [[-DirTree] ] [] -DirTree Specifies the path to the directory tree @@ -105,4 +105,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-dir-tree.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-dir-tree.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-dns-servers.md b/Docs/list-dns-servers.md index c1597247..295548e1 100644 --- a/Docs/list-dns-servers.md +++ b/Docs/list-dns-servers.md @@ -1,4 +1,4 @@ -PS> *list-dns-servers.ps1* +PS> *./list-dns-servers.ps1* ==================== list-dns-servers.ps1 @@ -62,4 +62,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-dns-servers.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-dns-servers.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-drives.md b/Docs/list-drives.md index ba126aa1..0fd6f1c3 100644 --- a/Docs/list-drives.md +++ b/Docs/list-drives.md @@ -1,4 +1,4 @@ -PS> *list-drives.ps1* +PS> *./list-drives.ps1* ==================== This PowerShell script lists all local drives as a table. @@ -6,7 +6,7 @@ This PowerShell script lists all local drives as a table. Parameters ---------- ```powershell -PS> list-drives.ps1 [] +PS> ./list-drives.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -63,4 +63,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-drives.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-drives.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-earthquakes.md b/Docs/list-earthquakes.md index 37f397b6..b4c68b9d 100644 --- a/Docs/list-earthquakes.md +++ b/Docs/list-earthquakes.md @@ -1,4 +1,4 @@ -PS> *list-earthquakes.ps1* +PS> *./list-earthquakes.ps1* ==================== This PowerShell script lists major earthquakes with magnitude >= 6.0 for the last 30 days. @@ -6,7 +6,7 @@ This PowerShell script lists major earthquakes with magnitude >= 6.0 for the las Parameters ---------- ```powershell -PS> list-earthquakes.ps1 [] +PS> ./list-earthquakes.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -67,4 +67,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-earthquakes.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-earthquakes.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-emojis.md b/Docs/list-emojis.md index b9cb068e..59dc2bfa 100644 --- a/Docs/list-emojis.md +++ b/Docs/list-emojis.md @@ -1,4 +1,4 @@ -PS> *list-emojis.ps1* +PS> *./list-emojis.ps1* ==================== This PowerShell script lists the emojis of Unicode 13.0 sorted by category. @@ -6,7 +6,7 @@ This PowerShell script lists the emojis of Unicode 13.0 sorted by category. Parameters ---------- ```powershell -PS> list-emojis.ps1 [] +PS> ./list-emojis.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -72,4 +72,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-emojis.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-emojis.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-empty-dirs.md b/Docs/list-empty-dirs.md index 89f57134..69b77995 100644 --- a/Docs/list-empty-dirs.md +++ b/Docs/list-empty-dirs.md @@ -1,4 +1,4 @@ -PS> *list-empty-dirs.ps1* +PS> *./list-empty-dirs.ps1* ==================== This PowerShell script scans and lists all empty subfolders within the given directory tree. @@ -6,7 +6,7 @@ This PowerShell script scans and lists all empty subfolders within the given dir Parameters ---------- ```powershell -PS> list-empty-dirs.ps1 [[-DirTree] ] [] +PS> ./list-empty-dirs.ps1 [[-DirTree] ] [] -DirTree Specifies the path to the directory tree (current working directory by default) @@ -77,4 +77,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-empty-dirs.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-empty-dirs.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-empty-files.md b/Docs/list-empty-files.md index 74ca933c..1ae363a9 100644 --- a/Docs/list-empty-files.md +++ b/Docs/list-empty-files.md @@ -1,4 +1,4 @@ -PS> *list-empty-files.ps1* +PS> *./list-empty-files.ps1* ==================== This PowerShell script scans and lists all empty files within the given directory tree. @@ -6,7 +6,7 @@ This PowerShell script scans and lists all empty files within the given director Parameters ---------- ```powershell -PS> list-empty-files.ps1 [[-DirTree] ] [] +PS> ./list-empty-files.ps1 [[-DirTree] ] [] -DirTree Specifies the path to the directory tree @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-empty-files.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-empty-files.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-environment-variables.md b/Docs/list-environment-variables.md index 09c50cb7..f0bf2d50 100644 --- a/Docs/list-environment-variables.md +++ b/Docs/list-environment-variables.md @@ -1,4 +1,4 @@ -PS> *list-environment-variables.ps1* +PS> *./list-environment-variables.ps1* ==================== This PowerShell script lists all environment variables. @@ -6,7 +6,7 @@ This PowerShell script lists all environment variables. Parameters ---------- ```powershell -PS> list-environment-variables.ps1 [] +PS> ./list-environment-variables.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -67,4 +67,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-environment-variables.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-environment-variables.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-exchange-rates.md b/Docs/list-exchange-rates.md index 468cd813..dc0a9a1f 100644 --- a/Docs/list-exchange-rates.md +++ b/Docs/list-exchange-rates.md @@ -1,4 +1,4 @@ -PS> *list-exchange-rates.ps1* +PS> *./list-exchange-rates.ps1* ==================== This PowerShell script lists the current exchange rates for the given currency (USD per default). @@ -6,7 +6,7 @@ This PowerShell script lists the current exchange rates for the given currency ( Parameters ---------- ```powershell -PS> list-exchange-rates.ps1 [[-currency] ] [] +PS> ./list-exchange-rates.ps1 [[-currency] ] [] -currency Specifies the base currency @@ -77,4 +77,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-exchange-rates.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-exchange-rates.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-fibonacci.md b/Docs/list-fibonacci.md index 266f577c..801aa63a 100644 --- a/Docs/list-fibonacci.md +++ b/Docs/list-fibonacci.md @@ -1,4 +1,4 @@ -PS> *list-fibonacci.ps1* +PS> *./list-fibonacci.ps1* ==================== list-fibonacci.ps1 @@ -42,4 +42,4 @@ foreach ($i in 0..100) { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-fibonacci.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-fibonacci.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-files.md b/Docs/list-files.md index f314cef3..65c0f64e 100644 --- a/Docs/list-files.md +++ b/Docs/list-files.md @@ -1,4 +1,4 @@ -PS> *list-files.ps1* +PS> *./list-files.ps1* ==================== This PowerShell script lists all files within the given directory tree. @@ -6,7 +6,7 @@ This PowerShell script lists all files within the given directory tree. Parameters ---------- ```powershell -PS> list-files.ps1 [[-DirTree] ] [] +PS> ./list-files.ps1 [[-DirTree] ] [] -DirTree Specifies the path to the directory tree @@ -68,4 +68,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-files.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-files.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-folder.md b/Docs/list-folder.md index d0ef4e28..d4651eba 100644 --- a/Docs/list-folder.md +++ b/Docs/list-folder.md @@ -1,4 +1,4 @@ -PS> *list-folder.ps1* +PS> *./list-folder.ps1* ==================== This PowerShell script lists the content of a directory (alphabetically formatted in columns). @@ -6,7 +6,7 @@ This PowerShell script lists the content of a directory (alphabetically formatte Parameters ---------- ```powershell -PS> list-folder.ps1 [[-searchPattern] ] [] +PS> ./list-folder.ps1 [[-searchPattern] ] [] -searchPattern Specifies the search pattern ("*" by default which means anything) @@ -91,4 +91,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-folder.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-folder.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-fritzbox-calls.md b/Docs/list-fritzbox-calls.md index 8053cac7..586900d9 100644 --- a/Docs/list-fritzbox-calls.md +++ b/Docs/list-fritzbox-calls.md @@ -1,4 +1,4 @@ -PS> *list-fritzbox-calls.ps1* +PS> *./list-fritzbox-calls.ps1* ==================== This PowerShell script lists the phone calls of the FRITZ!Box device. @@ -6,7 +6,7 @@ This PowerShell script lists the phone calls of the FRITZ!Box device. Parameters ---------- ```powershell -PS> list-fritzbox-calls.ps1 [[-Username] ] [[-Password] ] [] +PS> ./list-fritzbox-calls.ps1 [[-Username] ] [[-Password] ] [] -Username Specifies the user name for FRITZ!Box @@ -153,4 +153,4 @@ echo $Result exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-fritzbox-calls.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-fritzbox-calls.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-fritzbox-devices.md b/Docs/list-fritzbox-devices.md index a0aec01b..d258e4e5 100644 --- a/Docs/list-fritzbox-devices.md +++ b/Docs/list-fritzbox-devices.md @@ -1,4 +1,4 @@ -PS> *list-fritzbox-devices.ps1* +PS> *./list-fritzbox-devices.ps1* ==================== This PowerShell script lists FRITZ!Box's known devices. @@ -6,7 +6,7 @@ This PowerShell script lists FRITZ!Box's known devices. Parameters ---------- ```powershell -PS> list-fritzbox-devices.ps1 [[-Username] ] [[-Password] ] [] +PS> ./list-fritzbox-devices.ps1 [[-Username] ] [[-Password] ] [] -Username Specifies the user name to FRITZ!Box @@ -105,4 +105,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 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-fritzbox-devices.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-headlines.md b/Docs/list-headlines.md index 042883b8..1f4f5474 100644 --- a/Docs/list-headlines.md +++ b/Docs/list-headlines.md @@ -1,4 +1,4 @@ -PS> *list-headlines.ps1* +PS> *./list-headlines.ps1* ==================== This PowerShell script lists the latest RSS feed news. @@ -6,7 +6,7 @@ This PowerShell script lists the latest RSS feed news. Parameters ---------- ```powershell -PS> list-headlines.ps1 [[-RSS_URL] ] [[-MaxCount] ] [] +PS> ./list-headlines.ps1 [[-RSS_URL] ] [[-MaxCount] ] [] -RSS_URL Specifies the URL to the RSS feed @@ -85,4 +85,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-headlines.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-headlines.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-hidden-files.md b/Docs/list-hidden-files.md index b9b5c87f..0c192b7b 100644 --- a/Docs/list-hidden-files.md +++ b/Docs/list-hidden-files.md @@ -1,4 +1,4 @@ -PS> *list-hidden-files.ps1* +PS> *./list-hidden-files.ps1* ==================== This PowerShell script scans and lists all hidden files in a directory tree. @@ -6,7 +6,7 @@ This PowerShell script scans and lists all hidden files in a directory tree. Parameters ---------- ```powershell -PS> list-hidden-files.ps1 [[-DirTree] ] [] +PS> ./list-hidden-files.ps1 [[-DirTree] ] [] -DirTree Specifies the path to the directory tree @@ -74,4 +74,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-hidden-files.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-hidden-files.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-installed-languages.md b/Docs/list-installed-languages.md index 38654948..ef261043 100644 --- a/Docs/list-installed-languages.md +++ b/Docs/list-installed-languages.md @@ -1,4 +1,4 @@ -PS> *list-installed-languages.ps1* +PS> *./list-installed-languages.ps1* ==================== list-installed-languages.ps1 @@ -46,4 +46,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-installed-languages.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-installed-languages.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-installed-scripts.md b/Docs/list-installed-scripts.md index b33c77f6..e4333852 100644 --- a/Docs/list-installed-scripts.md +++ b/Docs/list-installed-scripts.md @@ -1,4 +1,4 @@ -PS> *list-installed-scripts.ps1* +PS> *./list-installed-scripts.ps1* ==================== This PowerShell script lists all installed PowerShell scripts. @@ -6,7 +6,7 @@ This PowerShell script lists all installed PowerShell scripts. Parameters ---------- ```powershell -PS> list-installed-scripts.ps1 [] +PS> ./list-installed-scripts.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Get-InstalledScript exit # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-installed-scripts.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-installed-scripts.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-installed-software.md b/Docs/list-installed-software.md index 52395342..7308e162 100644 --- a/Docs/list-installed-software.md +++ b/Docs/list-installed-software.md @@ -1,4 +1,4 @@ -PS> *list-installed-software.ps1* +PS> *./list-installed-software.ps1* ==================== This PowerShell script lists the installed software (except Windows Store apps). @@ -6,7 +6,7 @@ This PowerShell script lists the installed software (except Windows Store apps). Parameters ---------- ```powershell -PS> list-installed-software.ps1 [] +PS> ./list-installed-software.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-installed-software.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-installed-software.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-latest-tag.md b/Docs/list-latest-tag.md index 278e31f9..970579c4 100644 --- a/Docs/list-latest-tag.md +++ b/Docs/list-latest-tag.md @@ -1,4 +1,4 @@ -PS> *list-latest-tag.ps1* +PS> *./list-latest-tag.ps1* ==================== This PowerShell script lists the latest tag on the current branch in a Git repository. @@ -6,7 +6,7 @@ This PowerShell script lists the latest tag on the current branch in a Git repos Parameters ---------- ```powershell -PS> list-latest-tag.ps1 [[-RepoDir] ] [] +PS> ./list-latest-tag.ps1 [[-RepoDir] ] [] -RepoDir Specifies the path to the repository @@ -79,4 +79,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-latest-tag.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-latest-tag.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-latest-tags.md b/Docs/list-latest-tags.md index 541c8505..7a61d439 100644 --- a/Docs/list-latest-tags.md +++ b/Docs/list-latest-tags.md @@ -1,4 +1,4 @@ -PS> *list-latest-tags.ps1* +PS> *./list-latest-tags.ps1* ==================== This PowerShell script lists the latest tags in all Git repositories in the specified folder. @@ -6,7 +6,7 @@ This PowerShell script lists the latest tags in all Git repositories in the spec Parameters ---------- ```powershell -PS> list-latest-tags.ps1 [[-ParentDir] ] [] +PS> ./list-latest-tags.ps1 [[-ParentDir] ] [] -ParentDir Specifies the path to the parent folder @@ -85,4 +85,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-latest-tags.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-latest-tags.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-memos.md b/Docs/list-memos.md index 1257b202..4fea9e9a 100644 --- a/Docs/list-memos.md +++ b/Docs/list-memos.md @@ -1,4 +1,4 @@ -PS> *list-memos.ps1* +PS> *./list-memos.ps1* ==================== This PowerShell script lists all memo entries in Memos.csv in your home folder. @@ -6,7 +6,7 @@ This PowerShell script lists all memo entries in Memos.csv in your home folder. Parameters ---------- ```powershell -PS> list-memos.ps1 [] +PS> ./list-memos.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -71,4 +71,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-memos.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-memos.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-modules.md b/Docs/list-modules.md index 1102c1df..af4e9586 100644 --- a/Docs/list-modules.md +++ b/Docs/list-modules.md @@ -1,4 +1,4 @@ -PS> *list-modules.ps1* +PS> *./list-modules.ps1* ==================== This PowerShell script lists the installed PowerShell modules. @@ -6,7 +6,7 @@ This PowerShell script lists the installed PowerShell modules. Parameters ---------- ```powershell -PS> list-modules.ps1 [] +PS> ./list-modules.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-modules.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-modules.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-motherboard.md b/Docs/list-motherboard.md index e03629c8..d1bdf585 100644 --- a/Docs/list-motherboard.md +++ b/Docs/list-motherboard.md @@ -1,4 +1,4 @@ -PS> *list-motherboard.ps1* +PS> *./list-motherboard.ps1* ==================== This PowerShell script lists the motherboard details. @@ -6,7 +6,7 @@ This PowerShell script lists the motherboard details. Parameters ---------- ```powershell -PS> list-motherboard.ps1 [] +PS> ./list-motherboard.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-motherboard.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-motherboard.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-mysql-tables.md b/Docs/list-mysql-tables.md index f4f81880..15454813 100644 --- a/Docs/list-mysql-tables.md +++ b/Docs/list-mysql-tables.md @@ -1,4 +1,4 @@ -PS> *list-mysql-tables.ps1* +PS> *./list-mysql-tables.ps1* ==================== This PowerShell script lists all tables of the given MySQL database. @@ -6,7 +6,7 @@ This PowerShell script lists all tables of the given MySQL database. Parameters ---------- ```powershell -PS> list-mysql-tables.ps1 [-server] [-database] [-dbuser] [-dbpass] [] +PS> ./list-mysql-tables.ps1 [-server] [-database] [-dbuser] [-dbpass] [] -server @@ -90,4 +90,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 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-mysql-tables.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-network-connections.md b/Docs/list-network-connections.md index 3f24b9ce..907e8121 100644 --- a/Docs/list-network-connections.md +++ b/Docs/list-network-connections.md @@ -1,4 +1,4 @@ -PS> *list-network-connections.ps1* +PS> *./list-network-connections.ps1* ==================== This PowerShell script lists all active network connections on the local computer. @@ -6,7 +6,7 @@ This PowerShell script lists all active network connections on the local compute Parameters ---------- ```powershell -PS> list-network-connections.ps1 [] +PS> ./list-network-connections.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-network-connections.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-network-connections.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-network-routes.md b/Docs/list-network-routes.md index c45c803e..a334a7d3 100644 --- a/Docs/list-network-routes.md +++ b/Docs/list-network-routes.md @@ -1,4 +1,4 @@ -PS> *list-network-routes.ps1* +PS> *./list-network-routes.ps1* ==================== This PowerShell script lists the network routes on the local computer. @@ -6,7 +6,7 @@ This PowerShell script lists the network routes on the local computer. Parameters ---------- ```powershell -PS> list-network-routes.ps1 [] +PS> ./list-network-routes.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-network-routes.ps1 as of 07/29/2023 10:10:45)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-network-routes.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-network-shares.md b/Docs/list-network-shares.md index 513fe826..9ed700b0 100644 --- a/Docs/list-network-shares.md +++ b/Docs/list-network-shares.md @@ -1,4 +1,4 @@ -PS> *list-network-shares.ps1* +PS> *./list-network-shares.ps1* ==================== This PowerShell script lists all network shares of the local computer. @@ -6,7 +6,7 @@ This PowerShell script lists all network shares of the local computer. Parameters ---------- ```powershell -PS> list-network-shares.ps1 [] +PS> ./list-network-shares.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -63,4 +63,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-network-shares.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-network-shares.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-news.md b/Docs/list-news.md index 47178c54..1720f426 100644 --- a/Docs/list-news.md +++ b/Docs/list-news.md @@ -1,4 +1,4 @@ -PS> *list-news.ps1* +PS> *./list-news.ps1* ==================== This PowerShell script lists the latest news by using RSS (Really Simple Syndication) feeds. @@ -6,7 +6,7 @@ This PowerShell script lists the latest news by using RSS (Really Simple Syndica Parameters ---------- ```powershell -PS> list-news.ps1 [[-RSS_URL] ] [[-MaxLines] ] [[-Speed] ] [] +PS> ./list-news.ps1 [[-RSS_URL] ] [[-MaxLines] ] [[-Speed] ] [] -RSS_URL Specifies the URL to the RSS feed (Yahoo News by default) @@ -107,4 +107,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-news.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-news.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-nic.md b/Docs/list-nic.md index 4745973e..b61245e2 100644 --- a/Docs/list-nic.md +++ b/Docs/list-nic.md @@ -1,4 +1,4 @@ -PS> *list-nic.ps1* +PS> *./list-nic.ps1* ==================== This PowerShell script lists the details of the installed network interfaces. @@ -6,7 +6,7 @@ This PowerShell script lists the details of the installed network interfaces. Parameters ---------- ```powershell -PS> list-nic.ps1 [] +PS> ./list-nic.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-nic.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-nic.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-os-releases.md b/Docs/list-os-releases.md index 08c8aaf1..c770b316 100644 --- a/Docs/list-os-releases.md +++ b/Docs/list-os-releases.md @@ -1,4 +1,4 @@ -PS> *list-os-releases.ps1* +PS> *./list-os-releases.ps1* ==================== This PowerShell script lists OS releases and download URL. @@ -6,7 +6,7 @@ This PowerShell script lists OS releases and download URL. Parameters ---------- ```powershell -PS> list-os-releases.ps1 [] +PS> ./list-os-releases.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -66,4 +66,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-os-releases.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-os-releases.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-os-updates.md b/Docs/list-os-updates.md index 810c0191..8e451789 100644 --- a/Docs/list-os-updates.md +++ b/Docs/list-os-updates.md @@ -1,4 +1,4 @@ -PS> *list-os-updates.ps1* +PS> *./list-os-updates.ps1* ==================== This PowerShell script lists the latest updates for operating systems. @@ -6,7 +6,7 @@ This PowerShell script lists the latest updates for operating systems. Parameters ---------- ```powershell -PS> list-os-updates.ps1 [[-RSS_URL] ] [[-MaxCount] ] [] +PS> ./list-os-updates.ps1 [[-RSS_URL] ] [[-MaxCount] ] [] -RSS_URL Specifies the URL to the RSS feed @@ -89,4 +89,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-os-updates.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-os-updates.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-os.md b/Docs/list-os.md index 1356bb82..0c576ade 100644 --- a/Docs/list-os.md +++ b/Docs/list-os.md @@ -1,4 +1,4 @@ -PS> *list-os.ps1* +PS> *./list-os.ps1* ==================== This PowerShell script lists the exact operating system version. @@ -6,7 +6,7 @@ This PowerShell script lists the exact operating system version. Parameters ---------- ```powershell -PS> list-os.ps1 [] +PS> ./list-os.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -61,4 +61,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-os.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-os.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-outlook-inbox.md b/Docs/list-outlook-inbox.md index d0e9085d..c4e5d306 100644 --- a/Docs/list-outlook-inbox.md +++ b/Docs/list-outlook-inbox.md @@ -1,4 +1,4 @@ -PS> *list-outlook-inbox.ps1* +PS> *./list-outlook-inbox.ps1* ==================== This PowerShell script lists the emails in the inbox of Outlook. @@ -6,7 +6,7 @@ This PowerShell script lists the emails in the inbox of Outlook. Parameters ---------- ```powershell -PS> list-outlook-inbox.ps1 [] +PS> ./list-outlook-inbox.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -56,4 +56,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-outlook-inbox.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-outlook-inbox.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-outlook-sent.md b/Docs/list-outlook-sent.md index 89129751..01df4be1 100644 --- a/Docs/list-outlook-sent.md +++ b/Docs/list-outlook-sent.md @@ -1,4 +1,4 @@ -PS> *list-outlook-sent.ps1* +PS> *./list-outlook-sent.ps1* ==================== This PowerShell script lists the mails in the Sent Mail folder of Outlook. @@ -6,7 +6,7 @@ This PowerShell script lists the mails in the Sent Mail folder of Outlook. Parameters ---------- ```powershell -PS> list-outlook-sent.ps1 [] +PS> ./list-outlook-sent.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -56,4 +56,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-outlook-sent.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-outlook-sent.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-passwords.md b/Docs/list-passwords.md index 8b6b0e5c..454048c7 100644 --- a/Docs/list-passwords.md +++ b/Docs/list-passwords.md @@ -1,4 +1,4 @@ -PS> *list-passwords.ps1* +PS> *./list-passwords.ps1* ==================== This PowerShell script lists random passwords. @@ -6,7 +6,7 @@ This PowerShell script lists random passwords. Parameters ---------- ```powershell -PS> list-passwords.ps1 [[-PasswordLength] ] [[-Columns] ] [[-Rows] ] [] +PS> ./list-passwords.ps1 [[-PasswordLength] ] [[-Columns] ] [[-Rows] ] [] -PasswordLength Specifies the length of the password @@ -103,4 +103,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-passwords.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-passwords.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-pi.md b/Docs/list-pi.md index 1ce71790..a3ab275d 100644 --- a/Docs/list-pi.md +++ b/Docs/list-pi.md @@ -1,4 +1,4 @@ -PS> *list-pi.ps1* +PS> *./list-pi.ps1* ==================== This PowerShell script calculates and lists the digits of the mathematical constant PI. @@ -6,7 +6,7 @@ This PowerShell script calculates and lists the digits of the mathematical const Parameters ---------- ```powershell -PS> list-pi.ps1 [[-Digits] ] [] +PS> ./list-pi.ps1 [[-Digits] ] [] -Digits Specifies the number of digits to list (1000 by default) @@ -117,4 +117,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-pi.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-pi.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-pins.md b/Docs/list-pins.md index bf19ab83..88addd6f 100644 --- a/Docs/list-pins.md +++ b/Docs/list-pins.md @@ -1,4 +1,4 @@ -PS> *list-pins.ps1* +PS> *./list-pins.ps1* ==================== This PowerShell script lists random PIN's. @@ -6,7 +6,7 @@ This PowerShell script lists random PIN's. Parameters ---------- ```powershell -PS> list-pins.ps1 [[-PinLength] ] [[-Columns] ] [[-Rows] ] [] +PS> ./list-pins.ps1 [[-PinLength] ] [[-Columns] ] [[-Rows] ] [] -PinLength Specifies the PIN length @@ -100,4 +100,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-pins.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-pins.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-print-jobs.md b/Docs/list-print-jobs.md index 4cdd42f5..37d8c15f 100644 --- a/Docs/list-print-jobs.md +++ b/Docs/list-print-jobs.md @@ -1,4 +1,4 @@ -PS> *list-print-jobs.ps1* +PS> *./list-print-jobs.ps1* ==================== This PowerShell script lists all print jobs of all printer devices. @@ -6,7 +6,7 @@ This PowerShell script lists all print jobs of all printer devices. Parameters ---------- ```powershell -PS> list-print-jobs.ps1 [] +PS> ./list-print-jobs.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-print-jobs.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-print-jobs.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-printers.md b/Docs/list-printers.md index 54535f3d..fde97c40 100644 --- a/Docs/list-printers.md +++ b/Docs/list-printers.md @@ -1,4 +1,4 @@ -PS> *list-printers.ps1* +PS> *./list-printers.ps1* ==================== This PowerShell script lists all printers known to the local computer. @@ -6,7 +6,7 @@ This PowerShell script lists all printers known to the local computer. Parameters ---------- ```powershell -PS> list-printers.ps1 [] +PS> ./list-printers.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-printers.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-printers.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-processes.md b/Docs/list-processes.md index 0fb36233..d838037e 100644 --- a/Docs/list-processes.md +++ b/Docs/list-processes.md @@ -1,4 +1,4 @@ -PS> *list-processes.ps1* +PS> *./list-processes.ps1* ==================== This PowerShell script lists all local computer processes. @@ -6,7 +6,7 @@ This PowerShell script lists all local computer processes. Parameters ---------- ```powershell -PS> list-processes.ps1 [] +PS> ./list-processes.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -67,4 +67,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-processes.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-processes.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-profiles.md b/Docs/list-profiles.md index 6b063cf4..377f61b1 100644 --- a/Docs/list-profiles.md +++ b/Docs/list-profiles.md @@ -1,4 +1,4 @@ -PS> *list-profiles.ps1* +PS> *./list-profiles.ps1* ==================== list-profiles.ps1 @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-profiles.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-profiles.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-ram.md b/Docs/list-ram.md index 8d33a58e..c2960ce3 100644 --- a/Docs/list-ram.md +++ b/Docs/list-ram.md @@ -1,4 +1,4 @@ -PS> *list-ram.ps1* +PS> *./list-ram.ps1* ==================== This PowerShell script lists the details of the installed RAM. @@ -6,7 +6,7 @@ This PowerShell script lists the details of the installed RAM. Parameters ---------- ```powershell -PS> list-ram.ps1 [] +PS> ./list-ram.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-ram.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-ram.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-recycle-bin.md b/Docs/list-recycle-bin.md index 3c6cfa11..7aa09ef9 100644 --- a/Docs/list-recycle-bin.md +++ b/Docs/list-recycle-bin.md @@ -1,4 +1,4 @@ -PS> *list-recycle-bin.ps1* +PS> *./list-recycle-bin.ps1* ==================== This PowerShell script lists the content of the recycle bin folder. @@ -6,7 +6,7 @@ This PowerShell script lists the content of the recycle bin folder. Parameters ---------- ```powershell -PS> list-recycle-bin.ps1 [] +PS> ./list-recycle-bin.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-recycle-bin.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-recycle-bin.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-repos.md b/Docs/list-repos.md index 8c8b3580..69c022c1 100644 --- a/Docs/list-repos.md +++ b/Docs/list-repos.md @@ -1,4 +1,4 @@ -PS> *list-repos.ps1* +PS> *./list-repos.ps1* ==================== This PowerShell script lists the details of all Git repositories in a folder. @@ -6,7 +6,7 @@ This PowerShell script lists the details of all Git repositories in a folder. Parameters ---------- ```powershell -PS> list-repos.ps1 [[-ParentDir] ] [] +PS> ./list-repos.ps1 [[-ParentDir] ] [] -ParentDir Specifies the path to the parent directory. @@ -102,4 +102,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-repos.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-repos.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-scripts.md b/Docs/list-scripts.md index ea7186aa..7af92528 100644 --- a/Docs/list-scripts.md +++ b/Docs/list-scripts.md @@ -1,4 +1,4 @@ -PS> *list-scripts.ps1* +PS> *./list-scripts.ps1* ==================== list-scripts.ps1 @@ -54,4 +54,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-scripts.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-scripts.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-services.md b/Docs/list-services.md index e4c31f89..03303dca 100644 --- a/Docs/list-services.md +++ b/Docs/list-services.md @@ -1,4 +1,4 @@ -PS> *list-services.ps1* +PS> *./list-services.ps1* ==================== This PowerShell script lists all services installed on the local computer. @@ -6,7 +6,7 @@ This PowerShell script lists all services installed on the local computer. Parameters ---------- ```powershell -PS> list-services.ps1 [] +PS> ./list-services.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -67,4 +67,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-services.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-services.ps1 as of 07/29/2023 10:15:09)* diff --git a/Docs/list-special-folders.md b/Docs/list-special-folders.md index dfaf7e62..4d6b2e68 100644 --- a/Docs/list-special-folders.md +++ b/Docs/list-special-folders.md @@ -1,4 +1,4 @@ -PS> *list-special-folders.ps1* +PS> *./list-special-folders.ps1* ==================== list-special-folders.ps1 @@ -92,4 +92,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-special-folders.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-special-folders.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/list-sql-tables.md b/Docs/list-sql-tables.md index f0ad066b..f4d2d515 100644 --- a/Docs/list-sql-tables.md +++ b/Docs/list-sql-tables.md @@ -1,4 +1,4 @@ -PS> *list-sql-tables.ps1* +PS> *./list-sql-tables.ps1* ==================== This PowerShell script lists all tables in a SQL server database and exports the list as CSV. @@ -8,7 +8,7 @@ Run the above command if you do not have this module. Parameters ---------- ```powershell -PS> list-sql-tables.ps1 [-server] [-database] [-username] [-password] [] +PS> ./list-sql-tables.ps1 [-server] [-database] [-username] [-password] [] -server @@ -93,4 +93,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 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-sql-tables.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/list-submodules.md b/Docs/list-submodules.md index bf973faa..5a9b4056 100644 --- a/Docs/list-submodules.md +++ b/Docs/list-submodules.md @@ -1,4 +1,4 @@ -PS> *list-submodules.ps1* +PS> *./list-submodules.ps1* ==================== This PowerShell script lists the submodules in the given Git repository. @@ -6,7 +6,7 @@ This PowerShell script lists the submodules in the given Git repository. Parameters ---------- ```powershell -PS> list-submodules.ps1 [[-RepoDir] ] [] +PS> ./list-submodules.ps1 [[-RepoDir] ] [] -RepoDir Specifies the path to the repository (current working directory by default) @@ -81,4 +81,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-submodules.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-submodules.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/list-suggestions.md b/Docs/list-suggestions.md index ecdb551f..912324f2 100644 --- a/Docs/list-suggestions.md +++ b/Docs/list-suggestions.md @@ -1,4 +1,4 @@ -PS> *list-suggestions.ps1* +PS> *./list-suggestions.ps1* ==================== This PowerShell script lists "Did you mean?" suggestions from Google. @@ -6,7 +6,7 @@ This PowerShell script lists "Did you mean?" suggestions from Google. Parameters ---------- ```powershell -PS> list-suggestions.ps1 [[-text] ] [] +PS> ./list-suggestions.ps1 [[-text] ] [] -text Specifies the word or sentence to get suggestions for. @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-suggestions.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-suggestions.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/list-system-info.md b/Docs/list-system-info.md index bdb766a1..6bd5bf19 100644 --- a/Docs/list-system-info.md +++ b/Docs/list-system-info.md @@ -1,4 +1,4 @@ -PS> *list-system-info.ps1* +PS> *./list-system-info.ps1* ==================== This PowerShell script lists system information of the local computer. @@ -6,7 +6,7 @@ This PowerShell script lists system information of the local computer. Parameters ---------- ```powershell -PS> list-system-info.ps1 [] +PS> ./list-system-info.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -141,4 +141,4 @@ $info exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-system-info.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-system-info.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/list-tags.md b/Docs/list-tags.md index e273e2eb..3d764d96 100644 --- a/Docs/list-tags.md +++ b/Docs/list-tags.md @@ -1,4 +1,4 @@ -PS> *list-tags.ps1* +PS> *./list-tags.ps1* ==================== This PowerShell script lists all tags in a Git repository. @@ -6,7 +6,7 @@ This PowerShell script lists all tags in a Git repository. Parameters ---------- ```powershell -PS> list-tags.ps1 [[-RepoDir] ] [[-SearchPattern] ] [] +PS> ./list-tags.ps1 [[-RepoDir] ] [[-SearchPattern] ] [] -RepoDir Specifies the path to the Git repository (current working directory by default) @@ -106,4 +106,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-tags.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-tags.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/list-tasks.md b/Docs/list-tasks.md index d21ee7aa..f53447af 100644 --- a/Docs/list-tasks.md +++ b/Docs/list-tasks.md @@ -1,4 +1,4 @@ -PS> *list-tasks.ps1* +PS> *./list-tasks.ps1* ==================== list-tasks.ps1 @@ -45,4 +45,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-tasks.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-tasks.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/list-timezone.md b/Docs/list-timezone.md index 1c437045..88648e98 100644 --- a/Docs/list-timezone.md +++ b/Docs/list-timezone.md @@ -1,4 +1,4 @@ -PS> *list-timezone.ps1* +PS> *./list-timezone.ps1* ==================== This PowerShell script lists the details of the current time zone. @@ -6,7 +6,7 @@ This PowerShell script lists the details of the current time zone. Parameters ---------- ```powershell -PS> list-timezone.ps1 [] +PS> ./list-timezone.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -70,4 +70,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-timezone.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-timezone.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/list-timezones.md b/Docs/list-timezones.md index b3e99ee5..0e1dadd5 100644 --- a/Docs/list-timezones.md +++ b/Docs/list-timezones.md @@ -1,4 +1,4 @@ -PS> *list-timezones.ps1* +PS> *./list-timezones.ps1* ==================== This PowerShell script lists all available time zones. @@ -6,7 +6,7 @@ This PowerShell script lists all available time zones. Parameters ---------- ```powershell -PS> list-timezones.ps1 [] +PS> ./list-timezones.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -69,4 +69,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-timezones.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-timezones.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/list-tiobe-index.md b/Docs/list-tiobe-index.md index b40021ba..89f645b6 100644 --- a/Docs/list-tiobe-index.md +++ b/Docs/list-tiobe-index.md @@ -1,4 +1,4 @@ -PS> *list-tiobe-index.ps1* +PS> *./list-tiobe-index.ps1* ==================== list-tiobe-index.ps1 @@ -78,4 +78,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-tiobe-index.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-tiobe-index.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/list-unused-files.md b/Docs/list-unused-files.md index 5d9427b0..1b0cbf2c 100644 --- a/Docs/list-unused-files.md +++ b/Docs/list-unused-files.md @@ -1,4 +1,4 @@ -PS> *list-unused-files.ps1* +PS> *./list-unused-files.ps1* ==================== This PowerShell script scans and lists files in a folder with last access time older than number of days. @@ -6,7 +6,7 @@ This PowerShell script scans and lists files in a folder with last access time o Parameters ---------- ```powershell -PS> list-unused-files.ps1 [[-DirTree] ] [[-Days] ] [] +PS> ./list-unused-files.ps1 [[-DirTree] ] [[-Days] ] [] -DirTree Specifies the path to the directory tree @@ -82,4 +82,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-unused-files.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-unused-files.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/list-updates.md b/Docs/list-updates.md index 2df7726d..401c1558 100644 --- a/Docs/list-updates.md +++ b/Docs/list-updates.md @@ -1,4 +1,4 @@ -PS> *list-updates.ps1* +PS> *./list-updates.ps1* ==================== This PowerShell script queries and lists available software updates for the local machine. @@ -7,7 +7,7 @@ Use 'install-updates.ps1' to install the listed updates. Parameters ---------- ```powershell -PS> list-updates.ps1 [] +PS> ./list-updates.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -79,4 +79,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-updates.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-updates.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/list-user-accounts.md b/Docs/list-user-accounts.md index da9a3b07..04b84531 100644 --- a/Docs/list-user-accounts.md +++ b/Docs/list-user-accounts.md @@ -1,4 +1,4 @@ -PS> *list-user-accounts.ps1* +PS> *./list-user-accounts.ps1* ==================== This PowerShell script lists the user accounts on the local computer. @@ -6,7 +6,7 @@ This PowerShell script lists the user accounts on the local computer. Parameters ---------- ```powershell -PS> list-user-accounts.ps1 [] +PS> ./list-user-accounts.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-user-accounts.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-user-accounts.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/list-user-groups.md b/Docs/list-user-groups.md index 7a349b0d..4f91a6f9 100644 --- a/Docs/list-user-groups.md +++ b/Docs/list-user-groups.md @@ -1,4 +1,4 @@ -PS> *list-user-groups.ps1* +PS> *./list-user-groups.ps1* ==================== This PowerShell script lists the user groups of the local computer. @@ -6,7 +6,7 @@ This PowerShell script lists the user groups of the local computer. Parameters ---------- ```powershell -PS> list-user-groups.ps1 [] +PS> ./list-user-groups.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-user-groups.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-user-groups.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/list-verbs.md b/Docs/list-verbs.md index ca15787c..cbc51d14 100644 --- a/Docs/list-verbs.md +++ b/Docs/list-verbs.md @@ -1,4 +1,4 @@ -PS> *list-verbs.ps1* +PS> *./list-verbs.ps1* ==================== This PowerShell script lists all allowed verbs. @@ -6,7 +6,7 @@ This PowerShell script lists all allowed verbs. Parameters ---------- ```powershell -PS> list-verbs.ps1 [] +PS> ./list-verbs.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-verbs.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-verbs.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/list-voices.md b/Docs/list-voices.md index 39d51da5..91ffdf86 100644 --- a/Docs/list-voices.md +++ b/Docs/list-voices.md @@ -1,4 +1,4 @@ -PS> *list-voices.ps1* +PS> *./list-voices.ps1* ==================== This PowerShell script lists the installed text-to-speech (TTS) voices. @@ -6,7 +6,7 @@ This PowerShell script lists the installed text-to-speech (TTS) voices. Parameters ---------- ```powershell -PS> list-voices.ps1 [] +PS> ./list-voices.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -71,4 +71,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-voices.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-voices.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/list-weather.md b/Docs/list-weather.md index 1f9bcead..73e7fb61 100644 --- a/Docs/list-weather.md +++ b/Docs/list-weather.md @@ -1,4 +1,4 @@ -PS> *list-weather.ps1* +PS> *./list-weather.ps1* ==================== This PowerShell script lists the hourly weather report in a nice table. @@ -6,7 +6,7 @@ This PowerShell script lists the hourly weather report in a nice table. Parameters ---------- ```powershell -PS> list-weather.ps1 [[-Location] ] [] +PS> ./list-weather.ps1 [[-Location] ] [] -Location Specifies the location to use (determined automatically per default) @@ -167,4 +167,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-weather.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-weather.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/list-wifi.md b/Docs/list-wifi.md index 7d7600a2..2d239fb8 100644 --- a/Docs/list-wifi.md +++ b/Docs/list-wifi.md @@ -1,4 +1,4 @@ -PS> *list-wifi.ps1* +PS> *./list-wifi.ps1* ==================== This PowerShell script lists the WIFI networks. @@ -6,7 +6,7 @@ This PowerShell script lists the WIFI networks. Parameters ---------- ```powershell -PS> list-wifi.ps1 [] +PS> ./list-wifi.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-wifi.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-wifi.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/list-window-titles.md b/Docs/list-window-titles.md index fc421277..7fda87e5 100644 --- a/Docs/list-window-titles.md +++ b/Docs/list-window-titles.md @@ -1,4 +1,4 @@ -PS> *list-window-titles.ps1* +PS> *./list-window-titles.ps1* ==================== This PowerShell script list all main window titles and displays them in a table. @@ -6,7 +6,7 @@ This PowerShell script list all main window titles and displays them in a table. Parameters ---------- ```powershell -PS> list-window-titles.ps1 [] +PS> ./list-window-titles.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-window-titles.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-window-titles.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/list-workdir.md b/Docs/list-workdir.md index e860ac1b..0d646e5f 100644 --- a/Docs/list-workdir.md +++ b/Docs/list-workdir.md @@ -1,4 +1,4 @@ -PS> *list-workdir.ps1* +PS> *./list-workdir.ps1* ==================== This PowerShell script lists the path to current working directory (but not the content itself). @@ -6,7 +6,7 @@ This PowerShell script lists the path to current working directory (but not the Parameters ---------- ```powershell -PS> list-workdir.ps1 [] +PS> ./list-workdir.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -56,4 +56,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-workdir.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-workdir.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/locate-city.md b/Docs/locate-city.md index ec804860..ffb84c0f 100644 --- a/Docs/locate-city.md +++ b/Docs/locate-city.md @@ -1,4 +1,4 @@ -PS> *locate-city.ps1* +PS> *./locate-city.ps1* ==================== This PowerShell script prints the geographic location of the given city. @@ -6,7 +6,7 @@ This PowerShell script prints the geographic location of the given city. Parameters ---------- ```powershell -PS> locate-city.ps1 [[-City] ] [] +PS> ./locate-city.ps1 [[-City] ] [] -City Specifies the city to look for @@ -87,4 +87,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of locate-city.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of locate-city.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/locate-ipaddress.md b/Docs/locate-ipaddress.md index c1a4a2d3..600968c3 100644 --- a/Docs/locate-ipaddress.md +++ b/Docs/locate-ipaddress.md @@ -1,4 +1,4 @@ -PS> *locate-ipaddress.ps1* +PS> *./locate-ipaddress.ps1* ==================== locate-ipaddress.ps1 [[-IPaddress] ] @@ -46,4 +46,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of locate-ipaddress.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of locate-ipaddress.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/locate-my-phone.md b/Docs/locate-my-phone.md index fe8485e5..e60a14c3 100644 --- a/Docs/locate-my-phone.md +++ b/Docs/locate-my-phone.md @@ -1,4 +1,4 @@ -PS> *locate-my-phone.ps1* +PS> *./locate-my-phone.ps1* ==================== This PowerShell script launches the Web browser with the Google Find My Device website. @@ -6,7 +6,7 @@ This PowerShell script launches the Web browser with the Google Find My Device w Parameters ---------- ```powershell -PS> locate-my-phone.ps1 [] +PS> ./locate-my-phone.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of locate-my-phone.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of locate-my-phone.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/locate-zip-code.md b/Docs/locate-zip-code.md index aea9293f..73d347f7 100644 --- a/Docs/locate-zip-code.md +++ b/Docs/locate-zip-code.md @@ -1,4 +1,4 @@ -PS> *locate-zip-code.ps1* +PS> *./locate-zip-code.ps1* ==================== This PowerShell script prints the geographic location of the given zip-code. @@ -6,7 +6,7 @@ This PowerShell script prints the geographic location of the given zip-code. Parameters ---------- ```powershell -PS> locate-zip-code.ps1 [[-CountryCode] ] [[-ZipCode] ] [] +PS> ./locate-zip-code.ps1 [[-CountryCode] ] [[-ZipCode] ] [] -CountryCode Specifies the country code @@ -99,4 +99,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of locate-zip-code.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of locate-zip-code.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/lock-desktop.md b/Docs/lock-desktop.md index 3824e9db..d460fad1 100644 --- a/Docs/lock-desktop.md +++ b/Docs/lock-desktop.md @@ -1,4 +1,4 @@ -PS> *lock-desktop.ps1* +PS> *./lock-desktop.ps1* ==================== This PowerShell script locks the local computer desktop immediately. @@ -6,7 +6,7 @@ This PowerShell script locks the local computer desktop immediately. Parameters ---------- ```powershell -PS> lock-desktop.ps1 [] +PS> ./lock-desktop.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -54,4 +54,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of lock-desktop.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of lock-desktop.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/log-off.md b/Docs/log-off.md index fa17bc7a..d4473db8 100644 --- a/Docs/log-off.md +++ b/Docs/log-off.md @@ -1,4 +1,4 @@ -PS> *log-off.ps1* +PS> *./log-off.ps1* ==================== This PowerShell script logs off the current Windows user. @@ -6,7 +6,7 @@ This PowerShell script logs off the current Windows user. Parameters ---------- ```powershell -PS> log-off.ps1 [] +PS> ./log-off.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of log-off.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of log-off.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/make-install.md b/Docs/make-install.md index d2f9e0d2..52e714e9 100644 --- a/Docs/make-install.md +++ b/Docs/make-install.md @@ -1,4 +1,4 @@ -PS> *make-install.ps1* +PS> *./make-install.ps1* ==================== This PowerShell script copies newer EXE's + DLL's from the build directory to the installation directory. @@ -6,7 +6,7 @@ This PowerShell script copies newer EXE's + DLL's from the build directory to th Parameters ---------- ```powershell -PS> make-install.ps1 [] +PS> ./make-install.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -64,4 +64,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of make-install.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of make-install.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/merry-christmas.md b/Docs/merry-christmas.md index 389b6dca..31cad869 100644 --- a/Docs/merry-christmas.md +++ b/Docs/merry-christmas.md @@ -1,4 +1,4 @@ -PS> *merry-christmas.ps1* +PS> *./merry-christmas.ps1* ==================== This PowerShell script replies to 'Merry Christmas' by text-to-speech (TTS). @@ -6,7 +6,7 @@ This PowerShell script replies to 'Merry Christmas' by text-to-speech (TTS). Parameters ---------- ```powershell -PS> merry-christmas.ps1 [] +PS> ./merry-christmas.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,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 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of merry-christmas.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/minimize-all-windows.md b/Docs/minimize-all-windows.md index 3b06c50c..080b2343 100644 --- a/Docs/minimize-all-windows.md +++ b/Docs/minimize-all-windows.md @@ -1,4 +1,4 @@ -PS> *minimize-all-windows.ps1* +PS> *./minimize-all-windows.ps1* ==================== This PowerShell script minimizes all open windows. @@ -6,7 +6,7 @@ This PowerShell script minimizes all open windows. Parameters ---------- ```powershell -PS> minimize-all-windows.ps1 [] +PS> ./minimize-all-windows.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -54,4 +54,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of minimize-all-windows.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of minimize-all-windows.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/moon.md b/Docs/moon.md index 552a6a79..962e4689 100644 --- a/Docs/moon.md +++ b/Docs/moon.md @@ -1,4 +1,4 @@ -PS> *moon.ps1* +PS> *./moon.ps1* ==================== This PowerShell script prints the current moon phase. @@ -6,7 +6,7 @@ This PowerShell script prints the current moon phase. Parameters ---------- ```powershell -PS> moon.ps1 [] +PS> ./moon.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of moon.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of moon.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/my-profile.md b/Docs/my-profile.md index 72ef88b1..d73f0b17 100644 --- a/Docs/my-profile.md +++ b/Docs/my-profile.md @@ -1,4 +1,4 @@ -PS> *my-profile.ps1* +PS> *./my-profile.ps1* ==================== my-profile.ps1 @@ -34,4 +34,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 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of my-profile.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/new-branch.md b/Docs/new-branch.md index 77ddb029..b4500715 100644 --- a/Docs/new-branch.md +++ b/Docs/new-branch.md @@ -1,4 +1,4 @@ -PS> *new-branch.ps1* +PS> *./new-branch.ps1* ==================== This PowerShell script creates a new branch in a Git repository and switches to it. @@ -6,7 +6,7 @@ This PowerShell script creates a new branch in a Git repository and switches to Parameters ---------- ```powershell -PS> new-branch.ps1 [[-newBranch] ] [[-repoPath] ] [] +PS> ./new-branch.ps1 [[-newBranch] ] [[-repoPath] ] [] -newBranch Specifies the new branch name @@ -109,4 +109,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of new-branch.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of new-branch.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/new-email.md b/Docs/new-email.md index 21e3ea4e..6b7f5a68 100644 --- a/Docs/new-email.md +++ b/Docs/new-email.md @@ -1,4 +1,4 @@ -PS> *new-email.ps1* +PS> *./new-email.ps1* ==================== This PowerShell script opens the default email client to write a new email. @@ -6,7 +6,7 @@ This PowerShell script opens the default email client to write a new email. Parameters ---------- ```powershell -PS> new-email.ps1 [[-EmailAddress] ] [] +PS> ./new-email.ps1 [[-EmailAddress] ] [] -EmailAddress Specifies the email address fill in @@ -67,4 +67,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of new-email.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of new-email.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/new-qrcode.md b/Docs/new-qrcode.md index 685e9046..4cdf8e5c 100644 --- a/Docs/new-qrcode.md +++ b/Docs/new-qrcode.md @@ -1,4 +1,4 @@ -PS> *new-qrcode.ps1* +PS> *./new-qrcode.ps1* ==================== This PowerShell script generates a new QR code image file. @@ -6,7 +6,7 @@ This PowerShell script generates a new QR code image file. Parameters ---------- ```powershell -PS> new-qrcode.ps1 [[-Text] ] [[-ImageSize] ] [] +PS> ./new-qrcode.ps1 [[-Text] ] [[-ImageSize] ] [] -Text Specifies the text to use @@ -101,4 +101,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of new-qrcode.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of new-qrcode.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/new-script.md b/Docs/new-script.md index c10774a7..05bf0e47 100644 --- a/Docs/new-script.md +++ b/Docs/new-script.md @@ -1,4 +1,4 @@ -PS> *new-script.ps1* +PS> *./new-script.ps1* ==================== This PowerShell script creates a new PowerShell script file (by using template file ../Data/template.ps1). @@ -6,7 +6,7 @@ This PowerShell script creates a new PowerShell script file (by using template f Parameters ---------- ```powershell -PS> new-script.ps1 [[-filename] ] [] +PS> ./new-script.ps1 [[-filename] ] [] -filename Specifies the path to the resulting file @@ -72,4 +72,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of new-script.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of new-script.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/new-shortcut.md b/Docs/new-shortcut.md index a9feb9c6..115b0446 100644 --- a/Docs/new-shortcut.md +++ b/Docs/new-shortcut.md @@ -1,4 +1,4 @@ -PS> *new-shortcut.ps1* +PS> *./new-shortcut.ps1* ==================== This PowerShell script creates a new shortcut file. @@ -6,7 +6,7 @@ This PowerShell script creates a new shortcut file. Parameters ---------- ```powershell -PS> new-shortcut.ps1 [[-shortcut] ] [[-target] ] [[-description] ] [] +PS> ./new-shortcut.ps1 [[-shortcut] ] [[-target] ] [[-description] ] [] -shortcut Specifies the shortcut filename @@ -100,4 +100,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of new-shortcut.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of new-shortcut.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/new-symlink.md b/Docs/new-symlink.md index b61d6c86..18774247 100644 --- a/Docs/new-symlink.md +++ b/Docs/new-symlink.md @@ -1,4 +1,4 @@ -PS> *new-symlink.ps1* +PS> *./new-symlink.ps1* ==================== This PowerShell script creates a new symbolic link file. @@ -6,7 +6,7 @@ This PowerShell script creates a new symbolic link file. Parameters ---------- ```powershell -PS> new-symlink.ps1 [[-symlink] ] [[-target] ] [] +PS> ./new-symlink.ps1 [[-symlink] ] [[-target] ] [] -symlink Specifies the new symlink filename @@ -82,4 +82,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of new-symlink.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of new-symlink.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/new-tag.md b/Docs/new-tag.md index c0ddfb31..d0abfe11 100644 --- a/Docs/new-tag.md +++ b/Docs/new-tag.md @@ -1,4 +1,4 @@ -PS> *new-tag.ps1* +PS> *./new-tag.ps1* ==================== This PowerShell script creates a new tag in a Git repository. @@ -6,7 +6,7 @@ This PowerShell script creates a new tag in a Git repository. Parameters ---------- ```powershell -PS> new-tag.ps1 [[-TagName] ] [[-RepoDir] ] [] +PS> ./new-tag.ps1 [[-TagName] ] [[-RepoDir] ] [] -TagName Specifies the new tag name @@ -101,4 +101,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of new-tag.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of new-tag.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/new-user.md b/Docs/new-user.md index 88bb0870..1e9ec444 100644 --- a/Docs/new-user.md +++ b/Docs/new-user.md @@ -1,4 +1,4 @@ -PS> *new-user.ps1* +PS> *./new-user.ps1* ==================== This PowerShell script creates a new user account. @@ -6,7 +6,7 @@ This PowerShell script creates a new user account. Parameters ---------- ```powershell -PS> new-user.ps1 [[-Username] ] [] +PS> ./new-user.ps1 [[-Username] ] [] -Username @@ -73,4 +73,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of new-user.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of new-user.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/new-zipfile.md b/Docs/new-zipfile.md index 651ae40e..936897ec 100644 --- a/Docs/new-zipfile.md +++ b/Docs/new-zipfile.md @@ -1,4 +1,4 @@ -PS> *new-zipfile.ps1* +PS> *./new-zipfile.ps1* ==================== This PowerShell script creates a new .ZIP file from a folder (including subfolders). @@ -6,7 +6,7 @@ This PowerShell script creates a new .ZIP file from a folder (including subfolde Parameters ---------- ```powershell -PS> new-zipfile.ps1 [[-folder] ] [] +PS> ./new-zipfile.ps1 [[-folder] ] [] -folder Specifies the path to the folder @@ -73,4 +73,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of new-zipfile.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of new-zipfile.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/on-desktop-login.md b/Docs/on-desktop-login.md index f0999c69..937cbe23 100644 --- a/Docs/on-desktop-login.md +++ b/Docs/on-desktop-login.md @@ -1,4 +1,4 @@ -PS> *on-desktop-login.ps1* +PS> *./on-desktop-login.ps1* ==================== This PowerShell script executes tasks on every desktop login. @@ -6,7 +6,7 @@ This PowerShell script executes tasks on every desktop login. Parameters ---------- ```powershell -PS> on-desktop-login.ps1 [] +PS> ./on-desktop-login.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -55,4 +55,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of on-desktop-login.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of on-desktop-login.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-air-b-n-b.md b/Docs/open-air-b-n-b.md index 9ac49a10..6dfb2b67 100644 --- a/Docs/open-air-b-n-b.md +++ b/Docs/open-air-b-n-b.md @@ -1,4 +1,4 @@ -PS> *open-air-b-n-b.ps1* +PS> *./open-air-b-n-b.ps1* ==================== This PowerShell script launches the Web browser with the AirBNB website. @@ -6,7 +6,7 @@ This PowerShell script launches the Web browser with the AirBNB website. Parameters ---------- ```powershell -PS> open-air-b-n-b.ps1 [] +PS> ./open-air-b-n-b.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-air-b-n-b.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-air-b-n-b.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-apps-folder.md b/Docs/open-apps-folder.md index b44bf0cd..0d2e396b 100644 --- a/Docs/open-apps-folder.md +++ b/Docs/open-apps-folder.md @@ -1,4 +1,4 @@ -PS> *open-apps-folder.ps1* +PS> *./open-apps-folder.ps1* ==================== This PowerShell script launches the File Explorer showing the UWP apps folder. @@ -6,7 +6,7 @@ This PowerShell script launches the File Explorer showing the UWP apps folder. Parameters ---------- ```powershell -PS> open-apps-folder.ps1 [] +PS> ./open-apps-folder.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -49,4 +49,4 @@ exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-apps-folder.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-apps-folder.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-auto-start-folder.md b/Docs/open-auto-start-folder.md index df9d8e7c..a9ec0024 100644 --- a/Docs/open-auto-start-folder.md +++ b/Docs/open-auto-start-folder.md @@ -1,4 +1,4 @@ -PS> *open-auto-start-folder.ps1* +PS> *./open-auto-start-folder.ps1* ==================== This PowerShell script launches the File Explorer with the user's autostart folder. @@ -6,7 +6,7 @@ This PowerShell script launches the File Explorer with the user's autostart fold Parameters ---------- ```powershell -PS> open-auto-start-folder.ps1 [] +PS> ./open-auto-start-folder.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-auto-start-folder.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-auto-start-folder.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-bing-maps.md b/Docs/open-bing-maps.md index a76cad60..8925d338 100644 --- a/Docs/open-bing-maps.md +++ b/Docs/open-bing-maps.md @@ -1,4 +1,4 @@ -PS> *open-bing-maps.ps1* +PS> *./open-bing-maps.ps1* ==================== This PowerShell script launches the Bing Maps application. @@ -6,7 +6,7 @@ This PowerShell script launches the Bing Maps application. Parameters ---------- ```powershell -PS> open-bing-maps.ps1 [] +PS> ./open-bing-maps.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-bing-maps.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-bing-maps.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-booking-com.md b/Docs/open-booking-com.md index 716683cf..e305fd15 100644 --- a/Docs/open-booking-com.md +++ b/Docs/open-booking-com.md @@ -1,4 +1,4 @@ -PS> *open-booking-com.ps1* +PS> *./open-booking-com.ps1* ==================== This PowerShell script launches the Web browser with the Booking.com website. @@ -6,7 +6,7 @@ This PowerShell script launches the Web browser with the Booking.com website. Parameters ---------- ```powershell -PS> open-booking-com.ps1 [] +PS> ./open-booking-com.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-booking-com.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-booking-com.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-c-drive.md b/Docs/open-c-drive.md index 3953caf1..bc85ec51 100644 --- a/Docs/open-c-drive.md +++ b/Docs/open-c-drive.md @@ -1,4 +1,4 @@ -PS> *open-c-drive.ps1* +PS> *./open-c-drive.ps1* ==================== This PowerShell script launches the File Explorer with the C: drive folder. @@ -6,7 +6,7 @@ This PowerShell script launches the File Explorer with the C: drive folder. Parameters ---------- ```powershell -PS> open-c-drive.ps1 [] +PS> ./open-c-drive.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-c-drive.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-c-drive.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-calculator.md b/Docs/open-calculator.md index 68bc5cee..1c448d55 100644 --- a/Docs/open-calculator.md +++ b/Docs/open-calculator.md @@ -1,4 +1,4 @@ -PS> *open-calculator.ps1* +PS> *./open-calculator.ps1* ==================== This PowerShell script launches the calculator application. @@ -6,7 +6,7 @@ This PowerShell script launches the calculator application. Parameters ---------- ```powershell -PS> open-calculator.ps1 [] +PS> ./open-calculator.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-calculator.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-calculator.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-chrome.md b/Docs/open-chrome.md index 6518f0d0..b7a32ddc 100644 --- a/Docs/open-chrome.md +++ b/Docs/open-chrome.md @@ -1,4 +1,4 @@ -PS> *open-chrome.ps1* +PS> *./open-chrome.ps1* ==================== This PowerShell script launches the Google Chrome Web browser. @@ -6,7 +6,7 @@ This PowerShell script launches the Google Chrome Web browser. Parameters ---------- ```powershell -PS> open-chrome.ps1 [[-URL] ] [] +PS> ./open-chrome.ps1 [[-URL] ] [] -URL Specifies an optional URL @@ -66,4 +66,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-chrome.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-chrome.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-clock.md b/Docs/open-clock.md index 9275cab6..5bd2eae9 100644 --- a/Docs/open-clock.md +++ b/Docs/open-clock.md @@ -1,4 +1,4 @@ -PS> *open-clock.ps1* +PS> *./open-clock.ps1* ==================== This PowerShell script launches the Clock application. @@ -6,7 +6,7 @@ This PowerShell script launches the Clock application. Parameters ---------- ```powershell -PS> open-clock.ps1 [] +PS> ./open-clock.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-clock.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-clock.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-cortana.md b/Docs/open-cortana.md index 92427645..ea285e45 100644 --- a/Docs/open-cortana.md +++ b/Docs/open-cortana.md @@ -1,4 +1,4 @@ -PS> *open-cortana.ps1* +PS> *./open-cortana.ps1* ==================== This PowerShell script launches the Cortana application. @@ -6,7 +6,7 @@ This PowerShell script launches the Cortana application. Parameters ---------- ```powershell -PS> open-cortana.ps1 [] +PS> ./open-cortana.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-cortana.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-cortana.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-d-drive.md b/Docs/open-d-drive.md index 75b2b83e..d77bb374 100644 --- a/Docs/open-d-drive.md +++ b/Docs/open-d-drive.md @@ -1,4 +1,4 @@ -PS> *open-d-drive.ps1* +PS> *./open-d-drive.ps1* ==================== This PowerShell script launches the File Explorer with the D: drive folder. @@ -6,7 +6,7 @@ This PowerShell script launches the File Explorer with the D: drive folder. Parameters ---------- ```powershell -PS> open-d-drive.ps1 [] +PS> ./open-d-drive.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -47,4 +47,4 @@ Script Content & "$PSScriptRoot/open-file-explorer.ps1" "D:" ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-d-drive.ps1 as of 07/29/2023 10:10:46)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-d-drive.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-dashboards.md b/Docs/open-dashboards.md index 51acce0e..01917812 100644 --- a/Docs/open-dashboards.md +++ b/Docs/open-dashboards.md @@ -1,4 +1,4 @@ -PS> *open-dashboards.ps1* +PS> *./open-dashboards.ps1* ==================== This PowerShell script launches the web browser with tabs of 18 dashboard websites. @@ -6,7 +6,7 @@ This PowerShell script launches the web browser with tabs of 18 dashboard websit Parameters ---------- ```powershell -PS> open-dashboards.ps1 [] +PS> ./open-dashboards.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -71,4 +71,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-dashboards.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-dashboards.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-deep-l-translator.md b/Docs/open-deep-l-translator.md index 5161591c..e3b5df3e 100644 --- a/Docs/open-deep-l-translator.md +++ b/Docs/open-deep-l-translator.md @@ -1,4 +1,4 @@ -PS> *open-deep-l-translator.ps1* +PS> *./open-deep-l-translator.ps1* ==================== This PowerShell script launches the Web browser with the DeepL Translator website. @@ -6,7 +6,7 @@ This PowerShell script launches the Web browser with the DeepL Translator websit Parameters ---------- ```powershell -PS> open-deep-l-translator.ps1 [] +PS> ./open-deep-l-translator.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-deep-l-translator.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-deep-l-translator.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-default-browser.md b/Docs/open-default-browser.md index 0ed1c2a7..c4b23c86 100644 --- a/Docs/open-default-browser.md +++ b/Docs/open-default-browser.md @@ -1,4 +1,4 @@ -PS> *open-default-browser.ps1* +PS> *./open-default-browser.ps1* ==================== This PowerShell script launches the default Web browser, optional with a given URL. @@ -6,7 +6,7 @@ This PowerShell script launches the default Web browser, optional with a given U Parameters ---------- ```powershell -PS> open-default-browser.ps1 [[-URL] ] [] +PS> ./open-default-browser.ps1 [[-URL] ] [] -URL Specifies the URL @@ -66,4 +66,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-default-browser.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-default-browser.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-desktop-folder.md b/Docs/open-desktop-folder.md index d9e800e3..be2874a8 100644 --- a/Docs/open-desktop-folder.md +++ b/Docs/open-desktop-folder.md @@ -1,4 +1,4 @@ -PS> *open-desktop-folder.ps1* +PS> *./open-desktop-folder.ps1* ==================== This PowerShell script launches the File Explorer with the user's desktop folder. @@ -6,7 +6,7 @@ This PowerShell script launches the File Explorer with the user's desktop folder Parameters ---------- ```powershell -PS> open-desktop-folder.ps1 [] +PS> ./open-desktop-folder.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-desktop-folder.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-desktop-folder.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-documents-folder.md b/Docs/open-documents-folder.md index d1fe94d6..4d17e4b7 100644 --- a/Docs/open-documents-folder.md +++ b/Docs/open-documents-folder.md @@ -1,4 +1,4 @@ -PS> *open-documents-folder.ps1* +PS> *./open-documents-folder.ps1* ==================== This PowerShell script launches the File Explorer with the user's documents folder. @@ -6,7 +6,7 @@ This PowerShell script launches the File Explorer with the user's documents fold Parameters ---------- ```powershell -PS> open-documents-folder.ps1 [] +PS> ./open-documents-folder.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-documents-folder.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-documents-folder.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-downloads-folder.md b/Docs/open-downloads-folder.md index c6b7846d..26e2fc2b 100644 --- a/Docs/open-downloads-folder.md +++ b/Docs/open-downloads-folder.md @@ -1,4 +1,4 @@ -PS> *open-downloads-folder.ps1* +PS> *./open-downloads-folder.ps1* ==================== This PowerShell script launches the File Explorer showing the user's downloads folder. @@ -6,7 +6,7 @@ This PowerShell script launches the File Explorer showing the user's downloads f Parameters ---------- ```powershell -PS> open-downloads-folder.ps1 [] +PS> ./open-downloads-folder.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -61,4 +61,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-downloads-folder.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-downloads-folder.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-dropbox-folder.md b/Docs/open-dropbox-folder.md index 900934dd..55c7e662 100644 --- a/Docs/open-dropbox-folder.md +++ b/Docs/open-dropbox-folder.md @@ -1,4 +1,4 @@ -PS> *open-dropbox-folder.ps1* +PS> *./open-dropbox-folder.ps1* ==================== This PowerShell script launches the File Explorer with the user's Dropbox folder. @@ -6,7 +6,7 @@ This PowerShell script launches the File Explorer with the user's Dropbox folder Parameters ---------- ```powershell -PS> open-dropbox-folder.ps1 [] +PS> ./open-dropbox-folder.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-dropbox-folder.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-dropbox-folder.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-duck-duck-go.md b/Docs/open-duck-duck-go.md index 791ae0fc..e5aca296 100644 --- a/Docs/open-duck-duck-go.md +++ b/Docs/open-duck-duck-go.md @@ -1,4 +1,4 @@ -PS> *open-duck-duck-go.ps1* +PS> *./open-duck-duck-go.ps1* ==================== This PowerShell script launches the Web browser with the DuckDuckGo website. @@ -6,7 +6,7 @@ This PowerShell script launches the Web browser with the DuckDuckGo website. Parameters ---------- ```powershell -PS> open-duck-duck-go.ps1 [] +PS> ./open-duck-duck-go.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-duck-duck-go.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-duck-duck-go.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-e-drive.md b/Docs/open-e-drive.md index 61b052c5..8b13f550 100644 --- a/Docs/open-e-drive.md +++ b/Docs/open-e-drive.md @@ -1,4 +1,4 @@ -PS> *open-e-drive.ps1* +PS> *./open-e-drive.ps1* ==================== This PowerShell script launches the File Explorer with the E: drive folder. @@ -6,7 +6,7 @@ This PowerShell script launches the File Explorer with the E: drive folder. Parameters ---------- ```powershell -PS> open-e-drive.ps1 [] +PS> ./open-e-drive.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -47,4 +47,4 @@ Script Content & "$PSScriptRoot/open-file-explorer.ps1" "E:" ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-e-drive.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-e-drive.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-edge.md b/Docs/open-edge.md index a730fa0f..4cfa85e2 100644 --- a/Docs/open-edge.md +++ b/Docs/open-edge.md @@ -1,4 +1,4 @@ -PS> *open-edge.ps1* +PS> *./open-edge.ps1* ==================== This PowerShell script launches the Microsoft Edge Web browser. @@ -6,7 +6,7 @@ This PowerShell script launches the Microsoft Edge Web browser. Parameters ---------- ```powershell -PS> open-edge.ps1 [] +PS> ./open-edge.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Start-Process microsoft-edge:// exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-edge.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-edge.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-egg-timer.md b/Docs/open-egg-timer.md index 3ea57e55..160bfb4b 100644 --- a/Docs/open-egg-timer.md +++ b/Docs/open-egg-timer.md @@ -1,4 +1,4 @@ -PS> *open-egg-timer.ps1* +PS> *./open-egg-timer.ps1* ==================== This PowerShell script launches the Web browser with the eggtimer website. @@ -6,7 +6,7 @@ This PowerShell script launches the Web browser with the eggtimer website. Parameters ---------- ```powershell -PS> open-egg-timer.ps1 [] +PS> ./open-egg-timer.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-egg-timer.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-egg-timer.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-email-client.md b/Docs/open-email-client.md index 34c3cc6c..0d91d04b 100644 --- a/Docs/open-email-client.md +++ b/Docs/open-email-client.md @@ -1,4 +1,4 @@ -PS> *open-email-client.ps1* +PS> *./open-email-client.ps1* ==================== This PowerShell script launches the default email client. @@ -6,7 +6,7 @@ This PowerShell script launches the default email client. Parameters ---------- ```powershell -PS> open-email-client.ps1 [] +PS> ./open-email-client.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-email-client.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-email-client.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-f-drive.md b/Docs/open-f-drive.md index f3ca228f..4a1cd420 100644 --- a/Docs/open-f-drive.md +++ b/Docs/open-f-drive.md @@ -1,4 +1,4 @@ -PS> *open-f-drive.ps1* +PS> *./open-f-drive.ps1* ==================== This PowerShell script launches the File Explorer with the F: drive folder. @@ -6,7 +6,7 @@ This PowerShell script launches the File Explorer with the F: drive folder. Parameters ---------- ```powershell -PS> open-f-drive.ps1 [] +PS> ./open-f-drive.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-f-drive.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-f-drive.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-file-explorer.md b/Docs/open-file-explorer.md index 801faa27..be3a43ff 100644 --- a/Docs/open-file-explorer.md +++ b/Docs/open-file-explorer.md @@ -1,4 +1,4 @@ -PS> *open-file-explorer.ps1* +PS> *./open-file-explorer.ps1* ==================== This PowerShell script launches the File Explorer. @@ -6,7 +6,7 @@ This PowerShell script launches the File Explorer. Parameters ---------- ```powershell -PS> open-file-explorer.ps1 [[-Path] ] [] +PS> ./open-file-explorer.ps1 [[-Path] ] [] -Path Specifies the path to the folder to display @@ -70,4 +70,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-file-explorer.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-file-explorer.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-fire-place.md b/Docs/open-fire-place.md index 5e773950..38248fa4 100644 --- a/Docs/open-fire-place.md +++ b/Docs/open-fire-place.md @@ -1,4 +1,4 @@ -PS> *open-fire-place.ps1* +PS> *./open-fire-place.ps1* ==================== This PowerShell script launches the Web browser with a fire place website. @@ -6,7 +6,7 @@ This PowerShell script launches the Web browser with a fire place website. Parameters ---------- ```powershell -PS> open-fire-place.ps1 [] +PS> ./open-fire-place.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-fire-place.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-fire-place.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-firefox.md b/Docs/open-firefox.md index 9b15a89d..43a204e6 100644 --- a/Docs/open-firefox.md +++ b/Docs/open-firefox.md @@ -1,4 +1,4 @@ -PS> *open-firefox.ps1* +PS> *./open-firefox.ps1* ==================== This PowerShell script launches the Mozilla Firefox Web browser. @@ -6,7 +6,7 @@ This PowerShell script launches the Mozilla Firefox Web browser. Parameters ---------- ```powershell -PS> open-firefox.ps1 [[-URL] ] [] +PS> ./open-firefox.ps1 [[-URL] ] [] -URL Specifies an URL @@ -73,4 +73,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-firefox.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-firefox.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-flight-radar.md b/Docs/open-flight-radar.md index 2f86e244..cdb1590d 100644 --- a/Docs/open-flight-radar.md +++ b/Docs/open-flight-radar.md @@ -1,4 +1,4 @@ -PS> *open-flight-radar.ps1* +PS> *./open-flight-radar.ps1* ==================== This PowerShell script launches the Web browser with the FlightRadar24 website. @@ -6,7 +6,7 @@ This PowerShell script launches the Web browser with the FlightRadar24 website. Parameters ---------- ```powershell -PS> open-flight-radar.ps1 [] +PS> ./open-flight-radar.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-flight-radar.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-flight-radar.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-g-drive.md b/Docs/open-g-drive.md index 9a96e1a9..c15f19d5 100644 --- a/Docs/open-g-drive.md +++ b/Docs/open-g-drive.md @@ -1,4 +1,4 @@ -PS> *open-g-drive.ps1* +PS> *./open-g-drive.ps1* ==================== This PowerShell script launches the File Explorer with the G: drive folder. @@ -6,7 +6,7 @@ This PowerShell script launches the File Explorer with the G: drive folder. Parameters ---------- ```powershell -PS> open-g-drive.ps1 [] +PS> ./open-g-drive.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-g-drive.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-g-drive.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-git-extensions.md b/Docs/open-git-extensions.md index 861ca141..4b95ed2a 100644 --- a/Docs/open-git-extensions.md +++ b/Docs/open-git-extensions.md @@ -1,4 +1,4 @@ -PS> *open-git-extensions.ps1* +PS> *./open-git-extensions.ps1* ==================== open-git-extensions.ps1 @@ -48,4 +48,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-git-extensions.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-git-extensions.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-google-books.md b/Docs/open-google-books.md index c293dd65..2754a39c 100644 --- a/Docs/open-google-books.md +++ b/Docs/open-google-books.md @@ -1,4 +1,4 @@ -PS> *open-google-books.ps1* +PS> *./open-google-books.ps1* ==================== This PowerShell script launches the Web browser with the Google Books website. @@ -6,7 +6,7 @@ This PowerShell script launches the Web browser with the Google Books website. Parameters ---------- ```powershell -PS> open-google-books.ps1 [] +PS> ./open-google-books.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-google-books.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-books.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-google-calendar.md b/Docs/open-google-calendar.md index 069f55b0..9eb8632a 100644 --- a/Docs/open-google-calendar.md +++ b/Docs/open-google-calendar.md @@ -1,4 +1,4 @@ -PS> *open-google-calendar.ps1* +PS> *./open-google-calendar.ps1* ==================== This PowerShell script launches the Web browser with the Google Calendar website. @@ -6,7 +6,7 @@ This PowerShell script launches the Web browser with the Google Calendar website Parameters ---------- ```powershell -PS> open-google-calendar.ps1 [] +PS> ./open-google-calendar.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-google-calendar.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-calendar.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-google-contacts.md b/Docs/open-google-contacts.md index e6ef8e0c..316ca845 100644 --- a/Docs/open-google-contacts.md +++ b/Docs/open-google-contacts.md @@ -1,4 +1,4 @@ -PS> *open-google-contacts.ps1* +PS> *./open-google-contacts.ps1* ==================== This PowerShell script launches the Web browser with the Google Contacts website. @@ -6,7 +6,7 @@ This PowerShell script launches the Web browser with the Google Contacts website Parameters ---------- ```powershell -PS> open-google-contacts.ps1 [] +PS> ./open-google-contacts.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-google-contacts.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-contacts.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-google-docs.md b/Docs/open-google-docs.md index fe298d1b..dd48bb32 100644 --- a/Docs/open-google-docs.md +++ b/Docs/open-google-docs.md @@ -1,4 +1,4 @@ -PS> *open-google-docs.ps1* +PS> *./open-google-docs.ps1* ==================== This PowerShell script launches the Web browser with the Google Docs website. @@ -6,7 +6,7 @@ This PowerShell script launches the Web browser with the Google Docs website. Parameters ---------- ```powershell -PS> open-google-docs.ps1 [] +PS> ./open-google-docs.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-google-docs.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-docs.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-google-earth.md b/Docs/open-google-earth.md index ba2f23a2..80380dcd 100644 --- a/Docs/open-google-earth.md +++ b/Docs/open-google-earth.md @@ -1,4 +1,4 @@ -PS> *open-google-earth.ps1* +PS> *./open-google-earth.ps1* ==================== This PowerShell script launches the Web browser with the Google Earth website. @@ -6,7 +6,7 @@ This PowerShell script launches the Web browser with the Google Earth website. Parameters ---------- ```powershell -PS> open-google-earth.ps1 [] +PS> ./open-google-earth.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-google-earth.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-earth.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-google-mail.md b/Docs/open-google-mail.md index b6f4c5a2..ff95bd5f 100644 --- a/Docs/open-google-mail.md +++ b/Docs/open-google-mail.md @@ -1,4 +1,4 @@ -PS> *open-google-mail.ps1* +PS> *./open-google-mail.ps1* ==================== This PowerShell script launches the Web browser with the Google Mail website. @@ -6,7 +6,7 @@ This PowerShell script launches the Web browser with the Google Mail website. Parameters ---------- ```powershell -PS> open-google-mail.ps1 [] +PS> ./open-google-mail.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-google-mail.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-mail.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-google-maps.md b/Docs/open-google-maps.md index d7affddf..339f37c5 100644 --- a/Docs/open-google-maps.md +++ b/Docs/open-google-maps.md @@ -1,4 +1,4 @@ -PS> *open-google-maps.ps1* +PS> *./open-google-maps.ps1* ==================== This PowerShell script launches the Web browser with the Google Maps website. @@ -6,7 +6,7 @@ This PowerShell script launches the Web browser with the Google Maps website. Parameters ---------- ```powershell -PS> open-google-maps.ps1 [] +PS> ./open-google-maps.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-google-maps.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-maps.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-google-news.md b/Docs/open-google-news.md index 38e7dbec..84ad5232 100644 --- a/Docs/open-google-news.md +++ b/Docs/open-google-news.md @@ -1,4 +1,4 @@ -PS> *open-google-news.ps1* +PS> *./open-google-news.ps1* ==================== This PowerShell script launches the Web browser with the Google News website. @@ -6,7 +6,7 @@ This PowerShell script launches the Web browser with the Google News website. Parameters ---------- ```powershell -PS> open-google-news.ps1 [] +PS> ./open-google-news.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-google-news.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-news.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-google-photos.md b/Docs/open-google-photos.md index 982760c0..f1deea31 100644 --- a/Docs/open-google-photos.md +++ b/Docs/open-google-photos.md @@ -1,4 +1,4 @@ -PS> *open-google-photos.ps1* +PS> *./open-google-photos.ps1* ==================== This PowerShell script launches the Web browser with the Google Photos website. @@ -6,7 +6,7 @@ This PowerShell script launches the Web browser with the Google Photos website. Parameters ---------- ```powershell -PS> open-google-photos.ps1 [] +PS> ./open-google-photos.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-google-photos.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-photos.ps1 as of 07/29/2023 10:15:10)* diff --git a/Docs/open-google-play.md b/Docs/open-google-play.md index c5ef6fda..3c107df0 100644 --- a/Docs/open-google-play.md +++ b/Docs/open-google-play.md @@ -1,4 +1,4 @@ -PS> *open-google-play.ps1* +PS> *./open-google-play.ps1* ==================== This PowerShell script launches the Web browser with the Google Play website. @@ -6,7 +6,7 @@ This PowerShell script launches the Web browser with the Google Play website. Parameters ---------- ```powershell -PS> open-google-play.ps1 [] +PS> ./open-google-play.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-google-play.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-play.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-google-search.md b/Docs/open-google-search.md index 016291f1..ea02987f 100644 --- a/Docs/open-google-search.md +++ b/Docs/open-google-search.md @@ -1,4 +1,4 @@ -PS> *open-google-search.ps1* +PS> *./open-google-search.ps1* ==================== This PowerShell script launches the Web browser with the Google Search website. @@ -6,7 +6,7 @@ This PowerShell script launches the Web browser with the Google Search website. Parameters ---------- ```powershell -PS> open-google-search.ps1 [] +PS> ./open-google-search.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-google-search.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-search.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-google-stadia.md b/Docs/open-google-stadia.md index 9f19f505..253ea107 100644 --- a/Docs/open-google-stadia.md +++ b/Docs/open-google-stadia.md @@ -1,4 +1,4 @@ -PS> *open-google-stadia.ps1* +PS> *./open-google-stadia.ps1* ==================== This PowerShell script launches the Web browser with the Google Stadia website. @@ -6,7 +6,7 @@ This PowerShell script launches the Web browser with the Google Stadia website. Parameters ---------- ```powershell -PS> open-google-stadia.ps1 [] +PS> ./open-google-stadia.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-google-stadia.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-stadia.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-google-translate.md b/Docs/open-google-translate.md index a788e608..13b06824 100644 --- a/Docs/open-google-translate.md +++ b/Docs/open-google-translate.md @@ -1,4 +1,4 @@ -PS> *open-google-translate.ps1* +PS> *./open-google-translate.ps1* ==================== This PowerShell script launches the Web browser with the Google Translate website. @@ -6,7 +6,7 @@ This PowerShell script launches the Web browser with the Google Translate websit Parameters ---------- ```powershell -PS> open-google-translate.ps1 [] +PS> ./open-google-translate.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-google-translate.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-translate.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-home-folder.md b/Docs/open-home-folder.md index 821a776b..7751c7a9 100644 --- a/Docs/open-home-folder.md +++ b/Docs/open-home-folder.md @@ -1,4 +1,4 @@ -PS> *open-home-folder.ps1* +PS> *./open-home-folder.ps1* ==================== This script launches the File Explorer with the user's home folder. @@ -6,7 +6,7 @@ This script launches the File Explorer with the user's home folder. Parameters ---------- ```powershell -PS> open-home-folder.ps1 [] +PS> ./open-home-folder.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-home-folder.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-home-folder.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-internet-archive.md b/Docs/open-internet-archive.md index e8ea65e6..f2b70de8 100644 --- a/Docs/open-internet-archive.md +++ b/Docs/open-internet-archive.md @@ -1,4 +1,4 @@ -PS> *open-internet-archive.ps1* +PS> *./open-internet-archive.ps1* ==================== This script launches the Web browser with the Internet Archive website. @@ -6,7 +6,7 @@ This script launches the Web browser with the Internet Archive website. Parameters ---------- ```powershell -PS> open-internet-archive.ps1 [] +PS> ./open-internet-archive.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-internet-archive.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-internet-archive.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-jitsi-meet.md b/Docs/open-jitsi-meet.md index a57ea823..31b533ec 100644 --- a/Docs/open-jitsi-meet.md +++ b/Docs/open-jitsi-meet.md @@ -1,4 +1,4 @@ -PS> *open-jitsi-meet.ps1* +PS> *./open-jitsi-meet.ps1* ==================== This script launches the Web browser with the Jitsi Meet website. @@ -6,7 +6,7 @@ This script launches the Web browser with the Jitsi Meet website. Parameters ---------- ```powershell -PS> open-jitsi-meet.ps1 [] +PS> ./open-jitsi-meet.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-jitsi-meet.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-jitsi-meet.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-m-drive.md b/Docs/open-m-drive.md index 322094aa..eeda4af8 100644 --- a/Docs/open-m-drive.md +++ b/Docs/open-m-drive.md @@ -1,4 +1,4 @@ -PS> *open-m-drive.ps1* +PS> *./open-m-drive.ps1* ==================== This script launches the File Explorer with the M: drive folder. @@ -6,7 +6,7 @@ This script launches the File Explorer with the M: drive folder. Parameters ---------- ```powershell -PS> open-m-drive.ps1 [] +PS> ./open-m-drive.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-m-drive.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-m-drive.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-magnifier.md b/Docs/open-magnifier.md index 9e759b00..be0e3b84 100644 --- a/Docs/open-magnifier.md +++ b/Docs/open-magnifier.md @@ -1,4 +1,4 @@ -PS> *open-magnifier.ps1* +PS> *./open-magnifier.ps1* ==================== This script launches the Windows Screen Magnifier application. @@ -6,7 +6,7 @@ This script launches the Windows Screen Magnifier application. Parameters ---------- ```powershell -PS> open-magnifier.ps1 [] +PS> ./open-magnifier.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-magnifier.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-magnifier.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-microsoft-paint.md b/Docs/open-microsoft-paint.md index 81ab8eaa..561f4bcb 100644 --- a/Docs/open-microsoft-paint.md +++ b/Docs/open-microsoft-paint.md @@ -1,4 +1,4 @@ -PS> *open-microsoft-paint.ps1* +PS> *./open-microsoft-paint.ps1* ==================== This script launches the Microsoft Paint application. @@ -6,7 +6,7 @@ This script launches the Microsoft Paint application. Parameters ---------- ```powershell -PS> open-microsoft-paint.ps1 [] +PS> ./open-microsoft-paint.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-microsoft-paint.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-microsoft-paint.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-microsoft-solitaire.md b/Docs/open-microsoft-solitaire.md index 228d9264..3279133c 100644 --- a/Docs/open-microsoft-solitaire.md +++ b/Docs/open-microsoft-solitaire.md @@ -1,4 +1,4 @@ -PS> *open-microsoft-solitaire.ps1* +PS> *./open-microsoft-solitaire.ps1* ==================== This script launches the Microsoft Solitaire application. @@ -6,7 +6,7 @@ This script launches the Microsoft Solitaire application. Parameters ---------- ```powershell -PS> open-microsoft-solitaire.ps1 [] +PS> ./open-microsoft-solitaire.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Start-Process xboxliveapp-1297287741: exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-microsoft-solitaire.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-microsoft-solitaire.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-microsoft-store.md b/Docs/open-microsoft-store.md index b56795f6..230aec73 100644 --- a/Docs/open-microsoft-store.md +++ b/Docs/open-microsoft-store.md @@ -1,4 +1,4 @@ -PS> *open-microsoft-store.ps1* +PS> *./open-microsoft-store.ps1* ==================== This script launches the Microsoft Store application. @@ -6,7 +6,7 @@ This script launches the Microsoft Store application. Parameters ---------- ```powershell -PS> open-microsoft-store.ps1 [] +PS> ./open-microsoft-store.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Start-Process ms-windows-store: exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-microsoft-store.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-microsoft-store.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-microsoft-teams.md b/Docs/open-microsoft-teams.md index f19efa74..1832dccb 100644 --- a/Docs/open-microsoft-teams.md +++ b/Docs/open-microsoft-teams.md @@ -1,4 +1,4 @@ -PS> *open-microsoft-teams.ps1* +PS> *./open-microsoft-teams.ps1* ==================== This script launches the Microsoft Teams application. @@ -6,7 +6,7 @@ This script launches the Microsoft Teams application. Parameters ---------- ```powershell -PS> open-microsoft-teams.ps1 [] +PS> ./open-microsoft-teams.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-microsoft-teams.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-microsoft-teams.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-music-folder.md b/Docs/open-music-folder.md index 34a861a3..4291c0b7 100644 --- a/Docs/open-music-folder.md +++ b/Docs/open-music-folder.md @@ -1,4 +1,4 @@ -PS> *open-music-folder.ps1* +PS> *./open-music-folder.ps1* ==================== This script launches the File Explorer with the user's music folder. @@ -6,7 +6,7 @@ This script launches the File Explorer with the user's music folder. Parameters ---------- ```powershell -PS> open-music-folder.ps1 [] +PS> ./open-music-folder.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-music-folder.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-music-folder.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-netflix.md b/Docs/open-netflix.md index ddba33a5..1c4d78ba 100644 --- a/Docs/open-netflix.md +++ b/Docs/open-netflix.md @@ -1,4 +1,4 @@ -PS> *open-netflix.ps1* +PS> *./open-netflix.ps1* ==================== This script launches the Netflix application. @@ -6,7 +6,7 @@ This script launches the Netflix application. Parameters ---------- ```powershell -PS> open-netflix.ps1 [] +PS> ./open-netflix.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Start-Process netflix: exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-netflix.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-netflix.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-note-pad.md b/Docs/open-note-pad.md index e34ca6ad..87056fae 100644 --- a/Docs/open-note-pad.md +++ b/Docs/open-note-pad.md @@ -1,4 +1,4 @@ -PS> *open-note-pad.ps1* +PS> *./open-note-pad.ps1* ==================== This script launches the Notepad application. @@ -6,7 +6,7 @@ This script launches the Notepad application. Parameters ---------- ```powershell -PS> open-note-pad.ps1 [] +PS> ./open-note-pad.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-note-pad.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-note-pad.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-obs-studio.md b/Docs/open-obs-studio.md index fb802cb2..805d4cee 100644 --- a/Docs/open-obs-studio.md +++ b/Docs/open-obs-studio.md @@ -1,4 +1,4 @@ -PS> *open-obs-studio.ps1* +PS> *./open-obs-studio.ps1* ==================== open-obs-studio.ps1 @@ -47,4 +47,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-obs-studio.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-obs-studio.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-office-365.md b/Docs/open-office-365.md index 82b6a6f0..b89c26b5 100644 --- a/Docs/open-office-365.md +++ b/Docs/open-office-365.md @@ -1,4 +1,4 @@ -PS> *open-office-365.ps1* +PS> *./open-office-365.ps1* ==================== This script launches the Web browser with the Microsoft Office 365 website. @@ -6,7 +6,7 @@ This script launches the Web browser with the Microsoft Office 365 website. Parameters ---------- ```powershell -PS> open-office-365.ps1 [] +PS> ./open-office-365.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-office-365.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-office-365.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-one-drive-folder.md b/Docs/open-one-drive-folder.md index 0a6552bc..91e16551 100644 --- a/Docs/open-one-drive-folder.md +++ b/Docs/open-one-drive-folder.md @@ -1,4 +1,4 @@ -PS> *open-one-drive-folder.ps1* +PS> *./open-one-drive-folder.ps1* ==================== This script launches the File Explorer with the user's OneDrive folder. @@ -6,7 +6,7 @@ This script launches the File Explorer with the user's OneDrive folder. Parameters ---------- ```powershell -PS> open-one-drive-folder.ps1 [] +PS> ./open-one-drive-folder.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-one-drive-folder.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-one-drive-folder.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-outlook.md b/Docs/open-outlook.md index ef2322d3..eea8a209 100644 --- a/Docs/open-outlook.md +++ b/Docs/open-outlook.md @@ -1,4 +1,4 @@ -PS> *open-outlook.ps1* +PS> *./open-outlook.ps1* ==================== open-outlook.ps1 @@ -47,4 +47,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-outlook.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-outlook.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-paint-three-d.md b/Docs/open-paint-three-d.md index b1b0dae5..53946d4f 100644 --- a/Docs/open-paint-three-d.md +++ b/Docs/open-paint-three-d.md @@ -1,4 +1,4 @@ -PS> *open-paint-three-d.ps1* +PS> *./open-paint-three-d.ps1* ==================== This script launches the Paint 3D application. @@ -6,7 +6,7 @@ This script launches the Paint 3D application. Parameters ---------- ```powershell -PS> open-paint-three-d.ps1 [] +PS> ./open-paint-three-d.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-paint-three-d.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-paint-three-d.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-pictures-folder.md b/Docs/open-pictures-folder.md index 397e9fbf..7b2880d3 100644 --- a/Docs/open-pictures-folder.md +++ b/Docs/open-pictures-folder.md @@ -1,4 +1,4 @@ -PS> *open-pictures-folder.ps1* +PS> *./open-pictures-folder.ps1* ==================== This script launches the File Explorer with the user's pictures folder. @@ -6,7 +6,7 @@ This script launches the File Explorer with the user's pictures folder. Parameters ---------- ```powershell -PS> open-pictures-folder.ps1 [] +PS> ./open-pictures-folder.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-pictures-folder.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-pictures-folder.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-recycle-bin-folder.md b/Docs/open-recycle-bin-folder.md index 394412ec..76b90d2b 100644 --- a/Docs/open-recycle-bin-folder.md +++ b/Docs/open-recycle-bin-folder.md @@ -1,4 +1,4 @@ -PS> *open-recycle-bin-folder.ps1* +PS> *./open-recycle-bin-folder.ps1* ==================== This script launches the File Explorer with the user's recycle bin folder. @@ -6,7 +6,7 @@ This script launches the File Explorer with the user's recycle bin folder. Parameters ---------- ```powershell -PS> open-recycle-bin-folder.ps1 [] +PS> ./open-recycle-bin-folder.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-recycle-bin-folder.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-recycle-bin-folder.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-remote-desktop.md b/Docs/open-remote-desktop.md index 9bbd3428..2b546451 100644 --- a/Docs/open-remote-desktop.md +++ b/Docs/open-remote-desktop.md @@ -1,4 +1,4 @@ -PS> *open-remote-desktop.ps1* +PS> *./open-remote-desktop.ps1* ==================== This script launches the Remote Desktop application. @@ -6,7 +6,7 @@ This script launches the Remote Desktop application. Parameters ---------- ```powershell -PS> open-remote-desktop.ps1 [] +PS> ./open-remote-desktop.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-remote-desktop.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-remote-desktop.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-repos-folder.md b/Docs/open-repos-folder.md index 5aac0ae0..e66bf95f 100644 --- a/Docs/open-repos-folder.md +++ b/Docs/open-repos-folder.md @@ -1,4 +1,4 @@ -PS> *open-repos-folder.ps1* +PS> *./open-repos-folder.ps1* ==================== This script launches the File Explorer with the user's Git repositories folder. @@ -6,7 +6,7 @@ This script launches the File Explorer with the user's Git repositories folder. Parameters ---------- ```powershell -PS> open-repos-folder.ps1 [] +PS> ./open-repos-folder.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-repos-folder.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-repos-folder.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-screen-clip.md b/Docs/open-screen-clip.md index 9f180383..cda24438 100644 --- a/Docs/open-screen-clip.md +++ b/Docs/open-screen-clip.md @@ -1,4 +1,4 @@ -PS> *open-screen-clip.ps1* +PS> *./open-screen-clip.ps1* ==================== This script launches the Screen Clip application. @@ -6,7 +6,7 @@ This script launches the Screen Clip application. Parameters ---------- ```powershell -PS> open-screen-clip.ps1 [] +PS> ./open-screen-clip.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-screen-clip.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-screen-clip.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-screen-sketch.md b/Docs/open-screen-sketch.md index ff208d13..c0623711 100644 --- a/Docs/open-screen-sketch.md +++ b/Docs/open-screen-sketch.md @@ -1,4 +1,4 @@ -PS> *open-screen-sketch.ps1* +PS> *./open-screen-sketch.ps1* ==================== This script launches the Screen Sketch application. @@ -6,7 +6,7 @@ This script launches the Screen Sketch application. Parameters ---------- ```powershell -PS> open-screen-sketch.ps1 [] +PS> ./open-screen-sketch.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-screen-sketch.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-screen-sketch.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-skype.md b/Docs/open-skype.md index fb9e5a95..93a6b42a 100644 --- a/Docs/open-skype.md +++ b/Docs/open-skype.md @@ -1,4 +1,4 @@ -PS> *open-skype.ps1* +PS> *./open-skype.ps1* ==================== This script launches the Skype application. @@ -6,7 +6,7 @@ This script launches the Skype application. Parameters ---------- ```powershell -PS> open-skype.ps1 [] +PS> ./open-skype.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-skype.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-skype.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-snipping-tool.md b/Docs/open-snipping-tool.md index 72c55d7a..2dea6b47 100644 --- a/Docs/open-snipping-tool.md +++ b/Docs/open-snipping-tool.md @@ -1,4 +1,4 @@ -PS> *open-snipping-tool.ps1* +PS> *./open-snipping-tool.ps1* ==================== This script launches the Snipping Tool application. @@ -6,7 +6,7 @@ This script launches the Snipping Tool application. Parameters ---------- ```powershell -PS> open-snipping-tool.ps1 [] +PS> ./open-snipping-tool.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Start-Process SnippingTool.exe exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-snipping-tool.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-snipping-tool.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-speed-test.md b/Docs/open-speed-test.md index 76d4f5c7..3ed3ab44 100644 --- a/Docs/open-speed-test.md +++ b/Docs/open-speed-test.md @@ -1,4 +1,4 @@ -PS> *open-speed-test.ps1* +PS> *./open-speed-test.ps1* ==================== This script launches the Web browser with Cloudflare's speed test website. @@ -6,7 +6,7 @@ This script launches the Web browser with Cloudflare's speed test website. Parameters ---------- ```powershell -PS> open-speed-test.ps1 [] +PS> ./open-speed-test.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-speed-test.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-speed-test.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-spotify.md b/Docs/open-spotify.md index b5172f74..268345ae 100644 --- a/Docs/open-spotify.md +++ b/Docs/open-spotify.md @@ -1,4 +1,4 @@ -PS> *open-spotify.ps1* +PS> *./open-spotify.ps1* ==================== This script launches the Spotify application. @@ -6,7 +6,7 @@ This script launches the Spotify application. Parameters ---------- ```powershell -PS> open-spotify.ps1 [] +PS> ./open-spotify.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Start-Process spotify: exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-spotify.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-spotify.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-stack-overflow.md b/Docs/open-stack-overflow.md index 97a0a18f..1ec658da 100644 --- a/Docs/open-stack-overflow.md +++ b/Docs/open-stack-overflow.md @@ -1,4 +1,4 @@ -PS> *open-stack-overflow.ps1* +PS> *./open-stack-overflow.ps1* ==================== This script launches the Web browser with the Stack Overflow website. @@ -6,7 +6,7 @@ This script launches the Web browser with the Stack Overflow website. Parameters ---------- ```powershell -PS> open-stack-overflow.ps1 [] +PS> ./open-stack-overflow.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-stack-overflow.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-stack-overflow.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-start-page.md b/Docs/open-start-page.md index a5b7f6bc..124aa07d 100644 --- a/Docs/open-start-page.md +++ b/Docs/open-start-page.md @@ -1,4 +1,4 @@ -PS> *open-start-page.ps1* +PS> *./open-start-page.ps1* ==================== This script launches the Web browser with the Startpage website. @@ -6,7 +6,7 @@ This script launches the Web browser with the Startpage website. Parameters ---------- ```powershell -PS> open-start-page.ps1 [] +PS> ./open-start-page.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-start-page.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-start-page.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-street-map.md b/Docs/open-street-map.md index 798e7aae..31143d24 100644 --- a/Docs/open-street-map.md +++ b/Docs/open-street-map.md @@ -1,4 +1,4 @@ -PS> *open-street-map.ps1* +PS> *./open-street-map.ps1* ==================== This script launches the Web browser with the OpenStreetMap website. @@ -6,7 +6,7 @@ This script launches the Web browser with the OpenStreetMap website. Parameters ---------- ```powershell -PS> open-street-map.ps1 [] +PS> ./open-street-map.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-street-map.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-street-map.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-task-manager.md b/Docs/open-task-manager.md index b799cc3a..4ba593cf 100644 --- a/Docs/open-task-manager.md +++ b/Docs/open-task-manager.md @@ -1,4 +1,4 @@ -PS> *open-task-manager.ps1* +PS> *./open-task-manager.ps1* ==================== This script launches the Windows Task Manager application. @@ -6,7 +6,7 @@ This script launches the Windows Task Manager application. Parameters ---------- ```powershell -PS> open-task-manager.ps1 [] +PS> ./open-task-manager.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-task-manager.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-task-manager.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-temporary-folder.md b/Docs/open-temporary-folder.md index 6deecf89..4c24f4d4 100644 --- a/Docs/open-temporary-folder.md +++ b/Docs/open-temporary-folder.md @@ -1,4 +1,4 @@ -PS> *open-temporary-folder.ps1* +PS> *./open-temporary-folder.ps1* ==================== open-temporary-folder.ps1 @@ -50,4 +50,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-temporary-folder.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-temporary-folder.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-three-d-viewer.md b/Docs/open-three-d-viewer.md index 5637488c..4d5ef903 100644 --- a/Docs/open-three-d-viewer.md +++ b/Docs/open-three-d-viewer.md @@ -1,4 +1,4 @@ -PS> *open-three-d-viewer.ps1* +PS> *./open-three-d-viewer.ps1* ==================== This script launches the 3D-Viewer application. @@ -6,7 +6,7 @@ This script launches the 3D-Viewer application. Parameters ---------- ```powershell -PS> open-three-d-viewer.ps1 [] +PS> ./open-three-d-viewer.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,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 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-three-d-viewer.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-thunderbird.md b/Docs/open-thunderbird.md index 0cef8698..351981ce 100644 --- a/Docs/open-thunderbird.md +++ b/Docs/open-thunderbird.md @@ -1,4 +1,4 @@ -PS> *open-thunderbird.ps1* +PS> *./open-thunderbird.ps1* ==================== open-thunderbird.ps1 @@ -45,4 +45,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-thunderbird.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-thunderbird.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-videos-folders.md b/Docs/open-videos-folders.md index 33229c89..21bbc337 100644 --- a/Docs/open-videos-folders.md +++ b/Docs/open-videos-folders.md @@ -1,4 +1,4 @@ -PS> *open-videos-folders.ps1* +PS> *./open-videos-folders.ps1* ==================== This script launches the File Explorer with the user's videos folder. @@ -6,7 +6,7 @@ This script launches the File Explorer with the user's videos folder. Parameters ---------- ```powershell -PS> open-videos-folders.ps1 [] +PS> ./open-videos-folders.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-videos-folders.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-videos-folders.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-visual-studio.md b/Docs/open-visual-studio.md index 7cad0367..db34fbc4 100644 --- a/Docs/open-visual-studio.md +++ b/Docs/open-visual-studio.md @@ -1,4 +1,4 @@ -PS> *open-visual-studio.ps1* +PS> *./open-visual-studio.ps1* ==================== open-visual-studio.ps1 @@ -47,4 +47,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-visual-studio.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-visual-studio.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-vpn-settings.md b/Docs/open-vpn-settings.md index 47f6a91b..f79a1776 100644 --- a/Docs/open-vpn-settings.md +++ b/Docs/open-vpn-settings.md @@ -1,4 +1,4 @@ -PS> *open-vpn-settings.ps1* +PS> *./open-vpn-settings.ps1* ==================== This PowerShell script launches the VPN settings of Windows. @@ -6,7 +6,7 @@ This PowerShell script launches the VPN settings of Windows. Parameters ---------- ```powershell -PS> open-vpn-settings.ps1 [] +PS> ./open-vpn-settings.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,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 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-vpn-settings.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-windows-defender.md b/Docs/open-windows-defender.md index ff04c043..e5a81107 100644 --- a/Docs/open-windows-defender.md +++ b/Docs/open-windows-defender.md @@ -1,4 +1,4 @@ -PS> *open-windows-defender.ps1* +PS> *./open-windows-defender.ps1* ==================== This script launches the Windows Defender application. @@ -6,7 +6,7 @@ This script launches the Windows Defender application. Parameters ---------- ```powershell -PS> open-windows-defender.ps1 [] +PS> ./open-windows-defender.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Start-Process windowsdefender: exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-windows-defender.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-windows-defender.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-windows-terminal.md b/Docs/open-windows-terminal.md index 8c7955bd..3027c9eb 100644 --- a/Docs/open-windows-terminal.md +++ b/Docs/open-windows-terminal.md @@ -1,4 +1,4 @@ -PS> *open-windows-terminal.ps1* +PS> *./open-windows-terminal.ps1* ==================== This script launches the Windows Terminal application. @@ -6,7 +6,7 @@ This script launches the Windows Terminal application. Parameters ---------- ```powershell -PS> open-windows-terminal.ps1 [] +PS> ./open-windows-terminal.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Start-Process wt.exe exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-windows-terminal.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-windows-terminal.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/open-xing.md b/Docs/open-xing.md index 723f8dec..cc9904d4 100644 --- a/Docs/open-xing.md +++ b/Docs/open-xing.md @@ -1,4 +1,4 @@ -PS> *open-xing.ps1* +PS> *./open-xing.ps1* ==================== This script launches the XING application. @@ -6,7 +6,7 @@ This script launches the XING application. Parameters ---------- ```powershell -PS> open-xing.ps1 [] +PS> ./open-xing.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Start-Process xing: exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-xing.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-xing.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/pick-commit.md b/Docs/pick-commit.md index 25cd14cc..39b6a519 100644 --- a/Docs/pick-commit.md +++ b/Docs/pick-commit.md @@ -1,4 +1,4 @@ -PS> *pick-commit.ps1* +PS> *./pick-commit.ps1* ==================== Cherry-picks a Git commit into one or more branches (branch names need to be separated by spaces) @@ -7,7 +7,7 @@ NOTE: in case of merge conflicts the script stops immediately! Parameters ---------- ```powershell -PS> pick-commit.ps1 [[-CommitID] ] [[-CommitMessage] ] [[-Branches] ] [[-RepoDir] ] [] +PS> ./pick-commit.ps1 [[-CommitID] ] [[-CommitMessage] ] [[-Branches] ] [[-RepoDir] ] [] -CommitID Specifies the commit ID @@ -151,4 +151,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of pick-commit.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of pick-commit.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/ping-weather.md b/Docs/ping-weather.md index d23ebc3b..3c61a9a6 100644 --- a/Docs/ping-weather.md +++ b/Docs/ping-weather.md @@ -1,4 +1,4 @@ -PS> *ping-weather.ps1* +PS> *./ping-weather.ps1* ==================== This PowerShell script continuously shows the current weather conditions (similar to htop, 10 min update interval by default). @@ -6,7 +6,7 @@ This PowerShell script continuously shows the current weather conditions (simila Parameters ---------- ```powershell -PS> ping-weather.ps1 [[-Location] ] [[-UpdateInterval] ] [] +PS> ./ping-weather.ps1 [[-Location] ] [[-UpdateInterval] ] [] -Location Specifies the location to use (determined automatically per default) @@ -99,4 +99,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of ping-weather.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of ping-weather.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/play-bee-sound.md b/Docs/play-bee-sound.md index 22cf2e17..a85b4878 100644 --- a/Docs/play-bee-sound.md +++ b/Docs/play-bee-sound.md @@ -1,4 +1,4 @@ -PS> *play-bee-sound.ps1* +PS> *./play-bee-sound.ps1* ==================== This PowerShell script plays a bee sound. @@ -6,7 +6,7 @@ This PowerShell script plays a bee sound. Parameters ---------- ```powershell -PS> play-bee-sound.ps1 [] +PS> ./play-bee-sound.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-bee-sound.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-bee-sound.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/play-beep-sound.md b/Docs/play-beep-sound.md index ad65184d..ec42fe39 100644 --- a/Docs/play-beep-sound.md +++ b/Docs/play-beep-sound.md @@ -1,4 +1,4 @@ -PS> *play-beep-sound.ps1* +PS> *./play-beep-sound.ps1* ==================== This PowerShell script plays a short beep sound. @@ -6,7 +6,7 @@ This PowerShell script plays a short beep sound. Parameters ---------- ```powershell -PS> play-beep-sound.ps1 [] +PS> ./play-beep-sound.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -49,4 +49,4 @@ Start-Sleep -milliseconds 300 exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-beep-sound.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-beep-sound.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/play-cat-sound.md b/Docs/play-cat-sound.md index 4988a81b..85d8f538 100644 --- a/Docs/play-cat-sound.md +++ b/Docs/play-cat-sound.md @@ -1,4 +1,4 @@ -PS> *play-cat-sound.ps1* +PS> *./play-cat-sound.ps1* ==================== This PowerShell script plays a cat sound. @@ -6,7 +6,7 @@ This PowerShell script plays a cat sound. Parameters ---------- ```powershell -PS> play-cat-sound.ps1 [] +PS> ./play-cat-sound.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-cat-sound.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-cat-sound.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/play-cow-sound.md b/Docs/play-cow-sound.md index ad4b4ca0..4da8a02d 100644 --- a/Docs/play-cow-sound.md +++ b/Docs/play-cow-sound.md @@ -1,4 +1,4 @@ -PS> *play-cow-sound.ps1* +PS> *./play-cow-sound.ps1* ==================== This PowerShell script plays a cow sound. @@ -6,7 +6,7 @@ This PowerShell script plays a cow sound. Parameters ---------- ```powershell -PS> play-cow-sound.ps1 [] +PS> ./play-cow-sound.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-cow-sound.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-cow-sound.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/play-dog-sound.md b/Docs/play-dog-sound.md index c9f898bb..fabcf4d9 100644 --- a/Docs/play-dog-sound.md +++ b/Docs/play-dog-sound.md @@ -1,4 +1,4 @@ -PS> *play-dog-sound.ps1* +PS> *./play-dog-sound.ps1* ==================== This PowerShell script plays a dog sound. @@ -6,7 +6,7 @@ This PowerShell script plays a dog sound. Parameters ---------- ```powershell -PS> play-dog-sound.ps1 [] +PS> ./play-dog-sound.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-dog-sound.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-dog-sound.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/play-donkey-sound.md b/Docs/play-donkey-sound.md index 9823870b..98b022ee 100644 --- a/Docs/play-donkey-sound.md +++ b/Docs/play-donkey-sound.md @@ -1,4 +1,4 @@ -PS> *play-donkey-sound.ps1* +PS> *./play-donkey-sound.ps1* ==================== This PowerShell script plays a donkey sound. @@ -6,7 +6,7 @@ This PowerShell script plays a donkey sound. Parameters ---------- ```powershell -PS> play-donkey-sound.ps1 [] +PS> ./play-donkey-sound.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-donkey-sound.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-donkey-sound.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/play-elephant-sound.md b/Docs/play-elephant-sound.md index fdaecb92..b3ce0101 100644 --- a/Docs/play-elephant-sound.md +++ b/Docs/play-elephant-sound.md @@ -1,4 +1,4 @@ -PS> *play-elephant-sound.ps1* +PS> *./play-elephant-sound.ps1* ==================== This PowerShell script plays an elephant sound. @@ -6,7 +6,7 @@ This PowerShell script plays an elephant sound. Parameters ---------- ```powershell -PS> play-elephant-sound.ps1 [] +PS> ./play-elephant-sound.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-elephant-sound.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-elephant-sound.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/play-elk-sound.md b/Docs/play-elk-sound.md index fc18c829..9a7267c8 100644 --- a/Docs/play-elk-sound.md +++ b/Docs/play-elk-sound.md @@ -1,4 +1,4 @@ -PS> *play-elk-sound.ps1* +PS> *./play-elk-sound.ps1* ==================== This PowerShell script plays an elk sound. @@ -6,7 +6,7 @@ This PowerShell script plays an elk sound. Parameters ---------- ```powershell -PS> play-elk-sound.ps1 [] +PS> ./play-elk-sound.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-elk-sound.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-elk-sound.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/play-files.md b/Docs/play-files.md index d2ac3aeb..90e2ce70 100644 --- a/Docs/play-files.md +++ b/Docs/play-files.md @@ -1,4 +1,4 @@ -PS> *play-files.ps1* +PS> *./play-files.ps1* ==================== This PowerShell script plays the given audio files (supporting MP3 and WAV format). @@ -6,7 +6,7 @@ This PowerShell script plays the given audio files (supporting MP3 and WAV forma Parameters ---------- ```powershell -PS> play-files.ps1 [[-FilePattern] ] [] +PS> ./play-files.ps1 [[-FilePattern] ] [] -FilePattern Specifies the file pattern @@ -76,4 +76,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-files.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-files.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/play-frog-sound.md b/Docs/play-frog-sound.md index 191da005..0cf9c3ad 100644 --- a/Docs/play-frog-sound.md +++ b/Docs/play-frog-sound.md @@ -1,4 +1,4 @@ -PS> *play-frog-sound.ps1* +PS> *./play-frog-sound.ps1* ==================== This PowerShell script plays a frog sound. @@ -6,7 +6,7 @@ This PowerShell script plays a frog sound. Parameters ---------- ```powershell -PS> play-frog-sound.ps1 [] +PS> ./play-frog-sound.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-frog-sound.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-frog-sound.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/play-goat-sound.md b/Docs/play-goat-sound.md index 046de90a..48c09a57 100644 --- a/Docs/play-goat-sound.md +++ b/Docs/play-goat-sound.md @@ -1,4 +1,4 @@ -PS> *play-goat-sound.ps1* +PS> *./play-goat-sound.ps1* ==================== This PowerShell script plays a goat sound. @@ -6,7 +6,7 @@ This PowerShell script plays a goat sound. Parameters ---------- ```powershell -PS> play-goat-sound.ps1 [] +PS> ./play-goat-sound.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-goat-sound.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-goat-sound.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/play-gorilla-sound.md b/Docs/play-gorilla-sound.md index 717ee897..287bf192 100644 --- a/Docs/play-gorilla-sound.md +++ b/Docs/play-gorilla-sound.md @@ -1,4 +1,4 @@ -PS> *play-gorilla-sound.ps1* +PS> *./play-gorilla-sound.ps1* ==================== This PowerShell script plays a gorilla sound. @@ -6,7 +6,7 @@ This PowerShell script plays a gorilla sound. Parameters ---------- ```powershell -PS> play-gorilla-sound.ps1 [] +PS> ./play-gorilla-sound.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-gorilla-sound.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-gorilla-sound.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/play-happy-birthday.md b/Docs/play-happy-birthday.md index b2c77e18..b2848f25 100644 --- a/Docs/play-happy-birthday.md +++ b/Docs/play-happy-birthday.md @@ -1,4 +1,4 @@ -PS> *play-happy-birthday.ps1* +PS> *./play-happy-birthday.ps1* ==================== This PowerShell script plays the famous Happy Birthday song. @@ -6,7 +6,7 @@ This PowerShell script plays the famous Happy Birthday song. Parameters ---------- ```powershell -PS> play-happy-birthday.ps1 [] +PS> ./play-happy-birthday.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -72,4 +72,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-happy-birthday.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-happy-birthday.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/play-horse-sound.md b/Docs/play-horse-sound.md index 825d54bc..4fa33d1d 100644 --- a/Docs/play-horse-sound.md +++ b/Docs/play-horse-sound.md @@ -1,4 +1,4 @@ -PS> *play-horse-sound.ps1* +PS> *./play-horse-sound.ps1* ==================== This PowerShell script plays a horse sound. @@ -6,7 +6,7 @@ This PowerShell script plays a horse sound. Parameters ---------- ```powershell -PS> play-horse-sound.ps1 [] +PS> ./play-horse-sound.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-horse-sound.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-horse-sound.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/play-imperial-march.md b/Docs/play-imperial-march.md index aa7e0390..7873a3e4 100644 --- a/Docs/play-imperial-march.md +++ b/Docs/play-imperial-march.md @@ -1,4 +1,4 @@ -PS> *play-imperial-march.ps1* +PS> *./play-imperial-march.ps1* ==================== This PowerShell script plays the Imperial March used in the Star Wars film series. @@ -6,7 +6,7 @@ This PowerShell script plays the Imperial March used in the Star Wars film serie Parameters ---------- ```powershell -PS> play-imperial-march.ps1 [] +PS> ./play-imperial-march.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-imperial-march.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-imperial-march.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/play-jingle-bells.md b/Docs/play-jingle-bells.md index 3890237b..2f5e6dff 100644 --- a/Docs/play-jingle-bells.md +++ b/Docs/play-jingle-bells.md @@ -1,4 +1,4 @@ -PS> *play-jingle-bells.ps1* +PS> *./play-jingle-bells.ps1* ==================== This PowerShell script plays the famous Jingle Bells song. @@ -6,7 +6,7 @@ This PowerShell script plays the famous Jingle Bells song. Parameters ---------- ```powershell -PS> play-jingle-bells.ps1 [] +PS> ./play-jingle-bells.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -193,4 +193,4 @@ Start-Sleep -m $Duration.EIGHTH exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-jingle-bells.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-jingle-bells.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/play-lion-sound.md b/Docs/play-lion-sound.md index 3f401927..5771915d 100644 --- a/Docs/play-lion-sound.md +++ b/Docs/play-lion-sound.md @@ -1,4 +1,4 @@ -PS> *play-lion-sound.ps1* +PS> *./play-lion-sound.ps1* ==================== This PowerShell script plays a lion sound. @@ -6,7 +6,7 @@ This PowerShell script plays a lion sound. Parameters ---------- ```powershell -PS> play-lion-sound.ps1 [] +PS> ./play-lion-sound.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-lion-sound.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-lion-sound.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/play-m3u.md b/Docs/play-m3u.md index 52dea9e9..3c5d2174 100644 --- a/Docs/play-m3u.md +++ b/Docs/play-m3u.md @@ -1,4 +1,4 @@ -PS> *play-m3u.ps1* +PS> *./play-m3u.ps1* ==================== This PowerShell script plays the given playlist (in .M3U file format) @@ -6,7 +6,7 @@ This PowerShell script plays the given playlist (in .M3U file format) Parameters ---------- ```powershell -PS> play-m3u.ps1 [[-filename] ] [] +PS> ./play-m3u.ps1 [[-filename] ] [] -filename Specifies the path to the playlist @@ -92,4 +92,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-m3u.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-m3u.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/play-mission-impossible.md b/Docs/play-mission-impossible.md index 100904e1..2aab7564 100644 --- a/Docs/play-mission-impossible.md +++ b/Docs/play-mission-impossible.md @@ -1,4 +1,4 @@ -PS> *play-mission-impossible.ps1* +PS> *./play-mission-impossible.ps1* ==================== This PowerShell script plays the Mission Impossible theme. @@ -6,7 +6,7 @@ This PowerShell script plays the Mission Impossible theme. Parameters ---------- ```powershell -PS> play-mission-impossible.ps1 [] +PS> ./play-mission-impossible.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -93,4 +93,4 @@ Start-Sleep -m 150 exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-mission-impossible.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-mission-impossible.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/play-mp3.md b/Docs/play-mp3.md index 640da879..ce26e5e5 100644 --- a/Docs/play-mp3.md +++ b/Docs/play-mp3.md @@ -1,4 +1,4 @@ -PS> *play-mp3.ps1* +PS> *./play-mp3.ps1* ==================== This PowerShell script plays a sound file in .MP3 file format. @@ -6,7 +6,7 @@ This PowerShell script plays a sound file in .MP3 file format. Parameters ---------- ```powershell -PS> play-mp3.ps1 [[-Path] ] [] +PS> ./play-mp3.ps1 [[-Path] ] [] -Path Specifies the path to the .MP3 file @@ -91,4 +91,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-mp3.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-mp3.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/play-parrot-sound.md b/Docs/play-parrot-sound.md index 7bb3784b..aa5e8feb 100644 --- a/Docs/play-parrot-sound.md +++ b/Docs/play-parrot-sound.md @@ -1,4 +1,4 @@ -PS> *play-parrot-sound.ps1* +PS> *./play-parrot-sound.ps1* ==================== This PowerShell script plays a parrot sound. @@ -6,7 +6,7 @@ This PowerShell script plays a parrot sound. Parameters ---------- ```powershell -PS> play-parrot-sound.ps1 [] +PS> ./play-parrot-sound.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-parrot-sound.ps1 as of 07/29/2023 10:10:47)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-parrot-sound.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/play-pig-sound.md b/Docs/play-pig-sound.md index f0a55a33..3c35f87d 100644 --- a/Docs/play-pig-sound.md +++ b/Docs/play-pig-sound.md @@ -1,4 +1,4 @@ -PS> *play-pig-sound.ps1* +PS> *./play-pig-sound.ps1* ==================== This PowerShell script plays a pig sound. @@ -6,7 +6,7 @@ This PowerShell script plays a pig sound. Parameters ---------- ```powershell -PS> play-pig-sound.ps1 [] +PS> ./play-pig-sound.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-pig-sound.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-pig-sound.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/play-rattlesnake-sound.md b/Docs/play-rattlesnake-sound.md index 8b78a555..a8b3d54b 100644 --- a/Docs/play-rattlesnake-sound.md +++ b/Docs/play-rattlesnake-sound.md @@ -1,4 +1,4 @@ -PS> *play-rattlesnake-sound.ps1* +PS> *./play-rattlesnake-sound.ps1* ==================== This PowerShell script plays a rattlesnake sound. @@ -6,7 +6,7 @@ This PowerShell script plays a rattlesnake sound. Parameters ---------- ```powershell -PS> play-rattlesnake-sound.ps1 [] +PS> ./play-rattlesnake-sound.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-rattlesnake-sound.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-rattlesnake-sound.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/play-super-mario.md b/Docs/play-super-mario.md index 858ceceb..12b6695e 100644 --- a/Docs/play-super-mario.md +++ b/Docs/play-super-mario.md @@ -1,4 +1,4 @@ -PS> *play-super-mario.ps1* +PS> *./play-super-mario.ps1* ==================== This PowerShell script plays the Super Mario intro. @@ -6,7 +6,7 @@ This PowerShell script plays the Super Mario intro. Parameters ---------- ```powershell -PS> play-super-mario.ps1 [] +PS> ./play-super-mario.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -71,4 +71,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-super-mario.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-super-mario.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/play-tetris-melody.md b/Docs/play-tetris-melody.md index a62a055b..287bc59a 100644 --- a/Docs/play-tetris-melody.md +++ b/Docs/play-tetris-melody.md @@ -1,4 +1,4 @@ -PS> *play-tetris-melody.ps1* +PS> *./play-tetris-melody.ps1* ==================== This PowerShell script plays the Tetris melody. @@ -6,7 +6,7 @@ This PowerShell script plays the Tetris melody. Parameters ---------- ```powershell -PS> play-tetris-melody.ps1 [] +PS> ./play-tetris-melody.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -161,4 +161,4 @@ Start-Sleep -milliseconds 500 exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-tetris-melody.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-tetris-melody.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/play-vulture-sound.md b/Docs/play-vulture-sound.md index ebd6d83e..583f9841 100644 --- a/Docs/play-vulture-sound.md +++ b/Docs/play-vulture-sound.md @@ -1,4 +1,4 @@ -PS> *play-vulture-sound.ps1* +PS> *./play-vulture-sound.ps1* ==================== This PowerShell script plays a vulture sound. @@ -6,7 +6,7 @@ This PowerShell script plays a vulture sound. Parameters ---------- ```powershell -PS> play-vulture-sound.ps1 [] +PS> ./play-vulture-sound.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-vulture-sound.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-vulture-sound.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/play-wolf-sound.md b/Docs/play-wolf-sound.md index 4babaea1..4ea06b96 100644 --- a/Docs/play-wolf-sound.md +++ b/Docs/play-wolf-sound.md @@ -1,4 +1,4 @@ -PS> *play-wolf-sound.ps1* +PS> *./play-wolf-sound.ps1* ==================== This PowerShell script plays a wolf sound. @@ -6,7 +6,7 @@ This PowerShell script plays a wolf sound. Parameters ---------- ```powershell -PS> play-wolf-sound.ps1 [] +PS> ./play-wolf-sound.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-wolf-sound.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-wolf-sound.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/poweroff.md b/Docs/poweroff.md index 07f45c46..7a0e1fd9 100644 --- a/Docs/poweroff.md +++ b/Docs/poweroff.md @@ -1,4 +1,4 @@ -PS> *poweroff.ps1* +PS> *./poweroff.ps1* ==================== This script halts the local computer immediately (needs admin rights). @@ -6,7 +6,7 @@ This script halts the local computer immediately (needs admin rights). Parameters ---------- ```powershell -PS> poweroff.ps1 [] +PS> ./poweroff.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -59,4 +59,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of poweroff.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of poweroff.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/print-image.md b/Docs/print-image.md index dcc0127c..cd51664d 100644 --- a/Docs/print-image.md +++ b/Docs/print-image.md @@ -1,4 +1,4 @@ -PS> *print-image.ps1* +PS> *./print-image.ps1* ==================== This PowerShell script shows the printer dialogue to print the given image file. @@ -6,7 +6,7 @@ This PowerShell script shows the printer dialogue to print the given image file. Parameters ---------- ```powershell -PS> print-image.ps1 [[-Path] ] [] +PS> ./print-image.ps1 [[-Path] ] [] -Path Specifies the path to the image file @@ -69,4 +69,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of print-image.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of print-image.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/publish-to-ipfs.md b/Docs/publish-to-ipfs.md index 0973fcf0..01e63af2 100644 --- a/Docs/publish-to-ipfs.md +++ b/Docs/publish-to-ipfs.md @@ -1,4 +1,4 @@ -PS> *publish-to-ipfs.ps1* +PS> *./publish-to-ipfs.ps1* ==================== This script publishes the given files and folders to IPFS. @@ -6,7 +6,7 @@ This script publishes the given files and folders to IPFS. Parameters ---------- ```powershell -PS> publish-to-ipfs.ps1 [[-FilePattern] ] [[-HashList] ] [[-DF_Hashes] ] [] +PS> ./publish-to-ipfs.ps1 [[-FilePattern] ] [[-HashList] ] [[-DF_Hashes] ] [] -FilePattern Specifies the file pattern @@ -119,4 +119,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of publish-to-ipfs.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of publish-to-ipfs.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/pull-repo.md b/Docs/pull-repo.md index 1beaa723..43a2c5af 100644 --- a/Docs/pull-repo.md +++ b/Docs/pull-repo.md @@ -1,4 +1,4 @@ -PS> *pull-repo.ps1* +PS> *./pull-repo.ps1* ==================== This PowerShell script pulls the latest updates into a local Git repository (including submodules). @@ -6,7 +6,7 @@ This PowerShell script pulls the latest updates into a local Git repository (inc Parameters ---------- ```powershell -PS> pull-repo.ps1 [[-RepoDir] ] [] +PS> ./pull-repo.ps1 [[-RepoDir] ] [] -RepoDir Specifies the file path to the local Git repository (default is working directory) @@ -87,4 +87,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of pull-repo.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of pull-repo.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/pull-repos.md b/Docs/pull-repos.md index bff70ebc..28d89cd2 100644 --- a/Docs/pull-repos.md +++ b/Docs/pull-repos.md @@ -1,4 +1,4 @@ -PS> *pull-repos.ps1* +PS> *./pull-repos.ps1* ==================== This PowerShell script pulls updates for all Git repositories in a folder (including submodules). @@ -6,7 +6,7 @@ This PowerShell script pulls updates for all Git repositories in a folder (inclu Parameters ---------- ```powershell -PS> pull-repos.ps1 [[-ParentDir] ] [] +PS> ./pull-repos.ps1 [[-ParentDir] ] [] -ParentDir Specifies the path to the parent folder @@ -95,4 +95,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of pull-repos.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of pull-repos.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/query-smart-data.md b/Docs/query-smart-data.md index 4e67d1a4..6ab4aafa 100644 --- a/Docs/query-smart-data.md +++ b/Docs/query-smart-data.md @@ -1,4 +1,4 @@ -PS> *query-smart-data.ps1* +PS> *./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. @@ -8,7 +8,7 @@ Queries the S.M.A.R.T. data of your HDD/SSD's and saves it to the current/given Parameters ---------- ```powershell -PS> query-smart-data.ps1 [[-Directory] ] [] +PS> ./query-smart-data.ps1 [[-Directory] ] [] -Directory Specifies the path to the target directory @@ -106,4 +106,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of query-smart-data.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of query-smart-data.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/reboot-fritzbox.md b/Docs/reboot-fritzbox.md index 931bc5e5..a2e5d0da 100644 --- a/Docs/reboot-fritzbox.md +++ b/Docs/reboot-fritzbox.md @@ -1,4 +1,4 @@ -PS> *reboot-fritzbox.ps1* +PS> *./reboot-fritzbox.ps1* ==================== This PowerShell script reboots the FRITZ!Box device @@ -6,7 +6,7 @@ This PowerShell script reboots the FRITZ!Box device Parameters ---------- ```powershell -PS> reboot-fritzbox.ps1 [[-Username] ] [[-Password] ] [] +PS> ./reboot-fritzbox.ps1 [[-Username] ] [[-Password] ] [] -Username Specifies the user name @@ -152,4 +152,4 @@ echo $Result exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of reboot-fritzbox.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of reboot-fritzbox.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/reboot.md b/Docs/reboot.md index 8882522f..f3bd8744 100644 --- a/Docs/reboot.md +++ b/Docs/reboot.md @@ -1,4 +1,4 @@ -PS> *reboot.ps1* +PS> *./reboot.ps1* ==================== This PowerShell script reboots the local computer immediately (needs admin rights). @@ -6,7 +6,7 @@ This PowerShell script reboots the local computer immediately (needs admin right Parameters ---------- ```powershell -PS> reboot.ps1 [] +PS> ./reboot.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -59,4 +59,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of reboot.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of reboot.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/remind-me.md b/Docs/remind-me.md index f7ac7f3a..b7bf9bb2 100644 --- a/Docs/remind-me.md +++ b/Docs/remind-me.md @@ -1,4 +1,4 @@ -PS> *remind-me.ps1* +PS> *./remind-me.ps1* ==================== This PowerShell script creates a scheduled task that will display a popup message. @@ -6,7 +6,7 @@ This PowerShell script creates a scheduled task that will display a popup messag Parameters ---------- ```powershell -PS> remind-me.ps1 [[-Message] ] [[-Time] ] [] +PS> ./remind-me.ps1 [[-Message] ] [[-Time] ] [] -Message @@ -88,4 +88,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of remind-me.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of remind-me.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/remove-empty-dirs.md b/Docs/remove-empty-dirs.md index 5598b2da..6a3b93dd 100644 --- a/Docs/remove-empty-dirs.md +++ b/Docs/remove-empty-dirs.md @@ -1,4 +1,4 @@ -PS> *remove-empty-dirs.ps1* +PS> *./remove-empty-dirs.ps1* ==================== This PowerShell script removes all empty subfolders within a directory tree. @@ -6,7 +6,7 @@ This PowerShell script removes all empty subfolders within a directory tree. Parameters ---------- ```powershell -PS> remove-empty-dirs.ps1 [[-DirTree] ] [] +PS> ./remove-empty-dirs.ps1 [[-DirTree] ] [] -DirTree Specifies the path to the directory tree @@ -91,4 +91,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of remove-empty-dirs.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of remove-empty-dirs.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/remove-old-dirs.md b/Docs/remove-old-dirs.md index 3790dbea..1c68d9da 100644 --- a/Docs/remove-old-dirs.md +++ b/Docs/remove-old-dirs.md @@ -1,4 +1,4 @@ -PS> *remove-old-dirs.ps1* +PS> *./remove-old-dirs.ps1* ==================== This PowerShell script removes any subfolder in a parent folder older than (using last write time). @@ -6,7 +6,7 @@ This PowerShell script removes any subfolder in a parent folder older than remove-old-dirs.ps1 [[-path] ] [[-numDays] ] [] +PS> ./remove-old-dirs.ps1 [[-path] ] [[-numDays] ] [] -path Specifies the file path to the parent folder @@ -92,4 +92,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of remove-old-dirs.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of remove-old-dirs.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/remove-print-jobs.md b/Docs/remove-print-jobs.md index ebd06473..70c88d59 100644 --- a/Docs/remove-print-jobs.md +++ b/Docs/remove-print-jobs.md @@ -1,4 +1,4 @@ -PS> *remove-print-jobs.ps1* +PS> *./remove-print-jobs.ps1* ==================== This PowerShell script removes all print jobs from all printer devices. @@ -6,7 +6,7 @@ This PowerShell script removes all print jobs from all printer devices. Parameters ---------- ```powershell -PS> remove-print-jobs.ps1 [] +PS> ./remove-print-jobs.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of remove-print-jobs.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of remove-print-jobs.ps1 as of 07/29/2023 10:15:11)* diff --git a/Docs/remove-tag.md b/Docs/remove-tag.md index b1f97ef5..bfedb0d8 100644 --- a/Docs/remove-tag.md +++ b/Docs/remove-tag.md @@ -1,4 +1,4 @@ -PS> *remove-tag.ps1* +PS> *./remove-tag.ps1* ==================== This PowerShell script removes a Git tag, either locally, remote, or both. @@ -6,7 +6,7 @@ This PowerShell script removes a Git tag, either locally, remote, or both. Parameters ---------- ```powershell -PS> remove-tag.ps1 [[-TagName] ] [[-Mode] ] [[-RepoDir] ] [] +PS> ./remove-tag.ps1 [[-TagName] ] [[-Mode] ] [[-RepoDir] ] [] -TagName Specifies the Git tag name @@ -111,4 +111,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of remove-tag.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of remove-tag.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/replace-in-files.md b/Docs/replace-in-files.md index e1dc8c92..60951d9f 100644 --- a/Docs/replace-in-files.md +++ b/Docs/replace-in-files.md @@ -1,4 +1,4 @@ -PS> *replace-in-files.ps1* +PS> *./replace-in-files.ps1* ==================== This PowerShell script searches and replaces a pattern in the given files by the replacement. @@ -6,7 +6,7 @@ This PowerShell script searches and replaces a pattern in the given files by the Parameters ---------- ```powershell -PS> replace-in-files.ps1 [[-pattern] ] [[-replacement] ] [[-files] ] [] +PS> ./replace-in-files.ps1 [[-pattern] ] [[-replacement] ] [[-files] ] [] -pattern Specifies the pattern to look for @@ -106,4 +106,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of replace-in-files.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of replace-in-files.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/restart-network-adapters.md b/Docs/restart-network-adapters.md index ca3b2749..3ee5b810 100644 --- a/Docs/restart-network-adapters.md +++ b/Docs/restart-network-adapters.md @@ -1,4 +1,4 @@ -PS> *restart-network-adapters.ps1* +PS> *./restart-network-adapters.ps1* ==================== This PowerShell script restarts all local network adapters (needs admin rights). @@ -6,7 +6,7 @@ This PowerShell script restarts all local network adapters (needs admin rights). Parameters ---------- ```powershell -PS> restart-network-adapters.ps1 [] +PS> ./restart-network-adapters.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of restart-network-adapters.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of restart-network-adapters.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/roll-a-dice.md b/Docs/roll-a-dice.md index f80ed0c2..025ebe69 100644 --- a/Docs/roll-a-dice.md +++ b/Docs/roll-a-dice.md @@ -1,4 +1,4 @@ -PS> *roll-a-dice.ps1* +PS> *./roll-a-dice.ps1* ==================== This PowerShell script rolls a dice and returns the number by text-to-speech (TTS). @@ -6,7 +6,7 @@ This PowerShell script rolls a dice and returns the number by text-to-speech (TT Parameters ---------- ```powershell -PS> roll-a-dice.ps1 [] +PS> ./roll-a-dice.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -51,4 +51,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 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of roll-a-dice.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/save-screenshot.md b/Docs/save-screenshot.md index 0d730624..45ebdff3 100644 --- a/Docs/save-screenshot.md +++ b/Docs/save-screenshot.md @@ -1,4 +1,4 @@ -PS> *save-screenshot.ps1* +PS> *./save-screenshot.ps1* ==================== This PowerShell script takes a single screenshot and saves it into a target folder (default is the user's screenshots folder). @@ -6,7 +6,7 @@ This PowerShell script takes a single screenshot and saves it into a target fold Parameters ---------- ```powershell -PS> save-screenshot.ps1 [[-TargetFolder] ] [] +PS> ./save-screenshot.ps1 [[-TargetFolder] ] [] -TargetFolder Specifies the target folder (the user's screenshots folder by default) @@ -98,4 +98,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of save-screenshot.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of save-screenshot.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/scan-ports.md b/Docs/scan-ports.md index b7cfe0eb..65a29504 100644 --- a/Docs/scan-ports.md +++ b/Docs/scan-ports.md @@ -1,4 +1,4 @@ -PS> *scan-ports.ps1* +PS> *./scan-ports.ps1* ==================== This PowerShell script scans the network for open or closed ports. @@ -6,7 +6,7 @@ This PowerShell script scans the network for open or closed ports. Parameters ---------- ```powershell -PS> scan-ports.ps1 [] +PS> ./scan-ports.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ foreach($add in $range) { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of scan-ports.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of scan-ports.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/search-filename.md b/Docs/search-filename.md index 1e32c1c9..501c94cd 100644 --- a/Docs/search-filename.md +++ b/Docs/search-filename.md @@ -1,4 +1,4 @@ -PS> *search-filename.ps1* +PS> *./search-filename.ps1* ==================== This PowerShell script serves as a quick Powershell replacement to the search functionality in Windows @@ -7,7 +7,7 @@ After you pass in a root folder and a search term, the script will list all file Parameters ---------- ```powershell -PS> search-filename.ps1 [-path] [-term] [] +PS> ./search-filename.ps1 [-path] [-term] [] -path Specifies the path @@ -96,4 +96,4 @@ Search-Folder -FilePath $path -SearchTerm $term exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of search-filename.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of search-filename.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/search-files.md b/Docs/search-files.md index 5e71795b..f2931b1c 100644 --- a/Docs/search-files.md +++ b/Docs/search-files.md @@ -1,4 +1,4 @@ -PS> *search-files.ps1* +PS> *./search-files.ps1* ==================== This PowerShell script searches for a pattern in the given files. @@ -6,7 +6,7 @@ This PowerShell script searches for a pattern in the given files. Parameters ---------- ```powershell -PS> search-files.ps1 [[-pattern] ] [[-files] ] [] +PS> ./search-files.ps1 [[-pattern] ] [[-files] ] [] -pattern Specifies the search pattern @@ -92,4 +92,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of search-files.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of search-files.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/send-email.md b/Docs/send-email.md index c850f940..1cf43077 100644 --- a/Docs/send-email.md +++ b/Docs/send-email.md @@ -1,4 +1,4 @@ -PS> *send-email.ps1* +PS> *./send-email.ps1* ==================== This PowerShell script sends an email message. @@ -6,7 +6,7 @@ This PowerShell script sends an email message. Parameters ---------- ```powershell -PS> send-email.ps1 [[-From] ] [[-To] ] [[-Subject] ] [[-Body] ] [[-SMTPServer] ] [] +PS> ./send-email.ps1 [[-From] ] [[-To] ] [[-Subject] ] [[-Body] ] [[-SMTPServer] ] [] -From Specifies the sender email address @@ -121,4 +121,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of send-email.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of send-email.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/send-tcp.md b/Docs/send-tcp.md index cefcc009..4bd6af14 100644 --- a/Docs/send-tcp.md +++ b/Docs/send-tcp.md @@ -1,4 +1,4 @@ -PS> *send-tcp.ps1* +PS> *./send-tcp.ps1* ==================== This PowerShell script sends a TCP message to the given IP address and port. @@ -6,7 +6,7 @@ This PowerShell script sends a TCP message to the given IP address and port. Parameters ---------- ```powershell -PS> send-tcp.ps1 [[-TargetIP] ] [[-TargetPort] ] [[-Message] ] [] +PS> ./send-tcp.ps1 [[-TargetIP] ] [[-TargetPort] ] [[-Message] ] [] -TargetIP Specifies the target IP address @@ -104,4 +104,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of send-tcp.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of send-tcp.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/send-udp.md b/Docs/send-udp.md index 070ba8bc..38874b1d 100644 --- a/Docs/send-udp.md +++ b/Docs/send-udp.md @@ -1,4 +1,4 @@ -PS> *send-udp.ps1* +PS> *./send-udp.ps1* ==================== This PowerShell script sends a UDP datagram message to an IP address and port. @@ -6,7 +6,7 @@ This PowerShell script sends a UDP datagram message to an IP address and port. Parameters ---------- ```powershell -PS> send-udp.ps1 [[-TargetIP] ] [[-TargetPort] ] [[-Message] ] [] +PS> ./send-udp.ps1 [[-TargetIP] ] [[-TargetPort] ] [[-Message] ] [] -TargetIP Specifies the target IP address @@ -102,4 +102,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of send-udp.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of send-udp.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/set-profile.md b/Docs/set-profile.md index 7383a9aa..18cfc64a 100644 --- a/Docs/set-profile.md +++ b/Docs/set-profile.md @@ -1,4 +1,4 @@ -PS> *set-profile.ps1* +PS> *./set-profile.ps1* ==================== This PowerShell script sets the PowerShell profile for the current user. @@ -6,7 +6,7 @@ This PowerShell script sets the PowerShell profile for the current user. Parameters ---------- ```powershell -PS> set-profile.ps1 [] +PS> ./set-profile.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -64,4 +64,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of set-profile.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of set-profile.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/set-timer.md b/Docs/set-timer.md index 2641d094..691bdf58 100644 --- a/Docs/set-timer.md +++ b/Docs/set-timer.md @@ -1,4 +1,4 @@ -PS> *set-timer.ps1* +PS> *./set-timer.ps1* ==================== This PowerShell script sets a timer for a countdown. @@ -6,7 +6,7 @@ This PowerShell script sets a timer for a countdown. Parameters ---------- ```powershell -PS> set-timer.ps1 [[-Seconds] ] [] +PS> ./set-timer.ps1 [[-Seconds] ] [] -Seconds Specifies the number of seconds @@ -74,4 +74,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of set-timer.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of set-timer.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/set-volume.md b/Docs/set-volume.md index 533c7763..4f34dd2b 100644 --- a/Docs/set-volume.md +++ b/Docs/set-volume.md @@ -1,4 +1,4 @@ -PS> *set-volume.ps1* +PS> *./set-volume.ps1* ==================== This PowerShell script sets the audio volume in percent. @@ -6,7 +6,7 @@ This PowerShell script sets the audio volume in percent. Parameters ---------- ```powershell -PS> set-volume.ps1 [-Volume] [] +PS> ./set-volume.ps1 [-Volume] [] -Volume Specifies the percent number @@ -79,4 +79,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of set-volume.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of set-volume.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/set-wallpaper.md b/Docs/set-wallpaper.md index 3bdf3f8a..176d63f4 100644 --- a/Docs/set-wallpaper.md +++ b/Docs/set-wallpaper.md @@ -1,4 +1,4 @@ -PS> *set-wallpaper.ps1* +PS> *./set-wallpaper.ps1* ==================== This PowerShell script sets the given image file as desktop wallpaper (.JPG or .PNG supported) @@ -6,7 +6,7 @@ This PowerShell script sets the given image file as desktop wallpaper (.JPG or . Parameters ---------- ```powershell -PS> set-wallpaper.ps1 [[-ImageFile] ] [[-Style] ] [] +PS> ./set-wallpaper.ps1 [[-ImageFile] ] [[-Style] ] [] -ImageFile Specifies the path to the image file @@ -122,4 +122,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of set-wallpaper.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of set-wallpaper.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/show-lightnings.md b/Docs/show-lightnings.md index 9450d6ba..99032a9f 100644 --- a/Docs/show-lightnings.md +++ b/Docs/show-lightnings.md @@ -1,4 +1,4 @@ -PS> *show-lightnings.ps1* +PS> *./show-lightnings.ps1* ==================== This PowerShell script launches the Web browser and shows lightnings in OpenStreetMap. @@ -6,7 +6,7 @@ This PowerShell script launches the Web browser and shows lightnings in OpenStre Parameters ---------- ```powershell -PS> show-lightnings.ps1 [] +PS> ./show-lightnings.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of show-lightnings.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of show-lightnings.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/show-notification.md b/Docs/show-notification.md index 3ebb23bf..02e82256 100644 --- a/Docs/show-notification.md +++ b/Docs/show-notification.md @@ -1,4 +1,4 @@ -PS> *show-notification.ps1* +PS> *./show-notification.ps1* ==================== This PowerShell script shows a toast-message notification for the Windows 10 Notification Center. @@ -6,7 +6,7 @@ This PowerShell script shows a toast-message notification for the Windows 10 Not Parameters ---------- ```powershell -PS> show-notification.ps1 [[-Text] ] [[-Title] ] [[-Duration] ] [] +PS> ./show-notification.ps1 [[-Text] ] [[-Title] ] [[-Duration] ] [] -Text @@ -87,4 +87,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of show-notification.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of show-notification.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/show-traffic.md b/Docs/show-traffic.md index ea4ba2bc..01f83cbe 100644 --- a/Docs/show-traffic.md +++ b/Docs/show-traffic.md @@ -1,4 +1,4 @@ -PS> *show-traffic.ps1* +PS> *./show-traffic.ps1* ==================== This PowerShell script launches the Web browser with MSN showing the current traffic. @@ -6,7 +6,7 @@ This PowerShell script launches the Web browser with MSN showing the current tra Parameters ---------- ```powershell -PS> show-traffic.ps1 [] +PS> ./show-traffic.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of show-traffic.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of show-traffic.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/simulate-presence.md b/Docs/simulate-presence.md index 9898152f..09c1545f 100644 --- a/Docs/simulate-presence.md +++ b/Docs/simulate-presence.md @@ -1,4 +1,4 @@ -PS> *simulate-presence.ps1* +PS> *./simulate-presence.ps1* ==================== This PowerShell script simulates the human presence against burglars. It switches a Shelly1 device on and off. @@ -6,7 +6,7 @@ This PowerShell script simulates the human presence against burglars. It switche Parameters ---------- ```powershell -PS> simulate-presence.ps1 [[-IPaddress] ] [] +PS> ./simulate-presence.ps1 [[-IPaddress] ] [] -IPaddress Specifies the IP address of the Shelly1 device @@ -74,4 +74,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of simulate-presence.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of simulate-presence.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/smart-data2csv.md b/Docs/smart-data2csv.md index 1f481c69..ea32e2a3 100644 --- a/Docs/smart-data2csv.md +++ b/Docs/smart-data2csv.md @@ -1,4 +1,4 @@ -PS> *smart-data2csv.ps1* +PS> *./smart-data2csv.ps1* ==================== This PowerShell script converts the S.M.A.R.T. JSON files in the current/given directory @@ -7,7 +7,7 @@ to a CSV table for analysis (use query-smart-data.ps1 to generate those JSON fil Parameters ---------- ```powershell -PS> smart-data2csv.ps1 [[-Directory] ] [] +PS> ./smart-data2csv.ps1 [[-Directory] ] [] -Directory Specifies the path to the directory @@ -141,4 +141,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of smart-data2csv.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of smart-data2csv.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/speak-arabic.md b/Docs/speak-arabic.md index fe10adf1..1e562268 100644 --- a/Docs/speak-arabic.md +++ b/Docs/speak-arabic.md @@ -1,4 +1,4 @@ -PS> *speak-arabic.ps1* +PS> *./speak-arabic.ps1* ==================== This PowerShell script speaks the given text with an Arabic text-to-speech (TTS) voice. @@ -6,7 +6,7 @@ This PowerShell script speaks the given text with an Arabic text-to-speech (TTS) Parameters ---------- ```powershell -PS> speak-arabic.ps1 [[-text] ] [] +PS> ./speak-arabic.ps1 [[-text] ] [] -text Specifies the text to speak @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-arabic.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-arabic.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/speak-checklist.md b/Docs/speak-checklist.md index b2f7cb7e..ccd2b8a9 100644 --- a/Docs/speak-checklist.md +++ b/Docs/speak-checklist.md @@ -1,4 +1,4 @@ -PS> *speak-checklist.ps1* +PS> *./speak-checklist.ps1* ==================== This PowerShell script speaks the given checklist by text-to-speech (TTS). @@ -6,7 +6,7 @@ This PowerShell script speaks the given checklist by text-to-speech (TTS). Parameters ---------- ```powershell -PS> speak-checklist.ps1 [[-Name] ] [] +PS> ./speak-checklist.ps1 [[-Name] ] [] -Name Specifies the name of the checklist @@ -78,4 +78,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-checklist.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-checklist.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/speak-countdown.md b/Docs/speak-countdown.md index 31a56157..b3ebc33e 100644 --- a/Docs/speak-countdown.md +++ b/Docs/speak-countdown.md @@ -1,4 +1,4 @@ -PS> *speak-countdown.ps1* +PS> *./speak-countdown.ps1* ==================== This PowerShell script speaks a countdown by text-to-speech (TTS) starting from a given number. @@ -6,7 +6,7 @@ This PowerShell script speaks a countdown by text-to-speech (TTS) starting from Parameters ---------- ```powershell -PS> speak-countdown.ps1 [[-StartNumber] ] [] +PS> ./speak-countdown.ps1 [[-StartNumber] ] [] -StartNumber Specifies the number to start from (10 by default) @@ -70,4 +70,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-countdown.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-countdown.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/speak-danish.md b/Docs/speak-danish.md index 20643c1b..2b75e3de 100644 --- a/Docs/speak-danish.md +++ b/Docs/speak-danish.md @@ -1,4 +1,4 @@ -PS> *speak-danish.ps1* +PS> *./speak-danish.ps1* ==================== This PowerShell script speaks the given text with a Danish text-to-speech (TTS) voice. @@ -6,7 +6,7 @@ This PowerShell script speaks the given text with a Danish text-to-speech (TTS) Parameters ---------- ```powershell -PS> speak-danish.ps1 [[-text] ] [] +PS> ./speak-danish.ps1 [[-text] ] [] -text Specifies the text to speak @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-danish.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-danish.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/speak-dutch.md b/Docs/speak-dutch.md index 00b44b19..dcaf2ce6 100644 --- a/Docs/speak-dutch.md +++ b/Docs/speak-dutch.md @@ -1,4 +1,4 @@ -PS> *speak-dutch.ps1* +PS> *./speak-dutch.ps1* ==================== This PowerShell script speaks the given text with a Dutch text-to-speech (TTS) voice. @@ -6,7 +6,7 @@ This PowerShell script speaks the given text with a Dutch text-to-speech (TTS) v Parameters ---------- ```powershell -PS> speak-dutch.ps1 [[-text] ] [] +PS> ./speak-dutch.ps1 [[-text] ] [] -text Specifies the text to speak @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-dutch.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-dutch.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/speak-english.md b/Docs/speak-english.md index af062e97..f53c059b 100644 --- a/Docs/speak-english.md +++ b/Docs/speak-english.md @@ -1,4 +1,4 @@ -PS> *speak-english.ps1* +PS> *./speak-english.ps1* ==================== This PowerShell scripts speaks the given text with an English text-to-speech (TTS) voice. @@ -6,7 +6,7 @@ This PowerShell scripts speaks the given text with an English text-to-speech (TT Parameters ---------- ```powershell -PS> speak-english.ps1 [[-text] ] [] +PS> ./speak-english.ps1 [[-text] ] [] -text Specifies the text to speak @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-english.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-english.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/speak-epub.md b/Docs/speak-epub.md index 667853d7..f3fad262 100644 --- a/Docs/speak-epub.md +++ b/Docs/speak-epub.md @@ -1,4 +1,4 @@ -PS> *speak-epub.ps1* +PS> *./speak-epub.ps1* ==================== This PowerShell script speaks the content of the given Epub file by text-to-speech (TTS). @@ -6,7 +6,7 @@ This PowerShell script speaks the content of the given Epub file by text-to-spee Parameters ---------- ```powershell -PS> speak-epub.ps1 [[-Filename] ] [] +PS> ./speak-epub.ps1 [[-Filename] ] [] -Filename Specifies the path to the Epub file @@ -139,4 +139,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 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-epub.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/speak-file.md b/Docs/speak-file.md index bc313828..975123c2 100644 --- a/Docs/speak-file.md +++ b/Docs/speak-file.md @@ -1,4 +1,4 @@ -PS> *speak-file.ps1* +PS> *./speak-file.ps1* ==================== This PowerShell script speaks the content of the given text file by text-to-speech (TTS). @@ -6,7 +6,7 @@ This PowerShell script speaks the content of the given text file by text-to-spee Parameters ---------- ```powershell -PS> speak-file.ps1 [[-File] ] [] +PS> ./speak-file.ps1 [[-File] ] [] -File Specifies the path to the text file @@ -71,4 +71,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-file.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-file.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/speak-french.md b/Docs/speak-french.md index 73112b33..d83a7494 100644 --- a/Docs/speak-french.md +++ b/Docs/speak-french.md @@ -1,4 +1,4 @@ -PS> *speak-french.ps1* +PS> *./speak-french.ps1* ==================== This PowerShell script speaks the given text with a French text-to-speech (TTS) voice. @@ -6,7 +6,7 @@ This PowerShell script speaks the given text with a French text-to-speech (TTS) Parameters ---------- ```powershell -PS> speak-french.ps1 [[-text] ] [] +PS> ./speak-french.ps1 [[-text] ] [] -text Specifies the text to speak @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-french.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-french.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/speak-german.md b/Docs/speak-german.md index 07de2264..f736fbc4 100644 --- a/Docs/speak-german.md +++ b/Docs/speak-german.md @@ -1,4 +1,4 @@ -PS> *speak-german.ps1* +PS> *./speak-german.ps1* ==================== This PowerShell script speaks the given text with a German text-to-speech (TTS) voice. @@ -6,7 +6,7 @@ This PowerShell script speaks the given text with a German text-to-speech (TTS) Parameters ---------- ```powershell -PS> speak-german.ps1 [[-text] ] [] +PS> ./speak-german.ps1 [[-text] ] [] -text Specifies the text to speak @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-german.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-german.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/speak-greek.md b/Docs/speak-greek.md index 6df0dcbc..b675522b 100644 --- a/Docs/speak-greek.md +++ b/Docs/speak-greek.md @@ -1,4 +1,4 @@ -PS> *speak-greek.ps1* +PS> *./speak-greek.ps1* ==================== This PowerShell script speaks the given text with a Greek text-to-speech (TTS) voice. @@ -6,7 +6,7 @@ This PowerShell script speaks the given text with a Greek text-to-speech (TTS) v Parameters ---------- ```powershell -PS> speak-greek.ps1 [[-text] ] [] +PS> ./speak-greek.ps1 [[-text] ] [] -text Specifies the text to speak @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-greek.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-greek.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/speak-hindi.md b/Docs/speak-hindi.md index 1179f619..1e5e87e9 100644 --- a/Docs/speak-hindi.md +++ b/Docs/speak-hindi.md @@ -1,4 +1,4 @@ -PS> *speak-hindi.ps1* +PS> *./speak-hindi.ps1* ==================== This PowerShell script speaks the given text with a Hindi text-to-speech (TTS) voice. @@ -6,7 +6,7 @@ This PowerShell script speaks the given text with a Hindi text-to-speech (TTS) v Parameters ---------- ```powershell -PS> speak-hindi.ps1 [[-text] ] [] +PS> ./speak-hindi.ps1 [[-text] ] [] -text Specifies the text to speak @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-hindi.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-hindi.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/speak-italian.md b/Docs/speak-italian.md index 95114242..eea2b0b1 100644 --- a/Docs/speak-italian.md +++ b/Docs/speak-italian.md @@ -1,4 +1,4 @@ -PS> *speak-italian.ps1* +PS> *./speak-italian.ps1* ==================== This PowerShell script speaks the given text with an Italian text-to-speech (TTS) voice. @@ -6,7 +6,7 @@ This PowerShell script speaks the given text with an Italian text-to-speech (TTS Parameters ---------- ```powershell -PS> speak-italian.ps1 [[-text] ] [] +PS> ./speak-italian.ps1 [[-text] ] [] -text Specifies the text to speak @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-italian.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-italian.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/speak-japanese.md b/Docs/speak-japanese.md index 64401c66..ed761ad5 100644 --- a/Docs/speak-japanese.md +++ b/Docs/speak-japanese.md @@ -1,4 +1,4 @@ -PS> *speak-japanese.ps1* +PS> *./speak-japanese.ps1* ==================== This PowerShell script speaks the given text with a Japanese text-to-speech (TTS) voice. @@ -6,7 +6,7 @@ This PowerShell script speaks the given text with a Japanese text-to-speech (TTS Parameters ---------- ```powershell -PS> speak-japanese.ps1 [[-text] ] [] +PS> ./speak-japanese.ps1 [[-text] ] [] -text Specifies the text to speak @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-japanese.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-japanese.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/speak-latin.md b/Docs/speak-latin.md index bdca0729..5b150949 100644 --- a/Docs/speak-latin.md +++ b/Docs/speak-latin.md @@ -1,4 +1,4 @@ -PS> *speak-latin.ps1* +PS> *./speak-latin.ps1* ==================== This PowerShell script speaks the given text with a Latin text-to-speech (TTS) voice. @@ -6,7 +6,7 @@ This PowerShell script speaks the given text with a Latin text-to-speech (TTS) v Parameters ---------- ```powershell -PS> speak-latin.ps1 [[-text] ] [] +PS> ./speak-latin.ps1 [[-text] ] [] -text Specifies the text to speak @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-latin.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-latin.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/speak-mandarin.md b/Docs/speak-mandarin.md index 96cea2ac..975e774c 100644 --- a/Docs/speak-mandarin.md +++ b/Docs/speak-mandarin.md @@ -1,4 +1,4 @@ -PS> *speak-mandarin.ps1* +PS> *./speak-mandarin.ps1* ==================== This PowerShell script speaks the given text with a Mandarin text-to-speech (TTS) voice. @@ -6,7 +6,7 @@ This PowerShell script speaks the given text with a Mandarin text-to-speech (TTS Parameters ---------- ```powershell -PS> speak-mandarin.ps1 [[-text] ] [] +PS> ./speak-mandarin.ps1 [[-text] ] [] -text Specifies the text to speak @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-mandarin.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-mandarin.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/speak-polish.md b/Docs/speak-polish.md index 8f3b6329..330ef6ed 100644 --- a/Docs/speak-polish.md +++ b/Docs/speak-polish.md @@ -1,4 +1,4 @@ -PS> *speak-polish.ps1* +PS> *./speak-polish.ps1* ==================== This PowerShell script speaks the given text with a Polish text-to-speech (TTS) voice. @@ -6,7 +6,7 @@ This PowerShell script speaks the given text with a Polish text-to-speech (TTS) Parameters ---------- ```powershell -PS> speak-polish.ps1 [[-text] ] [] +PS> ./speak-polish.ps1 [[-text] ] [] -text Specifies the text to speak @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-polish.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-polish.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/speak-portuguese.md b/Docs/speak-portuguese.md index 54e6cd04..bd5421db 100644 --- a/Docs/speak-portuguese.md +++ b/Docs/speak-portuguese.md @@ -1,4 +1,4 @@ -PS> *speak-portuguese.ps1* +PS> *./speak-portuguese.ps1* ==================== This PowerShell script speaks the given text with a Portuguese text-to-speech (TTS) voice. @@ -6,7 +6,7 @@ This PowerShell script speaks the given text with a Portuguese text-to-speech (T Parameters ---------- ```powershell -PS> speak-portuguese.ps1 [[-text] ] [] +PS> ./speak-portuguese.ps1 [[-text] ] [] -text Specifies the text to speak @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-portuguese.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-portuguese.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/speak-spanish.md b/Docs/speak-spanish.md index 50a15c11..92e37565 100644 --- a/Docs/speak-spanish.md +++ b/Docs/speak-spanish.md @@ -1,4 +1,4 @@ -PS> *speak-spanish.ps1* +PS> *./speak-spanish.ps1* ==================== This PowerShell script speaks the given text with a Spanish text-to-speech (TTS) voice. @@ -6,7 +6,7 @@ This PowerShell script speaks the given text with a Spanish text-to-speech (TTS) Parameters ---------- ```powershell -PS> speak-spanish.ps1 [[-text] ] [] +PS> ./speak-spanish.ps1 [[-text] ] [] -text Specifies the text to speak @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-spanish.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-spanish.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/speak-swedish.md b/Docs/speak-swedish.md index 1fd63c6f..58a9c0cd 100644 --- a/Docs/speak-swedish.md +++ b/Docs/speak-swedish.md @@ -1,4 +1,4 @@ -PS> *speak-swedish.ps1* +PS> *./speak-swedish.ps1* ==================== This PowerShell script speaks the given text with a Swedish text-to-speech (TTS) voice. @@ -6,7 +6,7 @@ This PowerShell script speaks the given text with a Swedish text-to-speech (TTS) Parameters ---------- ```powershell -PS> speak-swedish.ps1 [[-text] ] [] +PS> ./speak-swedish.ps1 [[-text] ] [] -text Specifies the text to speak @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-swedish.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-swedish.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/speak-test.md b/Docs/speak-test.md index 9d309202..cf0c8613 100644 --- a/Docs/speak-test.md +++ b/Docs/speak-test.md @@ -1,4 +1,4 @@ -PS> *speak-test.ps1* +PS> *./speak-test.ps1* ==================== speak-test.ps1 @@ -80,4 +80,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-test.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-test.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/speak-text.md b/Docs/speak-text.md index dd011610..856fc114 100644 --- a/Docs/speak-text.md +++ b/Docs/speak-text.md @@ -1,4 +1,4 @@ -PS> *speak-text.ps1* +PS> *./speak-text.ps1* ==================== This PowerShell script speaks the given text by the default text-to-speech (TTS) voice. @@ -6,7 +6,7 @@ This PowerShell script speaks the given text by the default text-to-speech (TTS) Parameters ---------- ```powershell -PS> speak-text.ps1 [[-text] ] [] +PS> ./speak-text.ps1 [[-text] ] [] -text Specifies the text to read @@ -69,4 +69,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-text.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-text.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/speak-turkish.md b/Docs/speak-turkish.md index 2771120d..ab987a29 100644 --- a/Docs/speak-turkish.md +++ b/Docs/speak-turkish.md @@ -1,4 +1,4 @@ -PS> *speak-turkish.ps1* +PS> *./speak-turkish.ps1* ==================== This PowerShell script speaks the given text with a Turkish text-to-speech (TTS) voice. @@ -6,7 +6,7 @@ This PowerShell script speaks the given text with a Turkish text-to-speech (TTS) Parameters ---------- ```powershell -PS> speak-turkish.ps1 [[-text] ] [] +PS> ./speak-turkish.ps1 [[-text] ] [] -text Specifies the text to speak @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-turkish.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-turkish.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/speak-ukrainian.md b/Docs/speak-ukrainian.md index c4f00a76..6324685f 100644 --- a/Docs/speak-ukrainian.md +++ b/Docs/speak-ukrainian.md @@ -1,4 +1,4 @@ -PS> *speak-ukrainian.ps1* +PS> *./speak-ukrainian.ps1* ==================== This PowerShell script speaks the given text with a Ukrainian text-to-speech (TTS) voice. @@ -6,7 +6,7 @@ This PowerShell script speaks the given text with a Ukrainian text-to-speech (TT Parameters ---------- ```powershell -PS> speak-ukrainian.ps1 [[-text] ] [] +PS> ./speak-ukrainian.ps1 [[-text] ] [] -text Specifies the text to speak @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-ukrainian.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-ukrainian.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/spell-word.md b/Docs/spell-word.md index 2857ed18..5421f69d 100644 --- a/Docs/spell-word.md +++ b/Docs/spell-word.md @@ -1,4 +1,4 @@ -PS> *spell-word.ps1* +PS> *./spell-word.ps1* ==================== This PowerShell script spells the given word by text-to-speech (TTS). @@ -6,7 +6,7 @@ This PowerShell script spells the given word by text-to-speech (TTS). Parameters ---------- ```powershell -PS> spell-word.ps1 [[-word] ] [] +PS> ./spell-word.ps1 [[-word] ] [] -word Specifies the word to spell @@ -74,4 +74,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of spell-word.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of spell-word.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/start-ipfs-server.md b/Docs/start-ipfs-server.md index 2e362dd2..4ccf8d43 100644 --- a/Docs/start-ipfs-server.md +++ b/Docs/start-ipfs-server.md @@ -1,4 +1,4 @@ -PS> *start-ipfs-server.ps1* +PS> *./start-ipfs-server.ps1* ==================== This PowerShell script starts a local IPFS server as a daemon process. @@ -6,7 +6,7 @@ This PowerShell script starts a local IPFS server as a daemon process. Parameters ---------- ```powershell -PS> start-ipfs-server.ps1 [] +PS> ./start-ipfs-server.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -90,4 +90,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of start-ipfs-server.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of start-ipfs-server.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/suspend.md b/Docs/suspend.md index 44538641..107339ca 100644 --- a/Docs/suspend.md +++ b/Docs/suspend.md @@ -1,4 +1,4 @@ -PS> *suspend.ps1* +PS> *./suspend.ps1* ==================== This PowerShell script suspends the local computer immediately. @@ -6,7 +6,7 @@ This PowerShell script suspends the local computer immediately. Parameters ---------- ```powershell -PS> suspend.ps1 [] +PS> ./suspend.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -54,4 +54,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of suspend.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of suspend.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/switch-branch.md b/Docs/switch-branch.md index 3cb14e8d..9effa290 100644 --- a/Docs/switch-branch.md +++ b/Docs/switch-branch.md @@ -1,4 +1,4 @@ -PS> *switch-branch.ps1* +PS> *./switch-branch.ps1* ==================== This PowerShell script switches to another branch in a Git repository (including submodules). @@ -6,7 +6,7 @@ This PowerShell script switches to another branch in a Git repository (including Parameters ---------- ```powershell -PS> switch-branch.ps1 [[-BranchName] ] [[-RepoDir] ] [] +PS> ./switch-branch.ps1 [[-BranchName] ] [[-RepoDir] ] [] -BranchName Specifies the branch name @@ -111,4 +111,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of switch-branch.ps1 as of 07/29/2023 10:10:48)* +*(generated by convert-ps2md.ps1 using the comment-based help of switch-branch.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/switch-shelly1.md b/Docs/switch-shelly1.md index 6fa4df7f..268e9b16 100644 --- a/Docs/switch-shelly1.md +++ b/Docs/switch-shelly1.md @@ -1,4 +1,4 @@ -PS> *switch-shelly1.ps1* +PS> *./switch-shelly1.ps1* ==================== This PowerShell script switches a Shelly1 device in the local network. @@ -6,7 +6,7 @@ This PowerShell script switches a Shelly1 device in the local network. Parameters ---------- ```powershell -PS> switch-shelly1.ps1 [[-Host] ] [[-TurnMode] ] [[-Timer] ] [] +PS> ./switch-shelly1.ps1 [[-Host] ] [[-TurnMode] ] [[-Timer] ] [] -Host Specifies either the hostname or IP address of the Shelly1 device @@ -94,4 +94,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of switch-shelly1.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of switch-shelly1.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/switch-tabs.md b/Docs/switch-tabs.md index a3a25396..40491eec 100644 --- a/Docs/switch-tabs.md +++ b/Docs/switch-tabs.md @@ -1,4 +1,4 @@ -PS> *switch-tabs.ps1* +PS> *./switch-tabs.ps1* ==================== This PowerShell script switches browser tabs automatically every seconds (by pressing Ctrl + PageDown). @@ -6,7 +6,7 @@ This PowerShell script switches browser tabs automatically every seconds (by Parameters ---------- ```powershell -PS> switch-tabs.ps1 [[-Interval] ] [] +PS> ./switch-tabs.ps1 [[-Interval] ] [] -Interval Specifies the switch interval in seconds (10 sec per default) @@ -72,4 +72,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of switch-tabs.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of switch-tabs.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/sync-repo.md b/Docs/sync-repo.md index decabb2d..5caade98 100644 --- a/Docs/sync-repo.md +++ b/Docs/sync-repo.md @@ -1,4 +1,4 @@ -PS> *sync-repo.ps1* +PS> *./sync-repo.ps1* ==================== This PowerShell script synchronizes a local Git repository by push and pull (including submodules). @@ -6,7 +6,7 @@ This PowerShell script synchronizes a local Git repository by push and pull (inc Parameters ---------- ```powershell -PS> sync-repo.ps1 [[-RepoDir] ] [] +PS> ./sync-repo.ps1 [[-RepoDir] ] [] -RepoDir Specifies the path to the Git repository @@ -85,4 +85,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of sync-repo.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of sync-repo.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/tell-joke.md b/Docs/tell-joke.md index 4b9e7d23..5f88d0d1 100644 --- a/Docs/tell-joke.md +++ b/Docs/tell-joke.md @@ -1,4 +1,4 @@ -PS> *tell-joke.ps1* +PS> *./tell-joke.ps1* ==================== This PowerShell script selects a random Chuck Norris joke in Data/jokes.csv and speaks it by text-to-speech (TTS). @@ -6,7 +6,7 @@ This PowerShell script selects a random Chuck Norris joke in Data/jokes.csv and Parameters ---------- ```powershell -PS> tell-joke.ps1 [] +PS> ./tell-joke.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -59,4 +59,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of tell-joke.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of tell-joke.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/tell-quote.md b/Docs/tell-quote.md index 0ed456c7..48e21237 100644 --- a/Docs/tell-quote.md +++ b/Docs/tell-quote.md @@ -1,4 +1,4 @@ -PS> *tell-quote.ps1* +PS> *./tell-quote.ps1* ==================== This PowerShell script selects a random quote in Data/quotes.csv and speaks it by text-to-speech (TTS). @@ -6,7 +6,7 @@ This PowerShell script selects a random quote in Data/quotes.csv and speaks it b Parameters ---------- ```powershell -PS> tell-quote.ps1 [] +PS> ./tell-quote.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of tell-quote.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of tell-quote.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/toggle-caps-lock.md b/Docs/toggle-caps-lock.md index 6ebe21f0..f007927d 100644 --- a/Docs/toggle-caps-lock.md +++ b/Docs/toggle-caps-lock.md @@ -1,4 +1,4 @@ -PS> *toggle-caps-lock.ps1* +PS> *./toggle-caps-lock.ps1* ==================== This PowerShell script toggles the Caps Lock key state. @@ -6,7 +6,7 @@ This PowerShell script toggles the Caps Lock key state. Parameters ---------- ```powershell -PS> toggle-caps-lock.ps1 [] +PS> ./toggle-caps-lock.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -54,4 +54,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of toggle-caps-lock.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of toggle-caps-lock.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/toggle-num-lock.md b/Docs/toggle-num-lock.md index e2ed46e9..53de1f6b 100644 --- a/Docs/toggle-num-lock.md +++ b/Docs/toggle-num-lock.md @@ -1,4 +1,4 @@ -PS> *toggle-num-lock.ps1* +PS> *./toggle-num-lock.ps1* ==================== This PowerShell script toggles the Num Lock key state. @@ -6,7 +6,7 @@ This PowerShell script toggles the Num Lock key state. Parameters ---------- ```powershell -PS> toggle-num-lock.ps1 [] +PS> ./toggle-num-lock.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -54,4 +54,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of toggle-num-lock.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of toggle-num-lock.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/toggle-scroll-lock.md b/Docs/toggle-scroll-lock.md index 4c3d4da2..621b68d7 100644 --- a/Docs/toggle-scroll-lock.md +++ b/Docs/toggle-scroll-lock.md @@ -1,4 +1,4 @@ -PS> *toggle-scroll-lock.ps1* +PS> *./toggle-scroll-lock.ps1* ==================== This PowerShell script toggles the Scroll Lock key state. @@ -6,7 +6,7 @@ This PowerShell script toggles the Scroll Lock key state. Parameters ---------- ```powershell -PS> toggle-scroll-lock.ps1 [] +PS> ./toggle-scroll-lock.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -54,4 +54,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of toggle-scroll-lock.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of toggle-scroll-lock.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/translate-file.md b/Docs/translate-file.md index e2978152..c38f15ef 100644 --- a/Docs/translate-file.md +++ b/Docs/translate-file.md @@ -1,4 +1,4 @@ -PS> *translate-file.ps1* +PS> *./translate-file.ps1* ==================== This PowerShell script translates the given text file into another language and writes the output on the console. @@ -6,7 +6,7 @@ This PowerShell script translates the given text file into another language and Parameters ---------- ```powershell -PS> translate-file.ps1 [[-File] ] [[-SourceLang] ] [[-TargetLang] ] [] +PS> ./translate-file.ps1 [[-File] ] [[-SourceLang] ] [[-TargetLang] ] [] -File Specifies the path to the file to be translated @@ -108,4 +108,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of translate-file.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of translate-file.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/translate-files.md b/Docs/translate-files.md index a680a06f..618a83c7 100644 --- a/Docs/translate-files.md +++ b/Docs/translate-files.md @@ -1,4 +1,4 @@ -PS> *translate-files.ps1* +PS> *./translate-files.ps1* ==================== This PowerShell script translates text files into multiple languages. @@ -6,7 +6,7 @@ This PowerShell script translates text files into multiple languages. Parameters ---------- ```powershell -PS> translate-files.ps1 [[-filePattern] ] [] +PS> ./translate-files.ps1 [[-filePattern] ] [] -filePattern Specifies the file pattern of the text file(s) to be translated @@ -105,4 +105,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of translate-files.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of translate-files.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/translate-text.md b/Docs/translate-text.md index 4ab9785b..b36caced 100644 --- a/Docs/translate-text.md +++ b/Docs/translate-text.md @@ -1,4 +1,4 @@ -PS> *translate-text.ps1* +PS> *./translate-text.ps1* ==================== This PowerShell script translates text into other languages. @@ -6,7 +6,7 @@ This PowerShell script translates text into other languages. Parameters ---------- ```powershell -PS> translate-text.ps1 [[-Text] ] [[-SourceLangCode] ] [[-TargetLangCode] ] [] +PS> ./translate-text.ps1 [[-Text] ] [[-SourceLangCode] ] [[-TargetLangCode] ] [] -Text Specifies the text to translate @@ -104,4 +104,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of translate-text.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of translate-text.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/turn-volume-down.md b/Docs/turn-volume-down.md index 14321082..d4ea5619 100644 --- a/Docs/turn-volume-down.md +++ b/Docs/turn-volume-down.md @@ -1,4 +1,4 @@ -PS> *turn-volume-down.ps1* +PS> *./turn-volume-down.ps1* ==================== This PowerShell script turns the audio volume down (-10% by default). @@ -6,7 +6,7 @@ This PowerShell script turns the audio volume down (-10% by default). Parameters ---------- ```powershell -PS> turn-volume-down.ps1 [[-percent] ] [] +PS> ./turn-volume-down.ps1 [[-percent] ] [] -percent Specifies the percent number @@ -69,4 +69,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of turn-volume-down.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of turn-volume-down.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/turn-volume-fully-up.md b/Docs/turn-volume-fully-up.md index f68167ee..0d2f5d38 100644 --- a/Docs/turn-volume-fully-up.md +++ b/Docs/turn-volume-fully-up.md @@ -1,4 +1,4 @@ -PS> *turn-volume-fully-up.ps1* +PS> *./turn-volume-fully-up.ps1* ==================== This PowerShell script turns the audio volume fully up to 100%. @@ -6,7 +6,7 @@ This PowerShell script turns the audio volume fully up to 100%. Parameters ---------- ```powershell -PS> turn-volume-fully-up.ps1 [] +PS> ./turn-volume-fully-up.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -56,4 +56,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of turn-volume-fully-up.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of turn-volume-fully-up.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/turn-volume-off.md b/Docs/turn-volume-off.md index bece7ced..3b6141e5 100644 --- a/Docs/turn-volume-off.md +++ b/Docs/turn-volume-off.md @@ -1,4 +1,4 @@ -PS> *turn-volume-off.ps1* +PS> *./turn-volume-off.ps1* ==================== This PowerShell script mutes the default audio device immediately. @@ -6,7 +6,7 @@ This PowerShell script mutes the default audio device immediately. Parameters ---------- ```powershell -PS> turn-volume-off.ps1 [] +PS> ./turn-volume-off.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -54,4 +54,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of turn-volume-off.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of turn-volume-off.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/turn-volume-on.md b/Docs/turn-volume-on.md index a3210fae..591e570d 100644 --- a/Docs/turn-volume-on.md +++ b/Docs/turn-volume-on.md @@ -1,4 +1,4 @@ -PS> *turn-volume-on.ps1* +PS> *./turn-volume-on.ps1* ==================== This PowerShell script immediately unmutes the audio output. @@ -6,7 +6,7 @@ This PowerShell script immediately unmutes the audio output. Parameters ---------- ```powershell -PS> turn-volume-on.ps1 [] +PS> ./turn-volume-on.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -54,4 +54,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of turn-volume-on.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of turn-volume-on.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/turn-volume-up.md b/Docs/turn-volume-up.md index 65ab168e..6c095265 100644 --- a/Docs/turn-volume-up.md +++ b/Docs/turn-volume-up.md @@ -1,4 +1,4 @@ -PS> *turn-volume-up.ps1* +PS> *./turn-volume-up.ps1* ==================== This PowerShell script turns the audio volume up (+10% by default). @@ -6,7 +6,7 @@ This PowerShell script turns the audio volume up (+10% by default). Parameters ---------- ```powershell -PS> turn-volume-up.ps1 [[-percent] ] [] +PS> ./turn-volume-up.ps1 [[-percent] ] [] -percent Specifies the percent number @@ -69,4 +69,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of turn-volume-up.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of turn-volume-up.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/uninstall-all-apps.md b/Docs/uninstall-all-apps.md index 460c73f7..841739f9 100644 --- a/Docs/uninstall-all-apps.md +++ b/Docs/uninstall-all-apps.md @@ -1,4 +1,4 @@ -PS> *uninstall-all-apps.ps1* +PS> *./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. @@ -6,7 +6,7 @@ This PowerShell script uninstalls all applications from the local computer. Usef Parameters ---------- ```powershell -PS> uninstall-all-apps.ps1 [] +PS> ./uninstall-all-apps.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-all-apps.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-all-apps.ps1 as of 07/29/2023 10:15:12)* diff --git a/Docs/uninstall-bloatware.md b/Docs/uninstall-bloatware.md index 6a3aed58..68cc84c5 100644 --- a/Docs/uninstall-bloatware.md +++ b/Docs/uninstall-bloatware.md @@ -1,4 +1,4 @@ -PS> *uninstall-bloatware.ps1* +PS> *./uninstall-bloatware.ps1* ==================== uninstall-bloatware.ps1 @@ -70,4 +70,4 @@ winget uninstall 'Prime Video for Windows' exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-bloatware.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-bloatware.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/uninstall-crystal-disk-info.md b/Docs/uninstall-crystal-disk-info.md index 867d5d0e..c2a4c3b8 100644 --- a/Docs/uninstall-crystal-disk-info.md +++ b/Docs/uninstall-crystal-disk-info.md @@ -1,4 +1,4 @@ -PS> *uninstall-crystal-disk-info.ps1* +PS> *./uninstall-crystal-disk-info.ps1* ==================== This PowerShell script uninstalls CrystalDiskInfo from the local computer. @@ -6,7 +6,7 @@ This PowerShell script uninstalls CrystalDiskInfo from the local computer. Parameters ---------- ```powershell -PS> uninstall-crystal-disk-info.ps1 [] +PS> ./uninstall-crystal-disk-info.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-crystal-disk-info.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-crystal-disk-info.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/uninstall-crystal-disk-mark.md b/Docs/uninstall-crystal-disk-mark.md index fabe6b99..89fd0428 100644 --- a/Docs/uninstall-crystal-disk-mark.md +++ b/Docs/uninstall-crystal-disk-mark.md @@ -1,4 +1,4 @@ -PS> *uninstall-crystal-disk-mark.ps1* +PS> *./uninstall-crystal-disk-mark.ps1* ==================== This PowerShell script uninstalls CrystalDiskMark from the local computer. @@ -6,7 +6,7 @@ This PowerShell script uninstalls CrystalDiskMark from the local computer. Parameters ---------- ```powershell -PS> uninstall-crystal-disk-mark.ps1 [] +PS> ./uninstall-crystal-disk-mark.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-crystal-disk-mark.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-crystal-disk-mark.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/uninstall-discord.md b/Docs/uninstall-discord.md index f434897b..6a218dc5 100644 --- a/Docs/uninstall-discord.md +++ b/Docs/uninstall-discord.md @@ -1,4 +1,4 @@ -PS> *uninstall-discord.ps1* +PS> *./uninstall-discord.ps1* ==================== This PowerShell script uninstalls Discord from the local computer. @@ -6,7 +6,7 @@ This PowerShell script uninstalls Discord from the local computer. Parameters ---------- ```powershell -PS> uninstall-discord.ps1 [] +PS> ./uninstall-discord.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-discord.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-discord.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/uninstall-edge.md b/Docs/uninstall-edge.md index 7476ffbf..4cfd194f 100644 --- a/Docs/uninstall-edge.md +++ b/Docs/uninstall-edge.md @@ -1,4 +1,4 @@ -PS> *uninstall-edge.ps1* +PS> *./uninstall-edge.ps1* ==================== This PowerShell script uninstalls Microsoft Edge from the local computer. @@ -6,7 +6,7 @@ This PowerShell script uninstalls Microsoft Edge from the local computer. Parameters ---------- ```powershell -PS> uninstall-edge.ps1 [] +PS> ./uninstall-edge.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-edge.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-edge.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/uninstall-firefox.md b/Docs/uninstall-firefox.md index 0010da05..d6416f12 100644 --- a/Docs/uninstall-firefox.md +++ b/Docs/uninstall-firefox.md @@ -1,4 +1,4 @@ -PS> *uninstall-firefox.ps1* +PS> *./uninstall-firefox.ps1* ==================== This PowerShell script uninstalls Mozilla Firefox from the local computer. @@ -6,7 +6,7 @@ This PowerShell script uninstalls Mozilla Firefox from the local computer. Parameters ---------- ```powershell -PS> uninstall-firefox.ps1 [] +PS> ./uninstall-firefox.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-firefox.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-firefox.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/uninstall-git-extensions.md b/Docs/uninstall-git-extensions.md index 69d956f6..6e2fa40d 100644 --- a/Docs/uninstall-git-extensions.md +++ b/Docs/uninstall-git-extensions.md @@ -1,4 +1,4 @@ -PS> *uninstall-git-extensions.ps1* +PS> *./uninstall-git-extensions.ps1* ==================== This PowerShell script uninstalls Git Extensions from the local computer. @@ -6,7 +6,7 @@ This PowerShell script uninstalls Git Extensions from the local computer. Parameters ---------- ```powershell -PS> uninstall-git-extensions.ps1 [] +PS> ./uninstall-git-extensions.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-git-extensions.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-git-extensions.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/uninstall-irfanview.md b/Docs/uninstall-irfanview.md index f01b6bc4..654d0f5f 100644 --- a/Docs/uninstall-irfanview.md +++ b/Docs/uninstall-irfanview.md @@ -1,4 +1,4 @@ -PS> *uninstall-irfanview.ps1* +PS> *./uninstall-irfanview.ps1* ==================== This PowerShell script uninstalls IrfanView from the local computer. @@ -6,7 +6,7 @@ This PowerShell script uninstalls IrfanView from the local computer. Parameters ---------- ```powershell -PS> uninstall-irfanview.ps1 [] +PS> ./uninstall-irfanview.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-irfanview.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-irfanview.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/uninstall-microsoft-teams.md b/Docs/uninstall-microsoft-teams.md index 1c7e37b0..d72c3558 100644 --- a/Docs/uninstall-microsoft-teams.md +++ b/Docs/uninstall-microsoft-teams.md @@ -1,4 +1,4 @@ -PS> *uninstall-microsoft-teams.ps1* +PS> *./uninstall-microsoft-teams.ps1* ==================== This PowerShell script uninstalls Microsoft Teams from the local computer. @@ -6,7 +6,7 @@ This PowerShell script uninstalls Microsoft Teams from the local computer. Parameters ---------- ```powershell -PS> uninstall-microsoft-teams.ps1 [] +PS> ./uninstall-microsoft-teams.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-microsoft-teams.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-microsoft-teams.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/uninstall-netflix.md b/Docs/uninstall-netflix.md index 9d05c49c..ad84b600 100644 --- a/Docs/uninstall-netflix.md +++ b/Docs/uninstall-netflix.md @@ -1,4 +1,4 @@ -PS> *uninstall-netflix.ps1* +PS> *./uninstall-netflix.ps1* ==================== This PowerShell script uninstalls Netflix from the local computer. @@ -6,7 +6,7 @@ This PowerShell script uninstalls Netflix from the local computer. Parameters ---------- ```powershell -PS> uninstall-netflix.ps1 [] +PS> ./uninstall-netflix.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-netflix.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-netflix.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/uninstall-nine-zip.md b/Docs/uninstall-nine-zip.md index 0ffcedcc..630c53cb 100644 --- a/Docs/uninstall-nine-zip.md +++ b/Docs/uninstall-nine-zip.md @@ -1,4 +1,4 @@ -PS> *uninstall-nine-zip.ps1* +PS> *./uninstall-nine-zip.ps1* ==================== This PowerShell script uninstalls 9 ZIP from the local computer. @@ -6,7 +6,7 @@ This PowerShell script uninstalls 9 ZIP from the local computer. Parameters ---------- ```powershell -PS> uninstall-nine-zip.ps1 [] +PS> ./uninstall-nine-zip.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-nine-zip.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-nine-zip.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/uninstall-one-calendar.md b/Docs/uninstall-one-calendar.md index d4f164d1..292712cb 100644 --- a/Docs/uninstall-one-calendar.md +++ b/Docs/uninstall-one-calendar.md @@ -1,4 +1,4 @@ -PS> *uninstall-one-calendar.ps1* +PS> *./uninstall-one-calendar.ps1* ==================== uninstall-one-calendar.ps1 @@ -44,4 +44,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-one-calendar.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-one-calendar.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/uninstall-opera-browser.md b/Docs/uninstall-opera-browser.md index c68b1567..905c8e77 100644 --- a/Docs/uninstall-opera-browser.md +++ b/Docs/uninstall-opera-browser.md @@ -1,4 +1,4 @@ -PS> *uninstall-opera-browser.ps1* +PS> *./uninstall-opera-browser.ps1* ==================== This PowerShell script uninstalls Opera Browser from the local computer. @@ -6,7 +6,7 @@ This PowerShell script uninstalls Opera Browser from the local computer. Parameters ---------- ```powershell -PS> uninstall-opera-browser.ps1 [] +PS> ./uninstall-opera-browser.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-opera-browser.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-opera-browser.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/uninstall-opera-gx.md b/Docs/uninstall-opera-gx.md index 12984980..a196ccde 100644 --- a/Docs/uninstall-opera-gx.md +++ b/Docs/uninstall-opera-gx.md @@ -1,4 +1,4 @@ -PS> *uninstall-opera-gx.ps1* +PS> *./uninstall-opera-gx.ps1* ==================== This PowerShell script uninstalls Opera GX from the local computer. @@ -6,7 +6,7 @@ This PowerShell script uninstalls Opera GX from the local computer. Parameters ---------- ```powershell -PS> uninstall-opera-gx.ps1 [] +PS> ./uninstall-opera-gx.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-opera-gx.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-opera-gx.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/uninstall-paint-3d.md b/Docs/uninstall-paint-3d.md index b70f2dae..d2671505 100644 --- a/Docs/uninstall-paint-3d.md +++ b/Docs/uninstall-paint-3d.md @@ -1,4 +1,4 @@ -PS> *uninstall-paint-3d.ps1* +PS> *./uninstall-paint-3d.ps1* ==================== This PowerShell script uninstalls Paint 3D from the local computer. @@ -6,7 +6,7 @@ This PowerShell script uninstalls Paint 3D from the local computer. Parameters ---------- ```powershell -PS> uninstall-paint-3d.ps1 [] +PS> ./uninstall-paint-3d.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-paint-3d.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-paint-3d.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/uninstall-rufus.md b/Docs/uninstall-rufus.md index 37620265..e489a674 100644 --- a/Docs/uninstall-rufus.md +++ b/Docs/uninstall-rufus.md @@ -1,4 +1,4 @@ -PS> *uninstall-rufus.ps1* +PS> *./uninstall-rufus.ps1* ==================== This PowerShell script uninstalls Rufus from the local computer. @@ -6,7 +6,7 @@ This PowerShell script uninstalls Rufus from the local computer. Parameters ---------- ```powershell -PS> uninstall-rufus.ps1 [] +PS> ./uninstall-rufus.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-rufus.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-rufus.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/uninstall-skype.md b/Docs/uninstall-skype.md index 0a8ad71f..189d1396 100644 --- a/Docs/uninstall-skype.md +++ b/Docs/uninstall-skype.md @@ -1,4 +1,4 @@ -PS> *uninstall-skype.ps1* +PS> *./uninstall-skype.ps1* ==================== This PowerShell script uninstalls Skype from the local computer. @@ -6,7 +6,7 @@ This PowerShell script uninstalls Skype from the local computer. Parameters ---------- ```powershell -PS> uninstall-skype.ps1 [] +PS> ./uninstall-skype.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-skype.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-skype.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/uninstall-spotify.md b/Docs/uninstall-spotify.md index 1998a437..c9dc6c89 100644 --- a/Docs/uninstall-spotify.md +++ b/Docs/uninstall-spotify.md @@ -1,4 +1,4 @@ -PS> *uninstall-spotify.ps1* +PS> *./uninstall-spotify.ps1* ==================== This PowerShell script uninstalls Spotify from the local computer. @@ -6,7 +6,7 @@ This PowerShell script uninstalls Spotify from the local computer. Parameters ---------- ```powershell -PS> uninstall-spotify.ps1 [] +PS> ./uninstall-spotify.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-spotify.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-spotify.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/uninstall-twitter.md b/Docs/uninstall-twitter.md index da044d8b..b0677ed3 100644 --- a/Docs/uninstall-twitter.md +++ b/Docs/uninstall-twitter.md @@ -1,4 +1,4 @@ -PS> *uninstall-twitter.ps1* +PS> *./uninstall-twitter.ps1* ==================== This PowerShell script uninstalls Twitter from the local computer. @@ -6,7 +6,7 @@ This PowerShell script uninstalls Twitter from the local computer. Parameters ---------- ```powershell -PS> uninstall-twitter.ps1 [] +PS> ./uninstall-twitter.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-twitter.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-twitter.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/uninstall-visual-studio-code.md b/Docs/uninstall-visual-studio-code.md index 1dfcb3e5..42ac9cf5 100644 --- a/Docs/uninstall-visual-studio-code.md +++ b/Docs/uninstall-visual-studio-code.md @@ -1,4 +1,4 @@ -PS> *uninstall-visual-studio-code.ps1* +PS> *./uninstall-visual-studio-code.ps1* ==================== This PowerShell script uninstalls Visual Studio Code from the local computer. @@ -6,7 +6,7 @@ This PowerShell script uninstalls Visual Studio Code from the local computer. Parameters ---------- ```powershell -PS> uninstall-visual-studio-code.ps1 [] +PS> ./uninstall-visual-studio-code.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-visual-studio-code.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-visual-studio-code.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/uninstall-vlc.md b/Docs/uninstall-vlc.md index 35ffb81e..bb1eee44 100644 --- a/Docs/uninstall-vlc.md +++ b/Docs/uninstall-vlc.md @@ -1,4 +1,4 @@ -PS> *uninstall-vlc.ps1* +PS> *./uninstall-vlc.ps1* ==================== This PowerShell script uninstalls the VLC media player from the local computer. @@ -6,7 +6,7 @@ This PowerShell script uninstalls the VLC media player from the local computer. Parameters ---------- ```powershell -PS> uninstall-vlc.ps1 [] +PS> ./uninstall-vlc.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-vlc.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-vlc.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/uninstall-windows-terminal.md b/Docs/uninstall-windows-terminal.md index f92f2ffe..5f665e52 100644 --- a/Docs/uninstall-windows-terminal.md +++ b/Docs/uninstall-windows-terminal.md @@ -1,4 +1,4 @@ -PS> *uninstall-windows-terminal.ps1* +PS> *./uninstall-windows-terminal.ps1* ==================== This PowerShell script uninstalls Windows Terminal from the local computer. @@ -6,7 +6,7 @@ This PowerShell script uninstalls Windows Terminal from the local computer. Parameters ---------- ```powershell -PS> uninstall-windows-terminal.ps1 [] +PS> ./uninstall-windows-terminal.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-windows-terminal.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-windows-terminal.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/upgrade-ubuntu.md b/Docs/upgrade-ubuntu.md index 34488654..ea138f06 100644 --- a/Docs/upgrade-ubuntu.md +++ b/Docs/upgrade-ubuntu.md @@ -1,4 +1,4 @@ -PS> *upgrade-ubuntu.ps1* +PS> *./upgrade-ubuntu.ps1* ==================== This PowerShell script upgrades Ubuntu Linux to the latest (LTS) release. @@ -6,7 +6,7 @@ This PowerShell script upgrades Ubuntu Linux to the latest (LTS) release. Parameters ---------- ```powershell -PS> upgrade-ubuntu.ps1 [] +PS> ./upgrade-ubuntu.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -87,4 +87,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of upgrade-ubuntu.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of upgrade-ubuntu.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/upload-file.md b/Docs/upload-file.md index 71073cd9..50c9bda3 100644 --- a/Docs/upload-file.md +++ b/Docs/upload-file.md @@ -1,4 +1,4 @@ -PS> *upload-file.ps1* +PS> *./upload-file.ps1* ==================== This PowerShell script uploads a local file to a FTP server. @@ -6,7 +6,7 @@ This PowerShell script uploads a local file to a FTP server. Parameters ---------- ```powershell -PS> upload-file.ps1 [[-File] ] [[-URL] ] [[-Username] ] [[-Password] ] [] +PS> ./upload-file.ps1 [[-File] ] [[-URL] ] [[-Username] ] [[-Password] ] [] -File Specifies the path to the local file @@ -145,4 +145,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of upload-file.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of upload-file.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/upload-to-dropbox.md b/Docs/upload-to-dropbox.md index 2d6bb032..6b2f6801 100644 --- a/Docs/upload-to-dropbox.md +++ b/Docs/upload-to-dropbox.md @@ -1,4 +1,4 @@ -PS> *upload-to-dropbox.ps1* +PS> *./upload-to-dropbox.ps1* ==================== This PowerShell script uploads a local file to Dropbox. @@ -6,7 +6,7 @@ This PowerShell script uploads a local file to Dropbox. Parameters ---------- ```powershell -PS> upload-to-dropbox.ps1 [-SourceFilePath] [] +PS> ./upload-to-dropbox.ps1 [-SourceFilePath] [] -SourceFilePath @@ -74,4 +74,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of upload-to-dropbox.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of upload-to-dropbox.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/wake-up.md b/Docs/wake-up.md index bade10f3..6913d69a 100644 --- a/Docs/wake-up.md +++ b/Docs/wake-up.md @@ -1,4 +1,4 @@ -PS> *wake-up.ps1* +PS> *./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). @@ -6,7 +6,7 @@ This PowerShell script sends a magic UDP packet to a computer to wake him up (re Parameters ---------- ```powershell -PS> wake-up.ps1 [[-MACaddress] ] [[-IPaddress] ] [[-Port] ] [[-NumRetries] ] [] +PS> ./wake-up.ps1 [[-MACaddress] ] [[-IPaddress] ] [[-Port] ] [[-NumRetries] ] [] -MACaddress Specifies the host's MAC address (e.g. 11:22:33:44:55:66) @@ -120,4 +120,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of wake-up.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of wake-up.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/weather-report.md b/Docs/weather-report.md index 968bcbee..22350dff 100644 --- a/Docs/weather-report.md +++ b/Docs/weather-report.md @@ -1,4 +1,4 @@ -PS> *weather-report.ps1* +PS> *./weather-report.ps1* ==================== This PowerShell script lists the local weather report. @@ -6,7 +6,7 @@ This PowerShell script lists the local weather report. Parameters ---------- ```powershell -PS> weather-report.ps1 [[-GeoLocation] ] [] +PS> ./weather-report.ps1 [[-GeoLocation] ] [] -GeoLocation Specifies the geographic location to use (determine automatically by default) @@ -66,4 +66,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of weather-report.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of weather-report.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/weather.md b/Docs/weather.md index 37f024ee..e68f6088 100644 --- a/Docs/weather.md +++ b/Docs/weather.md @@ -1,4 +1,4 @@ -PS> *weather.ps1* +PS> *./weather.ps1* ==================== This PowerShell script lists the current weather forecast. @@ -6,7 +6,7 @@ This PowerShell script lists the current weather forecast. Parameters ---------- ```powershell -PS> weather.ps1 [[-GeoLocation] ] [] +PS> ./weather.ps1 [[-GeoLocation] ] [] -GeoLocation Specifies the geographic location to use @@ -66,4 +66,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of weather.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of weather.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/what-is.md b/Docs/what-is.md index 6d902514..ef6c3e13 100644 --- a/Docs/what-is.md +++ b/Docs/what-is.md @@ -1,4 +1,4 @@ -PS> *what-is.ps1* +PS> *./what-is.ps1* ==================== This PowerShell script queries the description of the given abbreviation and prints it. @@ -6,7 +6,7 @@ This PowerShell script queries the description of the given abbreviation and pri Parameters ---------- ```powershell -PS> what-is.ps1 [[-abbr] ] [] +PS> ./what-is.ps1 [[-abbr] ] [] -abbr Specifies the abbreviation to look for @@ -80,4 +80,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of what-is.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of what-is.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/write-animated.md b/Docs/write-animated.md index 33e5590c..481aa137 100644 --- a/Docs/write-animated.md +++ b/Docs/write-animated.md @@ -1,4 +1,4 @@ -PS> *write-animated.ps1* +PS> *./write-animated.ps1* ==================== This PowerShell script writes animated text to the console. @@ -6,7 +6,7 @@ This PowerShell script writes animated text to the console. Parameters ---------- ```powershell -PS> write-animated.ps1 [[-Line1] ] [[-Line2] ] [[-Line3] ] [[-Line4] ] [[-Line5] ] [[-Line6] ] [[-Line7] ] [[-Line8] ] [[-Line9] ] [[-Speed] ] [] +PS> ./write-animated.ps1 [[-Line1] ] [[-Line2] ] [[-Line3] ] [[-Line4] ] [[-Line5] ] [[-Line6] ] [[-Line7] ] [[-Line8] ] [[-Line9] ] [[-Speed] ] [] -Line1 @@ -167,4 +167,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-animated.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-animated.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/write-ascii-image.md b/Docs/write-ascii-image.md index 9b4d5244..6623265d 100644 --- a/Docs/write-ascii-image.md +++ b/Docs/write-ascii-image.md @@ -1,4 +1,4 @@ -PS> *write-ascii-image.ps1* +PS> *./write-ascii-image.ps1* ==================== write-ascii-image.ps1 @@ -61,4 +61,4 @@ WriteLine " '`--._,dd###pp='''" exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-ascii-image.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-ascii-image.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/write-big.md b/Docs/write-big.md index d99d98d7..5bfe6e3c 100644 --- a/Docs/write-big.md +++ b/Docs/write-big.md @@ -1,4 +1,4 @@ -PS> *write-big.ps1* +PS> *./write-big.ps1* ==================== This PowerShell script writes the given text in big letters. @@ -6,7 +6,7 @@ This PowerShell script writes the given text in big letters. Parameters ---------- ```powershell -PS> write-big.ps1 [[-text] ] [] +PS> ./write-big.ps1 [[-text] ] [] -text Specifies the text to write @@ -465,4 +465,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-big.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-big.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/write-blue.md b/Docs/write-blue.md index b1b83128..309cacf6 100644 --- a/Docs/write-blue.md +++ b/Docs/write-blue.md @@ -1,4 +1,4 @@ -PS> *write-blue.ps1* +PS> *./write-blue.ps1* ==================== This PowerShell script writes text in a blue foreground color. @@ -6,7 +6,7 @@ This PowerShell script writes text in a blue foreground color. Parameters ---------- ```powershell -PS> write-blue.ps1 [[-text] ] [] +PS> ./write-blue.ps1 [[-text] ] [] -text Specifies the text to write @@ -64,4 +64,4 @@ write-host -foregroundColor blue "$text" exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-blue.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-blue.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/write-braille.md b/Docs/write-braille.md index 159149be..2767e04e 100644 --- a/Docs/write-braille.md +++ b/Docs/write-braille.md @@ -1,4 +1,4 @@ -PS> *write-braille.ps1* +PS> *./write-braille.ps1* ==================== This PowerShell script writes text in Braille. @@ -6,7 +6,7 @@ This PowerShell script writes text in Braille. Parameters ---------- ```powershell -PS> write-braille.ps1 [[-text] ] [] +PS> ./write-braille.ps1 [[-text] ] [] -text Specifies the text to write @@ -408,4 +408,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-braille.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-braille.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/write-chart.md b/Docs/write-chart.md index ae3ea7e4..cb139309 100644 --- a/Docs/write-chart.md +++ b/Docs/write-chart.md @@ -1,4 +1,4 @@ -PS> *write-chart.ps1* +PS> *./write-chart.ps1* ==================== write-chart.ps1 @@ -64,4 +64,4 @@ WriteChartLine "Andrea" 30.9 100.0 exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-chart.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-chart.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/write-clock.md b/Docs/write-clock.md index 0b141a73..9b2981a6 100644 --- a/Docs/write-clock.md +++ b/Docs/write-clock.md @@ -1,4 +1,4 @@ -PS> *write-clock.ps1* +PS> *./write-clock.ps1* ==================== This PowerShell script writes the current time as ACSII clock @@ -6,7 +6,7 @@ This PowerShell script writes the current time as ACSII clock Parameters ---------- ```powershell -PS> write-clock.ps1 [] +PS> ./write-clock.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -77,4 +77,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-clock.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-clock.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/write-code.md b/Docs/write-code.md index cf4f1894..8f9d25f8 100644 --- a/Docs/write-code.md +++ b/Docs/write-code.md @@ -1,4 +1,4 @@ -PS> *write-code.ps1* +PS> *./write-code.ps1* ==================== This PowerShell script generates and writes PowerShell code on the console (for fun). @@ -6,7 +6,7 @@ This PowerShell script generates and writes PowerShell code on the console (for Parameters ---------- ```powershell -PS> write-code.ps1 [[-color] ] [[-speed] ] [] +PS> ./write-code.ps1 [[-color] ] [[-speed] ] [] -color Specifies the color to use ("green" by default) @@ -114,4 +114,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-code.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-code.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/write-date.md b/Docs/write-date.md index 1653a49d..890962c8 100644 --- a/Docs/write-date.md +++ b/Docs/write-date.md @@ -1,4 +1,4 @@ -PS> *write-date.ps1* +PS> *./write-date.ps1* ==================== This PowerShell script determines and writes the current date. @@ -6,7 +6,7 @@ This PowerShell script determines and writes the current date. Parameters ---------- ```powershell -PS> write-date.ps1 [] +PS> ./write-date.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-date.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-date.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/write-fractal.md b/Docs/write-fractal.md index 78cc6ec6..c80b9edd 100644 --- a/Docs/write-fractal.md +++ b/Docs/write-fractal.md @@ -1,4 +1,4 @@ -PS> *write-fractal.ps1* +PS> *./write-fractal.ps1* ==================== write-fractal.ps1 @@ -79,4 +79,4 @@ while ($true) { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-fractal.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-fractal.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/write-green.md b/Docs/write-green.md index 3898abb7..5be6c8d4 100644 --- a/Docs/write-green.md +++ b/Docs/write-green.md @@ -1,4 +1,4 @@ -PS> *write-green.ps1* +PS> *./write-green.ps1* ==================== This PowerShell script writes text in a green foreground color. @@ -6,7 +6,7 @@ This PowerShell script writes text in a green foreground color. Parameters ---------- ```powershell -PS> write-green.ps1 [[-text] ] [] +PS> ./write-green.ps1 [[-text] ] [] -text Specifies the text to write @@ -63,4 +63,4 @@ write-host -foregroundColor green "$text" exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-green.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-green.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/write-joke.md b/Docs/write-joke.md index 8fb3d0ef..132904cc 100644 --- a/Docs/write-joke.md +++ b/Docs/write-joke.md @@ -1,4 +1,4 @@ -PS> *write-joke.ps1* +PS> *./write-joke.ps1* ==================== This PowerShell script writes a random Juck Norris joke to the console. @@ -6,7 +6,7 @@ This PowerShell script writes a random Juck Norris joke to the console. Parameters ---------- ```powershell -PS> write-joke.ps1 [] +PS> ./write-joke.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -61,4 +61,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-joke.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-joke.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/write-lowercase.md b/Docs/write-lowercase.md index 544e1630..7d333c2e 100644 --- a/Docs/write-lowercase.md +++ b/Docs/write-lowercase.md @@ -1,4 +1,4 @@ -PS> *write-lowercase.ps1* +PS> *./write-lowercase.ps1* ==================== This PowerShell script writes the given text in lowercase letters. @@ -6,7 +6,7 @@ This PowerShell script writes the given text in lowercase letters. Parameters ---------- ```powershell -PS> write-lowercase.ps1 [[-text] ] [] +PS> ./write-lowercase.ps1 [[-text] ] [] -text Specifies the text to write @@ -65,4 +65,4 @@ Write-Output $text.ToLower() exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-lowercase.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-lowercase.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/write-marquee.md b/Docs/write-marquee.md index 5e4a226b..38021021 100644 --- a/Docs/write-marquee.md +++ b/Docs/write-marquee.md @@ -1,4 +1,4 @@ -PS> *write-marquee.ps1* +PS> *./write-marquee.ps1* ==================== This PowerShell script writes the given text as marquee. @@ -6,7 +6,7 @@ This PowerShell script writes the given text as marquee. Parameters ---------- ```powershell -PS> write-marquee.ps1 [[-Text] ] [[-Speed] ] [] +PS> ./write-marquee.ps1 [[-Text] ] [[-Speed] ] [] -Text Specifies the text to write @@ -89,4 +89,4 @@ StartMarquee " exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-marquee.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-marquee.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/write-matrix.md b/Docs/write-matrix.md index 06d9a02b..a0dd1091 100644 --- a/Docs/write-matrix.md +++ b/Docs/write-matrix.md @@ -1,4 +1,4 @@ -PS> *write-matrix.ps1* +PS> *./write-matrix.ps1* ==================== write-matrix.ps1 @@ -79,4 +79,4 @@ while ($true) { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-matrix.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-matrix.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/write-morse-code.md b/Docs/write-morse-code.md index 02d1cc7d..3c5ab7d2 100644 --- a/Docs/write-morse-code.md +++ b/Docs/write-morse-code.md @@ -1,4 +1,4 @@ -PS> *write-morse-code.ps1* +PS> *./write-morse-code.ps1* ==================== This PowerShell script writes the given text in Morse code. @@ -6,7 +6,7 @@ This PowerShell script writes the given text in Morse code. Parameters ---------- ```powershell -PS> write-morse-code.ps1 [[-text] ] [[-speed] ] [] +PS> ./write-morse-code.ps1 [[-text] ] [[-speed] ] [] -text Specifies the text to write @@ -153,4 +153,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-morse-code.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-morse-code.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/write-motd.md b/Docs/write-motd.md index 0051c331..b40d6f81 100644 --- a/Docs/write-motd.md +++ b/Docs/write-motd.md @@ -1,4 +1,4 @@ -PS> *write-motd.ps1* +PS> *./write-motd.ps1* ==================== This PowerShell script writes the message of the day (MOTD). @@ -6,7 +6,7 @@ This PowerShell script writes the message of the day (MOTD). Parameters ---------- ```powershell -PS> write-motd.ps1 [] +PS> ./write-motd.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -140,4 +140,4 @@ Write-Host " 'VEzjt:;;z>*`` " -ForegroundColor Yellow exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-motd.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-motd.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/write-qr-code.md b/Docs/write-qr-code.md index 5d482e7d..68e0cc05 100644 --- a/Docs/write-qr-code.md +++ b/Docs/write-qr-code.md @@ -1,4 +1,4 @@ -PS> *write-qr-code.ps1* +PS> *./write-qr-code.ps1* ==================== This PowerShell script writes "Hello World" as QR code to the console output. @@ -6,7 +6,7 @@ This PowerShell script writes "Hello World" as QR code to the console output. Parameters ---------- ```powershell -PS> write-qr-code.ps1 [] +PS> ./write-qr-code.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -61,4 +61,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 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-qr-code.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/write-quote.md b/Docs/write-quote.md index 95c368e2..77d82f50 100644 --- a/Docs/write-quote.md +++ b/Docs/write-quote.md @@ -1,4 +1,4 @@ -PS> *write-quote.ps1* +PS> *./write-quote.ps1* ==================== This PowerShell script writes a random quote to the console. @@ -6,7 +6,7 @@ This PowerShell script writes a random quote to the console. Parameters ---------- ```powershell -PS> write-quote.ps1 [] +PS> ./write-quote.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -64,4 +64,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-quote.ps1 as of 07/29/2023 10:10:49)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-quote.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/write-red.md b/Docs/write-red.md index 82c41e53..b213032f 100644 --- a/Docs/write-red.md +++ b/Docs/write-red.md @@ -1,4 +1,4 @@ -PS> *write-red.ps1* +PS> *./write-red.ps1* ==================== This PowerShell script writes text in a red foreground color. @@ -6,7 +6,7 @@ This PowerShell script writes text in a red foreground color. Parameters ---------- ```powershell -PS> write-red.ps1 [[-text] ] [] +PS> ./write-red.ps1 [[-text] ] [] -text Specifies the text to write @@ -63,4 +63,4 @@ write-host -foregroundcolor red "$text" exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-red.ps1 as of 07/29/2023 10:10:50)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-red.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/write-rot13.md b/Docs/write-rot13.md index b3da1d8a..c6bdea3e 100644 --- a/Docs/write-rot13.md +++ b/Docs/write-rot13.md @@ -1,4 +1,4 @@ -PS> *write-rot13.ps1* +PS> *./write-rot13.ps1* ==================== This PowerShell script writes text encoded or decoded with ROT13. @@ -6,7 +6,7 @@ This PowerShell script writes text encoded or decoded with ROT13. Parameters ---------- ```powershell -PS> write-rot13.ps1 [[-text] ] [] +PS> ./write-rot13.ps1 [[-text] ] [] -text Specifies the text to write @@ -82,4 +82,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-rot13.ps1 as of 07/29/2023 10:10:50)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-rot13.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/write-shit.md b/Docs/write-shit.md index a56bb4d1..7b4acea2 100644 --- a/Docs/write-shit.md +++ b/Docs/write-shit.md @@ -1,4 +1,4 @@ -PS> *write-shit.ps1* +PS> *./write-shit.ps1* ==================== write-shit.ps1 @@ -20,4 +20,4 @@ Script Content "💩" ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-shit.ps1 as of 07/29/2023 10:10:50)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-shit.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/write-sine-curves.md b/Docs/write-sine-curves.md index 074c5fbf..31844316 100644 --- a/Docs/write-sine-curves.md +++ b/Docs/write-sine-curves.md @@ -1,4 +1,4 @@ -PS> *write-sine-curves.ps1* +PS> *./write-sine-curves.ps1* ==================== This PowerShell script writes sine curves. @@ -6,7 +6,7 @@ This PowerShell script writes sine curves. Parameters ---------- ```powershell -PS> write-sine-curves.ps1 [] +PS> ./write-sine-curves.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -56,4 +56,4 @@ Script Content } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-sine-curves.ps1 as of 07/29/2023 10:10:50)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-sine-curves.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/write-time.md b/Docs/write-time.md index 7a6b2a33..bd000045 100644 --- a/Docs/write-time.md +++ b/Docs/write-time.md @@ -1,4 +1,4 @@ -PS> *write-time.ps1* +PS> *./write-time.ps1* ==================== This PowerShell script determines and writes the current time. @@ -6,7 +6,7 @@ This PowerShell script determines and writes the current time. Parameters ---------- ```powershell -PS> write-time.ps1 [] +PS> ./write-time.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -55,4 +55,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-time.ps1 as of 07/29/2023 10:10:50)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-time.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/write-typewriter.md b/Docs/write-typewriter.md index 61db0fe1..fe7ccb62 100644 --- a/Docs/write-typewriter.md +++ b/Docs/write-typewriter.md @@ -1,4 +1,4 @@ -PS> *write-typewriter.ps1* +PS> *./write-typewriter.ps1* ==================== This PowerShell script writes the given text with the typewriter effect. @@ -6,7 +6,7 @@ This PowerShell script writes the given text with the typewriter effect. Parameters ---------- ```powershell -PS> write-typewriter.ps1 [[-text] ] [[-speed] ] [] +PS> ./write-typewriter.ps1 [[-text] ] [[-speed] ] [] -text Specifies the text to write @@ -91,4 +91,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-typewriter.ps1 as of 07/29/2023 10:10:50)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-typewriter.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/write-uppercase.md b/Docs/write-uppercase.md index 331048ef..4ab46045 100644 --- a/Docs/write-uppercase.md +++ b/Docs/write-uppercase.md @@ -1,4 +1,4 @@ -PS> *write-uppercase.ps1* +PS> *./write-uppercase.ps1* ==================== This PowerShell script writes the given text in uppercase letters. @@ -6,7 +6,7 @@ This PowerShell script writes the given text in uppercase letters. Parameters ---------- ```powershell -PS> write-uppercase.ps1 [[-text] ] [] +PS> ./write-uppercase.ps1 [[-text] ] [] -text Specifies the text to write @@ -65,4 +65,4 @@ Write-Output $text.ToUpper() exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-uppercase.ps1 as of 07/29/2023 10:10:50)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-uppercase.ps1 as of 07/29/2023 10:15:13)* diff --git a/Docs/write-vertical.md b/Docs/write-vertical.md index 1936d07b..ea29f51d 100644 --- a/Docs/write-vertical.md +++ b/Docs/write-vertical.md @@ -1,4 +1,4 @@ -PS> *write-vertical.ps1* +PS> *./write-vertical.ps1* ==================== This PowerShell script writes text in vertical direction. @@ -6,7 +6,7 @@ This PowerShell script writes text in vertical direction. Parameters ---------- ```powershell -PS> write-vertical.ps1 [[-text] ] [] +PS> ./write-vertical.ps1 [[-text] ] [] -text Specifies the text to write @@ -71,4 +71,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-vertical.ps1 as of 07/29/2023 10:10:50)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-vertical.ps1 as of 07/29/2023 10:15:13)* diff --git a/Scripts/convert-ps2md.ps1 b/Scripts/convert-ps2md.ps1 index d0579de2..5194323f 100755 --- a/Scripts/convert-ps2md.ps1 +++ b/Scripts/convert-ps2md.ps1 @@ -56,7 +56,7 @@ try { $full = Get-Help $filename -Full - "PS> *$($ScriptName)*" + "PS> *./$($ScriptName)*" "====================" $Description = ($full.description | Out-String).Trim() @@ -72,7 +72,7 @@ try { "----------" "``````powershell" $Syntax = (($full.syntax | Out-String) -replace "`r`n", "`r`n").Trim() - $Syntax = (($Syntax | Out-String) -replace "/home/mf/Repos/PowerShell/Scripts/", "PS> ") + $Syntax = (($Syntax | Out-String) -replace "/home/mf/Repos/PowerShell/Scripts/", "PS> ./") if ($Syntax -ne "") { "$Syntax" }