diff --git a/docs/add-firewall-rules.md b/docs/add-firewall-rules.md index f4fb642e..b9d1fda5 100644 --- a/docs/add-firewall-rules.md +++ b/docs/add-firewall-rules.md @@ -1,12 +1,12 @@ -The *add-firewall-rules.ps1* Script -=========================== +PowerShell Script: *add-firewall-rules.ps1* +=================================== This PowerShell script adds firewall rules for the given executable. Administrator rights are required. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/add-firewall-rules.ps1 [[-PathToExecutables] ] [[-Direction] ] [[-FirewallProfile] ] [] +PS> ./add-firewall-rules.ps1 [[-PathToExecutables] ] [[-Direction] ] [[-FirewallProfile] ] [] -PathToExecutables Specifies the path to the executables. @@ -116,4 +116,4 @@ try { ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/alert.md b/docs/alert.md index 417360dd..a250f573 100644 --- a/docs/alert.md +++ b/docs/alert.md @@ -1,12 +1,12 @@ -The *alert.ps1* Script -=========================== +PowerShell Script: *alert.ps1* +=================================== This PowerShell script handles and escalates the given alert message. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/alert.ps1 [[-Message] ] [] +PS> ./alert.ps1 [[-Message] ] [] -Message Specifies the alert message @@ -72,4 +72,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/build-repo.md b/docs/build-repo.md index 8845bf0d..d796eb2f 100644 --- a/docs/build-repo.md +++ b/docs/build-repo.md @@ -1,5 +1,5 @@ -The *build-repo.ps1* Script -=========================== +PowerShell Script: *build-repo.ps1* +=================================== This PowerShell script builds a Git repository by supporting the following build systems: autogen, cargo, cmake, configure, Gradle, Imakefile, Makefile, and Meson. @@ -7,7 +7,7 @@ systems: autogen, cargo, cmake, configure, Gradle, Imakefile, Makefile, and Meso Parameters ---------- ```powershell -/Repos/PowerShell/scripts/build-repo.ps1 [[-path] ] [] +PS> ./build-repo.ps1 [[-path] ] [] -path Specifies the file path to the Git repository (default: current working directory) @@ -209,10 +209,10 @@ try { } exit 0 # success } catch { - "⚠️ ERROR: $($Error[0]) in script line $($_.InvocationInfo.ScriptLineNumber)." + "⚠️ ERROR: $($Error[0]) (script line $($_.InvocationInfo.ScriptLineNumber))" Set-Location "$previousPath" exit 1 } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/build-repos.md b/docs/build-repos.md index 9b7326e6..ef8accd0 100644 --- a/docs/build-repos.md +++ b/docs/build-repos.md @@ -1,12 +1,12 @@ -The *build-repos.ps1* Script -=========================== +PowerShell Script: *build-repos.ps1* +=================================== This PowerShell script builds all Git repositories in a folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/build-repos.ps1 [[-ParentDir] ] [] +PS> ./build-repos.ps1 [[-ParentDir] ] [] -ParentDir Specifies the path to the parent folder @@ -83,4 +83,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/calculate-BMI.md b/docs/calculate-BMI.md index 95991637..2524e8ee 100644 --- a/docs/calculate-BMI.md +++ b/docs/calculate-BMI.md @@ -1,12 +1,12 @@ -The *calculate-BMI.ps1* Script -=========================== +PowerShell Script: *calculate-BMI.ps1* +=================================== This PowerShell script calculates the BMI. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/calculate-BMI.ps1 [] +PS> ./calculate-BMI.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-autostart.md b/docs/cd-autostart.md index 21db0f13..e2b1bf99 100644 --- a/docs/cd-autostart.md +++ b/docs/cd-autostart.md @@ -1,12 +1,12 @@ -The *cd-autostart.ps1* Script -=========================== +PowerShell Script: *cd-autostart.ps1* +=================================== This PowerShell script changes the working directory to the user's autostart folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-autostart.ps1 [] +PS> ./cd-autostart.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -62,4 +62,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-crashdumps.md b/docs/cd-crashdumps.md index a75746d1..dd4151fc 100644 --- a/docs/cd-crashdumps.md +++ b/docs/cd-crashdumps.md @@ -1,12 +1,12 @@ -The *cd-crashdumps.ps1* Script -=========================== +PowerShell Script: *cd-crashdumps.ps1* +=================================== This PowerShell script changes the working directory to the crash dumps directory (Windows only). Whenever a software crashes and crash dumps are enabled(!) a crash dump file is written. This file helps to identify the reason for the crash. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-crashdumps.ps1 [] +PS> ./cd-crashdumps.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -67,4 +67,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-desktop.md b/docs/cd-desktop.md index ebbab9f6..9cbdee03 100644 --- a/docs/cd-desktop.md +++ b/docs/cd-desktop.md @@ -1,12 +1,12 @@ -The *cd-desktop.ps1* Script -=========================== +PowerShell Script: *cd-desktop.ps1* +=================================== This PowerShell script changes the working directory to the user's desktop folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-desktop.ps1 [] +PS> ./cd-desktop.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -71,4 +71,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-docs.md b/docs/cd-docs.md index 947b04c1..10148464 100644 --- a/docs/cd-docs.md +++ b/docs/cd-docs.md @@ -1,12 +1,12 @@ -The *cd-docs.ps1* Script -=========================== +PowerShell Script: *cd-docs.ps1* +=================================== This PowerShell script changes the current working directory to the documents folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-docs.ps1 [] +PS> ./cd-docs.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -71,4 +71,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-downloads.md b/docs/cd-downloads.md index 9e0862e0..9f949b88 100644 --- a/docs/cd-downloads.md +++ b/docs/cd-downloads.md @@ -1,12 +1,12 @@ -The *cd-downloads.ps1* Script -=========================== +PowerShell Script: *cd-downloads.ps1* +=================================== This PowerShell script changes the working directory to the user's downloads folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-downloads.ps1 [] +PS> ./cd-downloads.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -71,4 +71,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-dropbox.md b/docs/cd-dropbox.md index f59ecdf9..12e1cef6 100644 --- a/docs/cd-dropbox.md +++ b/docs/cd-dropbox.md @@ -1,12 +1,12 @@ -The *cd-dropbox.ps1* Script -=========================== +PowerShell Script: *cd-dropbox.ps1* +=================================== This PowerShell script changes the working directory to the user's Dropbox folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-dropbox.ps1 [] +PS> ./cd-dropbox.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -64,4 +64,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-etc.md b/docs/cd-etc.md index 88603f10..3f694a77 100644 --- a/docs/cd-etc.md +++ b/docs/cd-etc.md @@ -1,12 +1,12 @@ -The *cd-etc.ps1* Script -=========================== +PowerShell Script: *cd-etc.ps1* +=================================== This PowerShell script changes the current working directory to the /etc directory. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-etc.ps1 [] +PS> ./cd-etc.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -68,4 +68,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-fonts.md b/docs/cd-fonts.md index 7669bf50..f5bf7ac6 100644 --- a/docs/cd-fonts.md +++ b/docs/cd-fonts.md @@ -1,12 +1,12 @@ -The *cd-fonts.ps1* Script -=========================== +PowerShell Script: *cd-fonts.ps1* +=================================== This PowerShell script sets the current working directory to the fonts folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-fonts.ps1 [] +PS> ./cd-fonts.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -63,4 +63,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-home.md b/docs/cd-home.md index a9e20c73..0b9e76b3 100644 --- a/docs/cd-home.md +++ b/docs/cd-home.md @@ -1,12 +1,12 @@ -The *cd-home.ps1* Script -=========================== +PowerShell Script: *cd-home.ps1* +=================================== This PowerShell script changes the working directory to the user's home directory. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-home.ps1 [] +PS> ./cd-home.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -62,4 +62,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-jenkins.md b/docs/cd-jenkins.md index 800574ec..fb2e675e 100644 --- a/docs/cd-jenkins.md +++ b/docs/cd-jenkins.md @@ -1,12 +1,12 @@ -The *cd-jenkins.ps1* Script -=========================== +PowerShell Script: *cd-jenkins.ps1* +=================================== This PowerShell script changes the working directory to the Jenkins home directory. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-jenkins.ps1 [] +PS> ./cd-jenkins.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -67,4 +67,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-logs.md b/docs/cd-logs.md index e54de58a..c631fa8a 100644 --- a/docs/cd-logs.md +++ b/docs/cd-logs.md @@ -1,12 +1,12 @@ -The *cd-logs.ps1* Script -=========================== +PowerShell Script: *cd-logs.ps1* +=================================== This PowerShell script changes the current working directory to the logs directory. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-logs.ps1 [] +PS> ./cd-logs.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -67,4 +67,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-music.md b/docs/cd-music.md index 5481d786..196305ef 100644 --- a/docs/cd-music.md +++ b/docs/cd-music.md @@ -1,12 +1,12 @@ -The *cd-music.ps1* Script -=========================== +PowerShell Script: *cd-music.ps1* +=================================== This PowerShell script changes the working directory to the user's music folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-music.ps1 [] +PS> ./cd-music.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -71,4 +71,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-nextcloud.md b/docs/cd-nextcloud.md index a6a99c0a..f47d7663 100644 --- a/docs/cd-nextcloud.md +++ b/docs/cd-nextcloud.md @@ -1,12 +1,12 @@ -The *cd-nextcloud.ps1* Script -=========================== +PowerShell Script: *cd-nextcloud.ps1* +=================================== This PowerShell script changes the working directory to the user's NextCloud folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-nextcloud.ps1 [] +PS> ./cd-nextcloud.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -64,4 +64,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-onedrive.md b/docs/cd-onedrive.md index 70d6cd24..fb58cd4c 100644 --- a/docs/cd-onedrive.md +++ b/docs/cd-onedrive.md @@ -1,12 +1,12 @@ -The *cd-onedrive.ps1* Script -=========================== +PowerShell Script: *cd-onedrive.ps1* +=================================== This PowerShell script sets the current working directory to the user's OneDrive folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-onedrive.ps1 [] +PS> ./cd-onedrive.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -64,4 +64,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-pics.md b/docs/cd-pics.md index f474b602..2b7eb626 100644 --- a/docs/cd-pics.md +++ b/docs/cd-pics.md @@ -1,12 +1,12 @@ -The *cd-pics.ps1* Script -=========================== +PowerShell Script: *cd-pics.ps1* +=================================== This PowerShell script changes the current working directory to the user's pictures folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-pics.ps1 [] +PS> ./cd-pics.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -71,4 +71,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-public.md b/docs/cd-public.md index 38d5b05e..f31a132f 100644 --- a/docs/cd-public.md +++ b/docs/cd-public.md @@ -1,12 +1,12 @@ -The *cd-public.ps1* Script -=========================== +PowerShell Script: *cd-public.ps1* +=================================== This PowerShell script changes the current working directory to the Public folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-public.ps1 [] +PS> ./cd-public.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -71,4 +71,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-recent.md b/docs/cd-recent.md index 9721ba1c..76b05401 100644 --- a/docs/cd-recent.md +++ b/docs/cd-recent.md @@ -1,12 +1,12 @@ -The *cd-recent.ps1* Script -=========================== +PowerShell Script: *cd-recent.ps1* +=================================== This PowerShell script changes the current working directory to the 'recent' folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-recent.ps1 [] +PS> ./cd-recent.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -63,4 +63,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-recycle-bin.md b/docs/cd-recycle-bin.md index c0947670..5c44e5f2 100644 --- a/docs/cd-recycle-bin.md +++ b/docs/cd-recycle-bin.md @@ -1,12 +1,12 @@ -The *cd-recycle-bin.ps1* Script -=========================== +PowerShell Script: *cd-recycle-bin.ps1* +=================================== This PowerShell script changes the current working directory to the user's recycle bin folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-recycle-bin.ps1 [] +PS> ./cd-recycle-bin.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -74,4 +74,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-repo.md b/docs/cd-repo.md index 3c4f3d4b..8151dda7 100644 --- a/docs/cd-repo.md +++ b/docs/cd-repo.md @@ -1,12 +1,12 @@ -The *cd-repo.ps1* Script -=========================== +PowerShell Script: *cd-repo.ps1* +=================================== This PowerShell script changes the current working directory to the given local Git repository. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-repo.ps1 [[-folderName] ] [] +PS> ./cd-repo.ps1 [[-folderName] ] [] -folderName Specifies the folder name of the Git repository @@ -92,4 +92,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-repos.md b/docs/cd-repos.md index 347e4c1e..7f2d84b2 100644 --- a/docs/cd-repos.md +++ b/docs/cd-repos.md @@ -1,12 +1,12 @@ -The *cd-repos.ps1* Script -=========================== +PowerShell Script: *cd-repos.ps1* +=================================== This PowerShell script changes the current working directory to the folder for Git repositories. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-repos.ps1 [] +PS> ./cd-repos.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -71,4 +71,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-root.md b/docs/cd-root.md index 8723f3a1..333b30f1 100644 --- a/docs/cd-root.md +++ b/docs/cd-root.md @@ -1,12 +1,12 @@ -The *cd-root.ps1* Script -=========================== +PowerShell Script: *cd-root.ps1* +=================================== This PowerShell script changes the current working directory to the root directory (C:\ on Windows). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-root.ps1 [] +PS> ./cd-root.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -61,4 +61,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-screenshots.md b/docs/cd-screenshots.md index 4f91878f..fcab5627 100644 --- a/docs/cd-screenshots.md +++ b/docs/cd-screenshots.md @@ -1,12 +1,12 @@ -The *cd-screenshots.ps1* Script -=========================== +PowerShell Script: *cd-screenshots.ps1* +=================================== This PowerShell script sets the current working directory to the user's screenshots folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-screenshots.ps1 [] +PS> ./cd-screenshots.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -74,4 +74,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-scripts.md b/docs/cd-scripts.md index 1ef4d6a4..3ee0f68b 100644 --- a/docs/cd-scripts.md +++ b/docs/cd-scripts.md @@ -1,12 +1,12 @@ -The *cd-scripts.ps1* Script -=========================== +PowerShell Script: *cd-scripts.ps1* +=================================== This PowerShell script changes the currrent working directory to the PowerShell scripts folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-scripts.ps1 [] +PS> ./cd-scripts.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -61,4 +61,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-ssh.md b/docs/cd-ssh.md index 037ab85e..5064ef45 100644 --- a/docs/cd-ssh.md +++ b/docs/cd-ssh.md @@ -1,12 +1,12 @@ -The *cd-ssh.ps1* Script -=========================== +PowerShell Script: *cd-ssh.ps1* +=================================== This PowerShell script changes the current working directory to the user's secure shell (SSH) folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-ssh.ps1 [] +PS> ./cd-ssh.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -64,4 +64,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-sync.md b/docs/cd-sync.md index 634e6cdb..0e948fb3 100644 --- a/docs/cd-sync.md +++ b/docs/cd-sync.md @@ -1,12 +1,12 @@ -The *cd-sync.ps1* Script -=========================== +PowerShell Script: *cd-sync.ps1* +=================================== This PowerShell script changes the current working directory to the user's Syncthing folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-sync.ps1 [] +PS> ./cd-sync.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -64,4 +64,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-temp.md b/docs/cd-temp.md index c4a80e59..770b8ed7 100644 --- a/docs/cd-temp.md +++ b/docs/cd-temp.md @@ -1,12 +1,12 @@ -The *cd-temp.ps1* Script -=========================== +PowerShell Script: *cd-temp.ps1* +=================================== This PowerShell script changes the current working directory to the temporary folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-temp.ps1 [] +PS> ./cd-temp.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -69,4 +69,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-templates.md b/docs/cd-templates.md index dfdd92e3..0511d192 100644 --- a/docs/cd-templates.md +++ b/docs/cd-templates.md @@ -1,12 +1,12 @@ -The *cd-templates.ps1* Script -=========================== +PowerShell Script: *cd-templates.ps1* +=================================== This PowerShell script sets the current working directory to the templates folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-templates.ps1 [] +PS> ./cd-templates.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -71,4 +71,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-trash.md b/docs/cd-trash.md index 03a3ff94..b2fcf313 100644 --- a/docs/cd-trash.md +++ b/docs/cd-trash.md @@ -1,12 +1,12 @@ -The *cd-trash.ps1* Script -=========================== +PowerShell Script: *cd-trash.ps1* +=================================== This PowerShell script changes the current working directory to the user's trash folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-trash.ps1 [] +PS> ./cd-trash.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -74,4 +74,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-up.md b/docs/cd-up.md index 8af73e41..54168f54 100644 --- a/docs/cd-up.md +++ b/docs/cd-up.md @@ -1,12 +1,12 @@ -The *cd-up.ps1* Script -=========================== +PowerShell Script: *cd-up.ps1* +=================================== This PowerShell script changes the current working directory to one directory level up. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-up.ps1 [] +PS> ./cd-up.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-up2.md b/docs/cd-up2.md index 97dc3160..6bca04d1 100644 --- a/docs/cd-up2.md +++ b/docs/cd-up2.md @@ -1,12 +1,12 @@ -The *cd-up2.ps1* Script -=========================== +PowerShell Script: *cd-up2.ps1* +=================================== This PowerShell script changes the current working directory to two directory level up. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-up2.ps1 [] +PS> ./cd-up2.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-up3.md b/docs/cd-up3.md index 7acc6135..c2e8fb39 100644 --- a/docs/cd-up3.md +++ b/docs/cd-up3.md @@ -1,12 +1,12 @@ -The *cd-up3.ps1* Script -=========================== +PowerShell Script: *cd-up3.ps1* +=================================== This PowerShell script changes the current working directory to three directory levels up. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-up3.ps1 [] +PS> ./cd-up3.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-up4.md b/docs/cd-up4.md index 8702430f..8465978e 100644 --- a/docs/cd-up4.md +++ b/docs/cd-up4.md @@ -1,12 +1,12 @@ -The *cd-up4.ps1* Script -=========================== +PowerShell Script: *cd-up4.ps1* +=================================== This PowerShell script changes the current working directory to four directory levels up. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-up4.ps1 [] +PS> ./cd-up4.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-users.md b/docs/cd-users.md index 5fb58e60..463cd8e8 100644 --- a/docs/cd-users.md +++ b/docs/cd-users.md @@ -1,12 +1,12 @@ -The *cd-users.ps1* Script -=========================== +PowerShell Script: *cd-users.ps1* +=================================== This PowerShell script sets the current working directory to the users directory. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-users.ps1 [] +PS> ./cd-users.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -62,4 +62,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-videos.md b/docs/cd-videos.md index fc0fa3e2..62d257e8 100644 --- a/docs/cd-videos.md +++ b/docs/cd-videos.md @@ -1,12 +1,12 @@ -The *cd-videos.ps1* Script -=========================== +PowerShell Script: *cd-videos.ps1* +=================================== This PowerShell script changes the working directory to the user's videos folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-videos.ps1 [] +PS> ./cd-videos.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -68,4 +68,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/cd-windows.md b/docs/cd-windows.md index 3d5b5d2c..b95f45fc 100644 --- a/docs/cd-windows.md +++ b/docs/cd-windows.md @@ -1,12 +1,12 @@ -The *cd-windows.ps1* Script -=========================== +PowerShell Script: *cd-windows.ps1* +=================================== This PowerShell script sets the current working directory to the Windows directory. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/cd-windows.ps1 [] +PS> ./cd-windows.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/change-wallpaper.md b/docs/change-wallpaper.md index 724118d5..9e763dcf 100644 --- a/docs/change-wallpaper.md +++ b/docs/change-wallpaper.md @@ -1,12 +1,12 @@ -The *change-wallpaper.ps1* Script -=========================== +PowerShell Script: *change-wallpaper.ps1* +=================================== This PowerShell script downloads a random photo from Unsplash and sets it as desktop background. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/change-wallpaper.ps1 [[-Category] ] [] +PS> ./change-wallpaper.ps1 [[-Category] ] [] -Category Specifies the photo category (beach, city, ...) @@ -80,4 +80,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/check-admin.md b/docs/check-admin.md index 13bc8a4f..4a942ee2 100644 --- a/docs/check-admin.md +++ b/docs/check-admin.md @@ -1,12 +1,12 @@ -The *check-admin.ps1* Script -=========================== +PowerShell Script: *check-admin.ps1* +=================================== This PowerShell script checks if the user has administrator rights. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-admin.ps1 [] +PS> ./check-admin.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -67,4 +67,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/check-apps.md b/docs/check-apps.md index cbfe784b..f2f6ac90 100644 --- a/docs/check-apps.md +++ b/docs/check-apps.md @@ -1,5 +1,5 @@ -The *check-apps.ps1* Script -=========================== +PowerShell Script: *check-apps.ps1* +=================================== check-apps.ps1 @@ -72,4 +72,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/check-bios.md b/docs/check-bios.md index f83a5640..e68072df 100644 --- a/docs/check-bios.md +++ b/docs/check-bios.md @@ -1,12 +1,12 @@ -The *check-bios.ps1* Script -=========================== +PowerShell Script: *check-bios.ps1* +=================================== This PowerShell script queries the BIOS status and prints it. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-bios.ps1 [] +PS> ./check-bios.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -75,4 +75,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/check-cpu.md b/docs/check-cpu.md index 4b2b0582..c863fb19 100644 --- a/docs/check-cpu.md +++ b/docs/check-cpu.md @@ -1,5 +1,5 @@ -The *check-cpu.ps1* Script -=========================== +PowerShell Script: *check-cpu.ps1* +=================================== check-cpu.ps1 @@ -104,4 +104,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/check-credentials.md b/docs/check-credentials.md index 839ad9c2..8b13a353 100644 --- a/docs/check-credentials.md +++ b/docs/check-credentials.md @@ -1,12 +1,12 @@ -The *check-credentials.ps1* Script -=========================== +PowerShell Script: *check-credentials.ps1* +=================================== This PowerShell script asks for credentials and checks them against saved ones ("$HOME\my.credentials" by default). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-credentials.ps1 [[-TargetFile] ] [] +PS> ./check-credentials.ps1 [[-TargetFile] ] [] -TargetFile Specifies the target file ("$HOME\my.credentials" by default) @@ -83,4 +83,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/check-day.md b/docs/check-day.md index 5ba0c489..51066c3f 100644 --- a/docs/check-day.md +++ b/docs/check-day.md @@ -1,12 +1,12 @@ -The *check-day.ps1* Script -=========================== +PowerShell Script: *check-day.ps1* +=================================== This PowerShell script determines and speaks the current day by text-to-speech (TTS). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-day.ps1 [] +PS> ./check-day.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -57,4 +57,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/check-dns.md b/docs/check-dns.md index ce95634c..a047692a 100644 --- a/docs/check-dns.md +++ b/docs/check-dns.md @@ -1,12 +1,12 @@ -The *check-dns.ps1* Script -=========================== +PowerShell Script: *check-dns.ps1* +=================================== This PowerShell script measures the DNS resolution speed using 100 internet domains and prints it. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-dns.ps1 [] +PS> ./check-dns.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -72,4 +72,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/check-drive-space.md b/docs/check-drive-space.md index b7d51216..b0f95c69 100644 --- a/docs/check-drive-space.md +++ b/docs/check-drive-space.md @@ -1,12 +1,12 @@ -The *check-drive-space.ps1* Script -=========================== +PowerShell Script: *check-drive-space.ps1* +=================================== This PowerShell script checks the given drive for free space left (10 GB by default). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-drive-space.ps1 [[-driveName] ] [[-minLevel] ] [] +PS> ./check-drive-space.ps1 [[-driveName] ] [[-minLevel] ] [] -driveName Specifies the drive name to check (e.g. "C") @@ -112,4 +112,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/check-drives.md b/docs/check-drives.md index 5e51501f..7b46ebb7 100644 --- a/docs/check-drives.md +++ b/docs/check-drives.md @@ -1,12 +1,12 @@ -The *check-drives.ps1* Script -=========================== +PowerShell Script: *check-drives.ps1* +=================================== This PowerShell script queries the free space of all drives and prints it. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-drives.ps1 [[-minLevel] ] [] +PS> ./check-drives.ps1 [[-minLevel] ] [] -minLevel Specifies the minimum warning level (5GB by default) @@ -103,4 +103,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/check-dusk.md b/docs/check-dusk.md index 2be4a8da..92bd3ac5 100644 --- a/docs/check-dusk.md +++ b/docs/check-dusk.md @@ -1,5 +1,5 @@ -The *check-dusk.ps1* Script -=========================== +PowerShell Script: *check-dusk.ps1* +=================================== check-dusk.ps1 @@ -63,4 +63,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/check-easter-sunday.md b/docs/check-easter-sunday.md index a7b54096..ff770b4a 100644 --- a/docs/check-easter-sunday.md +++ b/docs/check-easter-sunday.md @@ -1,12 +1,12 @@ -The *check-easter-sunday.ps1* Script -=========================== +PowerShell Script: *check-easter-sunday.ps1* +=================================== This PowerShell script checks the time until Easter Sunday and replies by text-to-speech (TTS). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/check-file-system.md b/docs/check-file-system.md index 9850031c..df724200 100644 --- a/docs/check-file-system.md +++ b/docs/check-file-system.md @@ -1,12 +1,12 @@ -The *check-file-system.ps1* Script -=========================== +PowerShell Script: *check-file-system.ps1* +=================================== This PowerShell script checks the file system of a drive. It needs admin rights. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-file-system.ps1 [[-Drive] ] [] +PS> ./check-file-system.ps1 [[-Drive] ] [] -Drive Specifies the drive to check @@ -76,4 +76,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/check-file.md b/docs/check-file.md index ec4a4b0b..a9e38e00 100644 --- a/docs/check-file.md +++ b/docs/check-file.md @@ -1,12 +1,12 @@ -The *check-file.ps1* Script -=========================== +PowerShell Script: *check-file.ps1* +=================================== This PowerShell script determines and prints the file type of the given file. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-file.ps1 [[-Path] ] [] +PS> ./check-file.ps1 [[-Path] ] [] -Path Specifies the path to the file @@ -171,4 +171,4 @@ function Check-Header { param( $path ) Check-Header $Path ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/check-firewall.md b/docs/check-firewall.md index 2aef2c64..16bb66ce 100644 --- a/docs/check-firewall.md +++ b/docs/check-firewall.md @@ -1,12 +1,12 @@ -The *check-firewall.ps1* Script -=========================== +PowerShell Script: *check-firewall.ps1* +=================================== This PowerShell script queries the status of the firewall and prints it. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-firewall.ps1 [] +PS> ./check-firewall.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/check-gpu.md b/docs/check-gpu.md index a5b277c8..50da0e0d 100644 --- a/docs/check-gpu.md +++ b/docs/check-gpu.md @@ -1,5 +1,5 @@ -The *check-gpu.ps1* Script -=========================== +PowerShell Script: *check-gpu.ps1* +=================================== check-gpu.ps1 @@ -67,4 +67,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/check-hardware.md b/docs/check-hardware.md index eabb6fd0..22fbd001 100644 --- a/docs/check-hardware.md +++ b/docs/check-hardware.md @@ -1,12 +1,12 @@ -The *check-hardware.ps1* Script -=========================== +PowerShell Script: *check-hardware.ps1* +=================================== This PowerShell script queries the hardware details of the local computer and prints it. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-hardware.ps1 [] +PS> ./check-hardware.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -64,4 +64,4 @@ Write-Host "`n === H A R D W A R E ===" -foregroundColor green exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/check-health.md b/docs/check-health.md index 23bb08de..0882eed0 100644 --- a/docs/check-health.md +++ b/docs/check-health.md @@ -1,12 +1,12 @@ -The *check-health.ps1* Script -=========================== +PowerShell Script: *check-health.ps1* +=================================== This PowerShell script queries the system health of the local computer (hardware, software, and network) and prints it. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/check-independence-day.md b/docs/check-independence-day.md index 87f6544e..044f9783 100644 --- a/docs/check-independence-day.md +++ b/docs/check-independence-day.md @@ -1,12 +1,12 @@ -The *check-independence-day.ps1* Script -=========================== +PowerShell Script: *check-independence-day.ps1* +=================================== This PowerShell script checks the time until Indepence Day and replies by text-to-speech (TTS). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/check-ipv4-address.md b/docs/check-ipv4-address.md index 822526da..e80e29cb 100644 --- a/docs/check-ipv4-address.md +++ b/docs/check-ipv4-address.md @@ -1,12 +1,12 @@ -The *check-ipv4-address.ps1* Script -=========================== +PowerShell Script: *check-ipv4-address.ps1* +=================================== This PowerShell script checks the given IPv4 address for validity. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-ipv4-address.ps1 [[-Address] ] [] +PS> ./check-ipv4-address.ps1 [[-Address] ] [] -Address Specifies the IPv4 address to check @@ -85,4 +85,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/check-ipv6-address.md b/docs/check-ipv6-address.md index aae9c388..09d3acb6 100644 --- a/docs/check-ipv6-address.md +++ b/docs/check-ipv6-address.md @@ -1,12 +1,12 @@ -The *check-ipv6-address.ps1* Script -=========================== +PowerShell Script: *check-ipv6-address.ps1* +=================================== This PowerShell script checks the given IPv6 address for validity Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-ipv6-address.ps1 [[-Address] ] [] +PS> ./check-ipv6-address.ps1 [[-Address] ] [] -Address Specifies the IPv6 address to check @@ -99,4 +99,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/check-iss-position.md b/docs/check-iss-position.md index 71565a2a..1401e0f3 100644 --- a/docs/check-iss-position.md +++ b/docs/check-iss-position.md @@ -1,12 +1,12 @@ -The *check-iss-position.ps1* Script -=========================== +PowerShell Script: *check-iss-position.ps1* +=================================== This PowerShell script queries the position of the International Space Station (ISS) and replies by text-to-speech (TTS). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/check-mac-address.md b/docs/check-mac-address.md index 1373840e..b089c49e 100644 --- a/docs/check-mac-address.md +++ b/docs/check-mac-address.md @@ -1,5 +1,5 @@ -The *check-mac-address.ps1* Script -=========================== +PowerShell Script: *check-mac-address.ps1* +=================================== This PowerShell script checks the given MAC address for validity Supported MAC address formats are: 00:00:00:00:00:00 or 00-00-00-00-00-00 or 000000000000. @@ -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 -/Repos/PowerShell/scripts/check-mac-address.ps1 [[-MAC] ] [] +PS> ./check-mac-address.ps1 [[-MAC] ] [] -MAC Specifies the MAC address to check @@ -88,4 +88,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* diff --git a/docs/check-midnight.md b/docs/check-midnight.md index e0b43848..ca1bced1 100644 --- a/docs/check-midnight.md +++ b/docs/check-midnight.md @@ -1,5 +1,5 @@ -The *check-midnight.ps1* Script -=========================== +PowerShell Script: *check-midnight.ps1* +=================================== check-midnight.ps1 @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-month.md b/docs/check-month.md index 200688eb..bcf174ed 100644 --- a/docs/check-month.md +++ b/docs/check-month.md @@ -1,12 +1,12 @@ -The *check-month.ps1* Script -=========================== +PowerShell Script: *check-month.ps1* +=================================== This PowerShell script determines and speaks the current month name by text-to-speech (TTS). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-month.ps1 [] +PS> ./check-month.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -57,4 +57,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-moon-phase.md b/docs/check-moon-phase.md index bb09ce07..c6da363d 100644 --- a/docs/check-moon-phase.md +++ b/docs/check-moon-phase.md @@ -1,12 +1,12 @@ -The *check-moon-phase.ps1* Script -=========================== +PowerShell Script: *check-moon-phase.ps1* +=================================== This PowerShell script determines the Moon phase and answers by text-to-speech (TTS). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-motherboard.md b/docs/check-motherboard.md index f68c2183..f3239338 100644 --- a/docs/check-motherboard.md +++ b/docs/check-motherboard.md @@ -1,12 +1,12 @@ -The *check-motherboard.ps1* Script -=========================== +PowerShell Script: *check-motherboard.ps1* +=================================== This PowerShell script lists the motherboard details. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-motherboard.ps1 [] +PS> ./check-motherboard.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -59,4 +59,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-network.md b/docs/check-network.md index ce19de66..02ecfd0a 100644 --- a/docs/check-network.md +++ b/docs/check-network.md @@ -1,12 +1,12 @@ -The *check-network.ps1* Script -=========================== +PowerShell Script: *check-network.ps1* +=================================== This PowerShell script queries the network details of the local computer and prints it. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-network.ps1 [] +PS> ./check-network.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -67,4 +67,4 @@ Write-Host "`n === N E T W O R K ===" -foregroundColor green exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-noon.md b/docs/check-noon.md index 82273d7c..477b7ac2 100644 --- a/docs/check-noon.md +++ b/docs/check-noon.md @@ -1,5 +1,5 @@ -The *check-noon.ps1* Script -=========================== +PowerShell Script: *check-noon.ps1* +=================================== check-noon.ps1 @@ -59,4 +59,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-os.md b/docs/check-os.md index 9c904cd9..8e9ed336 100644 --- a/docs/check-os.md +++ b/docs/check-os.md @@ -1,12 +1,12 @@ -The *check-os.ps1* Script -=========================== +PowerShell Script: *check-os.ps1* +=================================== This PowerShell script queries the operating system status and prints it. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-os.ps1 [] +PS> ./check-os.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -73,4 +73,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-outlook.md b/docs/check-outlook.md index bd0cbcd6..967af358 100644 --- a/docs/check-outlook.md +++ b/docs/check-outlook.md @@ -1,12 +1,12 @@ -The *check-outlook.ps1* Script -=========================== +PowerShell Script: *check-outlook.ps1* +=================================== This PowerShell script checks the inbox of Outlook for new/unread mails. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-outlook.ps1 [] +PS> ./check-outlook.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-password.md b/docs/check-password.md index 8669ed9d..4a73caf7 100644 --- a/docs/check-password.md +++ b/docs/check-password.md @@ -1,12 +1,12 @@ -The *check-password.ps1* Script -=========================== +PowerShell Script: *check-password.ps1* +=================================== This PowerShell script checks the security status of the given password by haveibeenpwned.com Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-password.ps1 [[-password] ] [] +PS> ./check-password.ps1 [[-password] ] [] -password @@ -95,4 +95,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-pending-reboot.md b/docs/check-pending-reboot.md index d05d3556..0025de85 100644 --- a/docs/check-pending-reboot.md +++ b/docs/check-pending-reboot.md @@ -1,5 +1,5 @@ -The *check-pending-reboot.ps1* Script -=========================== +PowerShell Script: *check-pending-reboot.ps1* +=================================== check-pending-reboot.ps1 @@ -90,4 +90,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-pnp-devices.md b/docs/check-pnp-devices.md index 81e2e389..32fc0d78 100644 --- a/docs/check-pnp-devices.md +++ b/docs/check-pnp-devices.md @@ -1,12 +1,12 @@ -The *check-pnp-devices.ps1* Script -=========================== +PowerShell Script: *check-pnp-devices.ps1* +=================================== This PowerShell script checks all Plug'n'PLay devices connected to the local computer. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-pnp-devices.ps1 [] +PS> ./check-pnp-devices.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-power.md b/docs/check-power.md index ec329bd9..bd92f855 100644 --- a/docs/check-power.md +++ b/docs/check-power.md @@ -1,12 +1,12 @@ -The *check-power.ps1* Script -=========================== +PowerShell Script: *check-power.ps1* +=================================== This PowerShell script queries the power status and prints it. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-power.ps1 [] +PS> ./check-power.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -91,4 +91,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-powershell.md b/docs/check-powershell.md index e2ebc2eb..ae2238c1 100644 --- a/docs/check-powershell.md +++ b/docs/check-powershell.md @@ -1,5 +1,5 @@ -The *check-powershell.ps1* Script -=========================== +PowerShell Script: *check-powershell.ps1* +=================================== check-powershell.ps1 @@ -59,4 +59,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-ps1-file.md b/docs/check-ps1-file.md index 338e368e..2217e138 100644 --- a/docs/check-ps1-file.md +++ b/docs/check-ps1-file.md @@ -1,12 +1,12 @@ -The *check-ps1-file.ps1* Script -=========================== +PowerShell Script: *check-ps1-file.ps1* +=================================== This PowerShell script checks the given PowerShell script file(s) for validity. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-ps1-file.ps1 [[-filePattern] ] [] +PS> ./check-ps1-file.ps1 [[-filePattern] ] [] -filePattern Specifies the file pattern to the PowerShell file(s) @@ -77,4 +77,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:20)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-ram.md b/docs/check-ram.md index a3a8a8a7..b2eae107 100644 --- a/docs/check-ram.md +++ b/docs/check-ram.md @@ -1,5 +1,5 @@ -The *check-ram.ps1* Script -=========================== +PowerShell Script: *check-ram.ps1* +=================================== check-ram.ps1 @@ -98,4 +98,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-repo.md b/docs/check-repo.md index c2869c02..7d8cb33e 100644 --- a/docs/check-repo.md +++ b/docs/check-repo.md @@ -1,12 +1,12 @@ -The *check-repo.ps1* Script -=========================== +PowerShell Script: *check-repo.ps1* +=================================== This PowerShell script verifies the integrity of a local Git repository and performs maintenance tasks. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-repo.ps1 [[-path] ] [] +PS> ./check-repo.ps1 [[-path] ] [] -path Specifies the file path to the local Git repository (current working directory by default) @@ -130,4 +130,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-repos.md b/docs/check-repos.md index 82b43493..f041904d 100644 --- a/docs/check-repos.md +++ b/docs/check-repos.md @@ -1,12 +1,12 @@ -The *check-repos.ps1* Script -=========================== +PowerShell Script: *check-repos.ps1* +=================================== This PowerShell script verifies the data integrity of all Git repositories in a folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-repos.ps1 [[-parentDir] ] [] +PS> ./check-repos.ps1 [[-parentDir] ] [] -parentDir Specifies the file path to the parent folder @@ -92,4 +92,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-santa.md b/docs/check-santa.md index bff3aba4..bc7348a5 100644 --- a/docs/check-santa.md +++ b/docs/check-santa.md @@ -1,12 +1,12 @@ -The *check-santa.ps1* Script -=========================== +PowerShell Script: *check-santa.ps1* +=================================== This PowerShell script checks the time until Saint Nicholas Day and replies by text-to-speech (TTS). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-santa.ps1 [] +PS> ./check-santa.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -56,4 +56,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-smart-devices.md b/docs/check-smart-devices.md index 7ad58916..373ab0d6 100644 --- a/docs/check-smart-devices.md +++ b/docs/check-smart-devices.md @@ -1,5 +1,5 @@ -The *check-smart-devices.ps1* Script -=========================== +PowerShell Script: *check-smart-devices.ps1* +=================================== check-smart-devices.ps1 @@ -120,4 +120,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-software.md b/docs/check-software.md index f6e7faf2..b4f5e465 100644 --- a/docs/check-software.md +++ b/docs/check-software.md @@ -1,12 +1,12 @@ -The *check-software.ps1* Script -=========================== +PowerShell Script: *check-software.ps1* +=================================== This PowerShell script queries the software status of the local computer and prints it. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-software.ps1 [] +PS> ./check-software.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -64,4 +64,4 @@ Write-Host "`n === S O F T W A R E ===" -foregroundColor green exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-subnet-mask.md b/docs/check-subnet-mask.md index 0032924a..9a601e1b 100644 --- a/docs/check-subnet-mask.md +++ b/docs/check-subnet-mask.md @@ -1,12 +1,12 @@ -The *check-subnet-mask.ps1* Script -=========================== +PowerShell Script: *check-subnet-mask.ps1* +=================================== This PowerShell script checks the given subnet mask for validity. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-subnet-mask.ps1 [[-address] ] [] +PS> ./check-subnet-mask.ps1 [[-address] ] [] -address Specifies the subnet mask to check @@ -85,4 +85,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-swap-space.md b/docs/check-swap-space.md index 30459909..206612cb 100644 --- a/docs/check-swap-space.md +++ b/docs/check-swap-space.md @@ -1,12 +1,12 @@ -The *check-swap-space.ps1* Script -=========================== +PowerShell Script: *check-swap-space.ps1* +=================================== This PowerShell script queries the current status of the swap space and prints it. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-swap-space.ps1 [[-minLevel] ] [] +PS> ./check-swap-space.ps1 [[-minLevel] ] [] -minLevel Specifies the minimum level in MB (10 MB by default) @@ -108,4 +108,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-symlinks.md b/docs/check-symlinks.md index 52e2f65c..84a4ef7c 100644 --- a/docs/check-symlinks.md +++ b/docs/check-symlinks.md @@ -1,12 +1,12 @@ -The *check-symlinks.ps1* Script -=========================== +PowerShell Script: *check-symlinks.ps1* +=================================== This PowerShell script checks all symbolic links in a directory tree. It returns the number of broken symlinks as exit value. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-symlinks.ps1 [[-path] ] [] +PS> ./check-symlinks.ps1 [[-path] ] [] -path Specifies the file path to the directory tree @@ -101,4 +101,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-time-zone.md b/docs/check-time-zone.md index f153aad3..e3af285f 100644 --- a/docs/check-time-zone.md +++ b/docs/check-time-zone.md @@ -1,12 +1,12 @@ -The *check-time-zone.ps1* Script -=========================== +PowerShell Script: *check-time-zone.ps1* +=================================== This PowerShell script queries the local time zone and prints it. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-time-zone.ps1 [] +PS> ./check-time-zone.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -66,4 +66,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-uptime.md b/docs/check-uptime.md index 92e341cf..2cfd6e3f 100644 --- a/docs/check-uptime.md +++ b/docs/check-uptime.md @@ -1,5 +1,5 @@ -The *check-uptime.ps1* Script -=========================== +PowerShell Script: *check-uptime.ps1* +=================================== check-uptime.ps1 @@ -114,4 +114,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-vpn.md b/docs/check-vpn.md index e59f767f..493e2b48 100644 --- a/docs/check-vpn.md +++ b/docs/check-vpn.md @@ -1,12 +1,12 @@ -The *check-vpn.ps1* Script -=========================== +PowerShell Script: *check-vpn.ps1* +=================================== This PowerShell script queries the status of the VPN connection(s) and prints it. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-vpn.ps1 [] +PS> ./check-vpn.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-weather.md b/docs/check-weather.md index 97db6349..f1e4f6f9 100644 --- a/docs/check-weather.md +++ b/docs/check-weather.md @@ -1,12 +1,12 @@ -The *check-weather.ps1* Script -=========================== +PowerShell Script: *check-weather.ps1* +=================================== This PowerShell script checks the current weather report. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-weather.ps1 [[-location] ] [] +PS> ./check-weather.ps1 [[-location] ] [] -location Specifies the location to use (determined automatically per default) @@ -82,4 +82,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-week.md b/docs/check-week.md index c37c73f9..88fec58d 100644 --- a/docs/check-week.md +++ b/docs/check-week.md @@ -1,12 +1,12 @@ -The *check-week.ps1* Script -=========================== +PowerShell Script: *check-week.ps1* +=================================== This PowerShell script determines and speaks the current week number by text-to-speech (TTS). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-week.ps1 [] +PS> ./check-week.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -54,4 +54,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-wind.md b/docs/check-wind.md index 139b3e83..2c7b3363 100644 --- a/docs/check-wind.md +++ b/docs/check-wind.md @@ -1,12 +1,12 @@ -The *check-wind.ps1* Script -=========================== +PowerShell Script: *check-wind.ps1* +=================================== This PowerShell script determines the current wind conditions and replies by text-to-speech (TTS). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-wind.ps1 [[-location] ] [] +PS> ./check-wind.ps1 [[-location] ] [] -location Specifies the location to use (determined automatically per default) @@ -73,4 +73,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-windows-system-files.md b/docs/check-windows-system-files.md index 5f9b3050..4efa2068 100644 --- a/docs/check-windows-system-files.md +++ b/docs/check-windows-system-files.md @@ -1,12 +1,12 @@ -The *check-windows-system-files.ps1* Script -=========================== +PowerShell Script: *check-windows-system-files.ps1* +=================================== This PowerShell script checks the validity of the Windows system files. It requires admin rights. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-xml-file.md b/docs/check-xml-file.md index e5961f1b..8f716fe0 100644 --- a/docs/check-xml-file.md +++ b/docs/check-xml-file.md @@ -1,12 +1,12 @@ -The *check-xml-file.ps1* Script -=========================== +PowerShell Script: *check-xml-file.ps1* +=================================== This PowerShell script checks the given XML file for validity. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-xml-file.ps1 [[-path] ] [] +PS> ./check-xml-file.ps1 [[-path] ] [] -path Specifies the path to the XML file @@ -86,4 +86,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/check-xml-files.md b/docs/check-xml-files.md index 8da42506..78bb2961 100644 --- a/docs/check-xml-files.md +++ b/docs/check-xml-files.md @@ -1,12 +1,12 @@ -The *check-xml-files.ps1* Script -=========================== +PowerShell Script: *check-xml-files.ps1* +=================================== This PowerShell script verifies any XML file (with suffix .xml) in the given directory tree for validity. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/check-xml-files.ps1 [[-path] ] [] +PS> ./check-xml-files.ps1 [[-path] ] [] -path Specifies the file path to the directory tree (current working dir by default) @@ -85,4 +85,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/clean-repo.md b/docs/clean-repo.md index 596a05c6..03de0df6 100644 --- a/docs/clean-repo.md +++ b/docs/clean-repo.md @@ -1,5 +1,5 @@ -The *clean-repo.ps1* Script -=========================== +PowerShell Script: *clean-repo.ps1* +=================================== This PowerShell script deletes all untracked files and folders in a local Git repository (including submodules). NOTE: To be used with care! This cannot be undone! @@ -7,7 +7,7 @@ NOTE: To be used with care! This cannot be undone! Parameters ---------- ```powershell -/Repos/PowerShell/scripts/clean-repo.ps1 [[-path] ] [] +PS> ./clean-repo.ps1 [[-path] ] [] -path Specifies the file path to the local Git repository (current working directory by default) @@ -97,9 +97,9 @@ try { "✅ Repo '$repoName' cleaned in $($elapsed)s." exit 0 # success } catch { - "⚠️ ERROR: $($Error[0]) in script line $($_.InvocationInfo.ScriptLineNumber)." + "⚠️ ERROR: $($Error[0]) (script line $($_.InvocationInfo.ScriptLineNumber))" exit 1 } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/clean-repos.md b/docs/clean-repos.md index bc3074f9..5a908538 100644 --- a/docs/clean-repos.md +++ b/docs/clean-repos.md @@ -1,12 +1,12 @@ -The *clean-repos.ps1* Script -=========================== +PowerShell Script: *clean-repos.ps1* +=================================== This PowerShell script cleans all Git repositories in a folder from untracked files (including submodules). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/clean-repos.ps1 [[-parentDir] ] [] +PS> ./clean-repos.ps1 [[-parentDir] ] [] -parentDir Specifies the path to the parent folder (current working dir by default) @@ -101,4 +101,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/clear-dns-cache.md b/docs/clear-dns-cache.md index 6536c42a..c1be65ed 100644 --- a/docs/clear-dns-cache.md +++ b/docs/clear-dns-cache.md @@ -1,12 +1,12 @@ -The *clear-dns-cache.ps1* Script -=========================== +PowerShell Script: *clear-dns-cache.ps1* +=================================== This PowerShell script empties the DNS client cache of the local computer. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/clear-dns-cache.ps1 [] +PS> ./clear-dns-cache.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/clear-recycle-bin.md b/docs/clear-recycle-bin.md index e0558427..3f357351 100644 --- a/docs/clear-recycle-bin.md +++ b/docs/clear-recycle-bin.md @@ -1,5 +1,5 @@ -The *clear-recycle-bin.ps1* Script -=========================== +PowerShell Script: *clear-recycle-bin.ps1* +=================================== This PowerShell script removes the content of the recycle bin folder permanently. IMPORTANT NOTE: this cannot be undo! @@ -7,7 +7,7 @@ IMPORTANT NOTE: this cannot be undo! Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/clone-repos.md b/docs/clone-repos.md index 02c384df..7f62cede 100644 --- a/docs/clone-repos.md +++ b/docs/clone-repos.md @@ -1,12 +1,12 @@ -The *clone-repos.ps1* Script -=========================== +PowerShell Script: *clone-repos.ps1* +=================================== This PowerShell script clones popular Git repositories into a common target directory. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/clone-repos.ps1 [[-targetDir] ] [] +PS> ./clone-repos.ps1 [[-targetDir] ] [] -targetDir Specifies the file path to the target directory (current working directory by default) @@ -119,4 +119,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/clone-shallow.md b/docs/clone-shallow.md index 37679cd5..9002c1cf 100644 --- a/docs/clone-shallow.md +++ b/docs/clone-shallow.md @@ -1,12 +1,12 @@ -The *clone-shallow.ps1* Script -=========================== +PowerShell Script: *clone-shallow.ps1* +=================================== This PowerShell script clones popular Git repositories into a common target directory. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/clone-shallow.ps1 [[-targetDir] ] [] +PS> ./clone-shallow.ps1 [[-targetDir] ] [] -targetDir Specifies the file path to the target directory (current working directory by default) @@ -75,4 +75,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/close-calculator.md b/docs/close-calculator.md index 788b1c34..276cc137 100644 --- a/docs/close-calculator.md +++ b/docs/close-calculator.md @@ -1,12 +1,12 @@ -The *close-calculator.ps1* Script -=========================== +PowerShell Script: *close-calculator.ps1* +=================================== This PowerShell script closes the calculator application gracefully. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/close-chrome.md b/docs/close-chrome.md index f2b27d42..e90f6512 100644 --- a/docs/close-chrome.md +++ b/docs/close-chrome.md @@ -1,12 +1,12 @@ -The *close-chrome.ps1* Script -=========================== +PowerShell Script: *close-chrome.ps1* +=================================== This PowerShell script closes the Google Chrome Web browser gracefully. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/close-cortana.md b/docs/close-cortana.md index 8ef8e16c..d0191cc9 100644 --- a/docs/close-cortana.md +++ b/docs/close-cortana.md @@ -1,12 +1,12 @@ -The *close-cortana.ps1* Script -=========================== +PowerShell Script: *close-cortana.ps1* +=================================== This PowerShell script closes Microsoft's Cortana application gracefully. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/close-edge.md b/docs/close-edge.md index 1f14b9c7..daf4c6d2 100644 --- a/docs/close-edge.md +++ b/docs/close-edge.md @@ -1,12 +1,12 @@ -The *close-edge.ps1* Script -=========================== +PowerShell Script: *close-edge.ps1* +=================================== This PowerShell script closes the Microsoft Edge Web browser gracefully. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/close-file-explorer.md b/docs/close-file-explorer.md index ec768dba..67150209 100644 --- a/docs/close-file-explorer.md +++ b/docs/close-file-explorer.md @@ -1,12 +1,12 @@ -The *close-file-explorer.ps1* Script -=========================== +PowerShell Script: *close-file-explorer.ps1* +=================================== This PowerShell script closes the Microsoft File Explorer application gracefully. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/close-firefox.md b/docs/close-firefox.md index b2e85e02..369d30c4 100644 --- a/docs/close-firefox.md +++ b/docs/close-firefox.md @@ -1,12 +1,12 @@ -The *close-firefox.ps1* Script -=========================== +PowerShell Script: *close-firefox.ps1* +=================================== This PowerShell script closes the Mozilla Firefox Web browser gracefully. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/close-git-extensions.md b/docs/close-git-extensions.md index 084c332d..407b3d99 100644 --- a/docs/close-git-extensions.md +++ b/docs/close-git-extensions.md @@ -1,12 +1,12 @@ -The *close-git-extensions.ps1* Script -=========================== +PowerShell Script: *close-git-extensions.ps1* +=================================== This PowerShell script closes the Git Extensions application gracefully. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/close-magnifier.md b/docs/close-magnifier.md index 3e69dfca..9d13f77f 100644 --- a/docs/close-magnifier.md +++ b/docs/close-magnifier.md @@ -1,12 +1,12 @@ -The *close-magnifier.ps1* Script -=========================== +PowerShell Script: *close-magnifier.ps1* +=================================== This PowerShell script closes the Windows Screen Magnifier application gracefully. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/close-microsoft-paint.md b/docs/close-microsoft-paint.md index a0c07132..15be6474 100644 --- a/docs/close-microsoft-paint.md +++ b/docs/close-microsoft-paint.md @@ -1,12 +1,12 @@ -The *close-microsoft-paint.ps1* Script -=========================== +PowerShell Script: *close-microsoft-paint.ps1* +=================================== This PowerShell script closes the Microsoft Paint application gracefully. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/close-microsoft-store.md b/docs/close-microsoft-store.md index ca6892f0..37b0ccd2 100644 --- a/docs/close-microsoft-store.md +++ b/docs/close-microsoft-store.md @@ -1,12 +1,12 @@ -The *close-microsoft-store.ps1* Script -=========================== +PowerShell Script: *close-microsoft-store.ps1* +=================================== This PowerShell script closes the Microsoft Store application gracefully. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/close-netflix.md b/docs/close-netflix.md index c8d02411..751bf74b 100644 --- a/docs/close-netflix.md +++ b/docs/close-netflix.md @@ -1,12 +1,12 @@ -The *close-netflix.ps1* Script -=========================== +PowerShell Script: *close-netflix.ps1* +=================================== This PowerShell script closes the Netflix application gracefully. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/close-notepad.md b/docs/close-notepad.md index 51e4d1ec..680f1e46 100644 --- a/docs/close-notepad.md +++ b/docs/close-notepad.md @@ -1,12 +1,12 @@ -The *close-notepad.ps1* Script -=========================== +PowerShell Script: *close-notepad.ps1* +=================================== This PowerShell script closes the Notepad application gracefully. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/close-notepad.ps1 [] +PS> ./close-notepad.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/close-obs-studio.md b/docs/close-obs-studio.md index 629c69f7..821be186 100644 --- a/docs/close-obs-studio.md +++ b/docs/close-obs-studio.md @@ -1,12 +1,12 @@ -The *close-obs-studio.ps1* Script -=========================== +PowerShell Script: *close-obs-studio.ps1* +=================================== This PowerShell script closes the OBS Studio application gracefully. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/close-one-calendar.md b/docs/close-one-calendar.md index c5dba625..ed05c1e6 100644 --- a/docs/close-one-calendar.md +++ b/docs/close-one-calendar.md @@ -1,12 +1,12 @@ -The *close-one-calendar.ps1* Script -=========================== +PowerShell Script: *close-one-calendar.ps1* +=================================== This PowerShell script closes the OneCalendar application gracefully. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/close-outlook.md b/docs/close-outlook.md index bd3e69f4..ab188501 100644 --- a/docs/close-outlook.md +++ b/docs/close-outlook.md @@ -1,12 +1,12 @@ -The *close-outlook.ps1* Script -=========================== +PowerShell Script: *close-outlook.ps1* +=================================== This PowerShell script closes the Microsoft Outlook email application gracefully. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/close-paint-three-d.md b/docs/close-paint-three-d.md index 00484627..038f298a 100644 --- a/docs/close-paint-three-d.md +++ b/docs/close-paint-three-d.md @@ -1,12 +1,12 @@ -The *close-paint-three-d.ps1* Script -=========================== +PowerShell Script: *close-paint-three-d.ps1* +=================================== This PowerShell script closes the Paint 3D application gracefully. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/close-program.md b/docs/close-program.md index 5ea98333..9f7a3112 100644 --- a/docs/close-program.md +++ b/docs/close-program.md @@ -1,12 +1,12 @@ -The *close-program.ps1* Script -=========================== +PowerShell Script: *close-program.ps1* +=================================== This PowerShell script closes a program's processes gracefully. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/close-program.ps1 [[-fullProgramName] ] [[-programName] ] [[-programAliasName] ] [] +PS> ./close-program.ps1 [[-fullProgramName] ] [[-programName] ] [[-programAliasName] ] [] -fullProgramName Specifies the full program name @@ -121,4 +121,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/close-serenade.md b/docs/close-serenade.md index d12f6225..3f3335df 100644 --- a/docs/close-serenade.md +++ b/docs/close-serenade.md @@ -1,12 +1,12 @@ -The *close-serenade.ps1* Script -=========================== +PowerShell Script: *close-serenade.ps1* +=================================== This PowerShell script closes the Serenade.ai application gracefully. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/close-snipping-tool.md b/docs/close-snipping-tool.md index 2e6fcc45..478bc9ac 100644 --- a/docs/close-snipping-tool.md +++ b/docs/close-snipping-tool.md @@ -1,12 +1,12 @@ -The *close-snipping-tool.ps1* Script -=========================== +PowerShell Script: *close-snipping-tool.ps1* +=================================== This PowerShell script closes the Snipping Tool application gracefully. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/close-spotify.md b/docs/close-spotify.md index 12437792..29b02ebf 100644 --- a/docs/close-spotify.md +++ b/docs/close-spotify.md @@ -1,12 +1,12 @@ -The *close-spotify.ps1* Script -=========================== +PowerShell Script: *close-spotify.ps1* +=================================== This PowerShell script closes the Spotify application gracefully. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/close-task-manager.md b/docs/close-task-manager.md index 858ea98c..2cf5848f 100644 --- a/docs/close-task-manager.md +++ b/docs/close-task-manager.md @@ -1,12 +1,12 @@ -The *close-task-manager.ps1* Script -=========================== +PowerShell Script: *close-task-manager.ps1* +=================================== This PowerShell script closes the Task Manager application gracefully. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/close-three-d-viewer.md b/docs/close-three-d-viewer.md index ee0777a7..5efc5b70 100644 --- a/docs/close-three-d-viewer.md +++ b/docs/close-three-d-viewer.md @@ -1,12 +1,12 @@ -The *close-three-d-viewer.ps1* Script -=========================== +PowerShell Script: *close-three-d-viewer.ps1* +=================================== This PowerShell script closes the 3D-Viewer application gracefully. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/close-thunderbird.md b/docs/close-thunderbird.md index 42034674..6812b6c1 100644 --- a/docs/close-thunderbird.md +++ b/docs/close-thunderbird.md @@ -1,12 +1,12 @@ -The *close-thunderbird.ps1* Script -=========================== +PowerShell Script: *close-thunderbird.ps1* +=================================== This PowerShell script closes the Mozilla Thunderbird email application gracefully. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/close-visual-studio.md b/docs/close-visual-studio.md index 094e62ad..9a261e19 100644 --- a/docs/close-visual-studio.md +++ b/docs/close-visual-studio.md @@ -1,12 +1,12 @@ -The *close-visual-studio.ps1* Script -=========================== +PowerShell Script: *close-visual-studio.ps1* +=================================== This PowerShell script closes the Microsoft Visual Studio application gracefully. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/close-vlc.md b/docs/close-vlc.md index d9c4705d..88a293c2 100644 --- a/docs/close-vlc.md +++ b/docs/close-vlc.md @@ -1,12 +1,12 @@ -The *close-vlc.ps1* Script -=========================== +PowerShell Script: *close-vlc.ps1* +=================================== This PowerShell script closes the VLC media player application gracefully. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/close-windows-terminal.md b/docs/close-windows-terminal.md index 34c63311..8f00365f 100644 --- a/docs/close-windows-terminal.md +++ b/docs/close-windows-terminal.md @@ -1,12 +1,12 @@ -The *close-windows-terminal.ps1* Script -=========================== +PowerShell Script: *close-windows-terminal.ps1* +=================================== This PowerShell script closes the Windows Terminal application gracefully. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/configure-git.md b/docs/configure-git.md index 106551e3..8e977af0 100644 --- a/docs/configure-git.md +++ b/docs/configure-git.md @@ -1,12 +1,12 @@ -The *configure-git.ps1* Script -=========================== +PowerShell Script: *configure-git.ps1* +=================================== This PowerShell script configures your Git user settings. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/configure-git.ps1 [[-fullName] ] [[-emailAddress] ] [[-favoriteEditor] ] [] +PS> ./configure-git.ps1 [[-fullName] ] [[-emailAddress] ] [[-favoriteEditor] ] [] -fullName Specifies the user's full name @@ -144,4 +144,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/connect-vpn.md b/docs/connect-vpn.md index b6c4077b..5ff5fd31 100644 --- a/docs/connect-vpn.md +++ b/docs/connect-vpn.md @@ -1,12 +1,12 @@ -The *connect-vpn.ps1* Script -=========================== +PowerShell Script: *connect-vpn.ps1* +=================================== This PowerShell script tries to connect to the VPN. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/connect-vpn.ps1 [] +PS> ./connect-vpn.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -62,4 +62,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/convert-csv2txt.md b/docs/convert-csv2txt.md index 5812694d..cd3621d9 100644 --- a/docs/convert-csv2txt.md +++ b/docs/convert-csv2txt.md @@ -1,12 +1,12 @@ -The *convert-csv2txt.ps1* Script -=========================== +PowerShell Script: *convert-csv2txt.ps1* +=================================== This PowerShell script converts a .CSV file into a text file and prints it. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/convert-csv2txt.ps1 [[-Path] ] [] +PS> ./convert-csv2txt.ps1 [[-Path] ] [] -Path Specifies the path to the .CSV file @@ -73,4 +73,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/convert-dir27z.md b/docs/convert-dir27z.md index b5a175bd..710500d0 100644 --- a/docs/convert-dir27z.md +++ b/docs/convert-dir27z.md @@ -1,5 +1,5 @@ -The *convert-dir27z.ps1* Script -=========================== +PowerShell Script: *convert-dir27z.ps1* +=================================== This PowerShell script compresses the given directory (including subfolders) into a compressed .7z file. It also preserves symbolic links and requires that 7-zip is installed. @@ -7,7 +7,7 @@ It also preserves symbolic links and requires that 7-zip is installed. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/convert-dir27z.ps1 [[-dirPath] ] [[-targetFile] ] [] +PS> ./convert-dir27z.ps1 [[-dirPath] ] [[-targetFile] ] [] -dirPath Specifies the path to the directory (to be entered by default) @@ -93,4 +93,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/convert-dir2zip.md b/docs/convert-dir2zip.md index 827bd47a..b016a968 100644 --- a/docs/convert-dir2zip.md +++ b/docs/convert-dir2zip.md @@ -1,12 +1,12 @@ -The *convert-dir2zip.ps1* Script -=========================== +PowerShell Script: *convert-dir2zip.ps1* +=================================== This PowerShell script creates a new compressed .ZIP file from a directory (including subfolders). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/convert-dir2zip.ps1 [[-dirPath] ] [[-zipPath] ] [] +PS> ./convert-dir2zip.ps1 [[-dirPath] ] [[-zipPath] ] [] -dirPath Specifies the path to the directory @@ -90,4 +90,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/convert-docx2md.md b/docs/convert-docx2md.md index ec728a49..bee97bb1 100644 --- a/docs/convert-docx2md.md +++ b/docs/convert-docx2md.md @@ -1,12 +1,12 @@ -The *convert-docx2md.ps1* Script -=========================== +PowerShell Script: *convert-docx2md.ps1* +=================================== This PowerShell script converts .DOCX file(s) into Markdown. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/convert-docx2md.ps1 [[-FilePattern] ] [] +PS> ./convert-docx2md.ps1 [[-FilePattern] ] [] -FilePattern Specifies the file pattern to the .DOCX file(s) @@ -82,4 +82,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/convert-frames2mp4.md b/docs/convert-frames2mp4.md index 83881d82..d9f9ac87 100644 --- a/docs/convert-frames2mp4.md +++ b/docs/convert-frames2mp4.md @@ -1,5 +1,5 @@ -The *convert-frames2mp4.ps1* Script -=========================== +PowerShell Script: *convert-frames2mp4.ps1* +=================================== convert-frames2mp4.ps1 [[-SourcePattern] ] [[-TargetFile] ] @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/convert-history2ps1.md b/docs/convert-history2ps1.md index 78679c8a..a012bad9 100644 --- a/docs/convert-history2ps1.md +++ b/docs/convert-history2ps1.md @@ -1,5 +1,5 @@ -The *convert-history2ps1.ps1* Script -=========================== +PowerShell Script: *convert-history2ps1.ps1* +=================================== This PowerShell script converts your command history into a PowerShell script. It saves all your commands into a script for automation (executed by e.g Jenkins or AutoHotkey). @@ -7,7 +7,7 @@ It saves all your commands into a script for automation (executed by e.g Jenkins Parameters ---------- ```powershell -/Repos/PowerShell/scripts/convert-history2ps1.ps1 [[-path] ] [] +PS> ./convert-history2ps1.ps1 [[-path] ] [] -path Specifies the file path of the new script ('script-from-history.ps1' by default) @@ -80,4 +80,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/convert-image2ascii.md b/docs/convert-image2ascii.md index 3bea3749..6169d934 100644 --- a/docs/convert-image2ascii.md +++ b/docs/convert-image2ascii.md @@ -1,5 +1,5 @@ -The *convert-image2ascii.ps1* Script -=========================== +PowerShell Script: *convert-image2ascii.ps1* +=================================== convert-image2ascii.ps1 @@ -114,4 +114,4 @@ Script Content } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/convert-image2blurred-frames.md b/docs/convert-image2blurred-frames.md index 7f9c09de..de3ca400 100644 --- a/docs/convert-image2blurred-frames.md +++ b/docs/convert-image2blurred-frames.md @@ -1,5 +1,5 @@ -The *convert-image2blurred-frames.ps1* Script -=========================== +PowerShell Script: *convert-image2blurred-frames.ps1* +=================================== convert-image2blurred-frames.ps1 [[-ImageFile] ] [[-TargetDir] ] [[-ImageWidth] ] [[-ImageHeight] ] [[-Frames] ] @@ -70,4 +70,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/convert-image2pixelated-frames.md b/docs/convert-image2pixelated-frames.md index 583f3be9..ea4bb854 100644 --- a/docs/convert-image2pixelated-frames.md +++ b/docs/convert-image2pixelated-frames.md @@ -1,5 +1,5 @@ -The *convert-image2pixelated-frames.ps1* Script -=========================== +PowerShell Script: *convert-image2pixelated-frames.ps1* +=================================== convert-image2pixelated-frames.ps1 [[-SourceFile] ] [[-TargetDir] ] [[-Frames] ] @@ -70,4 +70,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* diff --git a/docs/convert-images2webp.md b/docs/convert-images2webp.md index 463409ae..847740a7 100644 --- a/docs/convert-images2webp.md +++ b/docs/convert-images2webp.md @@ -1,5 +1,5 @@ -The *convert-images2webp.ps1* Script -=========================== +PowerShell Script: *convert-images2webp.ps1* +=================================== This script takes an input directory containing images (jpg, jpeg, png, gif, bmp, tiff) or a single image file, and converts them to the WebP format using ImageMagick's 'magick' command. @@ -9,7 +9,7 @@ The level of parallelism can be controlled. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/convert-images2webp.ps1 [-InputPath] [-OutputDir] [[-Quality] ] [[-Lossless] ] [[-MaxParallel] ] [] +PS> ./convert-images2webp.ps1 [-InputPath] [-OutputDir] [[-Quality] ] [[-Lossless] ] [[-MaxParallel] ] [] -InputPath The path to the input directory containing images or a single image file. @@ -287,4 +287,4 @@ Write-Host "Output directory: $OutputDir" Write-Host "=====================================" -ForegroundColor Green ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/convert-md2docx.md b/docs/convert-md2docx.md index 1d96dd7a..155007f3 100644 --- a/docs/convert-md2docx.md +++ b/docs/convert-md2docx.md @@ -1,5 +1,5 @@ -The *convert-md2docx.ps1* Script -=========================== +PowerShell Script: *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} ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/convert-md2html.md b/docs/convert-md2html.md index dcd76fbb..95b75ab8 100644 --- a/docs/convert-md2html.md +++ b/docs/convert-md2html.md @@ -1,12 +1,12 @@ -The *convert-md2html.ps1* Script -=========================== +PowerShell Script: *convert-md2html.ps1* +=================================== This PowerShell script converts Markdown file(s) into HTML. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/convert-md2html.ps1 [[-FilePattern] ] [] +PS> ./convert-md2html.ps1 [[-FilePattern] ] [] -FilePattern Specifies the file pattern to the Markdown file(s) @@ -81,4 +81,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/convert-md2pdf.md b/docs/convert-md2pdf.md index 4be07284..81437be4 100644 --- a/docs/convert-md2pdf.md +++ b/docs/convert-md2pdf.md @@ -1,5 +1,5 @@ -The *convert-md2pdf.ps1* Script -=========================== +PowerShell Script: *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} ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/convert-mysql2csv.md b/docs/convert-mysql2csv.md index c528c16e..b2e523ed 100644 --- a/docs/convert-mysql2csv.md +++ b/docs/convert-mysql2csv.md @@ -1,12 +1,12 @@ -The *convert-mysql2csv.ps1* Script -=========================== +PowerShell Script: *convert-mysql2csv.ps1* +=================================== This PowerShell script converts a MySQL database table to a .CSV file. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 @@ -124,4 +124,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/convert-ps2bat.md b/docs/convert-ps2bat.md index f49d9b81..e4fc5c5c 100644 --- a/docs/convert-ps2bat.md +++ b/docs/convert-ps2bat.md @@ -1,12 +1,12 @@ -The *convert-ps2bat.ps1* Script -=========================== +PowerShell Script: *convert-ps2bat.ps1* +=================================== This PowerShell script converts one or more PowerShell scripts to .bat batch files. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/convert-ps2bat.ps1 [[-Filepattern] ] [] +PS> ./convert-ps2bat.ps1 [[-Filepattern] ] [] -Filepattern Specifies the file pattern @@ -90,4 +90,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/convert-ps2md.md b/docs/convert-ps2md.md index e39492f0..0a497bd9 100644 --- a/docs/convert-ps2md.md +++ b/docs/convert-ps2md.md @@ -1,12 +1,12 @@ -The *convert-ps2md.ps1* Script -=========================== +PowerShell Script: *convert-ps2md.ps1* +=================================== This PowerShell script converts the comment-based help of a PowerShell script to Markdown. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/convert-ps2md.ps1 [[-filename] ] [] +PS> ./convert-ps2md.ps1 [[-filename] ] [] -filename Specifies the path to the PowerShell script @@ -99,8 +99,8 @@ try { $ScriptName = (Get-Item "$filename").Name $full = Get-Help $filename -Full - "The *$($ScriptName)* Script" - "===========================" + "PowerShell Script: *$($ScriptName)*" + "===================================" $Description = ($full.description | Out-String).Trim() if ($Description -ne "") { @@ -115,7 +115,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 "/Repos/PowerShell/scripts/", "PS> ./") if ($Syntax -ne "") { "$Syntax" } @@ -186,4 +186,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/convert-sql2csv.md b/docs/convert-sql2csv.md index 1e7ed4e6..c6d47701 100644 --- a/docs/convert-sql2csv.md +++ b/docs/convert-sql2csv.md @@ -1,12 +1,12 @@ -The *convert-sql2csv.ps1* Script -=========================== +PowerShell Script: *convert-sql2csv.ps1* +=================================== This PowerShell script converts a SQL database table to a .CSV file. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 @@ -125,4 +125,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/convert-txt2wav.md b/docs/convert-txt2wav.md index 7cf60d13..2b9637c1 100644 --- a/docs/convert-txt2wav.md +++ b/docs/convert-txt2wav.md @@ -1,12 +1,12 @@ -The *convert-txt2wav.ps1* Script -=========================== +PowerShell Script: *convert-txt2wav.ps1* +=================================== This PowerShell script converts text to a .WAV audio file. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/convert-txt2wav.ps1 [[-Text] ] [[-WavFile] ] [] +PS> ./convert-txt2wav.ps1 [[-Text] ] [[-WavFile] ] [] -Text Specifies the text to use @@ -86,4 +86,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/copy-broken-file.md b/docs/copy-broken-file.md index 662496d7..4e3fe814 100644 --- a/docs/copy-broken-file.md +++ b/docs/copy-broken-file.md @@ -1,12 +1,12 @@ -The *copy-broken-file.ps1* Script -=========================== +PowerShell Script: *copy-broken-file.ps1* +=================================== This script will copy the specified file even if it contains unreadable blocks caused by device I/O errors and such. The block that it can not read will be replaced with zeros. The size of the block is determined by the buffer. So, to optimize it for speed, use a large buffer. To optimize for accuracy, use a small buffer, smallest being the cluter size of the partition where your sourcefile resides. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/copy-broken-file.ps1 [-SourceFilePath] [-DestinationFilePath] [[-BufferSize] ] [[-MaxRetries] ] [-Overwrite] [[-Position] ] [[-PositionEnd] ] [-IgnoreBadBlocksFile] [-DeleteSourceOnSuccess] [[-BufferGranularSize] ] [[-ProgressParentId] ] [] +PS> ./copy-broken-file.ps1 [-SourceFilePath] [-DestinationFilePath] [[-BufferSize] ] [[-MaxRetries] ] [-Overwrite] [[-Position] ] [[-PositionEnd] ] [-IgnoreBadBlocksFile] [-DeleteSourceOnSuccess] [[-BufferGranularSize] ] [[-ProgressParentId] ] [] -SourceFilePath Path to the source file. @@ -683,4 +683,4 @@ if ($UnreadableBlocks) { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/copy-photos-sorted.md b/docs/copy-photos-sorted.md index 3daba2fe..ee66d320 100644 --- a/docs/copy-photos-sorted.md +++ b/docs/copy-photos-sorted.md @@ -1,12 +1,12 @@ -The *copy-photos-sorted.ps1* Script -=========================== +PowerShell Script: *copy-photos-sorted.ps1* +=================================== This PowerShell script copies image files from to sorted by year and month. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/copy-photos-sorted.ps1 [[-sourceDir] ] [[-targetDir] ] [] +PS> ./copy-photos-sorted.ps1 [[-sourceDir] ] [[-targetDir] ] [] -sourceDir Specifies the path to the source folder @@ -153,4 +153,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/copy-videos-sorted.md b/docs/copy-videos-sorted.md index f5ac901a..272cc48d 100644 --- a/docs/copy-videos-sorted.md +++ b/docs/copy-videos-sorted.md @@ -1,12 +1,12 @@ -The *copy-videos-sorted.ps1* Script -=========================== +PowerShell Script: *copy-videos-sorted.ps1* +=================================== This PowerShell script copies video files from to sorted by year and month. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/copy-videos-sorted.ps1 [[-sourceDir] ] [[-targetDir] ] [] +PS> ./copy-videos-sorted.ps1 [[-sourceDir] ] [[-targetDir] ] [] -sourceDir Specifies the path to the source folder @@ -136,4 +136,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/count-characters.md b/docs/count-characters.md index dbfd07d3..2c9a5eba 100644 --- a/docs/count-characters.md +++ b/docs/count-characters.md @@ -1,12 +1,12 @@ -The *count-characters.ps1* Script -=========================== +PowerShell Script: *count-characters.ps1* +=================================== This PowerShell script counts the number of characters in the given string. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/count-characters.ps1 [[-givenString] ] [] +PS> ./count-characters.ps1 [[-givenString] ] [] -givenString Specifies the given string. @@ -72,4 +72,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/count-lines.md b/docs/count-lines.md index 1953804c..dd7d6776 100644 --- a/docs/count-lines.md +++ b/docs/count-lines.md @@ -1,12 +1,12 @@ -The *count-lines.ps1* Script -=========================== +PowerShell Script: *count-lines.ps1* +=================================== This PowerShell script counts the number of lines in text files (.txt/.md/.c/.h/.cpp/.hpp/.java/.py/.ps1/.bat) within a directory tree. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/count-lines.ps1 [[-pathToDirTree] ] [] +PS> ./count-lines.ps1 [[-pathToDirTree] ] [] -pathToDirTree Specifies the path to the directory tree. @@ -84,4 +84,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/decrypt-file.md b/docs/decrypt-file.md index e4bc2da1..3a4ddb6c 100644 --- a/docs/decrypt-file.md +++ b/docs/decrypt-file.md @@ -1,12 +1,12 @@ -The *decrypt-file.ps1* Script -=========================== +PowerShell Script: *decrypt-file.ps1* +=================================== This PowerShell script decrypts a file using the given password and AES encryption. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/decrypt-file.ps1 [[-Path] ] [[-Password] ] [] +PS> ./decrypt-file.ps1 [[-Path] ] [[-Password] ] [] -Path Specifies the path to the file to decrypt @@ -199,4 +199,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/disable-ipv6.md b/docs/disable-ipv6.md index 3324b980..13b6af20 100644 --- a/docs/disable-ipv6.md +++ b/docs/disable-ipv6.md @@ -1,12 +1,12 @@ -The *disable-ipv6.ps1* Script -=========================== +PowerShell Script: *disable-ipv6.ps1* +=================================== This PowerShell script disables IPv6 on all network interfaces of the local computer (requires administrator rights). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/disable-ipv6.ps1 [] +PS> ./disable-ipv6.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -56,4 +56,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/disconnect-vpn.md b/docs/disconnect-vpn.md index df73f91d..eafbe26d 100644 --- a/docs/disconnect-vpn.md +++ b/docs/disconnect-vpn.md @@ -1,12 +1,12 @@ -The *disconnect-vpn.ps1* Script -=========================== +PowerShell Script: *disconnect-vpn.ps1* +=================================== This PowerShell script disconnects the active VPN connection. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/disconnect-vpn.ps1 [] +PS> ./disconnect-vpn.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -63,4 +63,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:21)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/download-dir.md b/docs/download-dir.md index 371c312a..6963e462 100644 --- a/docs/download-dir.md +++ b/docs/download-dir.md @@ -1,12 +1,12 @@ -The *download-dir.ps1* Script -=========================== +PowerShell Script: *download-dir.ps1* +=================================== This PowerShell script downloads a folder (including subfolders) from the given URL. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/download-dir.ps1 [[-URL] ] [] +PS> ./download-dir.ps1 [[-URL] ] [] -URL Specifies the URL where to download from @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/download-file.md b/docs/download-file.md index 35cd870f..8d8e5840 100644 --- a/docs/download-file.md +++ b/docs/download-file.md @@ -1,12 +1,12 @@ -The *download-file.ps1* Script -=========================== +PowerShell Script: *download-file.ps1* +=================================== This PowerShell script downloads a file from the given URL Parameters ---------- ```powershell -/Repos/PowerShell/scripts/download-file.ps1 [[-URL] ] [] +PS> ./download-file.ps1 [[-URL] ] [] -URL Specifies the URL where to download from @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/edit.md b/docs/edit.md index 6371005c..39de8cc4 100644 --- a/docs/edit.md +++ b/docs/edit.md @@ -1,5 +1,5 @@ -The *edit.ps1* Script -=========================== +PowerShell Script: *edit.ps1* +=================================== This PowerShell script opens the installed text editor with the given text file. Supported are: Emacs, Helix, pico, nano, neovim, Notepad, vi, vim, Visual Studio Code and Wordpad. @@ -7,7 +7,7 @@ Supported are: Emacs, Helix, pico, nano, neovim, Notepad, vi, vim, Visual Studio Parameters ---------- ```powershell -/Repos/PowerShell/scripts/edit.ps1 [[-path] ] [] +PS> ./edit.ps1 [[-path] ] [] -path Specifies the path to the text file (default is to query the user to specify it) @@ -89,4 +89,4 @@ Write-Host "" exit 1 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/enable-crash-dumps.md b/docs/enable-crash-dumps.md index 30c94cf2..421141e4 100644 --- a/docs/enable-crash-dumps.md +++ b/docs/enable-crash-dumps.md @@ -1,12 +1,12 @@ -The *enable-crash-dumps.ps1* Script -=========================== +PowerShell Script: *enable-crash-dumps.ps1* +=================================== This PowerShell script enables the writing of crash dumps. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/enable-crash-dumps.ps1 [] +PS> ./enable-crash-dumps.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -346,4 +346,4 @@ Else exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/enable-god-mode.md b/docs/enable-god-mode.md index 69a79a82..e7511750 100644 --- a/docs/enable-god-mode.md +++ b/docs/enable-god-mode.md @@ -1,12 +1,12 @@ -The *enable-god-mode.ps1* Script -=========================== +PowerShell Script: *enable-god-mode.ps1* +=================================== This PowerShell script enables the god mode in Windows. It adds a new icon to the desktop. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/enable-god-mode.ps1 [] +PS> ./enable-god-mode.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -61,4 +61,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/enable-ipv6.md b/docs/enable-ipv6.md index 2d4f959c..d6b5bcb1 100644 --- a/docs/enable-ipv6.md +++ b/docs/enable-ipv6.md @@ -1,12 +1,12 @@ -The *enable-ipv6.ps1* Script -=========================== +PowerShell Script: *enable-ipv6.ps1* +=================================== This PowerShell script enables IPv6 on all network interfaces of the local computer. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/enable-ipv6.ps1 [] +PS> ./enable-ipv6.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -56,4 +56,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/encrypt-file.md b/docs/encrypt-file.md index 79139265..638f585d 100644 --- a/docs/encrypt-file.md +++ b/docs/encrypt-file.md @@ -1,12 +1,12 @@ -The *encrypt-file.ps1* Script -=========================== +PowerShell Script: *encrypt-file.ps1* +=================================== This PowerShell script encrypts a file using the given password and AES encryption. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/encrypt-file.ps1 [[-Path] ] [[-Password] ] [] +PS> ./encrypt-file.ps1 [[-Path] ] [[-Password] ] [] -Path Specifies the path to the file to encrypt @@ -184,4 +184,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/enter-chat.md b/docs/enter-chat.md index 6857a592..4ba5c157 100644 --- a/docs/enter-chat.md +++ b/docs/enter-chat.md @@ -1,12 +1,12 @@ -The *enter-chat.ps1* Script -=========================== +PowerShell Script: *enter-chat.ps1* +=================================== This PowerShell script enters a chat using a common network shared file. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/enter-host.md b/docs/enter-host.md index a1899542..a6ea7b9c 100644 --- a/docs/enter-host.md +++ b/docs/enter-host.md @@ -1,12 +1,12 @@ -The *enter-host.ps1* Script -=========================== +PowerShell Script: *enter-host.ps1* +=================================== This PowerShell script logs into a remote host via secure shell (SSH). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/enter-host.ps1 [[-remoteHost] ] [] +PS> ./enter-host.ps1 [[-remoteHost] ] [] -remoteHost Specifies the remote hostname or IP address @@ -95,4 +95,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/export-to-manuals.md b/docs/export-to-manuals.md index 4235d89b..c06e557d 100644 --- a/docs/export-to-manuals.md +++ b/docs/export-to-manuals.md @@ -1,12 +1,12 @@ -The *export-to-manuals.ps1* Script -=========================== +PowerShell Script: *export-to-manuals.ps1* +=================================== This PowerShell script exports the comment-based help of all PowerShell scripts as manuals. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/export-to-manuals.ps1 [[-filePattern] ] [[-targetDir] ] [] +PS> ./export-to-manuals.ps1 [[-filePattern] ] [[-targetDir] ] [] -filePattern @@ -92,4 +92,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/fetch-repo.md b/docs/fetch-repo.md index 145fc6a8..883256a3 100644 --- a/docs/fetch-repo.md +++ b/docs/fetch-repo.md @@ -1,12 +1,12 @@ -The *fetch-repo.ps1* Script -=========================== +PowerShell Script: *fetch-repo.ps1* +=================================== This PowerShell script fetches remote updates into a local Git repository (including submodules). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/fetch-repo.ps1 [[-path] ] [] +PS> ./fetch-repo.ps1 [[-path] ] [] -path Specifies the file path to the local Git repository (default is working directory). @@ -85,9 +85,9 @@ try { "✅ Updates fetched into 📂$repoDirName repo in $($elapsed)s." exit 0 # success } catch { - "⚠️ ERROR: $($Error[0]) in script line $($_.InvocationInfo.ScriptLineNumber)." + "⚠️ ERROR: $($Error[0]) (script line $($_.InvocationInfo.ScriptLineNumber))" exit 1 } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/fetch-repos.md b/docs/fetch-repos.md index 4c165162..3e12d1ec 100644 --- a/docs/fetch-repos.md +++ b/docs/fetch-repos.md @@ -1,12 +1,12 @@ -The *fetch-repos.ps1* Script -=========================== +PowerShell Script: *fetch-repos.ps1* +=================================== This PowerShell script fetches updates into all Git repositories in a folder (including submodules). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/fetch-repos.ps1 [[-parentDirPath] ] [] +PS> ./fetch-repos.ps1 [[-parentDirPath] ] [] -parentDirPath Specifies the path to the parent folder @@ -99,4 +99,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/firefox-installer.md b/docs/firefox-installer.md index 32afadf0..b0094425 100644 --- a/docs/firefox-installer.md +++ b/docs/firefox-installer.md @@ -1,12 +1,12 @@ -The *firefox-installer.ps1* Script -=========================== +PowerShell Script: *firefox-installer.ps1* +=================================== Download and install latest firefox Parameters ---------- ```powershell -/Repos/PowerShell/scripts/firefox-installer.ps1 [] +PS> ./firefox-installer.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -64,4 +64,4 @@ try { ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/get-md5.md b/docs/get-md5.md index 6163e3e4..43c4586a 100644 --- a/docs/get-md5.md +++ b/docs/get-md5.md @@ -1,5 +1,5 @@ -The *get-md5.ps1* Script -=========================== +PowerShell Script: *get-md5.ps1* +=================================== This PowerShell script calculates and prints the MD5 checksum of the given file. NOTE: MD5 is no longer considered secure, use it for simple change validation only! @@ -7,7 +7,7 @@ NOTE: MD5 is no longer considered secure, use it for simple change validation on Parameters ---------- ```powershell -/Repos/PowerShell/scripts/get-md5.ps1 [[-path] ] [] +PS> ./get-md5.ps1 [[-path] ] [] -path Specifies the file path to the file @@ -76,4 +76,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/get-sha1.md b/docs/get-sha1.md index 29bd8ca8..c8d08aac 100644 --- a/docs/get-sha1.md +++ b/docs/get-sha1.md @@ -1,5 +1,5 @@ -The *get-sha1.ps1* Script -=========================== +PowerShell Script: *get-sha1.ps1* +=================================== This PowerShell script calculates and prints the SHA1 checksum of the given file. NOTE: SHA1 is no longer considered secure, use it for simple change validation only! @@ -7,7 +7,7 @@ NOTE: SHA1 is no longer considered secure, use it for simple change validation o Parameters ---------- ```powershell -/Repos/PowerShell/scripts/get-sha1.ps1 [[-path] ] [] +PS> ./get-sha1.ps1 [[-path] ] [] -path Specifies the local file path to the file @@ -76,4 +76,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/get-sha256.md b/docs/get-sha256.md index 3660e5d4..2e28e10c 100644 --- a/docs/get-sha256.md +++ b/docs/get-sha256.md @@ -1,12 +1,12 @@ -The *get-sha256.ps1* Script -=========================== +PowerShell Script: *get-sha256.ps1* +=================================== This PowerShell script calculates and prints the SHA256 checksum of the given file. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/get-sha256.ps1 [[-path] ] [] +PS> ./get-sha256.ps1 [[-path] ] [] -path Specifies the local file path to the file @@ -74,4 +74,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/get-sha512.md b/docs/get-sha512.md index 280df5f2..505f8cc1 100644 --- a/docs/get-sha512.md +++ b/docs/get-sha512.md @@ -1,12 +1,12 @@ -The *get-sha512.ps1* Script -=========================== +PowerShell Script: *get-sha512.ps1* +=================================== This PowerShell script calculates and prints the SHA512 checksum of the given file. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/get-sha512.ps1 [[-path] ] [] +PS> ./get-sha512.ps1 [[-path] ] [] -path Specifies the local file path to the file @@ -74,4 +74,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/hello-world.md b/docs/hello-world.md index 57b4512d..708f3373 100644 --- a/docs/hello-world.md +++ b/docs/hello-world.md @@ -1,12 +1,12 @@ -The *hello-world.ps1* Script -=========================== +PowerShell Script: *hello-world.ps1* +=================================== This PowerShell script is a sample script writing "Hello World" to the console. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/hello-world.ps1 [] +PS> ./hello-world.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Write-Output "Hello World" exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/hibernate.md b/docs/hibernate.md index 985f9f26..7486b964 100644 --- a/docs/hibernate.md +++ b/docs/hibernate.md @@ -1,12 +1,12 @@ -The *hibernate.ps1* Script -=========================== +PowerShell Script: *hibernate.ps1* +=================================== This PowerShell script hibernates the local computer immediately. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/hibernate.ps1 [] +PS> ./hibernate.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -59,4 +59,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/import-vm.md b/docs/import-vm.md index 1ea7fa3d..7d7a6f68 100644 --- a/docs/import-vm.md +++ b/docs/import-vm.md @@ -1,5 +1,5 @@ -The *import-vm.ps1* Script -=========================== +PowerShell Script: *import-vm.ps1* +=================================== import-vm.ps1 @@ -23,4 +23,4 @@ Start-VM $VMName exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/inspect-exe.md b/docs/inspect-exe.md index 901dbcba..622a9c63 100644 --- a/docs/inspect-exe.md +++ b/docs/inspect-exe.md @@ -1,12 +1,12 @@ -The *inspect-exe.ps1* Script -=========================== +PowerShell Script: *inspect-exe.ps1* +=================================== This PowerShell script prints basic information of an executable file. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/inspect-exe.ps1 [[-PathToExe] ] [] +PS> ./inspect-exe.ps1 [[-PathToExe] ] [] -PathToExe Specifies the path to the executable file @@ -69,4 +69,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-audacity.md b/docs/install-audacity.md index 617fce92..7dabf0d2 100644 --- a/docs/install-audacity.md +++ b/docs/install-audacity.md @@ -1,12 +1,12 @@ -The *install-audacity.ps1* Script -=========================== +PowerShell Script: *install-audacity.ps1* +=================================== This PowerShell script installs Audacity. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-audacity.ps1 [] +PS> ./install-audacity.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-basic-apps.md b/docs/install-basic-apps.md index 789b3365..3672e286 100644 --- a/docs/install-basic-apps.md +++ b/docs/install-basic-apps.md @@ -1,5 +1,5 @@ -The *install-basic-apps.ps1* Script -=========================== +PowerShell Script: *install-basic-apps.ps1* +=================================== This PowerShell script installs basic Windows apps such as browser, e-mail client, etc. NOTE: Apps from Microsoft Store are preferred (due to security and automatic updates). @@ -7,7 +7,7 @@ NOTE: Apps from Microsoft Store are preferred (due to security and automatic upd Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-basic-apps.ps1 [] +PS> ./install-basic-apps.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -95,4 +95,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-basic-snaps.md b/docs/install-basic-snaps.md index d74823bf..52856157 100644 --- a/docs/install-basic-snaps.md +++ b/docs/install-basic-snaps.md @@ -1,12 +1,12 @@ -The *install-basic-snaps.ps1* Script -=========================== +PowerShell Script: *install-basic-snaps.ps1* +=================================== This PowerShell script installs 20 basic snap apps. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-basic-snaps.ps1 [] +PS> ./install-basic-snaps.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -83,4 +83,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-calibre-server.md b/docs/install-calibre-server.md index 91ee7c1e..1a95667b 100644 --- a/docs/install-calibre-server.md +++ b/docs/install-calibre-server.md @@ -1,12 +1,12 @@ -The *install-calibre-server.ps1* Script -=========================== +PowerShell Script: *install-calibre-server.ps1* +=================================== This PowerShell script installs and starts a local Calibre server as background process. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-calibre-server.ps1 [[-port] ] [[-mediaFolder] ] [[-userDB] ] [[-logfile] ] [] +PS> ./install-calibre-server.ps1 [[-port] ] [[-mediaFolder] ] [[-userDB] ] [[-logfile] ] [] -port Specifies the Web port number (8099 by default) @@ -133,4 +133,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-chocolatey.md b/docs/install-chocolatey.md index eac021a8..76e88569 100644 --- a/docs/install-chocolatey.md +++ b/docs/install-chocolatey.md @@ -1,12 +1,12 @@ -The *install-chocolatey.ps1* Script -=========================== +PowerShell Script: *install-chocolatey.ps1* +=================================== This PowerShell script installs Chocolatey onto the local computer (needs admin rights). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-chocolatey.ps1 [] +PS> ./install-chocolatey.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -56,4 +56,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-chrome.md b/docs/install-chrome.md index 16180e17..85cf72f2 100644 --- a/docs/install-chrome.md +++ b/docs/install-chrome.md @@ -1,12 +1,12 @@ -The *install-chrome.ps1* Script -=========================== +PowerShell Script: *install-chrome.ps1* +=================================== This PowerShell script installs the Google Chrome browser. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-chrome.ps1 [] +PS> ./install-chrome.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-crystal-disk-info.md b/docs/install-crystal-disk-info.md index 76fec55a..33e2bc44 100644 --- a/docs/install-crystal-disk-info.md +++ b/docs/install-crystal-disk-info.md @@ -1,12 +1,12 @@ -The *install-crystal-disk-info.ps1* Script -=========================== +PowerShell Script: *install-crystal-disk-info.ps1* +=================================== This PowerShell script installs CrystalDiskInfo from the Microsoft Store. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-crystal-disk-info.ps1 [] +PS> ./install-crystal-disk-info.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -62,4 +62,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-crystal-disk-mark.md b/docs/install-crystal-disk-mark.md index 5f761c18..4f069076 100644 --- a/docs/install-crystal-disk-mark.md +++ b/docs/install-crystal-disk-mark.md @@ -1,12 +1,12 @@ -The *install-crystal-disk-mark.ps1* Script -=========================== +PowerShell Script: *install-crystal-disk-mark.ps1* +=================================== This PowerShell script installs CrystalDiskMark from the Microsoft Store. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-crystal-disk-mark.ps1 [] +PS> ./install-crystal-disk-mark.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-discord.md b/docs/install-discord.md index ebc9122a..5efb506f 100644 --- a/docs/install-discord.md +++ b/docs/install-discord.md @@ -1,12 +1,12 @@ -The *install-discord.ps1* Script -=========================== +PowerShell Script: *install-discord.ps1* +=================================== This PowerShell script installs Discord from the Microsoft Store. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-discord.ps1 [] +PS> ./install-discord.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-edge.md b/docs/install-edge.md index c58eb0ae..4628f56b 100644 --- a/docs/install-edge.md +++ b/docs/install-edge.md @@ -1,12 +1,12 @@ -The *install-edge.ps1* Script -=========================== +PowerShell Script: *install-edge.ps1* +=================================== This PowerShell script installs the Microsoft Edge Browser from the Microsoft Store. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-edge.ps1 [] +PS> ./install-edge.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-edit.md b/docs/install-edit.md index bccb0972..8c96ad94 100644 --- a/docs/install-edit.md +++ b/docs/install-edit.md @@ -1,12 +1,12 @@ -The *install-edit.ps1* Script -=========================== +PowerShell Script: *install-edit.ps1* +=================================== This PowerShell script installs Microsoft Edit. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-edit.ps1 [] +PS> ./install-edit.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -71,4 +71,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-evcc.md b/docs/install-evcc.md index 559fa734..f3679542 100644 --- a/docs/install-evcc.md +++ b/docs/install-evcc.md @@ -1,12 +1,12 @@ -The *install-evcc.ps1* Script -=========================== +PowerShell Script: *install-evcc.ps1* +=================================== This PowerShell script installs evcc. Evcc is an extensible EV Charge Controller with PV integration implemented in Go. See https://evcc.io for details. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-evcc.ps1 [] +PS> ./install-evcc.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -79,4 +79,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-firefox.md b/docs/install-firefox.md index 21278c51..da0dcd27 100644 --- a/docs/install-firefox.md +++ b/docs/install-firefox.md @@ -1,12 +1,12 @@ -The *install-firefox.ps1* Script -=========================== +PowerShell Script: *install-firefox.ps1* +=================================== This PowerShell script installs the Mozilla Firefox browser from Microsoft Store. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-firefox.ps1 [] +PS> ./install-firefox.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -66,4 +66,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-fonts.md b/docs/install-fonts.md index cbcf7132..4baa636c 100644 --- a/docs/install-fonts.md +++ b/docs/install-fonts.md @@ -1,5 +1,5 @@ -The *install-fonts.ps1* Script -=========================== +PowerShell Script: *install-fonts.ps1* +=================================== install-fonts.ps1 [[-sourceFolder] ] @@ -53,4 +53,4 @@ foreach ($font in $fontFiles) { Write-Output "Fonts have been installed successfully." ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-git-extensions.md b/docs/install-git-extensions.md index 21e2fe78..fa9d8fdb 100644 --- a/docs/install-git-extensions.md +++ b/docs/install-git-extensions.md @@ -1,12 +1,12 @@ -The *install-git-extensions.ps1* Script -=========================== +PowerShell Script: *install-git-extensions.ps1* +=================================== This PowerShell script installs Git Extensions. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-git-extensions.ps1 [] +PS> ./install-git-extensions.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-git-for-windows.md b/docs/install-git-for-windows.md index be109279..aea4cc4a 100644 --- a/docs/install-git-for-windows.md +++ b/docs/install-git-for-windows.md @@ -1,12 +1,12 @@ -The *install-git-for-windows.ps1* Script -=========================== +PowerShell Script: *install-git-for-windows.ps1* +=================================== This PowerShell script installs Git for Windows. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-git-for-windows.ps1 [] +PS> ./install-git-for-windows.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-github-cli.md b/docs/install-github-cli.md index 3c098276..f8366519 100644 --- a/docs/install-github-cli.md +++ b/docs/install-github-cli.md @@ -1,12 +1,12 @@ -The *install-github-cli.ps1* Script -=========================== +PowerShell Script: *install-github-cli.ps1* +=================================== This PowerShell script installs the GitHub command-line interface (CLI). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-github-cli.ps1 [] +PS> ./install-github-cli.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -71,4 +71,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-gitlab.md b/docs/install-gitlab.md index 35110974..cc5fdd54 100644 --- a/docs/install-gitlab.md +++ b/docs/install-gitlab.md @@ -1,5 +1,5 @@ -The *install-gitlab.ps1* Script -=========================== +PowerShell Script: *install-gitlab.ps1* +=================================== install-gitlab.ps1 @@ -32,4 +32,4 @@ Script Content ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-h2static.md b/docs/install-h2static.md index b52e36db..1df28d85 100644 --- a/docs/install-h2static.md +++ b/docs/install-h2static.md @@ -1,12 +1,12 @@ -The *install-h2static.ps1* Script -=========================== +PowerShell Script: *install-h2static.ps1* +=================================== This PowerShell script installs the tiny static Web server 'h2static'. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-h2static.ps1 [[-port] ] [[-pathToMedia] ] [] +PS> ./install-h2static.ps1 [[-port] ] [[-pathToMedia] ] [] -port @@ -94,4 +94,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-irfanview.md b/docs/install-irfanview.md index 21f5e749..2c95be43 100644 --- a/docs/install-irfanview.md +++ b/docs/install-irfanview.md @@ -1,12 +1,12 @@ -The *install-irfanview.ps1* Script -=========================== +PowerShell Script: *install-irfanview.ps1* +=================================== This PowerShell script installs IrfanView from the Microsoft Store. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-irfanview.ps1 [] +PS> ./install-irfanview.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-jenkins-agent.md b/docs/install-jenkins-agent.md index 3a6571f9..4109192d 100644 --- a/docs/install-jenkins-agent.md +++ b/docs/install-jenkins-agent.md @@ -1,12 +1,12 @@ -The *install-jenkins-agent.ps1* Script -=========================== +PowerShell Script: *install-jenkins-agent.ps1* +=================================== This PowerShell script installs and starts the Jenkins Agent. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-jenkins-agent.ps1 [[-installDir] ] [[-jenkinsURL] ] [[-secretKey] ] [] +PS> ./install-jenkins-agent.ps1 [[-installDir] ] [[-jenkinsURL] ] [[-secretKey] ] [] -installDir @@ -103,4 +103,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-knot-resolver.md b/docs/install-knot-resolver.md index 42638117..89a65312 100644 --- a/docs/install-knot-resolver.md +++ b/docs/install-knot-resolver.md @@ -1,12 +1,12 @@ -The *install-knot-resolver.ps1* Script -=========================== +PowerShell Script: *install-knot-resolver.ps1* +=================================== This PowerShell script installs Knot Resolver. Knot Resolver is a DNS resolver daemon. It needs admin rights. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-microsoft-teams.md b/docs/install-microsoft-teams.md index a1c896e2..86fc4c7d 100644 --- a/docs/install-microsoft-teams.md +++ b/docs/install-microsoft-teams.md @@ -1,12 +1,12 @@ -The *install-microsoft-teams.ps1* Script -=========================== +PowerShell Script: *install-microsoft-teams.ps1* +=================================== This PowerShell script installs Microsoft Teams from the Microsoft Store. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-microsoft-teams.ps1 [] +PS> ./install-microsoft-teams.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-mini-dlna.md b/docs/install-mini-dlna.md index d1d6ed20..134a2352 100644 --- a/docs/install-mini-dlna.md +++ b/docs/install-mini-dlna.md @@ -1,12 +1,12 @@ -The *install-mini-dlna.ps1* Script -=========================== +PowerShell Script: *install-mini-dlna.ps1* +=================================== This PowerShell script installs the MiniDLNA server. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-mini-dlna.ps1 [] +PS> ./install-mini-dlna.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-netflix.md b/docs/install-netflix.md index dedc74e5..28b212d3 100644 --- a/docs/install-netflix.md +++ b/docs/install-netflix.md @@ -1,12 +1,12 @@ -The *install-netflix.ps1* Script -=========================== +PowerShell Script: *install-netflix.ps1* +=================================== This PowerShell script installs Netflix from the Microsoft Store. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-netflix.ps1 [] +PS> ./install-netflix.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-obs-studio.md b/docs/install-obs-studio.md index 6ebe96bf..c33cf70c 100644 --- a/docs/install-obs-studio.md +++ b/docs/install-obs-studio.md @@ -1,12 +1,12 @@ -The *install-obs-studio.ps1* Script -=========================== +PowerShell Script: *install-obs-studio.ps1* +=================================== This PowerShell script installs OBS Studio (admin rights are needed). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-octoprint.md b/docs/install-octoprint.md index 644c768f..54c26735 100644 --- a/docs/install-octoprint.md +++ b/docs/install-octoprint.md @@ -1,5 +1,5 @@ -The *install-octoprint.ps1* Script -=========================== +PowerShell Script: *install-octoprint.ps1* +=================================== install-octoprint.ps1 @@ -33,4 +33,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-one-calendar.md b/docs/install-one-calendar.md index ca880cf0..3d4819fb 100644 --- a/docs/install-one-calendar.md +++ b/docs/install-one-calendar.md @@ -1,12 +1,12 @@ -The *install-one-calendar.ps1* Script -=========================== +PowerShell Script: *install-one-calendar.ps1* +=================================== This PowerShell script installs One Calendar from the Microsoft Store. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-one-calendar.ps1 [] +PS> ./install-one-calendar.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-opera-browser.md b/docs/install-opera-browser.md index e59535cf..3d9d6798 100644 --- a/docs/install-opera-browser.md +++ b/docs/install-opera-browser.md @@ -1,12 +1,12 @@ -The *install-opera-browser.ps1* Script -=========================== +PowerShell Script: *install-opera-browser.ps1* +=================================== This PowerShell script installs Opera Browser from Microsoft Store. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-opera-browser.ps1 [] +PS> ./install-opera-browser.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-opera-gx.md b/docs/install-opera-gx.md index 0915d17e..1831d24e 100644 --- a/docs/install-opera-gx.md +++ b/docs/install-opera-gx.md @@ -1,12 +1,12 @@ -The *install-opera-gx.ps1* Script -=========================== +PowerShell Script: *install-opera-gx.ps1* +=================================== This PowerShell script installs Opera GX from Microsoft Store. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-opera-gx.ps1 [] +PS> ./install-opera-gx.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-paint-3d.md b/docs/install-paint-3d.md index e09314de..16492020 100644 --- a/docs/install-paint-3d.md +++ b/docs/install-paint-3d.md @@ -1,12 +1,12 @@ -The *install-paint-3d.ps1* Script -=========================== +PowerShell Script: *install-paint-3d.ps1* +=================================== This PowerShell script installs Paint 3D from the Microsoft Store. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-paint-3d.ps1 [] +PS> ./install-paint-3d.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-power-toys.md b/docs/install-power-toys.md index 7b68fe78..5e020562 100644 --- a/docs/install-power-toys.md +++ b/docs/install-power-toys.md @@ -1,12 +1,12 @@ -The *install-power-toys.ps1* Script -=========================== +PowerShell Script: *install-power-toys.ps1* +=================================== This PowerShell script installs the Microsoft Powertoys. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-power-toys.ps1 [] +PS> ./install-power-toys.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-powershell.md b/docs/install-powershell.md index 7135b110..a36ab4ff 100644 --- a/docs/install-powershell.md +++ b/docs/install-powershell.md @@ -1,5 +1,5 @@ -The *install-powershell.ps1* Script -=========================== +PowerShell Script: *install-powershell.ps1* +=================================== By default, the latest PowerShell release package will be installed. If '-Daily' is specified, then the latest PowerShell daily package will be installed. @@ -7,9 +7,9 @@ If '-Daily' is specified, then the latest PowerShell daily package will be insta Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-powershell.ps1 [-Destination ] [-Daily] [-DoNotOverwrite] [-AddToPath] [-Preview] [] +PS> ./install-powershell.ps1 [-Destination ] [-Daily] [-DoNotOverwrite] [-AddToPath] [-Preview] [] -/Repos/PowerShell/scripts/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. @@ -662,4 +662,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-rufus.md b/docs/install-rufus.md index 1fe24c84..d1a8741c 100644 --- a/docs/install-rufus.md +++ b/docs/install-rufus.md @@ -1,12 +1,12 @@ -The *install-rufus.ps1* Script -=========================== +PowerShell Script: *install-rufus.ps1* +=================================== This PowerShell script installs Rufus from the Microsoft Store. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-rufus.ps1 [] +PS> ./install-rufus.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-salesforce-cli.md b/docs/install-salesforce-cli.md index 776745a9..796dec42 100644 --- a/docs/install-salesforce-cli.md +++ b/docs/install-salesforce-cli.md @@ -1,12 +1,12 @@ -The *install-salesforce-cli.ps1* Script -=========================== +PowerShell Script: *install-salesforce-cli.ps1* +=================================== This PowerShell script downloads and installs the Salesforce CLI on Windows. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-salesforce-cli.ps1 [] +PS> ./install-salesforce-cli.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -72,4 +72,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-scoop.md b/docs/install-scoop.md index 3e8ed866..f89a6320 100644 --- a/docs/install-scoop.md +++ b/docs/install-scoop.md @@ -1,5 +1,5 @@ -The *install-scoop.ps1* Script -=========================== +PowerShell Script: *install-scoop.ps1* +=================================== install-scoop.ps1 @@ -21,4 +21,4 @@ Script Content Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-signal-cli.md b/docs/install-signal-cli.md index 5ab91a0c..13f46b44 100644 --- a/docs/install-signal-cli.md +++ b/docs/install-signal-cli.md @@ -1,5 +1,5 @@ -The *install-signal-cli.ps1* Script -=========================== +PowerShell Script: *install-signal-cli.ps1* +=================================== This PowerShell script installs signal-cli from github.com/AsamK/signal-cli. See the Web page for the correct version number. @@ -7,7 +7,7 @@ See the Web page for the correct version number. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-signal-cli.ps1 [[-Version] ] [] +PS> ./install-signal-cli.ps1 [[-Version] ] [] -Version Specifies the version to install @@ -93,4 +93,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-spotify.md b/docs/install-spotify.md index 15e1e380..9d766b75 100644 --- a/docs/install-spotify.md +++ b/docs/install-spotify.md @@ -1,12 +1,12 @@ -The *install-spotify.ps1* Script -=========================== +PowerShell Script: *install-spotify.ps1* +=================================== This PowerShell script installs Spotify from the Microsoft Store. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-spotify.ps1 [] +PS> ./install-spotify.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-ssh-client.md b/docs/install-ssh-client.md index 7907d9fd..29b18d3e 100644 --- a/docs/install-ssh-client.md +++ b/docs/install-ssh-client.md @@ -1,12 +1,12 @@ -The *install-ssh-client.ps1* Script -=========================== +PowerShell Script: *install-ssh-client.ps1* +=================================== This PowerShell script installs a SSH client (needs admin rights). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-ssh-server.md b/docs/install-ssh-server.md index 4320b8fa..20171e85 100644 --- a/docs/install-ssh-server.md +++ b/docs/install-ssh-server.md @@ -1,12 +1,12 @@ -The *install-ssh-server.ps1* Script -=========================== +PowerShell Script: *install-ssh-server.ps1* +=================================== This PowerShell script installs a SSH server (needs admin rights). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-syncthing.md b/docs/install-syncthing.md index e11bcaf5..0299ad9e 100644 --- a/docs/install-syncthing.md +++ b/docs/install-syncthing.md @@ -1,5 +1,5 @@ -The *install-syncthing.ps1* Script -=========================== +PowerShell Script: *install-syncthing.ps1* +=================================== This PowerShell script installs Syncthing on your computer. Syncthing is a continuous file synchronization program. See https://syncthing.net for details. @@ -7,7 +7,7 @@ Syncthing is a continuous file synchronization program. See https://syncthing.ne Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-syncthing.ps1 [] +PS> ./install-syncthing.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:10)* diff --git a/docs/install-thunderbird.md b/docs/install-thunderbird.md index 7e08f7c5..5931f83b 100644 --- a/docs/install-thunderbird.md +++ b/docs/install-thunderbird.md @@ -1,12 +1,12 @@ -The *install-thunderbird.ps1* Script -=========================== +PowerShell Script: *install-thunderbird.ps1* +=================================== This PowerShell script installs Mozilla Thunderbird. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-thunderbird.ps1 [] +PS> ./install-thunderbird.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/install-unbound-server.md b/docs/install-unbound-server.md index b1a17c40..6463caff 100644 --- a/docs/install-unbound-server.md +++ b/docs/install-unbound-server.md @@ -1,12 +1,12 @@ -The *install-unbound-server.ps1* Script -=========================== +PowerShell Script: *install-unbound-server.ps1* +=================================== This PowerShell script installs Unbound, a validating, recursive, caching DNS resolver. It needs admin rights. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/install-updates.md b/docs/install-updates.md index b274fb09..951bf81f 100644 --- a/docs/install-updates.md +++ b/docs/install-updates.md @@ -1,5 +1,5 @@ -The *install-updates.ps1* Script -=========================== +PowerShell Script: *install-updates.ps1* +=================================== This PowerShell script installs software updates for the local machine (might need admin rights). HINT: Use the script 'list-updates.ps1' to list the latest software updates in advance. @@ -7,7 +7,7 @@ HINT: Use the script 'list-updates.ps1' to list the latest software updates in a Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-updates.ps1 [] +PS> ./install-updates.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -121,4 +121,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/install-visual-studio-code.md b/docs/install-visual-studio-code.md index f8b26ebb..5666899a 100644 --- a/docs/install-visual-studio-code.md +++ b/docs/install-visual-studio-code.md @@ -1,12 +1,12 @@ -The *install-visual-studio-code.ps1* Script -=========================== +PowerShell Script: *install-visual-studio-code.ps1* +=================================== This PowerShell script installs Visual Studio Code. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-visual-studio-code.ps1 [] +PS> ./install-visual-studio-code.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/install-vivaldi.md b/docs/install-vivaldi.md index d4ac921f..055a616c 100644 --- a/docs/install-vivaldi.md +++ b/docs/install-vivaldi.md @@ -1,12 +1,12 @@ -The *install-vivaldi.ps1* Script -=========================== +PowerShell Script: *install-vivaldi.ps1* +=================================== This PowerShell script installs the Vivaldi browser. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-vivaldi.ps1 [] +PS> ./install-vivaldi.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/install-vlc.md b/docs/install-vlc.md index 542ab1ca..def203a7 100644 --- a/docs/install-vlc.md +++ b/docs/install-vlc.md @@ -1,12 +1,12 @@ -The *install-vlc.ps1* Script -=========================== +PowerShell Script: *install-vlc.ps1* +=================================== This PowerShell script installs the VLC media player. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-vlc.ps1 [] +PS> ./install-vlc.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -66,4 +66,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/install-windows-terminal.md b/docs/install-windows-terminal.md index 8b2bbb2a..3934da8b 100644 --- a/docs/install-windows-terminal.md +++ b/docs/install-windows-terminal.md @@ -1,12 +1,12 @@ -The *install-windows-terminal.ps1* Script -=========================== +PowerShell Script: *install-windows-terminal.ps1* +=================================== This PowerShell script installs Windows Terminal from the Microsoft Store. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-windows-terminal.ps1 [] +PS> ./install-windows-terminal.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/install-wsl.md b/docs/install-wsl.md index 2922a690..487fc7d1 100644 --- a/docs/install-wsl.md +++ b/docs/install-wsl.md @@ -1,12 +1,12 @@ -The *install-wsl.ps1* Script -=========================== +PowerShell Script: *install-wsl.ps1* +=================================== This PowerShell script installs Windows Subsystem for Linux. It needs admin rights. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-wsl.ps1 [] +PS> ./install-wsl.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -74,4 +74,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/install-zoom.md b/docs/install-zoom.md index df8f0561..3c49aece 100644 --- a/docs/install-zoom.md +++ b/docs/install-zoom.md @@ -1,12 +1,12 @@ -The *install-zoom.ps1* Script -=========================== +PowerShell Script: *install-zoom.ps1* +=================================== This PowerShell script installs Zoom. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/install-zoom.ps1 [] +PS> ./install-zoom.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/introduce-powershell.md b/docs/introduce-powershell.md index bd42f44f..9e447149 100644 --- a/docs/introduce-powershell.md +++ b/docs/introduce-powershell.md @@ -1,12 +1,12 @@ -The *introduce-powershell.ps1* Script -=========================== +PowerShell Script: *introduce-powershell.ps1* +=================================== This PowerShell script introduces PowerShell to new users and gives an overview of it. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/introduce-powershell.ps1 [] +PS> ./introduce-powershell.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -92,4 +92,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/kill-process.md b/docs/kill-process.md index 652f4b12..1d8b44b5 100644 --- a/docs/kill-process.md +++ b/docs/kill-process.md @@ -1,12 +1,12 @@ -The *kill-process.ps1* Script -=========================== +PowerShell Script: *kill-process.ps1* +=================================== This PowerShell script stops all local processes matching the given name Parameters ---------- ```powershell -/Repos/PowerShell/scripts/kill-process.ps1 [[-processName] ] [] +PS> ./kill-process.ps1 [[-processName] ] [] -processName Specifies the process name (ask user by default) @@ -69,4 +69,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-aliases.md b/docs/list-aliases.md index 0f2f34c8..bcae0abe 100644 --- a/docs/list-aliases.md +++ b/docs/list-aliases.md @@ -1,12 +1,12 @@ -The *list-aliases.ps1* Script -=========================== +PowerShell Script: *list-aliases.ps1* +=================================== This PowerShell scripts lists all PowerShell aliases. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-aliases.ps1 [] +PS> ./list-aliases.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-anagrams.md b/docs/list-anagrams.md index 51f8c121..d7cd013f 100644 --- a/docs/list-anagrams.md +++ b/docs/list-anagrams.md @@ -1,12 +1,12 @@ -The *list-anagrams.ps1* Script -=========================== +PowerShell Script: *list-anagrams.ps1* +=================================== This PowerShell script lists all anagrams of the given word. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-anagrams.ps1 [[-Word] ] [[-Columns] ] [] +PS> ./list-anagrams.ps1 [[-Word] ] [[-Columns] ] [] -Word Specifies the word to use @@ -122,4 +122,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-apps.md b/docs/list-apps.md index e8057a68..a745f32f 100644 --- a/docs/list-apps.md +++ b/docs/list-apps.md @@ -1,12 +1,12 @@ -The *list-apps.ps1* Script -=========================== +PowerShell Script: *list-apps.ps1* +=================================== This PowerShell script lists the installed applications (from Windows Store, or Snap Store). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-apps.ps1 [] +PS> ./list-apps.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -57,4 +57,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-ascii-table.md b/docs/list-ascii-table.md index 93e6933d..7ed74e13 100644 --- a/docs/list-ascii-table.md +++ b/docs/list-ascii-table.md @@ -1,12 +1,12 @@ -The *list-ascii-table.ps1* Script -=========================== +PowerShell Script: *list-ascii-table.ps1* +=================================== This PowerShell script lists the ASCII table on the console. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-ascii-table.ps1 [] +PS> ./list-ascii-table.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -120,4 +120,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-automatic-variables.md b/docs/list-automatic-variables.md index c0f2a7a3..082b8d88 100644 --- a/docs/list-automatic-variables.md +++ b/docs/list-automatic-variables.md @@ -1,5 +1,5 @@ -The *list-automatic-variables.ps1* Script -=========================== +PowerShell Script: *list-automatic-variables.ps1* +=================================== list-automatic-variables.ps1 @@ -100,4 +100,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-battery-status.md b/docs/list-battery-status.md index 49fe9827..36934b53 100644 --- a/docs/list-battery-status.md +++ b/docs/list-battery-status.md @@ -1,12 +1,12 @@ -The *list-battery-status.ps1* Script -=========================== +PowerShell Script: *list-battery-status.ps1* +=================================== This PowerShell script lists the battery status. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-battery-status.ps1 [] +PS> ./list-battery-status.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -64,4 +64,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-bios.md b/docs/list-bios.md index ce57c0c1..258b31ee 100644 --- a/docs/list-bios.md +++ b/docs/list-bios.md @@ -1,12 +1,12 @@ -The *list-bios.ps1* Script -=========================== +PowerShell Script: *list-bios.ps1* +=================================== This PowerShell script lists the BIOS details. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-bios.ps1 [] +PS> ./list-bios.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -63,4 +63,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-bluetooth-devices.md b/docs/list-bluetooth-devices.md index 269a0040..7b5bc923 100644 --- a/docs/list-bluetooth-devices.md +++ b/docs/list-bluetooth-devices.md @@ -1,12 +1,12 @@ -The *list-bluetooth-devices.ps1* Script -=========================== +PowerShell Script: *list-bluetooth-devices.ps1* +=================================== This PowerShell script lists all Bluetooth devices connected to the local computer. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-bluetooth-devices.ps1 [] +PS> ./list-bluetooth-devices.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-branches.md b/docs/list-branches.md index 9198fe27..23993378 100644 --- a/docs/list-branches.md +++ b/docs/list-branches.md @@ -1,12 +1,12 @@ -The *list-branches.ps1* Script -=========================== +PowerShell Script: *list-branches.ps1* +=================================== This PowerShell script lists branches in a Git repository - either all (default) or by a search pattern. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-branches.ps1 [[-pathToRepo] ] [[-searchPattern] ] [] +PS> ./list-branches.ps1 [[-pathToRepo] ] [[-searchPattern] ] [] -pathToRepo Specifies the path to the Git repository (current working directory by default) @@ -109,4 +109,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-calendar.md b/docs/list-calendar.md index f1121408..2d054699 100644 --- a/docs/list-calendar.md +++ b/docs/list-calendar.md @@ -1,12 +1,12 @@ -The *list-calendar.ps1* Script -=========================== +PowerShell Script: *list-calendar.ps1* +=================================== Lists calendar elements, either a single month or an entire year. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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. @@ -247,4 +247,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-cheat-sheet.md b/docs/list-cheat-sheet.md index 992db68d..d9a51346 100644 --- a/docs/list-cheat-sheet.md +++ b/docs/list-cheat-sheet.md @@ -1,12 +1,12 @@ -The *list-cheat-sheet.ps1* Script -=========================== +PowerShell Script: *list-cheat-sheet.ps1* +=================================== This PowerShell script lists the PowerShell cheat sheet. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-city-weather.md b/docs/list-city-weather.md index 9b153ca3..8a4d398f 100644 --- a/docs/list-city-weather.md +++ b/docs/list-city-weather.md @@ -1,5 +1,5 @@ -The *list-city-weather.ps1* Script -=========================== +PowerShell Script: *list-city-weather.ps1* +=================================== list-city-weather.ps1 @@ -56,4 +56,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-cli-tools.md b/docs/list-cli-tools.md index e72e1fd2..4f27b2f7 100644 --- a/docs/list-cli-tools.md +++ b/docs/list-cli-tools.md @@ -1,5 +1,5 @@ -The *list-cli-tools.ps1* Script -=========================== +PowerShell Script: *list-cli-tools.ps1* +=================================== list-cli-tools.ps1 @@ -370,4 +370,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-clipboard.md b/docs/list-clipboard.md index 136967d7..2f39951b 100644 --- a/docs/list-clipboard.md +++ b/docs/list-clipboard.md @@ -1,12 +1,12 @@ -The *list-clipboard.ps1* Script -=========================== +PowerShell Script: *list-clipboard.ps1* +=================================== This PowerShell script lists the contents of the clipboard. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-clipboard.ps1 [] +PS> ./list-clipboard.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -56,4 +56,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-cmdlets.md b/docs/list-cmdlets.md index 621cca4d..1c75a82d 100644 --- a/docs/list-cmdlets.md +++ b/docs/list-cmdlets.md @@ -1,12 +1,12 @@ -The *list-cmdlets.ps1* Script -=========================== +PowerShell Script: *list-cmdlets.ps1* +=================================== This PowerShell script lists all PowerShell cmdlets. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-cmdlets.ps1 [] +PS> ./list-cmdlets.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -67,4 +67,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-coffee-prices.md b/docs/list-coffee-prices.md index 6be60fb7..d3b95a43 100644 --- a/docs/list-coffee-prices.md +++ b/docs/list-coffee-prices.md @@ -1,5 +1,5 @@ -The *list-coffee-prices.ps1* Script -=========================== +PowerShell Script: *list-coffee-prices.ps1* +=================================== list-coffee-prices.ps1 @@ -79,4 +79,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-commit-stats.md b/docs/list-commit-stats.md index 98f06f84..bbd1217b 100644 --- a/docs/list-commit-stats.md +++ b/docs/list-commit-stats.md @@ -1,12 +1,12 @@ -The *list-commit-stats.ps1* Script -=========================== +PowerShell Script: *list-commit-stats.ps1* +=================================== This PowerShell script lists the commit statistics of a Git repository. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-commit-stats.ps1 [[-path] ] [] +PS> ./list-commit-stats.ps1 [[-path] ] [] -path Specifies the path to the local Git repository (default is current working dir) @@ -94,4 +94,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:22)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-commits.md b/docs/list-commits.md index 2b15c2c4..d0d9d91f 100644 --- a/docs/list-commits.md +++ b/docs/list-commits.md @@ -1,12 +1,12 @@ -The *list-commits.ps1* Script -=========================== +PowerShell Script: *list-commits.ps1* +=================================== This PowerShell script lists all commits in a Git repository. Supported output formats are: pretty, list, compact, normal or JSON. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-commits.ps1 [[-pathToRepo] ] [[-format] ] [] +PS> ./list-commits.ps1 [[-pathToRepo] ] [[-format] ] [] -pathToRepo @@ -122,4 +122,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-console-colors.md b/docs/list-console-colors.md index 16fead0e..11b3f6bb 100644 --- a/docs/list-console-colors.md +++ b/docs/list-console-colors.md @@ -1,12 +1,12 @@ -The *list-console-colors.ps1* Script -=========================== +PowerShell Script: *list-console-colors.ps1* +=================================== This PowerShell script lists all available console colors. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-console-colors.ps1 [] +PS> ./list-console-colors.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -73,4 +73,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-countries.md b/docs/list-countries.md index 89996b68..b3227220 100644 --- a/docs/list-countries.md +++ b/docs/list-countries.md @@ -1,5 +1,5 @@ -The *list-countries.ps1* Script -=========================== +PowerShell Script: *list-countries.ps1* +=================================== list-countries.ps1 @@ -52,4 +52,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-cpu.md b/docs/list-cpu.md index a187c6ce..38b9cb39 100644 --- a/docs/list-cpu.md +++ b/docs/list-cpu.md @@ -1,12 +1,12 @@ -The *list-cpu.ps1* Script -=========================== +PowerShell Script: *list-cpu.ps1* +=================================== This PowerShell script lists the CPU details. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-cpu.ps1 [] +PS> ./list-cpu.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -63,4 +63,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-crypto-rates.md b/docs/list-crypto-rates.md index 1242993a..b4d3c64a 100644 --- a/docs/list-crypto-rates.md +++ b/docs/list-crypto-rates.md @@ -1,5 +1,5 @@ -The *list-crypto-rates.ps1* Script -=========================== +PowerShell Script: *list-crypto-rates.ps1* +=================================== list-crypto-rates.ps1 @@ -76,4 +76,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-defender-settings.md b/docs/list-defender-settings.md index 28f1179d..6fbc8738 100644 --- a/docs/list-defender-settings.md +++ b/docs/list-defender-settings.md @@ -1,5 +1,5 @@ -The *list-defender-settings.ps1* Script -=========================== +PowerShell Script: *list-defender-settings.ps1* +=================================== This PowerShell script lists the current settings of Windows Defender Antivirus. NOTE: use 'Set-MpPreference' to change settings (e.g. DisableScanningNetworkFiles) @@ -7,7 +7,7 @@ NOTE: use 'Set-MpPreference' to change settings (e.g. DisableScanningNetworkFile Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-defender-settings.ps1 [] +PS> ./list-defender-settings.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -69,4 +69,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-dir-tree.md b/docs/list-dir-tree.md index 184b4d34..f71e5544 100644 --- a/docs/list-dir-tree.md +++ b/docs/list-dir-tree.md @@ -1,12 +1,12 @@ -The *list-dir-tree.ps1* Script -=========================== +PowerShell Script: *list-dir-tree.ps1* +=================================== This PowerShell script lists all files and folders in a directory tree (including icon and size). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-dir-tree.ps1 [[-path] ] [] +PS> ./list-dir-tree.ps1 [[-path] ] [] -path Specifies the file path to the directory tree @@ -124,4 +124,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-dns-servers.md b/docs/list-dns-servers.md index c4a5f9c9..2fd961f8 100644 --- a/docs/list-dns-servers.md +++ b/docs/list-dns-servers.md @@ -1,5 +1,5 @@ -The *list-dns-servers.ps1* Script -=========================== +PowerShell Script: *list-dns-servers.ps1* +=================================== list-dns-servers.ps1 @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-drives.md b/docs/list-drives.md index a38bdf81..d362a1bb 100644 --- a/docs/list-drives.md +++ b/docs/list-drives.md @@ -1,12 +1,12 @@ -The *list-drives.ps1* Script -=========================== +PowerShell Script: *list-drives.ps1* +=================================== This PowerShell script lists all local drives as a table. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-drives.ps1 [] +PS> ./list-drives.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -63,4 +63,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-earthquakes.md b/docs/list-earthquakes.md index 51750242..6d6bbd9c 100644 --- a/docs/list-earthquakes.md +++ b/docs/list-earthquakes.md @@ -1,12 +1,12 @@ -The *list-earthquakes.ps1* Script -=========================== +PowerShell Script: *list-earthquakes.ps1* +=================================== This PowerShell script lists major earthquakes for the last 30 days. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-earthquakes.ps1 [[-minMagnitude] ] [] +PS> ./list-earthquakes.ps1 [[-minMagnitude] ] [] -minMagnitude Specifies the minimum magnitude to list (5.5 by default) @@ -94,4 +94,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-emojis.md b/docs/list-emojis.md index cb6a40c8..7f775767 100644 --- a/docs/list-emojis.md +++ b/docs/list-emojis.md @@ -1,12 +1,12 @@ -The *list-emojis.ps1* Script -=========================== +PowerShell Script: *list-emojis.ps1* +=================================== This PowerShell script lists the emojis of Unicode 13.0 sorted by category. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-empty-dirs.md b/docs/list-empty-dirs.md index 22161993..5a2cfe9e 100644 --- a/docs/list-empty-dirs.md +++ b/docs/list-empty-dirs.md @@ -1,12 +1,12 @@ -The *list-empty-dirs.ps1* Script -=========================== +PowerShell Script: *list-empty-dirs.ps1* +=================================== This PowerShell script scans a directory tree and lists all empty directories. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-empty-dirs.ps1 [[-path] ] [] +PS> ./list-empty-dirs.ps1 [[-path] ] [] -path Specifies the path to the directory tree (current working directory by default) @@ -82,4 +82,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-empty-files.md b/docs/list-empty-files.md index 7e130a21..7216c6cd 100644 --- a/docs/list-empty-files.md +++ b/docs/list-empty-files.md @@ -1,12 +1,12 @@ -The *list-empty-files.ps1* Script -=========================== +PowerShell Script: *list-empty-files.ps1* +=================================== This PowerShell script scans a directory tree and lists all empty files. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-empty-files.ps1 [[-path] ] [] +PS> ./list-empty-files.ps1 [[-path] ] [] -path Specifies the path to the directory tree (default is current working dir) @@ -82,4 +82,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-encrypted-files.md b/docs/list-encrypted-files.md index 0460a51c..e143886e 100644 --- a/docs/list-encrypted-files.md +++ b/docs/list-encrypted-files.md @@ -1,12 +1,12 @@ -The *list-encrypted-files.ps1* Script -=========================== +PowerShell Script: *list-encrypted-files.ps1* +=================================== This PowerShell script scans a directory tree and lists all encrypted files. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-encrypted-files.ps1 [[-path] ] [] +PS> ./list-encrypted-files.ps1 [[-path] ] [] -path Specifies the path to the directory tree (default is current working dir) @@ -82,4 +82,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-environment-variables.md b/docs/list-environment-variables.md index cf260cbd..84310214 100644 --- a/docs/list-environment-variables.md +++ b/docs/list-environment-variables.md @@ -1,12 +1,12 @@ -The *list-environment-variables.ps1* Script -=========================== +PowerShell Script: *list-environment-variables.ps1* +=================================== This PowerShell script lists all environment variables. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-environment-variables.ps1 [] +PS> ./list-environment-variables.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-error-types.md b/docs/list-error-types.md index 93ca083d..27450dee 100644 --- a/docs/list-error-types.md +++ b/docs/list-error-types.md @@ -1,5 +1,5 @@ -The *list-error-types.ps1* Script -=========================== +PowerShell Script: *list-error-types.ps1* +=================================== list-error-types.ps1 @@ -26,4 +26,4 @@ Script Content } | Select BaseType,Name,FullName ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-exchange-rates.md b/docs/list-exchange-rates.md index 3a21269e..60865234 100644 --- a/docs/list-exchange-rates.md +++ b/docs/list-exchange-rates.md @@ -1,12 +1,12 @@ -The *list-exchange-rates.ps1* Script -=========================== +PowerShell Script: *list-exchange-rates.ps1* +=================================== This PowerShell script lists the current exchange rates for the given currency (USD per default). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-exchange-rates.ps1 [[-currency] ] [] +PS> ./list-exchange-rates.ps1 [[-currency] ] [] -currency Specifies the base currency @@ -96,4 +96,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-executables.md b/docs/list-executables.md index f7b6b264..34759171 100644 --- a/docs/list-executables.md +++ b/docs/list-executables.md @@ -1,12 +1,12 @@ -The *list-executables.ps1* Script -=========================== +PowerShell Script: *list-executables.ps1* +=================================== This PowerShell script scans a given directory tree and lists all executables with suffix .EXE. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-executables.ps1 [[-path] ] [] +PS> ./list-executables.ps1 [[-path] ] [] -path Specifies the path to the directory tree (current working directory by default) @@ -84,4 +84,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-fibonacci.md b/docs/list-fibonacci.md index 408a0758..38a5e252 100644 --- a/docs/list-fibonacci.md +++ b/docs/list-fibonacci.md @@ -1,5 +1,5 @@ -The *list-fibonacci.ps1* Script -=========================== +PowerShell Script: *list-fibonacci.ps1* +=================================== list-fibonacci.ps1 @@ -43,4 +43,4 @@ foreach ($i in 0..100) { exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-files.md b/docs/list-files.md index d2cbb864..5f971946 100644 --- a/docs/list-files.md +++ b/docs/list-files.md @@ -1,12 +1,12 @@ -The *list-files.ps1* Script -=========================== +PowerShell Script: *list-files.ps1* +=================================== This PowerShell script lists all files within the given directory tree. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-files.ps1 [[-DirTree] ] [] +PS> ./list-files.ps1 [[-DirTree] ] [] -DirTree Specifies the path to the directory tree @@ -69,4 +69,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-folder.md b/docs/list-folder.md index 68173fb6..c5f6d962 100644 --- a/docs/list-folder.md +++ b/docs/list-folder.md @@ -1,12 +1,12 @@ -The *list-folder.ps1* Script -=========================== +PowerShell Script: *list-folder.ps1* +=================================== This PowerShell script lists the content of a directory (alphabetically formatted in columns). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-folder.ps1 [[-searchPattern] ] [] +PS> ./list-folder.ps1 [[-searchPattern] ] [] -searchPattern Specifies the search pattern (default is "*" which means anything) @@ -93,4 +93,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-fritzbox-calls.md b/docs/list-fritzbox-calls.md index 0868603d..9029c80d 100644 --- a/docs/list-fritzbox-calls.md +++ b/docs/list-fritzbox-calls.md @@ -1,12 +1,12 @@ -The *list-fritzbox-calls.ps1* Script -=========================== +PowerShell Script: *list-fritzbox-calls.ps1* +=================================== This PowerShell script lists the phone calls of the FRITZ!Box device. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-fritzbox-calls.ps1 [[-Username] ] [[-Password] ] [] +PS> ./list-fritzbox-calls.ps1 [[-Username] ] [[-Password] ] [] -Username Specifies the user name for FRITZ!Box @@ -155,4 +155,4 @@ echo $Result exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-fritzbox-devices.md b/docs/list-fritzbox-devices.md index ec997993..417f82c1 100644 --- a/docs/list-fritzbox-devices.md +++ b/docs/list-fritzbox-devices.md @@ -1,12 +1,12 @@ -The *list-fritzbox-devices.ps1* Script -=========================== +PowerShell Script: *list-fritzbox-devices.ps1* +=================================== This PowerShell script lists FRITZ!Box's known devices. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-fritzbox-devices.ps1 [[-Username] ] [[-Password] ] [] +PS> ./list-fritzbox-devices.ps1 [[-Username] ] [[-Password] ] [] -Username Specifies the user name to FRITZ!Box @@ -107,4 +107,4 @@ $HostTable | format-table -property Active,IPAddress,MACAddress,HostName,Interfa exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-headlines.md b/docs/list-headlines.md index 71301bbc..a5776124 100644 --- a/docs/list-headlines.md +++ b/docs/list-headlines.md @@ -1,12 +1,12 @@ -The *list-headlines.ps1* Script -=========================== +PowerShell Script: *list-headlines.ps1* +=================================== This PowerShell script lists the latest headlines by using a RSS (Really Simple Syndication) feed. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-headlines.ps1 [[-RSS_URL] ] [[-maxLines] ] [] +PS> ./list-headlines.ps1 [[-RSS_URL] ] [[-maxLines] ] [] -RSS_URL Specifies the URL to the RSS feed (Yahoo World News by default) @@ -91,4 +91,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-hidden-files.md b/docs/list-hidden-files.md index bd87949c..603e63f4 100644 --- a/docs/list-hidden-files.md +++ b/docs/list-hidden-files.md @@ -1,12 +1,12 @@ -The *list-hidden-files.ps1* Script -=========================== +PowerShell Script: *list-hidden-files.ps1* +=================================== This PowerShell script scans a directory tree and lists all hidden files. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-hidden-files.ps1 [[-path] ] [] +PS> ./list-hidden-files.ps1 [[-path] ] [] -path Specifies the path to the directory tree (default is current working dir) @@ -82,4 +82,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-installed-hotfixes.md b/docs/list-installed-hotfixes.md index 068715ad..f8fdab82 100644 --- a/docs/list-installed-hotfixes.md +++ b/docs/list-installed-hotfixes.md @@ -1,12 +1,12 @@ -The *list-installed-hotfixes.ps1* Script -=========================== +PowerShell Script: *list-installed-hotfixes.ps1* +=================================== This PowerShell script lists the installed hotfixes. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-installed-hotfixes.ps1 [] +PS> ./list-installed-hotfixes.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-installed-languages.md b/docs/list-installed-languages.md index e10fc575..9f74407b 100644 --- a/docs/list-installed-languages.md +++ b/docs/list-installed-languages.md @@ -1,5 +1,5 @@ -The *list-installed-languages.ps1* Script -=========================== +PowerShell Script: *list-installed-languages.ps1* +=================================== list-installed-languages.ps1 @@ -50,4 +50,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-installed-scripts.md b/docs/list-installed-scripts.md index f9fbdfd2..56b81035 100644 --- a/docs/list-installed-scripts.md +++ b/docs/list-installed-scripts.md @@ -1,12 +1,12 @@ -The *list-installed-scripts.ps1* Script -=========================== +PowerShell Script: *list-installed-scripts.ps1* +=================================== This PowerShell script lists all installed PowerShell scripts. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-installed-software.md b/docs/list-installed-software.md index c67ad297..a95384eb 100644 --- a/docs/list-installed-software.md +++ b/docs/list-installed-software.md @@ -1,12 +1,12 @@ -The *list-installed-software.ps1* Script -=========================== +PowerShell Script: *list-installed-software.ps1* +=================================== This PowerShell script lists the installed software (except Windows Store apps). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-installed-software.ps1 [] +PS> ./list-installed-software.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-internet-ip.md b/docs/list-internet-ip.md index eb63c0c4..2ea7bb65 100644 --- a/docs/list-internet-ip.md +++ b/docs/list-internet-ip.md @@ -1,12 +1,12 @@ -The *list-internet-ip.ps1* Script -=========================== +PowerShell Script: *list-internet-ip.ps1* +=================================== This PowerShell script queries all public IP address information and prints it. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-internet-ip.ps1 [] +PS> ./list-internet-ip.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -70,4 +70,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-ipv6.md b/docs/list-ipv6.md index f815ee84..5b179388 100644 --- a/docs/list-ipv6.md +++ b/docs/list-ipv6.md @@ -1,12 +1,12 @@ -The *list-ipv6.ps1* Script -=========================== +PowerShell Script: *list-ipv6.ps1* +=================================== This PowerShell script lists the state of IPv6 on all network interfaces of the local computer. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-ipv6.ps1 [] +PS> ./list-ipv6.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -63,4 +63,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-latest-tag.md b/docs/list-latest-tag.md index 969fa83d..5af4ac61 100644 --- a/docs/list-latest-tag.md +++ b/docs/list-latest-tag.md @@ -1,12 +1,12 @@ -The *list-latest-tag.ps1* Script -=========================== +PowerShell Script: *list-latest-tag.ps1* +=================================== This PowerShell script lists the latest tag in a local Git repository. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-latest-tag.ps1 [[-RepoDir] ] [] +PS> ./list-latest-tag.ps1 [[-RepoDir] ] [] -RepoDir Specifies the path to the local repository (current working dir by default) @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-latest-tags.md b/docs/list-latest-tags.md index bdfb19c1..d2267d63 100644 --- a/docs/list-latest-tags.md +++ b/docs/list-latest-tags.md @@ -1,12 +1,12 @@ -The *list-latest-tags.ps1* Script -=========================== +PowerShell Script: *list-latest-tags.ps1* +=================================== This PowerShell script lists the latest tags in all Git repositories in the specified folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-latest-tags.ps1 [[-ParentDir] ] [] +PS> ./list-latest-tags.ps1 [[-ParentDir] ] [] -ParentDir Specifies the path to the parent folder @@ -86,4 +86,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-local-ip.md b/docs/list-local-ip.md index 80e0c9f5..3c5e952b 100644 --- a/docs/list-local-ip.md +++ b/docs/list-local-ip.md @@ -1,5 +1,5 @@ -The *list-local-ip.ps1* Script -=========================== +PowerShell Script: *list-local-ip.ps1* +=================================== list-local-ip.ps1 @@ -62,4 +62,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-mDNS.md b/docs/list-mDNS.md index 2f734d19..3f1c9c52 100644 --- a/docs/list-mDNS.md +++ b/docs/list-mDNS.md @@ -1,5 +1,5 @@ -The *list-mDNS.ps1* Script -=========================== +PowerShell Script: *list-mDNS.ps1* +=================================== list-mDNS.ps1 @@ -21,4 +21,4 @@ Get-NetUDPEndpoint -localPort 5353 | Select-Object LocalAddress,LocalPort,Owning exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-memos.md b/docs/list-memos.md index 6cf71ee0..7f547b5b 100644 --- a/docs/list-memos.md +++ b/docs/list-memos.md @@ -1,12 +1,12 @@ -The *list-memos.ps1* Script -=========================== +PowerShell Script: *list-memos.ps1* +=================================== This PowerShell script lists all entries in 'Remember.csv' in your home folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-memos.ps1 [] +PS> ./list-memos.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -68,4 +68,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-mysql-tables.md b/docs/list-mysql-tables.md index e385fca1..9bb2b5ca 100644 --- a/docs/list-mysql-tables.md +++ b/docs/list-mysql-tables.md @@ -1,12 +1,12 @@ -The *list-mysql-tables.ps1* Script -=========================== +PowerShell Script: *list-mysql-tables.ps1* +=================================== This PowerShell script lists all tables of the given MySQL database. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-mysql-tables.ps1 [-server] [-database] [-dbuser] [-dbpass] [] +PS> ./list-mysql-tables.ps1 [-server] [-database] [-dbuser] [-dbpass] [] -server @@ -94,4 +94,4 @@ $result = Invoke-MySqlQuery -ConnectionString "server=$server; database=$databa $result | Export-Csv $csvfilepath -NoTypeInformation ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-network-connections.md b/docs/list-network-connections.md index d345cd7d..893ec117 100644 --- a/docs/list-network-connections.md +++ b/docs/list-network-connections.md @@ -1,12 +1,12 @@ -The *list-network-connections.ps1* Script -=========================== +PowerShell Script: *list-network-connections.ps1* +=================================== This PowerShell script lists all active network connections on the local computer. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-network-neighbors.md b/docs/list-network-neighbors.md index 1c9d439f..0736071b 100644 --- a/docs/list-network-neighbors.md +++ b/docs/list-network-neighbors.md @@ -1,12 +1,12 @@ -The *list-network-neighbors.ps1* Script -=========================== +PowerShell Script: *list-network-neighbors.ps1* +=================================== This PowerShell script lists all network neighbors of the local computer (using the ARP cache). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-network-neighbors.ps1 [] +PS> ./list-network-neighbors.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -71,4 +71,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-network-routes.md b/docs/list-network-routes.md index aa5ff58f..de89254f 100644 --- a/docs/list-network-routes.md +++ b/docs/list-network-routes.md @@ -1,12 +1,12 @@ -The *list-network-routes.ps1* Script -=========================== +PowerShell Script: *list-network-routes.ps1* +=================================== This PowerShell script lists the network routes on the local computer. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-network-shares.md b/docs/list-network-shares.md index 39d4907d..d72d2e45 100644 --- a/docs/list-network-shares.md +++ b/docs/list-network-shares.md @@ -1,12 +1,12 @@ -The *list-network-shares.ps1* Script -=========================== +PowerShell Script: *list-network-shares.ps1* +=================================== This PowerShell script lists all network shares (aka "shared folders") of the local computer. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-network-shares.ps1 [] +PS> ./list-network-shares.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -62,4 +62,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-news.md b/docs/list-news.md index 8f5ae135..adc83040 100644 --- a/docs/list-news.md +++ b/docs/list-news.md @@ -1,12 +1,12 @@ -The *list-news.ps1* Script -=========================== +PowerShell Script: *list-news.ps1* +=================================== This PowerShell script lists the latest news by using a RSS (Really Simple Syndication) feed. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 World News by default) @@ -114,4 +114,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-nic.md b/docs/list-nic.md index e42883e0..28f86143 100644 --- a/docs/list-nic.md +++ b/docs/list-nic.md @@ -1,12 +1,12 @@ -The *list-nic.ps1* Script -=========================== +PowerShell Script: *list-nic.ps1* +=================================== This PowerShell script lists the details of the installed network interfaces. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-nic.ps1 [] +PS> ./list-nic.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-nina-warnings.md b/docs/list-nina-warnings.md index 2723ad0c..8f6945fb 100644 --- a/docs/list-nina-warnings.md +++ b/docs/list-nina-warnings.md @@ -1,12 +1,12 @@ -The *list-nina-warnings.ps1* Script -=========================== +PowerShell Script: *list-nina-warnings.ps1* +=================================== This PowerShell script queries the current NINA warnings and lists it. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-nina-warnings.ps1 [[-ARS] ] [] +PS> ./list-nina-warnings.ps1 [[-ARS] ] [] -ARS Specifies the official regional key in Germany ("Amtlicher Regionalschlüssel", e.g. 09777, none by default) @@ -105,4 +105,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-old-branches.md b/docs/list-old-branches.md index e601c6ad..b013ca1d 100644 --- a/docs/list-old-branches.md +++ b/docs/list-old-branches.md @@ -1,12 +1,12 @@ -The *list-old-branches.ps1* Script -=========================== +PowerShell Script: *list-old-branches.ps1* +=================================== This PowerShell script lists branches in a Git repository matching: (1) search pattern, (2) already merged, (3) older than 2024 Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-old-branches.ps1 [[-pathToRepo] ] [[-searchPattern] ] [] +PS> ./list-old-branches.ps1 [[-pathToRepo] ] [[-searchPattern] ] [] -pathToRepo Specifies the path to the Git repository (current working directory by default) @@ -86,4 +86,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-os-releases.md b/docs/list-os-releases.md index 57b3157d..a93ec07a 100644 --- a/docs/list-os-releases.md +++ b/docs/list-os-releases.md @@ -1,12 +1,12 @@ -The *list-os-releases.ps1* Script -=========================== +PowerShell Script: *list-os-releases.ps1* +=================================== This PowerShell script lists OS releases and download URL. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:11)* diff --git a/docs/list-os-updates.md b/docs/list-os-updates.md index 60fd3072..1fd1b2e0 100644 --- a/docs/list-os-updates.md +++ b/docs/list-os-updates.md @@ -1,12 +1,12 @@ -The *list-os-updates.ps1* Script -=========================== +PowerShell Script: *list-os-updates.ps1* +=================================== This PowerShell script lists the latest updates for operating systems. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-os-updates.ps1 [[-RSS_URL] ] [[-MaxCount] ] [] +PS> ./list-os-updates.ps1 [[-RSS_URL] ] [[-MaxCount] ] [] -RSS_URL Specifies the URL to the RSS feed @@ -91,4 +91,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-os.md b/docs/list-os.md index be93b42c..57ba4b34 100644 --- a/docs/list-os.md +++ b/docs/list-os.md @@ -1,12 +1,12 @@ -The *list-os.ps1* Script -=========================== +PowerShell Script: *list-os.ps1* +=================================== This PowerShell script lists the exact operating system version. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-os.ps1 [] +PS> ./list-os.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -61,4 +61,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-outlook-inbox.md b/docs/list-outlook-inbox.md index f1b27ca8..300157d2 100644 --- a/docs/list-outlook-inbox.md +++ b/docs/list-outlook-inbox.md @@ -1,12 +1,12 @@ -The *list-outlook-inbox.ps1* Script -=========================== +PowerShell Script: *list-outlook-inbox.ps1* +=================================== This PowerShell script lists the emails in the inbox of Outlook. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-outlook-sent.md b/docs/list-outlook-sent.md index d781341a..7390b969 100644 --- a/docs/list-outlook-sent.md +++ b/docs/list-outlook-sent.md @@ -1,12 +1,12 @@ -The *list-outlook-sent.ps1* Script -=========================== +PowerShell Script: *list-outlook-sent.ps1* +=================================== This PowerShell script lists the mails in the Sent Mail folder of Outlook. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-passwords.md b/docs/list-passwords.md index b5a83b0c..ac434199 100644 --- a/docs/list-passwords.md +++ b/docs/list-passwords.md @@ -1,12 +1,12 @@ -The *list-passwords.ps1* Script -=========================== +PowerShell Script: *list-passwords.ps1* +=================================== This PowerShell script lists random passwords. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-passwords.ps1 [[-PasswordLength] ] [[-Columns] ] [[-Rows] ] [] +PS> ./list-passwords.ps1 [[-PasswordLength] ] [[-Columns] ] [[-Rows] ] [] -PasswordLength Specifies the length of the password @@ -114,4 +114,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-pins.md b/docs/list-pins.md index e75318da..2eeb8cc3 100644 --- a/docs/list-pins.md +++ b/docs/list-pins.md @@ -1,12 +1,12 @@ -The *list-pins.ps1* Script -=========================== +PowerShell Script: *list-pins.ps1* +=================================== This PowerShell script lists random PIN's. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-pins.ps1 [[-PinLength] ] [[-Columns] ] [[-Rows] ] [] +PS> ./list-pins.ps1 [[-PinLength] ] [[-Columns] ] [[-Rows] ] [] -PinLength Specifies the PIN length @@ -103,4 +103,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-power-schemes.md b/docs/list-power-schemes.md index 2ee85215..b353882c 100644 --- a/docs/list-power-schemes.md +++ b/docs/list-power-schemes.md @@ -1,5 +1,5 @@ -The *list-power-schemes.ps1* Script -=========================== +PowerShell Script: *list-power-schemes.ps1* +=================================== list-power-schemes.ps1 @@ -21,4 +21,4 @@ powercfg /list exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-powershell-modules.md b/docs/list-powershell-modules.md index 7f02719c..35e52971 100644 --- a/docs/list-powershell-modules.md +++ b/docs/list-powershell-modules.md @@ -1,12 +1,12 @@ -The *list-powershell-modules.ps1* Script -=========================== +PowerShell Script: *list-powershell-modules.ps1* +=================================== This PowerShell script lists the installed PowerShell modules. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-powershell-modules.ps1 [] +PS> ./list-powershell-modules.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-powershell-profiles.md b/docs/list-powershell-profiles.md index a446b53f..ff4d8fff 100644 --- a/docs/list-powershell-profiles.md +++ b/docs/list-powershell-profiles.md @@ -1,5 +1,5 @@ -The *list-powershell-profiles.ps1* Script -=========================== +PowerShell Script: *list-powershell-profiles.ps1* +=================================== list-powershell-profiles.ps1 @@ -58,4 +58,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-powershell-verbs.md b/docs/list-powershell-verbs.md index 749e429e..cc5c85e9 100644 --- a/docs/list-powershell-verbs.md +++ b/docs/list-powershell-verbs.md @@ -1,12 +1,12 @@ -The *list-powershell-verbs.ps1* Script -=========================== +PowerShell Script: *list-powershell-verbs.ps1* +=================================== This PowerShell script lists all allowed/recommended verbs in PowerShell. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-powershell-verbs.ps1 [] +PS> ./list-powershell-verbs.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-print-jobs.md b/docs/list-print-jobs.md index 0ec6a48a..f29fd107 100644 --- a/docs/list-print-jobs.md +++ b/docs/list-print-jobs.md @@ -1,12 +1,12 @@ -The *list-print-jobs.ps1* Script -=========================== +PowerShell Script: *list-print-jobs.ps1* +=================================== This PowerShell script lists all print jobs of all printer devices. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-print-jobs.ps1 [] +PS> ./list-print-jobs.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -87,4 +87,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-printers.md b/docs/list-printers.md index ddfca7a3..1e79e772 100644 --- a/docs/list-printers.md +++ b/docs/list-printers.md @@ -1,12 +1,12 @@ -The *list-printers.ps1* Script -=========================== +PowerShell Script: *list-printers.ps1* +=================================== This PowerShell script lists all printers known to the local computer. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-printers.ps1 [] +PS> ./list-printers.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -59,4 +59,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-processes.md b/docs/list-processes.md index 306314b9..71255c7a 100644 --- a/docs/list-processes.md +++ b/docs/list-processes.md @@ -1,12 +1,12 @@ -The *list-processes.ps1* Script -=========================== +PowerShell Script: *list-processes.ps1* +=================================== This PowerShell script lists all local computer processes. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-processes.ps1 [] +PS> ./list-processes.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-pull-requests.md b/docs/list-pull-requests.md index 98622d2b..26f7ec73 100644 --- a/docs/list-pull-requests.md +++ b/docs/list-pull-requests.md @@ -1,12 +1,12 @@ -The *list-pull-requests.ps1* Script -=========================== +PowerShell Script: *list-pull-requests.ps1* +=================================== This PowerShell script lists all pull requests for a Git repository. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-pull-requests.ps1 [[-RepoDir] ] [] +PS> ./list-pull-requests.ps1 [[-RepoDir] ] [] -RepoDir Specifies the file path to the local Git repository (default is working directory). @@ -84,4 +84,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-ram.md b/docs/list-ram.md index 641117d8..a2ed0630 100644 --- a/docs/list-ram.md +++ b/docs/list-ram.md @@ -1,12 +1,12 @@ -The *list-ram.ps1* Script -=========================== +PowerShell Script: *list-ram.ps1* +=================================== This PowerShell script lists the details of the installed RAM. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-ram.ps1 [] +PS> ./list-ram.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -63,4 +63,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-read-only-files.md b/docs/list-read-only-files.md index bac3ca25..a75901f2 100644 --- a/docs/list-read-only-files.md +++ b/docs/list-read-only-files.md @@ -1,12 +1,12 @@ -The *list-read-only-files.ps1* Script -=========================== +PowerShell Script: *list-read-only-files.ps1* +=================================== This PowerShell script scans a directory tree and lists all read-only files. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-read-only-files.ps1 [[-path] ] [] +PS> ./list-read-only-files.ps1 [[-path] ] [] -path Specifies the path to the directory tree (current working dir by default) @@ -82,4 +82,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-recycle-bin.md b/docs/list-recycle-bin.md index ee0bd381..d7009e01 100644 --- a/docs/list-recycle-bin.md +++ b/docs/list-recycle-bin.md @@ -1,12 +1,12 @@ -The *list-recycle-bin.ps1* Script -=========================== +PowerShell Script: *list-recycle-bin.ps1* +=================================== This PowerShell script lists the content of the recycle bin folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-repos.md b/docs/list-repos.md index 50ad6625..bda07b3b 100644 --- a/docs/list-repos.md +++ b/docs/list-repos.md @@ -1,12 +1,12 @@ -The *list-repos.ps1* Script -=========================== +PowerShell Script: *list-repos.ps1* +=================================== This PowerShell script lists all Git repositories under a folder with details such as latest tag, branch, remote URL, and status. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-repos.ps1 [[-parentDir] ] [] +PS> ./list-repos.ps1 [[-parentDir] ] [] -parentDir Specifies the path to the parent directory (current working directory by default) @@ -104,4 +104,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-scripts.md b/docs/list-scripts.md index 6f631ba8..01c12756 100644 --- a/docs/list-scripts.md +++ b/docs/list-scripts.md @@ -1,5 +1,5 @@ -The *list-scripts.ps1* Script -=========================== +PowerShell Script: *list-scripts.ps1* +=================================== list-scripts.ps1 [[-category] ] @@ -70,4 +70,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-scsi-devices.md b/docs/list-scsi-devices.md index ac2975fe..64860e08 100644 --- a/docs/list-scsi-devices.md +++ b/docs/list-scsi-devices.md @@ -1,12 +1,12 @@ -The *list-scsi-devices.ps1* Script -=========================== +PowerShell Script: *list-scsi-devices.ps1* +=================================== This PowerShell script lists all SCSI devices connected to the local computer. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-scsi-devices.ps1 [] +PS> ./list-scsi-devices.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-services.md b/docs/list-services.md index 8876f507..4f17587b 100644 --- a/docs/list-services.md +++ b/docs/list-services.md @@ -1,12 +1,12 @@ -The *list-services.ps1* Script -=========================== +PowerShell Script: *list-services.ps1* +=================================== This PowerShell script lists all services installed on the local computer. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-services.ps1 [] +PS> ./list-services.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-special-folders.md b/docs/list-special-folders.md index 9d56a6c3..34ac0ec6 100644 --- a/docs/list-special-folders.md +++ b/docs/list-special-folders.md @@ -1,5 +1,5 @@ -The *list-special-folders.ps1* Script -=========================== +PowerShell Script: *list-special-folders.ps1* +=================================== list-special-folders.ps1 @@ -105,4 +105,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-sql-tables.md b/docs/list-sql-tables.md index 5d3bc4fe..875e3b5d 100644 --- a/docs/list-sql-tables.md +++ b/docs/list-sql-tables.md @@ -1,5 +1,5 @@ -The *list-sql-tables.ps1* Script -=========================== +PowerShell Script: *list-sql-tables.ps1* +=================================== This PowerShell script lists all tables in a SQL server database and exports the list as CSV. Install-Module InvokeQuery @@ -8,7 +8,7 @@ Run the above command if you do not have this module. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-sql-tables.ps1 [-server] [-database] [-username] [-password] [] +PS> ./list-sql-tables.ps1 [-server] [-database] [-username] [-password] [] -server @@ -97,4 +97,4 @@ $result = Invoke-SqlServerQuery -Credential $creds -ConnectionTimeout 10000 -Dat $result | Export-Csv $csvfilepath -NoTypeInformation ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-ssh-key.md b/docs/list-ssh-key.md index 6935a4f0..09fd04f5 100644 --- a/docs/list-ssh-key.md +++ b/docs/list-ssh-key.md @@ -1,12 +1,12 @@ -The *list-ssh-key.ps1* Script -=========================== +PowerShell Script: *list-ssh-key.ps1* +=================================== This PowerShell script lists the user's public SSH key. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-ssh-key.ps1 [] +PS> ./list-ssh-key.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -61,4 +61,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-submodules.md b/docs/list-submodules.md index 82bd21e8..9f36270b 100644 --- a/docs/list-submodules.md +++ b/docs/list-submodules.md @@ -1,12 +1,12 @@ -The *list-submodules.ps1* Script -=========================== +PowerShell Script: *list-submodules.ps1* +=================================== This PowerShell script lists the submodules in the given Git repository. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-submodules.ps1 [[-RepoDir] ] [] +PS> ./list-submodules.ps1 [[-RepoDir] ] [] -RepoDir Specifies the path to the repository (current working directory by default) @@ -82,4 +82,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-suggestions.md b/docs/list-suggestions.md index c6f22fb1..d5ac5fd0 100644 --- a/docs/list-suggestions.md +++ b/docs/list-suggestions.md @@ -1,12 +1,12 @@ -The *list-suggestions.ps1* Script -=========================== +PowerShell Script: *list-suggestions.ps1* +=================================== This PowerShell script lists "Did you mean?" suggestions from Google. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-suggestions.ps1 [[-text] ] [] +PS> ./list-suggestions.ps1 [[-text] ] [] -text Specifies the word or sentence to get suggestions for. @@ -76,4 +76,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-system-devices.md b/docs/list-system-devices.md index a90aa53a..961e975a 100644 --- a/docs/list-system-devices.md +++ b/docs/list-system-devices.md @@ -1,12 +1,12 @@ -The *list-system-devices.ps1* Script -=========================== +PowerShell Script: *list-system-devices.ps1* +=================================== This PowerShell script lists all system devices connected to the local computer. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-system-devices.ps1 [] +PS> ./list-system-devices.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-system-files.md b/docs/list-system-files.md index ea53c0ad..be7553af 100644 --- a/docs/list-system-files.md +++ b/docs/list-system-files.md @@ -1,12 +1,12 @@ -The *list-system-files.ps1* Script -=========================== +PowerShell Script: *list-system-files.ps1* +=================================== This PowerShell script scans a directory tree and lists all system files. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-system-files.ps1 [[-path] ] [] +PS> ./list-system-files.ps1 [[-path] ] [] -path Specifies the path to the directory tree (default is current working dir) @@ -82,4 +82,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-system-info.md b/docs/list-system-info.md index 0aad84bd..b7acb869 100644 --- a/docs/list-system-info.md +++ b/docs/list-system-info.md @@ -1,12 +1,12 @@ -The *list-system-info.ps1* Script -=========================== +PowerShell Script: *list-system-info.ps1* +=================================== This PowerShell script lists system information of the local computer. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-tags.md b/docs/list-tags.md index 6edadc60..b91298de 100644 --- a/docs/list-tags.md +++ b/docs/list-tags.md @@ -1,12 +1,12 @@ -The *list-tags.ps1* Script -=========================== +PowerShell Script: *list-tags.ps1* +=================================== This PowerShell script fetches all tags in a local Git repository and lists it (oldest tag first). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-tags.ps1 [[-repoDir] ] [[-searchPattern] ] [] +PS> ./list-tags.ps1 [[-repoDir] ] [[-searchPattern] ] [] -repoDir Specifies the path to the Git repository (current working directory by default) @@ -112,4 +112,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-tasks.md b/docs/list-tasks.md index 45c017ac..d6c032e0 100644 --- a/docs/list-tasks.md +++ b/docs/list-tasks.md @@ -1,5 +1,5 @@ -The *list-tasks.ps1* Script -=========================== +PowerShell Script: *list-tasks.ps1* +=================================== list-tasks.ps1 @@ -44,4 +44,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-timezone.md b/docs/list-timezone.md index 9cb71862..3595eda8 100644 --- a/docs/list-timezone.md +++ b/docs/list-timezone.md @@ -1,12 +1,12 @@ -The *list-timezone.ps1* Script -=========================== +PowerShell Script: *list-timezone.ps1* +=================================== This PowerShell script lists the details of the current time zone. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-timezone.ps1 [] +PS> ./list-timezone.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -64,4 +64,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-timezones.md b/docs/list-timezones.md index 1bd91256..62bc2fa9 100644 --- a/docs/list-timezones.md +++ b/docs/list-timezones.md @@ -1,12 +1,12 @@ -The *list-timezones.ps1* Script -=========================== +PowerShell Script: *list-timezones.ps1* +=================================== This PowerShell script lists all available time zones. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-timezones.ps1 [] +PS> ./list-timezones.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -67,4 +67,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:23)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-tiobe-index.md b/docs/list-tiobe-index.md index 790b394a..cadd6c6b 100644 --- a/docs/list-tiobe-index.md +++ b/docs/list-tiobe-index.md @@ -1,5 +1,5 @@ -The *list-tiobe-index.ps1* Script -=========================== +PowerShell Script: *list-tiobe-index.ps1* +=================================== list-tiobe-index.ps1 @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-unused-files.md b/docs/list-unused-files.md index aa98196a..243921eb 100644 --- a/docs/list-unused-files.md +++ b/docs/list-unused-files.md @@ -1,12 +1,12 @@ -The *list-unused-files.ps1* Script -=========================== +PowerShell Script: *list-unused-files.ps1* +=================================== This PowerShell script scans a directory tree and lists unused files (no read/write access since a number of days). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-unused-files.ps1 [[-path] ] [[-days] ] [] +PS> ./list-unused-files.ps1 [[-path] ] [[-days] ] [] -path Specifies the path to the directory tree (current working dir by default) @@ -97,4 +97,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-updates.md b/docs/list-updates.md index 7cd02db2..45f9fe17 100644 --- a/docs/list-updates.md +++ b/docs/list-updates.md @@ -1,5 +1,5 @@ -The *list-updates.ps1* Script -=========================== +PowerShell Script: *list-updates.ps1* +=================================== This PowerShell script queries the latest available software updates for the local machine and lists it (for installation use 'install-updates.ps1'). @@ -7,7 +7,7 @@ local machine and lists it (for installation use 'install-updates.ps1'). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-updates.ps1 [] +PS> ./list-updates.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -102,4 +102,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-usb-devices.md b/docs/list-usb-devices.md index 3ce17373..9232a270 100644 --- a/docs/list-usb-devices.md +++ b/docs/list-usb-devices.md @@ -1,12 +1,12 @@ -The *list-usb-devices.ps1* Script -=========================== +PowerShell Script: *list-usb-devices.ps1* +=================================== This PowerShell script lists all USB devices connected to the local computer. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-usb-devices.ps1 [] +PS> ./list-usb-devices.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-user-accounts.md b/docs/list-user-accounts.md index 37f260c5..6bf68750 100644 --- a/docs/list-user-accounts.md +++ b/docs/list-user-accounts.md @@ -1,12 +1,12 @@ -The *list-user-accounts.ps1* Script -=========================== +PowerShell Script: *list-user-accounts.ps1* +=================================== This PowerShell script lists the user accounts on the local computer. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-user-accounts.ps1 [] +PS> ./list-user-accounts.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -57,4 +57,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-user-groups.md b/docs/list-user-groups.md index 18230c33..319d33ce 100644 --- a/docs/list-user-groups.md +++ b/docs/list-user-groups.md @@ -1,12 +1,12 @@ -The *list-user-groups.ps1* Script -=========================== +PowerShell Script: *list-user-groups.ps1* +=================================== This PowerShell script lists the user groups of the local computer. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-voices.md b/docs/list-voices.md index 65fb5742..b26109af 100644 --- a/docs/list-voices.md +++ b/docs/list-voices.md @@ -1,12 +1,12 @@ -The *list-voices.ps1* Script -=========================== +PowerShell Script: *list-voices.ps1* +=================================== This PowerShell script queries the installed text-to-speech (TTS) voices and prints them to the console. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-voices.ps1 [] +PS> ./list-voices.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -56,19 +56,19 @@ Script Content Author: Markus Fleschutz | License: CC0 #> -#Requires -Version 2.0 +#requires -version 5.1 try { Add-Type -AssemblyName System.Speech - $Synth = New-Object System.Speech.Synthesis.SpeechSynthesizer - $Synth.GetInstalledVoices() | + $synth = New-Object System.Speech.Synthesis.SpeechSynthesizer + $synth.GetInstalledVoices() | Select-Object -ExpandProperty VoiceInfo | Select-Object -Property Name, Culture, Gender, Age exit 0 # success } catch { - "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" + "⚠️ ERROR: $($Error[0]) (script line $($_.InvocationInfo.ScriptLineNumber))" exit 1 } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-weather.md b/docs/list-weather.md index 91b32a06..df64da3a 100644 --- a/docs/list-weather.md +++ b/docs/list-weather.md @@ -1,12 +1,12 @@ -The *list-weather.ps1* Script -=========================== +PowerShell Script: *list-weather.ps1* +=================================== This PowerShell script queries the 48h weather report from wttr.in and lists it in a nice table. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-weather.ps1 [[-location] ] [] +PS> ./list-weather.ps1 [[-location] ] [] -location Specifies the location to use (determined automatically by default) @@ -179,4 +179,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-wifi.md b/docs/list-wifi.md index ea1e3dab..2b1141a1 100644 --- a/docs/list-wifi.md +++ b/docs/list-wifi.md @@ -1,12 +1,12 @@ -The *list-wifi.ps1* Script -=========================== +PowerShell Script: *list-wifi.ps1* +=================================== This PowerShell script lists the WIFI networks. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-wifi.ps1 [] +PS> ./list-wifi.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-window-titles.md b/docs/list-window-titles.md index f0903837..170dd031 100644 --- a/docs/list-window-titles.md +++ b/docs/list-window-titles.md @@ -1,12 +1,12 @@ -The *list-window-titles.ps1* Script -=========================== +PowerShell Script: *list-window-titles.ps1* +=================================== This PowerShell script queries all main window titles and lists them as a table. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-window-titles.ps1 [] +PS> ./list-window-titles.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-workdir.md b/docs/list-workdir.md index 5482177d..4d69b20b 100644 --- a/docs/list-workdir.md +++ b/docs/list-workdir.md @@ -1,12 +1,12 @@ -The *list-workdir.ps1* Script -=========================== +PowerShell Script: *list-workdir.ps1* +=================================== This PowerShell script lists the path to current working directory (but not the content itself). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-workdir.ps1 [] +PS> ./list-workdir.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -56,4 +56,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/list-wsl-distros.md b/docs/list-wsl-distros.md index d362066a..f234af94 100644 --- a/docs/list-wsl-distros.md +++ b/docs/list-wsl-distros.md @@ -1,12 +1,12 @@ -The *list-wsl-distros.ps1* Script -=========================== +PowerShell Script: *list-wsl-distros.ps1* +=================================== This PowerShell script lists installed/available Linux distributions for Windows Subsystem for Linux (WSL). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/list-wsl-distros.ps1 [] +PS> ./list-wsl-distros.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/locate-city.md b/docs/locate-city.md index 1176f5bc..2699f201 100644 --- a/docs/locate-city.md +++ b/docs/locate-city.md @@ -1,12 +1,12 @@ -The *locate-city.ps1* Script -=========================== +PowerShell Script: *locate-city.ps1* +=================================== This PowerShell script prints the geographic location of the given city. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/locate-city.ps1 [[-city] ] [] +PS> ./locate-city.ps1 [[-city] ] [] -city Specifies the name of the city to look for @@ -88,4 +88,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/locate-ipaddress.md b/docs/locate-ipaddress.md index c524b435..62b7b311 100644 --- a/docs/locate-ipaddress.md +++ b/docs/locate-ipaddress.md @@ -1,5 +1,5 @@ -The *locate-ipaddress.ps1* Script -=========================== +PowerShell Script: *locate-ipaddress.ps1* +=================================== locate-ipaddress.ps1 [[-IPaddress] ] @@ -46,4 +46,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/locate-my-phone.md b/docs/locate-my-phone.md index 577413ce..14b63e6f 100644 --- a/docs/locate-my-phone.md +++ b/docs/locate-my-phone.md @@ -1,12 +1,12 @@ -The *locate-my-phone.ps1* Script -=========================== +PowerShell Script: *locate-my-phone.ps1* +=================================== This PowerShell script launches the Web browser with the Google Find My Device website. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/locate-zip-code.md b/docs/locate-zip-code.md index 753b3731..58095856 100644 --- a/docs/locate-zip-code.md +++ b/docs/locate-zip-code.md @@ -1,12 +1,12 @@ -The *locate-zip-code.ps1* Script -=========================== +PowerShell Script: *locate-zip-code.ps1* +=================================== This PowerShell script prints the geographic location of the given zip-code. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/locate-zip-code.ps1 [[-CountryCode] ] [[-ZipCode] ] [] +PS> ./locate-zip-code.ps1 [[-CountryCode] ] [[-ZipCode] ] [] -CountryCode Specifies the country code @@ -103,4 +103,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/lock-desktop.md b/docs/lock-desktop.md index 3aeb84c2..33c4ca74 100644 --- a/docs/lock-desktop.md +++ b/docs/lock-desktop.md @@ -1,12 +1,12 @@ -The *lock-desktop.ps1* Script -=========================== +PowerShell Script: *lock-desktop.ps1* +=================================== This PowerShell script locks the local computer desktop immediately. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/lock-desktop.ps1 [] +PS> ./lock-desktop.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -54,4 +54,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/log-off.md b/docs/log-off.md index 420bc58f..54826560 100644 --- a/docs/log-off.md +++ b/docs/log-off.md @@ -1,12 +1,12 @@ -The *log-off.ps1* Script -=========================== +PowerShell Script: *log-off.ps1* +=================================== This PowerShell script logs off the current Windows user. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/log-off.ps1 [] +PS> ./log-off.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/make-install.md b/docs/make-install.md index ae53183d..98a207f5 100644 --- a/docs/make-install.md +++ b/docs/make-install.md @@ -1,12 +1,12 @@ -The *make-install.ps1* Script -=========================== +PowerShell Script: *make-install.ps1* +=================================== This PowerShell script copies newer EXE's + DLL's from the build directory to the installation directory. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/make-install.ps1 [] +PS> ./make-install.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -64,4 +64,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/measure-BubbleSort.md b/docs/measure-BubbleSort.md index b844c55c..c8900baa 100644 --- a/docs/measure-BubbleSort.md +++ b/docs/measure-BubbleSort.md @@ -1,5 +1,5 @@ -The *measure-BubbleSort.ps1* Script -=========================== +PowerShell Script: *measure-BubbleSort.ps1* +=================================== This PowerShell script measures the speed of the BubbleSort algorithm. BubbleSort is a simple sorting algorithm that repeatedly steps through the list, @@ -10,7 +10,7 @@ comparison sort, is named for the way smaller or larger elements "bubble" to the Parameters ---------- ```powershell -/Repos/PowerShell/scripts/measure-BubbleSort.ps1 [[-numIntegers] ] [] +PS> ./measure-BubbleSort.ps1 [[-numIntegers] ] [] -numIntegers Specifies the number of integers to sort @@ -93,4 +93,4 @@ $elapsed3 = "{0:N3}" -f $elapsed # formatted to 3 decimal places exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/measure-BucketSort.md b/docs/measure-BucketSort.md index df761b6d..d5b85d73 100644 --- a/docs/measure-BucketSort.md +++ b/docs/measure-BucketSort.md @@ -1,5 +1,5 @@ -The *measure-BucketSort.ps1* Script -=========================== +PowerShell Script: *measure-BucketSort.ps1* +=================================== This PowerShell script measures the speed of the BucketSort algorithm. BucketSort is a sorting algorithm that works by distributing the elements @@ -15,7 +15,7 @@ to use, and whether the input is uniformly distributed. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/measure-BucketSort.ps1 [[-numIntegers] ] [] +PS> ./measure-BucketSort.ps1 [[-numIntegers] ] [] -numIntegers Specifies the number of integers to sort @@ -121,4 +121,4 @@ $elapsed3 = "{0:N3}" -f $elapsed # formatted to 3 decimal places exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/measure-CountingSort.md b/docs/measure-CountingSort.md index 6c935bae..eb88c873 100644 --- a/docs/measure-CountingSort.md +++ b/docs/measure-CountingSort.md @@ -1,5 +1,5 @@ -The *measure-CountingSort.ps1* Script -=========================== +PowerShell Script: *measure-CountingSort.ps1* +=================================== This PowerShell script measures the speed of the CountingSort algorithm. CountingSort is an algorithm for sorting a collection of objects according to keys @@ -15,7 +15,7 @@ can handle larger keys more efficiently. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/measure-CountingSort.ps1 [[-numIntegers] ] [] +PS> ./measure-CountingSort.ps1 [[-numIntegers] ] [] -numIntegers Specifies the number of integers to sort @@ -112,4 +112,4 @@ $elapsed3 = "{0:N3}" -f $elapsed # formatted to 3 decimal places exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/measure-HeapSort.md b/docs/measure-HeapSort.md index c26e8312..a82d32c7 100644 --- a/docs/measure-HeapSort.md +++ b/docs/measure-HeapSort.md @@ -1,5 +1,5 @@ -The *measure-HeapSort.ps1* Script -=========================== +PowerShell Script: *measure-HeapSort.ps1* +=================================== This PowerShell script measures the speed of the HeapSort algorithm. HeapSort is a comparison-based sorting algorithm. Heapsort can be thought of as an @@ -13,7 +13,7 @@ find the largest element in each step. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/measure-HeapSort.ps1 [[-numIntegers] ] [] +PS> ./measure-HeapSort.ps1 [[-numIntegers] ] [] -numIntegers Specifies the number of integers to sort @@ -127,4 +127,4 @@ $elapsed3 = "{0:N3}" -f $elapsed # formatted to 3 decimal places exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/measure-InsertionSort.md b/docs/measure-InsertionSort.md index cc0af7cf..64bd3dab 100644 --- a/docs/measure-InsertionSort.md +++ b/docs/measure-InsertionSort.md @@ -1,5 +1,5 @@ -The *measure-InsertionSort.ps1* Script -=========================== +PowerShell Script: *measure-InsertionSort.ps1* +=================================== This PowerShell script measures the speed of the InsertionSort algorithm. InsertionSort is a simple sorting algorithm that builds the final sorted array (or list) @@ -9,7 +9,7 @@ such as quicksort, heapsort, or merge sort. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/measure-InsertionSort.ps1 [[-numIntegers] ] [] +PS> ./measure-InsertionSort.ps1 [[-numIntegers] ] [] -numIntegers Specifies the number of integers to sort @@ -96,4 +96,4 @@ $elapsed3 = "{0:N3}" -f $elapsed # formatted to 3 decimal places exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/measure-MergeSort.md b/docs/measure-MergeSort.md index ffc5395c..a09ddb1f 100644 --- a/docs/measure-MergeSort.md +++ b/docs/measure-MergeSort.md @@ -1,5 +1,5 @@ -The *measure-MergeSort.ps1* Script -=========================== +PowerShell Script: *measure-MergeSort.ps1* +=================================== This PowerShell script measures the speed of the MergeSort algorithm. MergeSort is an efficient, general-purpose, and comparison-based sorting algorithm. @@ -11,7 +11,7 @@ merge sort appeared in a report by Goldstine and von Neumann as early as 1948. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/measure-MergeSort.ps1 [[-numIntegers] ] [] +PS> ./measure-MergeSort.ps1 [[-numIntegers] ] [] -numIntegers Specifies the number of integers to sort @@ -121,4 +121,4 @@ $elapsed3 = "{0:N3}" -f $elapsed # formatted to 3 decimal places exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/measure-QuickSort.md b/docs/measure-QuickSort.md index 83b02934..9b38ddef 100644 --- a/docs/measure-QuickSort.md +++ b/docs/measure-QuickSort.md @@ -1,5 +1,5 @@ -The *measure-QuickSort.ps1* Script -=========================== +PowerShell Script: *measure-QuickSort.ps1* +=================================== This PowerShell script measures the speed of the QuickSort algorithm. QuickSort is an in-place sorting algorithm. Developed by British computer scientist @@ -10,7 +10,7 @@ two or three times faster than heapsort. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/measure-QuickSort.ps1 [[-numIntegers] ] [] +PS> ./measure-QuickSort.ps1 [[-numIntegers] ] [] -numIntegers Specifies the number of integers to sort @@ -102,4 +102,4 @@ $elapsed3 = "{0:N3}" -f $elapsed # formatted to 3 decimal places exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/measure-SelectionSort.md b/docs/measure-SelectionSort.md index 113953ce..40fa3108 100644 --- a/docs/measure-SelectionSort.md +++ b/docs/measure-SelectionSort.md @@ -1,5 +1,5 @@ -The *measure-SelectionSort.ps1* Script -=========================== +PowerShell Script: *measure-SelectionSort.ps1* +=================================== This PowerShell script measures the speed of the SelectionSort algorithm. SelectionSort is an in-place comparison sorting algorithm. It has an O(n2) time complexity, @@ -11,7 +11,7 @@ is limited. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/measure-SelectionSort.ps1 [[-numIntegers] ] [] +PS> ./measure-SelectionSort.ps1 [[-numIntegers] ] [] -numIntegers Specifies the number of integers to sort @@ -95,4 +95,4 @@ $elapsed3 = "{0:N3}" -f $elapsed # formatted to 3 decimal places exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/measure-sorting-algorithms.md b/docs/measure-sorting-algorithms.md index 883878f4..22d3ea19 100644 --- a/docs/measure-sorting-algorithms.md +++ b/docs/measure-sorting-algorithms.md @@ -1,12 +1,12 @@ -The *measure-sorting-algorithms.ps1* Script -=========================== +PowerShell Script: *measure-sorting-algorithms.ps1* +=================================== This PowerShell script measures the speed of several sorting algorithms and prints it. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/measure-sorting-algorithms.ps1 [[-numIntegers] ] [] +PS> ./measure-sorting-algorithms.ps1 [[-numIntegers] ] [] -numIntegers Specifies the number of integers to sort (3000 by default) @@ -74,4 +74,4 @@ param([int]$numIntegers = 3000) exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/merry-christmas.md b/docs/merry-christmas.md index b9c0a516..ef5875b6 100644 --- a/docs/merry-christmas.md +++ b/docs/merry-christmas.md @@ -1,12 +1,12 @@ -The *merry-christmas.ps1* Script -=========================== +PowerShell Script: *merry-christmas.ps1* +=================================== This PowerShell script replies to 'Merry Christmas' by text-to-speech (TTS). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/minimize-all-windows.md b/docs/minimize-all-windows.md index 68717d5c..cf6eef02 100644 --- a/docs/minimize-all-windows.md +++ b/docs/minimize-all-windows.md @@ -1,12 +1,12 @@ -The *minimize-all-windows.ps1* Script -=========================== +PowerShell Script: *minimize-all-windows.ps1* +=================================== This PowerShell script minimizes all open windows. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/move-mouse-pointer.md b/docs/move-mouse-pointer.md index 8d610f71..391ebcce 100644 --- a/docs/move-mouse-pointer.md +++ b/docs/move-mouse-pointer.md @@ -1,12 +1,12 @@ -The *move-mouse-pointer.ps1* Script -=========================== +PowerShell Script: *move-mouse-pointer.ps1* +=================================== This PowerShell script moves the mouse pointer either to the given x/y coordinate or just slightly. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/move-mouse-pointer.ps1 [[-x] ] [[-y] ] [] +PS> ./move-mouse-pointer.ps1 [[-x] ] [[-y] ] [] -x Specifies the x coordinate in pixels @@ -86,4 +86,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/move-vm.md b/docs/move-vm.md index 98bde87a..e877e45c 100644 --- a/docs/move-vm.md +++ b/docs/move-vm.md @@ -1,5 +1,5 @@ -The *move-vm.ps1* Script -=========================== +PowerShell Script: *move-vm.ps1* +=================================== move-vm.ps1 @@ -22,4 +22,4 @@ Move-VM $VMName HOST2 -IncludeStorage -DestinationStoragePath "D:\VirtualMachine exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/my-profile.md b/docs/my-profile.md index d448a117..471b94a8 100644 --- a/docs/my-profile.md +++ b/docs/my-profile.md @@ -1,5 +1,5 @@ -The *my-profile.ps1* Script -=========================== +PowerShell Script: *my-profile.ps1* +=================================== my-profile.ps1 @@ -39,4 +39,4 @@ Del alias:pwd -force -errorAction SilentlyContinue Set-Alias -name pwd -value list-workdir.ps1 # pwd = print working directory ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/new-branch.md b/docs/new-branch.md index f8d8759e..8c863f9d 100644 --- a/docs/new-branch.md +++ b/docs/new-branch.md @@ -1,12 +1,12 @@ -The *new-branch.ps1* Script -=========================== +PowerShell Script: *new-branch.ps1* +=================================== This PowerShell script creates a new branch in a local Git repository and switches to it. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/new-branch.ps1 [[-newBranch] ] [[-path] ] [] +PS> ./new-branch.ps1 [[-newBranch] ] [[-path] ] [] -newBranch Specifies the new branch name @@ -130,4 +130,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/new-dir.md b/docs/new-dir.md index 5b0160bc..8795d57e 100644 --- a/docs/new-dir.md +++ b/docs/new-dir.md @@ -1,12 +1,12 @@ -The *new-dir.ps1* Script -=========================== +PowerShell Script: *new-dir.ps1* +=================================== This PowerShell script creates an empty new directory in the filesystem. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/new-dir.ps1 [[-path] ] [] +PS> ./new-dir.ps1 [[-path] ] [] -path Specifies the path and filename of the new directory @@ -76,4 +76,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/new-email.md b/docs/new-email.md index a47181b1..64fe8ae9 100644 --- a/docs/new-email.md +++ b/docs/new-email.md @@ -1,12 +1,12 @@ -The *new-email.ps1* Script -=========================== +PowerShell Script: *new-email.ps1* +=================================== This PowerShell script opens the default email client to write a new email. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/new-email.ps1 [[-EmailAddress] ] [] +PS> ./new-email.ps1 [[-EmailAddress] ] [] -EmailAddress Specifies the email address fill in @@ -68,4 +68,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/new-junction.md b/docs/new-junction.md index d7b6bbca..fe56562c 100644 --- a/docs/new-junction.md +++ b/docs/new-junction.md @@ -1,12 +1,12 @@ -The *new-junction.ps1* Script -=========================== +PowerShell Script: *new-junction.ps1* +=================================== This PowerShell script creates a new junction, linking to a target folder. The target folder can reside on another disk. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/new-junction.ps1 [[-junction] ] [[-targetDir] ] [] +PS> ./new-junction.ps1 [[-junction] ] [[-targetDir] ] [] -junction Specifies the path and filename of the new junction @@ -86,4 +86,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/new-linux-vm.md b/docs/new-linux-vm.md index 87ea1e94..2e852707 100644 --- a/docs/new-linux-vm.md +++ b/docs/new-linux-vm.md @@ -1,5 +1,5 @@ -The *new-linux-vm.ps1* Script -=========================== +PowerShell Script: *new-linux-vm.ps1* +=================================== new-linux-vm.ps1 @@ -38,4 +38,4 @@ $VMName = "linux" exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/new-markdown-file.md b/docs/new-markdown-file.md index 09704fe4..5b8bddeb 100644 --- a/docs/new-markdown-file.md +++ b/docs/new-markdown-file.md @@ -1,12 +1,12 @@ -The *new-markdown-file.ps1* Script -=========================== +PowerShell Script: *new-markdown-file.ps1* +=================================== This PowerShell script creates a new Markdown file from template: ../data/templates/New.md. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/new-markdown-file.ps1 [[-path] ] [] +PS> ./new-markdown-file.ps1 [[-path] ] [] -path Specifies the path and new filename (README.md by default) @@ -75,4 +75,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/new-power-plan.md b/docs/new-power-plan.md index bc677963..c8e2046c 100644 --- a/docs/new-power-plan.md +++ b/docs/new-power-plan.md @@ -1,5 +1,5 @@ -The *new-power-plan.ps1* Script -=========================== +PowerShell Script: *new-power-plan.ps1* +=================================== new-power-plan.ps1 @@ -36,4 +36,4 @@ powercfg -setactive $newGuid Write-Output "New power plan created with GUID: $newGuid and set as active." ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/new-powershell-script.md b/docs/new-powershell-script.md index eddb1b73..d41bd65f 100644 --- a/docs/new-powershell-script.md +++ b/docs/new-powershell-script.md @@ -1,12 +1,12 @@ -The *new-powershell-script.ps1* Script -=========================== +PowerShell Script: *new-powershell-script.ps1* +=================================== This PowerShell script creates a new PowerShell script file by using the template ../data/templates/New.ps1. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/new-powershell-script.ps1 [[-path] ] [] +PS> ./new-powershell-script.ps1 [[-path] ] [] -path Specifies the path and new filename ("bot.ps1" by default) @@ -75,4 +75,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/new-qrcode.md b/docs/new-qrcode.md index 11449123..50216f3b 100644 --- a/docs/new-qrcode.md +++ b/docs/new-qrcode.md @@ -1,12 +1,12 @@ -The *new-qrcode.ps1* Script -=========================== +PowerShell Script: *new-qrcode.ps1* +=================================== This PowerShell script generates a new QR code image file. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/new-qrcode.ps1 [[-text] ] [[-imageSize] ] [[-fileFormat] ] [] +PS> ./new-qrcode.ps1 [[-text] ] [[-imageSize] ] [[-fileFormat] ] [] -text Specifies the text to use @@ -113,4 +113,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/new-reboot-task.md b/docs/new-reboot-task.md index e5c5a6d8..039e7c42 100644 --- a/docs/new-reboot-task.md +++ b/docs/new-reboot-task.md @@ -1,5 +1,5 @@ -The *new-reboot-task.ps1* Script -=========================== +PowerShell Script: *new-reboot-task.ps1* +=================================== new-reboot-task.ps1 @@ -134,4 +134,4 @@ Else If ((Get-ScheduledTask -TaskName $Taskname).State -eq "Disabled") {Enable-ScheduledTask -TaskName $TaskName} ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:12)* diff --git a/docs/new-shortcut.md b/docs/new-shortcut.md index 2b4652e6..0ed5c59c 100644 --- a/docs/new-shortcut.md +++ b/docs/new-shortcut.md @@ -1,12 +1,12 @@ -The *new-shortcut.ps1* Script -=========================== +PowerShell Script: *new-shortcut.ps1* +=================================== This PowerShell script creates a new shortcut file. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/new-shortcut.ps1 [[-shortcut] ] [[-target] ] [[-description] ] [] +PS> ./new-shortcut.ps1 [[-shortcut] ] [[-target] ] [[-description] ] [] -shortcut Specifies the shortcut filename @@ -103,4 +103,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/new-ssh-key.md b/docs/new-ssh-key.md index 2d43a13a..980bbf2c 100644 --- a/docs/new-ssh-key.md +++ b/docs/new-ssh-key.md @@ -1,12 +1,12 @@ -The *new-ssh-key.ps1* Script -=========================== +PowerShell Script: *new-ssh-key.ps1* +=================================== This PowerShell script creates a new SSH key for the user. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/new-ssh-key.ps1 [] +PS> ./new-ssh-key.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -70,4 +70,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/new-symlink.md b/docs/new-symlink.md index c3fc3e95..b73e3755 100644 --- a/docs/new-symlink.md +++ b/docs/new-symlink.md @@ -1,12 +1,12 @@ -The *new-symlink.ps1* Script -=========================== +PowerShell Script: *new-symlink.ps1* +=================================== This PowerShell script creates a new symbolic link file, linking to a target. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/new-symlink.ps1 [[-symlink] ] [[-target] ] [] +PS> ./new-symlink.ps1 [[-symlink] ] [[-target] ] [] -symlink Specifies the file path to the new symlink file @@ -87,4 +87,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/new-tab.md b/docs/new-tab.md index 76bb4aad..ae4fecdf 100644 --- a/docs/new-tab.md +++ b/docs/new-tab.md @@ -1,12 +1,12 @@ -The *new-tab.ps1* Script -=========================== +PowerShell Script: *new-tab.ps1* +=================================== This PowerShell script creates and opens a new tab in Windows Terminal. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/new-tab.ps1 [] +PS> ./new-tab.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -58,4 +58,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/new-tag.md b/docs/new-tag.md index f1c35ae6..5c3f9308 100644 --- a/docs/new-tag.md +++ b/docs/new-tag.md @@ -1,12 +1,12 @@ -The *new-tag.ps1* Script -=========================== +PowerShell Script: *new-tag.ps1* +=================================== This PowerShell script creates a new tag in a Git repository. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/new-tag.ps1 [[-TagName] ] [[-RepoDir] ] [] +PS> ./new-tag.ps1 [[-TagName] ] [[-RepoDir] ] [] -TagName Specifies the new tag name @@ -103,4 +103,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/new-text-file.md b/docs/new-text-file.md index 2246c0e1..1147ee7d 100644 --- a/docs/new-text-file.md +++ b/docs/new-text-file.md @@ -1,12 +1,12 @@ -The *new-text-file.ps1* Script -=========================== +PowerShell Script: *new-text-file.ps1* +=================================== This PowerShell script creates a new .txt file from: ../data/templates/New.txt. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/new-text-file.ps1 [[-path] ] [] +PS> ./new-text-file.ps1 [[-path] ] [] -path Specifies the path and new filename (README.txt by default) @@ -75,4 +75,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/new-user.md b/docs/new-user.md index d9e3dab4..5e0a3e88 100644 --- a/docs/new-user.md +++ b/docs/new-user.md @@ -1,12 +1,12 @@ -The *new-user.ps1* Script -=========================== +PowerShell Script: *new-user.ps1* +=================================== This PowerShell script creates a new user account with an encrypted home directory. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/new-user.ps1 [[-username] ] [] +PS> ./new-user.ps1 [[-username] ] [] -username @@ -77,4 +77,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/new-windows-vm.md b/docs/new-windows-vm.md index fbea05cb..c1f6934d 100644 --- a/docs/new-windows-vm.md +++ b/docs/new-windows-vm.md @@ -1,5 +1,5 @@ -The *new-windows-vm.ps1* Script -=========================== +PowerShell Script: *new-windows-vm.ps1* +=================================== new-windows-vm.ps1 @@ -37,4 +37,4 @@ $VMName = "windows" exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/on-desktop-login.md b/docs/on-desktop-login.md index c9b6015e..7fe75140 100644 --- a/docs/on-desktop-login.md +++ b/docs/on-desktop-login.md @@ -1,5 +1,5 @@ -The *on-desktop-login.ps1* Script -=========================== +PowerShell Script: *on-desktop-login.ps1* +=================================== This PowerShell script executes some 'welcome' tasks on every desktop login by the user. NOTE: for installation on Windows create and put a symbolic link to this script into the Autostart folder (usually at: C:\Users\\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup). @@ -7,7 +7,7 @@ NOTE: for installation on Windows create and put a symbolic link to this script Parameters ---------- ```powershell -/Repos/PowerShell/scripts/on-desktop-login.ps1 [] +PS> ./on-desktop-login.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -73,4 +73,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-URL.md b/docs/open-URL.md index d80a27fd..7a9909db 100644 --- a/docs/open-URL.md +++ b/docs/open-URL.md @@ -1,12 +1,12 @@ -The *open-URL.ps1* Script -=========================== +PowerShell Script: *open-URL.ps1* +=================================== This PowerShell script launches a new tab in the default Web browser with the given URL. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-URL.ps1 [[-URL] ] [[-text] ] [] +PS> ./open-URL.ps1 [[-URL] ] [[-text] ] [] -URL Specifies the URL @@ -91,4 +91,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-apps-folder.md b/docs/open-apps-folder.md index ee175630..0757c78b 100644 --- a/docs/open-apps-folder.md +++ b/docs/open-apps-folder.md @@ -1,12 +1,12 @@ -The *open-apps-folder.ps1* Script -=========================== +PowerShell Script: *open-apps-folder.ps1* +=================================== This PowerShell script launches the File Explorer showing the UWP apps folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-apps-folder.ps1 [] +PS> ./open-apps-folder.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -51,4 +51,4 @@ exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-auto-start-folder.md b/docs/open-auto-start-folder.md index bfe5babd..eb55a201 100644 --- a/docs/open-auto-start-folder.md +++ b/docs/open-auto-start-folder.md @@ -1,12 +1,12 @@ -The *open-auto-start-folder.ps1* Script -=========================== +PowerShell Script: *open-auto-start-folder.ps1* +=================================== This PowerShell script launches the File Explorer with the user's autostart folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-auto-start-folder.ps1 [] +PS> ./open-auto-start-folder.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -59,4 +59,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-bing-maps.md b/docs/open-bing-maps.md index e2370872..a6f43c1f 100644 --- a/docs/open-bing-maps.md +++ b/docs/open-bing-maps.md @@ -1,12 +1,12 @@ -The *open-bing-maps.ps1* Script -=========================== +PowerShell Script: *open-bing-maps.ps1* +=================================== This PowerShell script launches the Bing Maps application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-bing-maps.ps1 [] +PS> ./open-bing-maps.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -55,4 +55,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-booking-com.md b/docs/open-booking-com.md index e28f57b1..2707d135 100644 --- a/docs/open-booking-com.md +++ b/docs/open-booking-com.md @@ -1,12 +1,12 @@ -The *open-booking-com.ps1* Script -=========================== +PowerShell Script: *open-booking-com.ps1* +=================================== This PowerShell script launches the Web browser with the Booking.com website. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-booking-com.ps1 [] +PS> ./open-booking-com.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-c-drive.md b/docs/open-c-drive.md index 0fbcdbbe..ea955168 100644 --- a/docs/open-c-drive.md +++ b/docs/open-c-drive.md @@ -1,12 +1,12 @@ -The *open-c-drive.ps1* Script -=========================== +PowerShell Script: *open-c-drive.ps1* +=================================== This PowerShell script launches the File Explorer with the C: drive folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-c-drive.ps1 [] +PS> ./open-c-drive.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-calculator.md b/docs/open-calculator.md index 9ad60059..a51a1465 100644 --- a/docs/open-calculator.md +++ b/docs/open-calculator.md @@ -1,12 +1,12 @@ -The *open-calculator.ps1* Script -=========================== +PowerShell Script: *open-calculator.ps1* +=================================== This PowerShell script launches the calculator application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-calculator.ps1 [] +PS> ./open-calculator.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -55,4 +55,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-chrome.md b/docs/open-chrome.md index 92883862..65c9a860 100644 --- a/docs/open-chrome.md +++ b/docs/open-chrome.md @@ -1,12 +1,12 @@ -The *open-chrome.ps1* Script -=========================== +PowerShell Script: *open-chrome.ps1* +=================================== This PowerShell script launches the Google Chrome Web browser. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-chrome.ps1 [[-URL] ] [] +PS> ./open-chrome.ps1 [[-URL] ] [] -URL Specifies an optional URL @@ -69,4 +69,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-clock.md b/docs/open-clock.md index e44a4e0e..f2b0d097 100644 --- a/docs/open-clock.md +++ b/docs/open-clock.md @@ -1,12 +1,12 @@ -The *open-clock.ps1* Script -=========================== +PowerShell Script: *open-clock.ps1* +=================================== This PowerShell script launches the Clock application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-clock.ps1 [] +PS> ./open-clock.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -55,4 +55,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-cortana.md b/docs/open-cortana.md index 1e3953bc..bdcbdb9f 100644 --- a/docs/open-cortana.md +++ b/docs/open-cortana.md @@ -1,12 +1,12 @@ -The *open-cortana.ps1* Script -=========================== +PowerShell Script: *open-cortana.ps1* +=================================== This PowerShell script launches the Cortana application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-cortana.ps1 [] +PS> ./open-cortana.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -55,4 +55,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-d-drive.md b/docs/open-d-drive.md index cd86db55..d84789b4 100644 --- a/docs/open-d-drive.md +++ b/docs/open-d-drive.md @@ -1,12 +1,12 @@ -The *open-d-drive.ps1* Script -=========================== +PowerShell Script: *open-d-drive.ps1* +=================================== This PowerShell script launches the File Explorer with the D: drive folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-d-drive.ps1 [] +PS> ./open-d-drive.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -49,4 +49,4 @@ Script Content & "$PSScriptRoot/open-file-explorer.ps1" "D:" ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-dashboards.md b/docs/open-dashboards.md index d6527887..58486f2c 100644 --- a/docs/open-dashboards.md +++ b/docs/open-dashboards.md @@ -1,12 +1,12 @@ -The *open-dashboards.ps1* Script -=========================== +PowerShell Script: *open-dashboards.ps1* +=================================== This PowerShell script launches the Web browser with 24 tabs of popular dashboard websites. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-dashboards.ps1 [[-timeInterval] ] [] +PS> ./open-dashboards.ps1 [[-timeInterval] ] [] -timeInterval Specifies the time interval between each tab (110ms per default) @@ -85,4 +85,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-deep-l-translator.md b/docs/open-deep-l-translator.md index 8eb62f58..af2b4e7b 100644 --- a/docs/open-deep-l-translator.md +++ b/docs/open-deep-l-translator.md @@ -1,12 +1,12 @@ -The *open-deep-l-translator.ps1* Script -=========================== +PowerShell Script: *open-deep-l-translator.ps1* +=================================== This PowerShell script launches the Web browser with the DeepL Translator website. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-deep-l-translator.ps1 [] +PS> ./open-deep-l-translator.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-default-browser.md b/docs/open-default-browser.md index b876993f..a150ee9d 100644 --- a/docs/open-default-browser.md +++ b/docs/open-default-browser.md @@ -1,12 +1,12 @@ -The *open-default-browser.ps1* Script -=========================== +PowerShell Script: *open-default-browser.ps1* +=================================== This PowerShell script launches the default Web browser, optional with a given URL. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-default-browser.ps1 [[-URL] ] [] +PS> ./open-default-browser.ps1 [[-URL] ] [] -URL Specifies the URL @@ -69,4 +69,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-desktop-folder.md b/docs/open-desktop-folder.md index df083e46..a3c54b59 100644 --- a/docs/open-desktop-folder.md +++ b/docs/open-desktop-folder.md @@ -1,12 +1,12 @@ -The *open-desktop-folder.ps1* Script -=========================== +PowerShell Script: *open-desktop-folder.ps1* +=================================== This PowerShell script launches the File Explorer with the user's desktop folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-desktop-folder.ps1 [] +PS> ./open-desktop-folder.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -59,4 +59,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-documents-folder.md b/docs/open-documents-folder.md index 7ffa0a8d..f9084495 100644 --- a/docs/open-documents-folder.md +++ b/docs/open-documents-folder.md @@ -1,12 +1,12 @@ -The *open-documents-folder.ps1* Script -=========================== +PowerShell Script: *open-documents-folder.ps1* +=================================== This PowerShell script launches the File Explorer with the user's documents folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-documents-folder.ps1 [] +PS> ./open-documents-folder.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -59,4 +59,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-downloads-folder.md b/docs/open-downloads-folder.md index 23f85679..63c8d377 100644 --- a/docs/open-downloads-folder.md +++ b/docs/open-downloads-folder.md @@ -1,12 +1,12 @@ -The *open-downloads-folder.ps1* Script -=========================== +PowerShell Script: *open-downloads-folder.ps1* +=================================== This PowerShell script launches the File Explorer showing the user's downloads folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-downloads-folder.ps1 [] +PS> ./open-downloads-folder.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -63,4 +63,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-dropbox-folder.md b/docs/open-dropbox-folder.md index c9d9692c..24d49078 100644 --- a/docs/open-dropbox-folder.md +++ b/docs/open-dropbox-folder.md @@ -1,12 +1,12 @@ -The *open-dropbox-folder.ps1* Script -=========================== +PowerShell Script: *open-dropbox-folder.ps1* +=================================== This PowerShell script launches the File Explorer with the user's Dropbox folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-dropbox-folder.ps1 [] +PS> ./open-dropbox-folder.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -59,4 +59,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-duck-duck-go.md b/docs/open-duck-duck-go.md index 71867f69..c2cf0f1d 100644 --- a/docs/open-duck-duck-go.md +++ b/docs/open-duck-duck-go.md @@ -1,12 +1,12 @@ -The *open-duck-duck-go.ps1* Script -=========================== +PowerShell Script: *open-duck-duck-go.ps1* +=================================== This PowerShell script launches the Web browser with the DuckDuckGo website. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-duck-duck-go.ps1 [] +PS> ./open-duck-duck-go.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-e-drive.md b/docs/open-e-drive.md index e2bf1a77..9777eb70 100644 --- a/docs/open-e-drive.md +++ b/docs/open-e-drive.md @@ -1,12 +1,12 @@ -The *open-e-drive.ps1* Script -=========================== +PowerShell Script: *open-e-drive.ps1* +=================================== This PowerShell script launches the File Explorer with the E: drive folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-e-drive.ps1 [] +PS> ./open-e-drive.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -49,4 +49,4 @@ Script Content & "$PSScriptRoot/open-file-explorer.ps1" "E:" ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-edge.md b/docs/open-edge.md index eeda799a..4233480d 100644 --- a/docs/open-edge.md +++ b/docs/open-edge.md @@ -1,12 +1,12 @@ -The *open-edge.ps1* Script -=========================== +PowerShell Script: *open-edge.ps1* +=================================== This PowerShell script launches the Microsoft Edge Web browser. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-edge.ps1 [] +PS> ./open-edge.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Start-Process microsoft-edge:// exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-egg-timer.md b/docs/open-egg-timer.md index 8ca6671a..120f307f 100644 --- a/docs/open-egg-timer.md +++ b/docs/open-egg-timer.md @@ -1,12 +1,12 @@ -The *open-egg-timer.ps1* Script -=========================== +PowerShell Script: *open-egg-timer.ps1* +=================================== This PowerShell script launches the Web browser with the eggtimer website. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-egg-timer.ps1 [] +PS> ./open-egg-timer.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-email-client.md b/docs/open-email-client.md index ec3779f0..77539e05 100644 --- a/docs/open-email-client.md +++ b/docs/open-email-client.md @@ -1,12 +1,12 @@ -The *open-email-client.ps1* Script -=========================== +PowerShell Script: *open-email-client.ps1* +=================================== This PowerShell script launches the default email client. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-email-client.ps1 [] +PS> ./open-email-client.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -55,4 +55,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-f-drive.md b/docs/open-f-drive.md index 7db0aca9..8ea083dc 100644 --- a/docs/open-f-drive.md +++ b/docs/open-f-drive.md @@ -1,12 +1,12 @@ -The *open-f-drive.ps1* Script -=========================== +PowerShell Script: *open-f-drive.ps1* +=================================== This PowerShell script launches the File Explorer with the F: drive folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-f-drive.ps1 [] +PS> ./open-f-drive.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-file-explorer.md b/docs/open-file-explorer.md index 4b6bf756..06f2a652 100644 --- a/docs/open-file-explorer.md +++ b/docs/open-file-explorer.md @@ -1,12 +1,12 @@ -The *open-file-explorer.ps1* Script -=========================== +PowerShell Script: *open-file-explorer.ps1* +=================================== This PowerShell script launches the File Explorer. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-file-explorer.ps1 [[-Path] ] [] +PS> ./open-file-explorer.ps1 [[-Path] ] [] -Path Specifies the path to the folder to display @@ -73,4 +73,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-fire-place.md b/docs/open-fire-place.md index c4f99714..656d870e 100644 --- a/docs/open-fire-place.md +++ b/docs/open-fire-place.md @@ -1,12 +1,12 @@ -The *open-fire-place.ps1* Script -=========================== +PowerShell Script: *open-fire-place.ps1* +=================================== This PowerShell script launches the Web browser with a fire place website. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-fire-place.ps1 [] +PS> ./open-fire-place.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-firefox.md b/docs/open-firefox.md index 6b437b58..99edd71d 100644 --- a/docs/open-firefox.md +++ b/docs/open-firefox.md @@ -1,12 +1,12 @@ -The *open-firefox.ps1* Script -=========================== +PowerShell Script: *open-firefox.ps1* +=================================== This PowerShell script launches the Mozilla Firefox Web browser. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-firefox.ps1 [[-URL] ] [] +PS> ./open-firefox.ps1 [[-URL] ] [] -URL Specifies an URL @@ -76,4 +76,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-flight-radar.md b/docs/open-flight-radar.md index 67c54b9c..0c6bf76a 100644 --- a/docs/open-flight-radar.md +++ b/docs/open-flight-radar.md @@ -1,12 +1,12 @@ -The *open-flight-radar.ps1* Script -=========================== +PowerShell Script: *open-flight-radar.ps1* +=================================== This PowerShell script launches the Web browser with the FlightRadar24 website. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-flight-radar.ps1 [] +PS> ./open-flight-radar.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-g-drive.md b/docs/open-g-drive.md index d0ef87b0..cdd44820 100644 --- a/docs/open-g-drive.md +++ b/docs/open-g-drive.md @@ -1,12 +1,12 @@ -The *open-g-drive.ps1* Script -=========================== +PowerShell Script: *open-g-drive.ps1* +=================================== This PowerShell script launches the File Explorer with the G: drive folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-g-drive.ps1 [] +PS> ./open-g-drive.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-git-extensions.md b/docs/open-git-extensions.md index 41e40ec6..f0085608 100644 --- a/docs/open-git-extensions.md +++ b/docs/open-git-extensions.md @@ -1,12 +1,12 @@ -The *open-git-extensions.ps1* Script -=========================== +PowerShell Script: *open-git-extensions.ps1* +=================================== This PowerShell script launches the Git Extensions application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-git-extensions.ps1 [] +PS> ./open-git-extensions.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -64,4 +64,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-google-books.md b/docs/open-google-books.md index f24d6c95..bf579fe7 100644 --- a/docs/open-google-books.md +++ b/docs/open-google-books.md @@ -1,12 +1,12 @@ -The *open-google-books.ps1* Script -=========================== +PowerShell Script: *open-google-books.ps1* +=================================== This PowerShell script launches the Web browser with the Google Books website. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-google-books.ps1 [] +PS> ./open-google-books.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-google-calendar.md b/docs/open-google-calendar.md index 5b9bd1d4..d22f0e08 100644 --- a/docs/open-google-calendar.md +++ b/docs/open-google-calendar.md @@ -1,12 +1,12 @@ -The *open-google-calendar.ps1* Script -=========================== +PowerShell Script: *open-google-calendar.ps1* +=================================== This PowerShell script launches the Web browser with the Google Calendar website. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-google-calendar.ps1 [] +PS> ./open-google-calendar.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-google-contacts.md b/docs/open-google-contacts.md index af2bd9db..56cdd6ba 100644 --- a/docs/open-google-contacts.md +++ b/docs/open-google-contacts.md @@ -1,12 +1,12 @@ -The *open-google-contacts.ps1* Script -=========================== +PowerShell Script: *open-google-contacts.ps1* +=================================== This PowerShell script launches the Web browser with the Google Contacts website. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-google-contacts.ps1 [] +PS> ./open-google-contacts.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-google-docs.md b/docs/open-google-docs.md index de1a1bf8..46c91cbf 100644 --- a/docs/open-google-docs.md +++ b/docs/open-google-docs.md @@ -1,12 +1,12 @@ -The *open-google-docs.ps1* Script -=========================== +PowerShell Script: *open-google-docs.ps1* +=================================== This PowerShell script launches the Web browser with the Google Docs website. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-google-docs.ps1 [] +PS> ./open-google-docs.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-google-earth.md b/docs/open-google-earth.md index 75b312d0..79730c90 100644 --- a/docs/open-google-earth.md +++ b/docs/open-google-earth.md @@ -1,12 +1,12 @@ -The *open-google-earth.ps1* Script -=========================== +PowerShell Script: *open-google-earth.ps1* +=================================== This PowerShell script launches the Web browser with the Google Earth website. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-google-earth.ps1 [] +PS> ./open-google-earth.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-google-mail.md b/docs/open-google-mail.md index db00780d..67a7fa40 100644 --- a/docs/open-google-mail.md +++ b/docs/open-google-mail.md @@ -1,12 +1,12 @@ -The *open-google-mail.ps1* Script -=========================== +PowerShell Script: *open-google-mail.ps1* +=================================== This PowerShell script launches the Web browser with the Google Mail website. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-google-mail.ps1 [] +PS> ./open-google-mail.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-google-maps.md b/docs/open-google-maps.md index 44c2d7d4..4f62127e 100644 --- a/docs/open-google-maps.md +++ b/docs/open-google-maps.md @@ -1,12 +1,12 @@ -The *open-google-maps.ps1* Script -=========================== +PowerShell Script: *open-google-maps.ps1* +=================================== This PowerShell script launches the Web browser with the Google Maps website. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-google-maps.ps1 [] +PS> ./open-google-maps.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-google-news.md b/docs/open-google-news.md index 9a3878a2..fe967e85 100644 --- a/docs/open-google-news.md +++ b/docs/open-google-news.md @@ -1,12 +1,12 @@ -The *open-google-news.ps1* Script -=========================== +PowerShell Script: *open-google-news.ps1* +=================================== This PowerShell script launches the Web browser with the Google News website. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-google-news.ps1 [] +PS> ./open-google-news.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-google-photos.md b/docs/open-google-photos.md index 9ef245a2..3fe4fe07 100644 --- a/docs/open-google-photos.md +++ b/docs/open-google-photos.md @@ -1,12 +1,12 @@ -The *open-google-photos.ps1* Script -=========================== +PowerShell Script: *open-google-photos.ps1* +=================================== This PowerShell script launches the Web browser with the Google Photos website. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-google-photos.ps1 [] +PS> ./open-google-photos.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-google-play.md b/docs/open-google-play.md index 5f352c36..300486a2 100644 --- a/docs/open-google-play.md +++ b/docs/open-google-play.md @@ -1,12 +1,12 @@ -The *open-google-play.ps1* Script -=========================== +PowerShell Script: *open-google-play.ps1* +=================================== This PowerShell script launches the Web browser with the Google Play website. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-google-play.ps1 [] +PS> ./open-google-play.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-google-search.md b/docs/open-google-search.md index 3f37d1ed..3120a9d4 100644 --- a/docs/open-google-search.md +++ b/docs/open-google-search.md @@ -1,12 +1,12 @@ -The *open-google-search.ps1* Script -=========================== +PowerShell Script: *open-google-search.ps1* +=================================== This PowerShell script launches the Web browser with the Google Search website. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-google-search.ps1 [] +PS> ./open-google-search.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-google-stadia.md b/docs/open-google-stadia.md index fdc04bad..1998e0a9 100644 --- a/docs/open-google-stadia.md +++ b/docs/open-google-stadia.md @@ -1,12 +1,12 @@ -The *open-google-stadia.ps1* Script -=========================== +PowerShell Script: *open-google-stadia.ps1* +=================================== This PowerShell script launches the Web browser with the Google Stadia website. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-google-stadia.ps1 [] +PS> ./open-google-stadia.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-google-translate.md b/docs/open-google-translate.md index af904b40..220b19b3 100644 --- a/docs/open-google-translate.md +++ b/docs/open-google-translate.md @@ -1,12 +1,12 @@ -The *open-google-translate.ps1* Script -=========================== +PowerShell Script: *open-google-translate.ps1* +=================================== This PowerShell script launches the Web browser with the Google Translate website. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-google-translate.ps1 [] +PS> ./open-google-translate.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-home-folder.md b/docs/open-home-folder.md index b8524a91..68302244 100644 --- a/docs/open-home-folder.md +++ b/docs/open-home-folder.md @@ -1,12 +1,12 @@ -The *open-home-folder.ps1* Script -=========================== +PowerShell Script: *open-home-folder.ps1* +=================================== This script launches the File Explorer with the user's home folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-home-folder.ps1 [] +PS> ./open-home-folder.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -59,4 +59,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-internet-archive.md b/docs/open-internet-archive.md index 8da651ab..14cac10d 100644 --- a/docs/open-internet-archive.md +++ b/docs/open-internet-archive.md @@ -1,12 +1,12 @@ -The *open-internet-archive.ps1* Script -=========================== +PowerShell Script: *open-internet-archive.ps1* +=================================== This script launches the Web browser with the Internet Archive website. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-internet-archive.ps1 [] +PS> ./open-internet-archive.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-jitsi-meet.md b/docs/open-jitsi-meet.md index 60d7476c..4cd38a58 100644 --- a/docs/open-jitsi-meet.md +++ b/docs/open-jitsi-meet.md @@ -1,12 +1,12 @@ -The *open-jitsi-meet.ps1* Script -=========================== +PowerShell Script: *open-jitsi-meet.ps1* +=================================== This script launches the Web browser with the Jitsi Meet website. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-jitsi-meet.ps1 [] +PS> ./open-jitsi-meet.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-m-drive.md b/docs/open-m-drive.md index 962e1d65..7007db88 100644 --- a/docs/open-m-drive.md +++ b/docs/open-m-drive.md @@ -1,12 +1,12 @@ -The *open-m-drive.ps1* Script -=========================== +PowerShell Script: *open-m-drive.ps1* +=================================== This script launches the File Explorer with the M: drive folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-m-drive.ps1 [] +PS> ./open-m-drive.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-magnifier.md b/docs/open-magnifier.md index 839df1bc..94a10004 100644 --- a/docs/open-magnifier.md +++ b/docs/open-magnifier.md @@ -1,12 +1,12 @@ -The *open-magnifier.ps1* Script -=========================== +PowerShell Script: *open-magnifier.ps1* +=================================== This script launches the Windows Screen Magnifier application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-magnifier.ps1 [] +PS> ./open-magnifier.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -55,4 +55,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-microsoft-paint.md b/docs/open-microsoft-paint.md index 5bc7d2b2..cce9623e 100644 --- a/docs/open-microsoft-paint.md +++ b/docs/open-microsoft-paint.md @@ -1,12 +1,12 @@ -The *open-microsoft-paint.ps1* Script -=========================== +PowerShell Script: *open-microsoft-paint.ps1* +=================================== This script launches the Microsoft Paint application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-microsoft-paint.ps1 [] +PS> ./open-microsoft-paint.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -55,4 +55,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-microsoft-solitaire.md b/docs/open-microsoft-solitaire.md index bd7d23a8..18fb51f0 100644 --- a/docs/open-microsoft-solitaire.md +++ b/docs/open-microsoft-solitaire.md @@ -1,12 +1,12 @@ -The *open-microsoft-solitaire.ps1* Script -=========================== +PowerShell Script: *open-microsoft-solitaire.ps1* +=================================== This script launches the Microsoft Solitaire application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-microsoft-solitaire.ps1 [] +PS> ./open-microsoft-solitaire.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Start-Process xboxliveapp-1297287741: exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-microsoft-store.md b/docs/open-microsoft-store.md index f0b24a22..6e0f6af4 100644 --- a/docs/open-microsoft-store.md +++ b/docs/open-microsoft-store.md @@ -1,12 +1,12 @@ -The *open-microsoft-store.ps1* Script -=========================== +PowerShell Script: *open-microsoft-store.ps1* +=================================== This script launches the Microsoft Store application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-microsoft-store.ps1 [] +PS> ./open-microsoft-store.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Start-Process ms-windows-store: exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-microsoft-teams.md b/docs/open-microsoft-teams.md index 5cc44486..159705e4 100644 --- a/docs/open-microsoft-teams.md +++ b/docs/open-microsoft-teams.md @@ -1,12 +1,12 @@ -The *open-microsoft-teams.ps1* Script -=========================== +PowerShell Script: *open-microsoft-teams.ps1* +=================================== This script launches the Microsoft Teams application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-microsoft-teams.ps1 [] +PS> ./open-microsoft-teams.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -55,4 +55,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-music-folder.md b/docs/open-music-folder.md index c7c051fa..85162de2 100644 --- a/docs/open-music-folder.md +++ b/docs/open-music-folder.md @@ -1,12 +1,12 @@ -The *open-music-folder.ps1* Script -=========================== +PowerShell Script: *open-music-folder.ps1* +=================================== This script launches the File Explorer with the user's music folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-music-folder.ps1 [] +PS> ./open-music-folder.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -59,4 +59,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-netflix.md b/docs/open-netflix.md index 1e324d06..84bd7659 100644 --- a/docs/open-netflix.md +++ b/docs/open-netflix.md @@ -1,12 +1,12 @@ -The *open-netflix.ps1* Script -=========================== +PowerShell Script: *open-netflix.ps1* +=================================== This script launches the Netflix application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-netflix.ps1 [] +PS> ./open-netflix.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Start-Process netflix: exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-notepad.md b/docs/open-notepad.md index d449fb45..7359e4a0 100644 --- a/docs/open-notepad.md +++ b/docs/open-notepad.md @@ -1,12 +1,12 @@ -The *open-notepad.ps1* Script -=========================== +PowerShell Script: *open-notepad.ps1* +=================================== This PowerShell script launches the Notepad application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-notepad.ps1 [] +PS> ./open-notepad.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -55,4 +55,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-obs-studio.md b/docs/open-obs-studio.md index ca07a627..fe2e8201 100644 --- a/docs/open-obs-studio.md +++ b/docs/open-obs-studio.md @@ -1,12 +1,12 @@ -The *open-obs-studio.ps1* Script -=========================== +PowerShell Script: *open-obs-studio.ps1* +=================================== This script launches the OBS Studio application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-obs-studio.ps1 [] +PS> ./open-obs-studio.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -63,4 +63,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-office-365.md b/docs/open-office-365.md index 2f65ea3d..b8e9da93 100644 --- a/docs/open-office-365.md +++ b/docs/open-office-365.md @@ -1,12 +1,12 @@ -The *open-office-365.ps1* Script -=========================== +PowerShell Script: *open-office-365.ps1* +=================================== This script launches the Web browser with the Microsoft Office 365 website. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-office-365.ps1 [] +PS> ./open-office-365.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-one-drive-folder.md b/docs/open-one-drive-folder.md index 65d8ec56..223ecf67 100644 --- a/docs/open-one-drive-folder.md +++ b/docs/open-one-drive-folder.md @@ -1,12 +1,12 @@ -The *open-one-drive-folder.ps1* Script -=========================== +PowerShell Script: *open-one-drive-folder.ps1* +=================================== This script launches the File Explorer with the user's OneDrive folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-one-drive-folder.ps1 [] +PS> ./open-one-drive-folder.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -59,4 +59,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-outlook.md b/docs/open-outlook.md index a3371d17..be2d3c7e 100644 --- a/docs/open-outlook.md +++ b/docs/open-outlook.md @@ -1,12 +1,12 @@ -The *open-outlook.ps1* Script -=========================== +PowerShell Script: *open-outlook.ps1* +=================================== This script launches the Microsoft Outlook email application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-outlook.ps1 [] +PS> ./open-outlook.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -63,4 +63,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-paint-three-d.md b/docs/open-paint-three-d.md index b7d5d64b..6243a7ed 100644 --- a/docs/open-paint-three-d.md +++ b/docs/open-paint-three-d.md @@ -1,12 +1,12 @@ -The *open-paint-three-d.ps1* Script -=========================== +PowerShell Script: *open-paint-three-d.ps1* +=================================== This script launches the Paint 3D application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-paint-three-d.ps1 [] +PS> ./open-paint-three-d.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -55,4 +55,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:24)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-pictures-folder.md b/docs/open-pictures-folder.md index d2590701..9934e3ee 100644 --- a/docs/open-pictures-folder.md +++ b/docs/open-pictures-folder.md @@ -1,12 +1,12 @@ -The *open-pictures-folder.ps1* Script -=========================== +PowerShell Script: *open-pictures-folder.ps1* +=================================== This script launches the File Explorer with the user's pictures folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-pictures-folder.ps1 [] +PS> ./open-pictures-folder.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -59,4 +59,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-rdp.md b/docs/open-rdp.md index 83dfacbf..fdf44ea2 100644 --- a/docs/open-rdp.md +++ b/docs/open-rdp.md @@ -1,5 +1,5 @@ -The *open-rdp.ps1* Script -=========================== +PowerShell Script: *open-rdp.ps1* +=================================== This script launches the Remote Desktop Protocol (RDP) application. NOTE: Documentation of mstsc at: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/mstsc @@ -7,7 +7,7 @@ NOTE: Documentation of mstsc at: https://learn.microsoft.com/en-us/windows-serve Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-rdp.ps1 [[-hostname] ] [] +PS> ./open-rdp.ps1 [[-hostname] ] [] -hostname @@ -67,4 +67,4 @@ if ($hostname -eq "") { exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-recycle-bin-folder.md b/docs/open-recycle-bin-folder.md index 5a7237bc..e16096e2 100644 --- a/docs/open-recycle-bin-folder.md +++ b/docs/open-recycle-bin-folder.md @@ -1,12 +1,12 @@ -The *open-recycle-bin-folder.ps1* Script -=========================== +PowerShell Script: *open-recycle-bin-folder.ps1* +=================================== This script launches the File Explorer with the user's recycle bin folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-recycle-bin-folder.ps1 [] +PS> ./open-recycle-bin-folder.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -55,4 +55,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-remote-desktop.md b/docs/open-remote-desktop.md index 7d2eddcf..34a01195 100644 --- a/docs/open-remote-desktop.md +++ b/docs/open-remote-desktop.md @@ -1,12 +1,12 @@ -The *open-remote-desktop.ps1* Script -=========================== +PowerShell Script: *open-remote-desktop.ps1* +=================================== This script launches the Remote Desktop application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-remote-desktop.ps1 [] +PS> ./open-remote-desktop.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -55,4 +55,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-repos-folder.md b/docs/open-repos-folder.md index dc6def16..968e1dec 100644 --- a/docs/open-repos-folder.md +++ b/docs/open-repos-folder.md @@ -1,12 +1,12 @@ -The *open-repos-folder.ps1* Script -=========================== +PowerShell Script: *open-repos-folder.ps1* +=================================== This script launches the File Explorer with the user's Git repositories folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-repos-folder.ps1 [] +PS> ./open-repos-folder.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -59,4 +59,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-screen-clip.md b/docs/open-screen-clip.md index 18f1d7b7..160d4946 100644 --- a/docs/open-screen-clip.md +++ b/docs/open-screen-clip.md @@ -1,12 +1,12 @@ -The *open-screen-clip.ps1* Script -=========================== +PowerShell Script: *open-screen-clip.ps1* +=================================== This script launches the Screen Clip application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-screen-clip.ps1 [] +PS> ./open-screen-clip.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -55,4 +55,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-screen-sketch.md b/docs/open-screen-sketch.md index c9e4db73..a2d771cf 100644 --- a/docs/open-screen-sketch.md +++ b/docs/open-screen-sketch.md @@ -1,12 +1,12 @@ -The *open-screen-sketch.ps1* Script -=========================== +PowerShell Script: *open-screen-sketch.ps1* +=================================== This script launches the Screen Sketch application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-screen-sketch.ps1 [] +PS> ./open-screen-sketch.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -55,4 +55,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-skype.md b/docs/open-skype.md index c1abc3e0..69c451d8 100644 --- a/docs/open-skype.md +++ b/docs/open-skype.md @@ -1,12 +1,12 @@ -The *open-skype.ps1* Script -=========================== +PowerShell Script: *open-skype.ps1* +=================================== This script launches the Skype application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-skype.ps1 [] +PS> ./open-skype.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -55,4 +55,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-snipping-tool.md b/docs/open-snipping-tool.md index e5feed5a..2db8d12f 100644 --- a/docs/open-snipping-tool.md +++ b/docs/open-snipping-tool.md @@ -1,12 +1,12 @@ -The *open-snipping-tool.ps1* Script -=========================== +PowerShell Script: *open-snipping-tool.ps1* +=================================== This script launches the Snipping Tool application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-snipping-tool.ps1 [] +PS> ./open-snipping-tool.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Start-Process SnippingTool.exe exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-speed-test.md b/docs/open-speed-test.md index 330aab15..de594bfa 100644 --- a/docs/open-speed-test.md +++ b/docs/open-speed-test.md @@ -1,12 +1,12 @@ -The *open-speed-test.ps1* Script -=========================== +PowerShell Script: *open-speed-test.ps1* +=================================== This script launches the Web browser with Cloudflare's speed test website. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-speed-test.ps1 [] +PS> ./open-speed-test.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-spotify.md b/docs/open-spotify.md index 6fd468af..5e92a53e 100644 --- a/docs/open-spotify.md +++ b/docs/open-spotify.md @@ -1,12 +1,12 @@ -The *open-spotify.ps1* Script -=========================== +PowerShell Script: *open-spotify.ps1* +=================================== This script launches the Spotify application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-spotify.ps1 [] +PS> ./open-spotify.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Start-Process spotify: exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-stack-overflow.md b/docs/open-stack-overflow.md index 11b687f0..61dc574c 100644 --- a/docs/open-stack-overflow.md +++ b/docs/open-stack-overflow.md @@ -1,12 +1,12 @@ -The *open-stack-overflow.ps1* Script -=========================== +PowerShell Script: *open-stack-overflow.ps1* +=================================== This script launches the Web browser with the Stack Overflow website. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-stack-overflow.ps1 [] +PS> ./open-stack-overflow.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-start-page.md b/docs/open-start-page.md index 169e219c..0e5cb01a 100644 --- a/docs/open-start-page.md +++ b/docs/open-start-page.md @@ -1,12 +1,12 @@ -The *open-start-page.ps1* Script -=========================== +PowerShell Script: *open-start-page.ps1* +=================================== This script launches the Web browser with the Startpage website. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-start-page.ps1 [] +PS> ./open-start-page.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-street-map.md b/docs/open-street-map.md index 7de830d2..c27f173a 100644 --- a/docs/open-street-map.md +++ b/docs/open-street-map.md @@ -1,12 +1,12 @@ -The *open-street-map.ps1* Script -=========================== +PowerShell Script: *open-street-map.ps1* +=================================== This script launches the Web browser with the OpenStreetMap website. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-street-map.ps1 [] +PS> ./open-street-map.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-task-manager.md b/docs/open-task-manager.md index 0b5548f8..0dc9a28c 100644 --- a/docs/open-task-manager.md +++ b/docs/open-task-manager.md @@ -1,12 +1,12 @@ -The *open-task-manager.ps1* Script -=========================== +PowerShell Script: *open-task-manager.ps1* +=================================== This script launches the Windows Task Manager application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-task-manager.ps1 [] +PS> ./open-task-manager.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -55,4 +55,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-temporary-folder.md b/docs/open-temporary-folder.md index 27498d35..54d2f60b 100644 --- a/docs/open-temporary-folder.md +++ b/docs/open-temporary-folder.md @@ -1,12 +1,12 @@ -The *open-temporary-folder.ps1* Script -=========================== +PowerShell Script: *open-temporary-folder.ps1* +=================================== This script launches the File Explorer showing the temporary folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-temporary-folder.ps1 [] +PS> ./open-temporary-folder.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -66,4 +66,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-three-d-viewer.md b/docs/open-three-d-viewer.md index 48dc82fc..bdbdebc2 100644 --- a/docs/open-three-d-viewer.md +++ b/docs/open-three-d-viewer.md @@ -1,12 +1,12 @@ -The *open-three-d-viewer.ps1* Script -=========================== +PowerShell Script: *open-three-d-viewer.ps1* +=================================== This script launches the 3D-Viewer application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-three-d-viewer.ps1 [] +PS> ./open-three-d-viewer.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Start-Process com.microsoft.3dviewer: exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-thunderbird.md b/docs/open-thunderbird.md index 1b04bab6..5f05f95e 100644 --- a/docs/open-thunderbird.md +++ b/docs/open-thunderbird.md @@ -1,12 +1,12 @@ -The *open-thunderbird.ps1* Script -=========================== +PowerShell Script: *open-thunderbird.ps1* +=================================== This script launches the Mozilla Thunderbird email application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-thunderbird.ps1 [] +PS> ./open-thunderbird.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -61,4 +61,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-videos-folders.md b/docs/open-videos-folders.md index ca43226f..9f40840a 100644 --- a/docs/open-videos-folders.md +++ b/docs/open-videos-folders.md @@ -1,12 +1,12 @@ -The *open-videos-folders.ps1* Script -=========================== +PowerShell Script: *open-videos-folders.ps1* +=================================== This script launches the File Explorer with the user's videos folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-videos-folders.ps1 [] +PS> ./open-videos-folders.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -59,4 +59,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-visual-studio.md b/docs/open-visual-studio.md index 24b39d01..e3ffa7a7 100644 --- a/docs/open-visual-studio.md +++ b/docs/open-visual-studio.md @@ -1,12 +1,12 @@ -The *open-visual-studio.ps1* Script -=========================== +PowerShell Script: *open-visual-studio.ps1* +=================================== This PowerShell script launches the Microsoft Visual Studio application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-visual-studio.ps1 [] +PS> ./open-visual-studio.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -63,4 +63,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-voice-recorder.md b/docs/open-voice-recorder.md index f77633f5..6d7b5ac7 100644 --- a/docs/open-voice-recorder.md +++ b/docs/open-voice-recorder.md @@ -1,12 +1,12 @@ -The *open-voice-recorder.ps1* Script -=========================== +PowerShell Script: *open-voice-recorder.ps1* +=================================== This PowerShell script launches the Windows Voice Recorder application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-voice-recorder.ps1 [] +PS> ./open-voice-recorder.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -55,4 +55,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-vpn-settings.md b/docs/open-vpn-settings.md index 9528411a..20583bab 100644 --- a/docs/open-vpn-settings.md +++ b/docs/open-vpn-settings.md @@ -1,12 +1,12 @@ -The *open-vpn-settings.ps1* Script -=========================== +PowerShell Script: *open-vpn-settings.ps1* +=================================== This PowerShell script launches the VPN settings of Windows. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-vpn-settings.ps1 [] +PS> ./open-vpn-settings.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Start-Process ms-settings:network-vpn exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-windows-defender.md b/docs/open-windows-defender.md index a864b601..61ce0273 100644 --- a/docs/open-windows-defender.md +++ b/docs/open-windows-defender.md @@ -1,12 +1,12 @@ -The *open-windows-defender.ps1* Script -=========================== +PowerShell Script: *open-windows-defender.ps1* +=================================== This script launches the Windows Defender application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-windows-defender.ps1 [] +PS> ./open-windows-defender.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Start-Process windowsdefender: exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-windows-terminal.md b/docs/open-windows-terminal.md index 1bab2328..6f663d99 100644 --- a/docs/open-windows-terminal.md +++ b/docs/open-windows-terminal.md @@ -1,12 +1,12 @@ -The *open-windows-terminal.ps1* Script -=========================== +PowerShell Script: *open-windows-terminal.ps1* +=================================== This script launches the Windows Terminal application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-windows-terminal.ps1 [] +PS> ./open-windows-terminal.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Start-Process wt.exe exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-windy.md b/docs/open-windy.md index 95de06c7..ca7f5bdf 100644 --- a/docs/open-windy.md +++ b/docs/open-windy.md @@ -1,12 +1,12 @@ -The *open-windy.ps1* Script -=========================== +PowerShell Script: *open-windy.ps1* +=================================== This script launches the Web browser with the Windy Weather Radar website. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/open-windy.ps1 [] +PS> ./open-windy.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/open-xing.md b/docs/open-xing.md index 0b0bbfe2..f68742fc 100644 --- a/docs/open-xing.md +++ b/docs/open-xing.md @@ -1,12 +1,12 @@ -The *open-xing.ps1* Script -=========================== +PowerShell Script: *open-xing.ps1* +=================================== This script launches the XING application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/pick-commit.md b/docs/pick-commit.md index 6421546f..68084eba 100644 --- a/docs/pick-commit.md +++ b/docs/pick-commit.md @@ -1,5 +1,5 @@ -The *pick-commit.ps1* Script -=========================== +PowerShell Script: *pick-commit.ps1* +=================================== Cherry-picks a Git commit into one or more branches (branch names need to be separated by spaces) NOTE: in case of merge conflicts the script stops immediately! @@ -7,7 +7,7 @@ NOTE: in case of merge conflicts the script stops immediately! Parameters ---------- ```powershell -/Repos/PowerShell/scripts/pick-commit.ps1 [[-CommitID] ] [[-CommitMessage] ] [[-Branches] ] [[-RepoDir] ] [] +PS> ./pick-commit.ps1 [[-CommitID] ] [[-CommitMessage] ] [[-Branches] ] [[-RepoDir] ] [] -CommitID Specifies the commit ID @@ -155,4 +155,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/ping-host.md b/docs/ping-host.md index 12771413..6721838a 100644 --- a/docs/ping-host.md +++ b/docs/ping-host.md @@ -1,12 +1,12 @@ -The *ping-host.ps1* Script -=========================== +PowerShell Script: *ping-host.ps1* +=================================== This PowerShell script pings the given host. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/ping-host.ps1 [[-hostname] ] [] +PS> ./ping-host.ps1 [[-hostname] ] [] -hostname Specifies the hostname or IP address to ping (x.com by default) @@ -81,4 +81,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/ping-internet.md b/docs/ping-internet.md index d97e0b86..e112e87e 100644 --- a/docs/ping-internet.md +++ b/docs/ping-internet.md @@ -1,12 +1,12 @@ -The *ping-internet.ps1* Script -=========================== +PowerShell Script: *ping-internet.ps1* +=================================== -This PowerShell script measures the ping roundtrip times from the local computer to remote ones (10 Internet servers by default). +This PowerShell script measures the ping roundtrip times from the local computer to 10 Internet servers. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/ping-internet.ps1 [[-hosts] ] [] +PS> ./ping-internet.ps1 [[-hosts] ] [] -hosts Specifies the hosts to ping, seperated by commata (10 Internet servers by default) @@ -27,7 +27,7 @@ Example ------- ```powershell PS> ./ping-internet.ps1 -✅ Internet ping: 12ms (9...18ms range) +✅ Internet ping is 12ms (9...18ms range) ``` @@ -44,14 +44,14 @@ Script Content ```powershell <# .SYNOPSIS - Pings remote hosts to measure the latency + Measures the latency to Internet hosts .DESCRIPTION - This PowerShell script measures the ping roundtrip times from the local computer to remote ones (10 Internet servers by default). + This PowerShell script measures the ping roundtrip times from the local computer to 10 Internet servers. .PARAMETER hosts Specifies the hosts to ping, seperated by commata (10 Internet servers by default) .EXAMPLE PS> ./ping-internet.ps1 - ✅ Internet ping: 12ms (9...18ms range) + ✅ Internet ping is 12ms (9...18ms range) .LINK https://github.com/fleschutz/PowerShell .NOTES @@ -83,13 +83,13 @@ try { Write-Host "✅ Online with $loss/$total ping loss and $($min)...$($max)ms latency - $($speed)ms average" } else { [float]$speed = [math]::round([float]$avg / [float]$success, 1) - Write-Host "✅ Internet ping: $($speed)ms ($min...$($max)ms range)" + Write-Host "✅ Internet ping is $($speed)ms ($min...$($max)ms range)" } exit 0 # success } catch { - "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" + "⚠️ ERROR: $($Error[0]) in script line $($_.InvocationInfo.ScriptLineNumber)." exit 1 } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/ping-local-devices.md b/docs/ping-local-devices.md index 8a64f0d8..f7a88a7e 100644 --- a/docs/ping-local-devices.md +++ b/docs/ping-local-devices.md @@ -1,12 +1,12 @@ -The *ping-local-devices.ps1* Script -=========================== +PowerShell Script: *ping-local-devices.ps1* +=================================== This PowerShell script pings devices in the local network and lists which one are up. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/ping-local-devices.ps1 [[-timeout] ] [] +PS> ./ping-local-devices.ps1 [[-timeout] ] [] -timeout @@ -82,4 +82,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/ping-weather.md b/docs/ping-weather.md index 7bbc1a45..68227ae8 100644 --- a/docs/ping-weather.md +++ b/docs/ping-weather.md @@ -1,12 +1,12 @@ -The *ping-weather.ps1* Script -=========================== +PowerShell Script: *ping-weather.ps1* +=================================== This PowerShell script continuously shows the current weather conditions (similar to htop, 10 min update interval by default). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/ping-weather.ps1 [[-Location] ] [[-UpdateInterval] ] [] +PS> ./ping-weather.ps1 [[-Location] ] [[-UpdateInterval] ] [] -Location Specifies the location to use (determined automatically per default) @@ -101,4 +101,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/play-bee-sound.md b/docs/play-bee-sound.md index 3c3b6b48..f17daa85 100644 --- a/docs/play-bee-sound.md +++ b/docs/play-bee-sound.md @@ -1,12 +1,12 @@ -The *play-bee-sound.ps1* Script -=========================== +PowerShell Script: *play-bee-sound.ps1* +=================================== This PowerShell script plays a bee sound. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/play-beep-sound.md b/docs/play-beep-sound.md index ef96ed67..c1cd339c 100644 --- a/docs/play-beep-sound.md +++ b/docs/play-beep-sound.md @@ -1,12 +1,12 @@ -The *play-beep-sound.ps1* Script -=========================== +PowerShell Script: *play-beep-sound.ps1* +=================================== This PowerShell script plays a short beep sound at 500Hz for 300ms. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/play-beep-sound.ps1 [] +PS> ./play-beep-sound.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -51,4 +51,4 @@ Start-Sleep -milliseconds 300 exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/play-big-ben.md b/docs/play-big-ben.md index d39607cb..5a427ab3 100644 --- a/docs/play-big-ben.md +++ b/docs/play-big-ben.md @@ -1,12 +1,12 @@ -The *play-big-ben.ps1* Script -=========================== +PowerShell Script: *play-big-ben.ps1* +=================================== This PowerShell script plays the sound of Big Ben. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/play-big-ben.ps1 [] +PS> ./play-big-ben.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/play-cat-sound.md b/docs/play-cat-sound.md index 16b52ba0..607c4837 100644 --- a/docs/play-cat-sound.md +++ b/docs/play-cat-sound.md @@ -1,12 +1,12 @@ -The *play-cat-sound.ps1* Script -=========================== +PowerShell Script: *play-cat-sound.ps1* +=================================== This PowerShell script plays a cat sound. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/play-chess.md b/docs/play-chess.md index 5cd659f2..4b4f31a8 100644 --- a/docs/play-chess.md +++ b/docs/play-chess.md @@ -1,5 +1,5 @@ -The *play-chess.ps1* Script -=========================== +PowerShell Script: *play-chess.ps1* +=================================== Started off of code from https://github.com/bhassen99/POSH-Chess, which was very much incomplete. I kept the board shape, but have changed everything else. @@ -9,7 +9,7 @@ they only appear when run in PowerShell ISE. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/play-chess.ps1 [] +PS> ./play-chess.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -1260,4 +1260,4 @@ while ($Script:gameStatus -eq [gamestatus]::ongoing) { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/play-cow-sound.md b/docs/play-cow-sound.md index 2d250b0f..4093621a 100644 --- a/docs/play-cow-sound.md +++ b/docs/play-cow-sound.md @@ -1,12 +1,12 @@ -The *play-cow-sound.ps1* Script -=========================== +PowerShell Script: *play-cow-sound.ps1* +=================================== This PowerShell script plays a cow sound. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/play-dog-sound.md b/docs/play-dog-sound.md index 606291f6..f4e1427b 100644 --- a/docs/play-dog-sound.md +++ b/docs/play-dog-sound.md @@ -1,12 +1,12 @@ -The *play-dog-sound.ps1* Script -=========================== +PowerShell Script: *play-dog-sound.ps1* +=================================== This PowerShell script plays a dog sound. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/play-donkey-sound.md b/docs/play-donkey-sound.md index ea5c7264..eed239ab 100644 --- a/docs/play-donkey-sound.md +++ b/docs/play-donkey-sound.md @@ -1,12 +1,12 @@ -The *play-donkey-sound.ps1* Script -=========================== +PowerShell Script: *play-donkey-sound.ps1* +=================================== This PowerShell script plays a donkey sound. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:13)* diff --git a/docs/play-drug-wars.md b/docs/play-drug-wars.md index 0a89d94f..f3bc4ed2 100644 --- a/docs/play-drug-wars.md +++ b/docs/play-drug-wars.md @@ -1,5 +1,5 @@ -The *play-drug-wars.ps1* Script -=========================== +PowerShell Script: *play-drug-wars.ps1* +=================================== play-drug-wars.ps1 [-SkipConsoleSizeCheck] @@ -5400,4 +5400,4 @@ while ($script:Playing) { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/play-elephant-sound.md b/docs/play-elephant-sound.md index 681338a6..91c096e5 100644 --- a/docs/play-elephant-sound.md +++ b/docs/play-elephant-sound.md @@ -1,12 +1,12 @@ -The *play-elephant-sound.ps1* Script -=========================== +PowerShell Script: *play-elephant-sound.ps1* +=================================== This PowerShell script plays an elephant sound. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/play-elk-sound.md b/docs/play-elk-sound.md index 2930611c..8f117039 100644 --- a/docs/play-elk-sound.md +++ b/docs/play-elk-sound.md @@ -1,12 +1,12 @@ -The *play-elk-sound.ps1* Script -=========================== +PowerShell Script: *play-elk-sound.ps1* +=================================== This PowerShell script plays an elk sound. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/play-files.md b/docs/play-files.md index 78fd7aa9..38256bb9 100644 --- a/docs/play-files.md +++ b/docs/play-files.md @@ -1,12 +1,12 @@ -The *play-files.ps1* Script -=========================== +PowerShell Script: *play-files.ps1* +=================================== This PowerShell script plays the given audio files (supporting .MP3 and .WAV format). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/play-files.ps1 [[-filePattern] ] [] +PS> ./play-files.ps1 [[-filePattern] ] [] -filePattern Specifies the file pattern ('*' by default) @@ -87,4 +87,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/play-frog-sound.md b/docs/play-frog-sound.md index 1f159c12..56a2296f 100644 --- a/docs/play-frog-sound.md +++ b/docs/play-frog-sound.md @@ -1,12 +1,12 @@ -The *play-frog-sound.ps1* Script -=========================== +PowerShell Script: *play-frog-sound.ps1* +=================================== This PowerShell script plays a frog sound. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/play-goat-sound.md b/docs/play-goat-sound.md index c84fe3a9..26f9cbb8 100644 --- a/docs/play-goat-sound.md +++ b/docs/play-goat-sound.md @@ -1,12 +1,12 @@ -The *play-goat-sound.ps1* Script -=========================== +PowerShell Script: *play-goat-sound.ps1* +=================================== This PowerShell script plays a goat sound. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/play-gorilla-sound.md b/docs/play-gorilla-sound.md index ebb7444a..2502068f 100644 --- a/docs/play-gorilla-sound.md +++ b/docs/play-gorilla-sound.md @@ -1,12 +1,12 @@ -The *play-gorilla-sound.ps1* Script -=========================== +PowerShell Script: *play-gorilla-sound.ps1* +=================================== This PowerShell script plays a gorilla sound. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/play-happy-birthday.md b/docs/play-happy-birthday.md index 37dbed20..9f913d5f 100644 --- a/docs/play-happy-birthday.md +++ b/docs/play-happy-birthday.md @@ -1,12 +1,12 @@ -The *play-happy-birthday.ps1* Script -=========================== +PowerShell Script: *play-happy-birthday.ps1* +=================================== This PowerShell script plays the famous Happy Birthday song. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/play-happy-birthday.ps1 [] +PS> ./play-happy-birthday.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -79,4 +79,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/play-horse-sound.md b/docs/play-horse-sound.md index 2fb9d564..591e3290 100644 --- a/docs/play-horse-sound.md +++ b/docs/play-horse-sound.md @@ -1,12 +1,12 @@ -The *play-horse-sound.ps1* Script -=========================== +PowerShell Script: *play-horse-sound.ps1* +=================================== This PowerShell script plays a horse sound. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/play-imperial-march.md b/docs/play-imperial-march.md index 8a4528b1..0b2b9b38 100644 --- a/docs/play-imperial-march.md +++ b/docs/play-imperial-march.md @@ -1,12 +1,12 @@ -The *play-imperial-march.ps1* Script -=========================== +PowerShell Script: *play-imperial-march.ps1* +=================================== This PowerShell script plays the Imperial March used in the Star Wars film series. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/play-imperial-march.ps1 [] +PS> ./play-imperial-march.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -72,4 +72,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/play-jingle-bells.md b/docs/play-jingle-bells.md index b95e3da0..c8c784cd 100644 --- a/docs/play-jingle-bells.md +++ b/docs/play-jingle-bells.md @@ -1,12 +1,12 @@ -The *play-jingle-bells.ps1* Script -=========================== +PowerShell Script: *play-jingle-bells.ps1* +=================================== This PowerShell script plays the famous Jingle Bells song. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/play-jingle-bells.ps1 [] +PS> ./play-jingle-bells.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -201,4 +201,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/play-lion-sound.md b/docs/play-lion-sound.md index fac71567..d7071b2b 100644 --- a/docs/play-lion-sound.md +++ b/docs/play-lion-sound.md @@ -1,12 +1,12 @@ -The *play-lion-sound.ps1* Script -=========================== +PowerShell Script: *play-lion-sound.ps1* +=================================== This PowerShell script plays a lion sound. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/play-m3u.md b/docs/play-m3u.md index cd1972a4..8770a4ae 100644 --- a/docs/play-m3u.md +++ b/docs/play-m3u.md @@ -1,12 +1,12 @@ -The *play-m3u.ps1* Script -=========================== +PowerShell Script: *play-m3u.ps1* +=================================== This PowerShell script plays the given playlist (in .M3U file format) Parameters ---------- ```powershell -/Repos/PowerShell/scripts/play-m3u.ps1 [[-filename] ] [] +PS> ./play-m3u.ps1 [[-filename] ] [] -filename Specifies the path to the playlist @@ -85,4 +85,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/play-mission-impossible.md b/docs/play-mission-impossible.md index ac705116..874659a7 100644 --- a/docs/play-mission-impossible.md +++ b/docs/play-mission-impossible.md @@ -1,12 +1,12 @@ -The *play-mission-impossible.ps1* Script -=========================== +PowerShell Script: *play-mission-impossible.ps1* +=================================== This PowerShell script plays the Mission Impossible theme. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/play-mission-impossible.ps1 [] +PS> ./play-mission-impossible.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -100,4 +100,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/play-mp3.md b/docs/play-mp3.md index d3b31181..250af8d7 100644 --- a/docs/play-mp3.md +++ b/docs/play-mp3.md @@ -1,12 +1,12 @@ -The *play-mp3.ps1* Script -=========================== +PowerShell Script: *play-mp3.ps1* +=================================== This PowerShell script plays the given sound file (MPEG-1 audio layer-3 file format). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/play-mp3.ps1 [[-path] ] [] +PS> ./play-mp3.ps1 [[-path] ] [] -path Specifies the file path to the .MP3 file @@ -97,4 +97,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/play-parrot-sound.md b/docs/play-parrot-sound.md index 846adf15..984249e5 100644 --- a/docs/play-parrot-sound.md +++ b/docs/play-parrot-sound.md @@ -1,12 +1,12 @@ -The *play-parrot-sound.ps1* Script -=========================== +PowerShell Script: *play-parrot-sound.ps1* +=================================== This PowerShell script plays a parrot sound. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/play-pig-sound.md b/docs/play-pig-sound.md index 5fcd5173..1be20dff 100644 --- a/docs/play-pig-sound.md +++ b/docs/play-pig-sound.md @@ -1,12 +1,12 @@ -The *play-pig-sound.ps1* Script -=========================== +PowerShell Script: *play-pig-sound.ps1* +=================================== This PowerShell script plays a pig sound. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/play-pong.md b/docs/play-pong.md index 719198c6..572d28ee 100644 --- a/docs/play-pong.md +++ b/docs/play-pong.md @@ -1,5 +1,5 @@ -The *play-pong.ps1* Script -=========================== +PowerShell Script: *play-pong.ps1* +=================================== play-pong.ps1 @@ -176,4 +176,4 @@ while ($true) { exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/play-rattlesnake-sound.md b/docs/play-rattlesnake-sound.md index 22c75422..19a013e9 100644 --- a/docs/play-rattlesnake-sound.md +++ b/docs/play-rattlesnake-sound.md @@ -1,12 +1,12 @@ -The *play-rattlesnake-sound.ps1* Script -=========================== +PowerShell Script: *play-rattlesnake-sound.ps1* +=================================== This PowerShell script plays a rattlesnake sound. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/play-rick.md b/docs/play-rick.md index 2ffbf066..1187aa42 100644 --- a/docs/play-rick.md +++ b/docs/play-rick.md @@ -1,12 +1,12 @@ -The *play-rick.ps1* Script -=========================== +PowerShell Script: *play-rick.ps1* +=================================== This PowerShell script launches the Web browser with YouTube playing Rick Astley. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/play-rick.ps1 [] +PS> ./play-rick.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -49,4 +49,4 @@ Script Content exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/play-snake.md b/docs/play-snake.md index cad1f054..447c75ab 100644 --- a/docs/play-snake.md +++ b/docs/play-snake.md @@ -1,5 +1,5 @@ -The *play-snake.ps1* Script -=========================== +PowerShell Script: *play-snake.ps1* +=================================== This PowerShell script lets you play the famous Snake game. NOTE: use the arrow keys to control the snake @@ -7,7 +7,7 @@ NOTE: use the arrow keys to control the snake Parameters ---------- ```powershell -/Repos/PowerShell/scripts/play-snake.ps1 [] +PS> ./play-snake.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -86,4 +86,4 @@ Start-Sleep -milliseconds 300 exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/play-super-mario.md b/docs/play-super-mario.md index adf2e06f..0a8ba294 100644 --- a/docs/play-super-mario.md +++ b/docs/play-super-mario.md @@ -1,12 +1,12 @@ -The *play-super-mario.ps1* Script -=========================== +PowerShell Script: *play-super-mario.ps1* +=================================== This PowerShell script plays the Super Mario intro. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/play-system-sounds.md b/docs/play-system-sounds.md index e3cb0fed..8ec2edb4 100644 --- a/docs/play-system-sounds.md +++ b/docs/play-system-sounds.md @@ -1,5 +1,5 @@ -The *play-system-sounds.ps1* Script -=========================== +PowerShell Script: *play-system-sounds.ps1* +=================================== play-system-sounds.ps1 @@ -67,4 +67,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/play-tetris-melody.md b/docs/play-tetris-melody.md index 687ce139..875b77f9 100644 --- a/docs/play-tetris-melody.md +++ b/docs/play-tetris-melody.md @@ -1,12 +1,12 @@ -The *play-tetris-melody.ps1* Script -=========================== +PowerShell Script: *play-tetris-melody.ps1* +=================================== This PowerShell script plays the Tetris melody. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/play-vulture-sound.md b/docs/play-vulture-sound.md index e3578043..16cc35be 100644 --- a/docs/play-vulture-sound.md +++ b/docs/play-vulture-sound.md @@ -1,12 +1,12 @@ -The *play-vulture-sound.ps1* Script -=========================== +PowerShell Script: *play-vulture-sound.ps1* +=================================== This PowerShell script plays a vulture sound. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/play-wolf-sound.md b/docs/play-wolf-sound.md index ef866590..45f99b05 100644 --- a/docs/play-wolf-sound.md +++ b/docs/play-wolf-sound.md @@ -1,12 +1,12 @@ -The *play-wolf-sound.ps1* Script -=========================== +PowerShell Script: *play-wolf-sound.ps1* +=================================== This PowerShell script plays a wolf sound. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/poweroff.md b/docs/poweroff.md index 36b66f10..bacbc525 100644 --- a/docs/poweroff.md +++ b/docs/poweroff.md @@ -1,12 +1,12 @@ -The *poweroff.ps1* Script -=========================== +PowerShell Script: *poweroff.ps1* +=================================== This script halts the local computer immediately (needs admin rights). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/poweroff.ps1 [] +PS> ./poweroff.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -59,4 +59,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/print-image.md b/docs/print-image.md index 545663c8..08304e5e 100644 --- a/docs/print-image.md +++ b/docs/print-image.md @@ -1,12 +1,12 @@ -The *print-image.ps1* Script -=========================== +PowerShell Script: *print-image.ps1* +=================================== This PowerShell script shows the printer dialogue to print the given image file. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/print-image.ps1 [[-Path] ] [] +PS> ./print-image.ps1 [[-Path] ] [] -Path Specifies the path to the image file @@ -70,4 +70,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/publish-to-ipfs.md b/docs/publish-to-ipfs.md index 8b0880f9..d7268314 100644 --- a/docs/publish-to-ipfs.md +++ b/docs/publish-to-ipfs.md @@ -1,12 +1,12 @@ -The *publish-to-ipfs.ps1* Script -=========================== +PowerShell Script: *publish-to-ipfs.ps1* +=================================== This script publishes the given files and folders to IPFS. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/publish-to-ipfs.ps1 [[-FilePattern] ] [[-HashList] ] [[-DF_Hashes] ] [] +PS> ./publish-to-ipfs.ps1 [[-FilePattern] ] [[-HashList] ] [[-DF_Hashes] ] [] -FilePattern Specifies the file pattern @@ -122,4 +122,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/pull-repo.md b/docs/pull-repo.md index 3b25b934..0dd33098 100644 --- a/docs/pull-repo.md +++ b/docs/pull-repo.md @@ -1,12 +1,12 @@ -The *pull-repo.ps1* Script -=========================== +PowerShell Script: *pull-repo.ps1* +=================================== This PowerShell script pulls remote updates into a local Git repository (including submodules). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/pull-repo.ps1 [[-path] ] [] +PS> ./pull-repo.ps1 [[-path] ] [] -path Specifies the file path to the local Git repository (default is working directory) @@ -96,9 +96,9 @@ try { "✅ Repo '$dirName' updated in $($elapsed)s." exit 0 # success } catch { - "⚠️ ERROR: $($Error[0]) in script line $($_.InvocationInfo.ScriptLineNumber)." + "⚠️ ERROR: $($Error[0]) (script line $($_.InvocationInfo.ScriptLineNumber))" exit 1 } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/pull-repos.md b/docs/pull-repos.md index d5209f32..354147e8 100644 --- a/docs/pull-repos.md +++ b/docs/pull-repos.md @@ -1,12 +1,12 @@ -The *pull-repos.ps1* Script -=========================== +PowerShell Script: *pull-repos.ps1* +=================================== This PowerShell script pulls updates into all Git repositories in a folder (including submodules). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/pull-repos.ps1 [[-parentDir] ] [] +PS> ./pull-repos.ps1 [[-parentDir] ] [] -parentDir Specifies the path to the parent folder @@ -107,4 +107,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/query-smart-data.md b/docs/query-smart-data.md index cdfee594..c9e8ee84 100644 --- a/docs/query-smart-data.md +++ b/docs/query-smart-data.md @@ -1,5 +1,5 @@ -The *query-smart-data.ps1* Script -=========================== +PowerShell Script: *query-smart-data.ps1* +=================================== Queries the S.M.A.R.T. data of your HDD/SSD's and saves it to the current/given directory. (use smart-data2csv.ps1 to generate a CSV table for analysis). @@ -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 -/Repos/PowerShell/scripts/query-smart-data.ps1 [[-Directory] ] [] +PS> ./query-smart-data.ps1 [[-Directory] ] [] -Directory Specifies the path to the target directory @@ -107,4 +107,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/reboot-fritzbox.md b/docs/reboot-fritzbox.md index bcbe4196..2a396fa6 100644 --- a/docs/reboot-fritzbox.md +++ b/docs/reboot-fritzbox.md @@ -1,12 +1,12 @@ -The *reboot-fritzbox.ps1* Script -=========================== +PowerShell Script: *reboot-fritzbox.ps1* +=================================== This PowerShell script reboots the FRITZ!Box device Parameters ---------- ```powershell -/Repos/PowerShell/scripts/reboot-fritzbox.ps1 [[-Username] ] [[-Password] ] [] +PS> ./reboot-fritzbox.ps1 [[-Username] ] [[-Password] ] [] -Username Specifies the user name @@ -154,4 +154,4 @@ echo $Result exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/reboot-into-bios.md b/docs/reboot-into-bios.md index 4c6cbbeb..313f7f4e 100644 --- a/docs/reboot-into-bios.md +++ b/docs/reboot-into-bios.md @@ -1,5 +1,5 @@ -The *reboot-into-bios.ps1* Script -=========================== +PowerShell Script: *reboot-into-bios.ps1* +=================================== reboot-into-bios.ps1 @@ -44,4 +44,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/reboot.md b/docs/reboot.md index cb279e50..d835c84b 100644 --- a/docs/reboot.md +++ b/docs/reboot.md @@ -1,12 +1,12 @@ -The *reboot.ps1* Script -=========================== +PowerShell Script: *reboot.ps1* +=================================== This PowerShell script reboots the local computer immediately (needs admin rights). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/reboot.ps1 [] +PS> ./reboot.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -59,4 +59,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/remember.md b/docs/remember.md index 4c59f89c..68165071 100644 --- a/docs/remember.md +++ b/docs/remember.md @@ -1,12 +1,12 @@ -The *remember.ps1* Script -=========================== +PowerShell Script: *remember.ps1* +=================================== This PowerShell script saves the given text to 'Remember.csv' in your home folder. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/remember.ps1 [[-text1] ] [[-text2] ] [[-text3] ] [] +PS> ./remember.ps1 [[-text1] ] [[-text2] ] [[-text3] ] [] -text1 Specifies the text to memorize @@ -104,4 +104,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/remind-me.md b/docs/remind-me.md index 16e79975..8eb44790 100644 --- a/docs/remind-me.md +++ b/docs/remind-me.md @@ -1,12 +1,12 @@ -The *remind-me.ps1* Script -=========================== +PowerShell Script: *remind-me.ps1* +=================================== This PowerShell script creates a scheduled task that will display a popup message. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/remind-me.ps1 [[-Message] ] [[-Time] ] [] +PS> ./remind-me.ps1 [[-Message] ] [[-Time] ] [] -Message @@ -90,4 +90,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/remove-dir.md b/docs/remove-dir.md index d63e94a2..12fcfa6a 100644 --- a/docs/remove-dir.md +++ b/docs/remove-dir.md @@ -1,5 +1,5 @@ -The *remove-dir.ps1* Script -=========================== +PowerShell Script: *remove-dir.ps1* +=================================== This PowerShell script removes the given directory tree recursively. NOTE: Use with care! This cannot be undone! @@ -7,7 +7,7 @@ NOTE: Use with care! This cannot be undone! Parameters ---------- ```powershell -/Repos/PowerShell/scripts/remove-dir.ps1 [[-pathToDir] ] [] +PS> ./remove-dir.ps1 [[-pathToDir] ] [] -pathToDir Specifies the file path to the directory tree @@ -83,4 +83,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/remove-empty-dirs.md b/docs/remove-empty-dirs.md index 332fe5cb..e0d1be12 100644 --- a/docs/remove-empty-dirs.md +++ b/docs/remove-empty-dirs.md @@ -1,12 +1,12 @@ -The *remove-empty-dirs.ps1* Script -=========================== +PowerShell Script: *remove-empty-dirs.ps1* +=================================== This PowerShell script removes all empty subfolders within a directory tree. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/remove-empty-dirs.ps1 [[-DirTree] ] [] +PS> ./remove-empty-dirs.ps1 [[-DirTree] ] [] -DirTree Specifies the path to the directory tree @@ -92,4 +92,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/remove-old-dirs.md b/docs/remove-old-dirs.md index e66439ef..629cdc37 100644 --- a/docs/remove-old-dirs.md +++ b/docs/remove-old-dirs.md @@ -1,12 +1,12 @@ -The *remove-old-dirs.ps1* Script -=========================== +PowerShell Script: *remove-old-dirs.ps1* +=================================== This PowerShell script removes any subfolder in a parent folder older than (using last write time). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/remove-old-dirs.ps1 [[-path] ] [[-numDays] ] [] +PS> ./remove-old-dirs.ps1 [[-path] ] [[-numDays] ] [] -path Specifies the file path to the parent folder @@ -102,4 +102,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/remove-print-jobs.md b/docs/remove-print-jobs.md index f0040cf9..8e8b02d6 100644 --- a/docs/remove-print-jobs.md +++ b/docs/remove-print-jobs.md @@ -1,12 +1,12 @@ -The *remove-print-jobs.ps1* Script -=========================== +PowerShell Script: *remove-print-jobs.ps1* +=================================== This PowerShell script removes all print jobs from all printer devices. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/remove-tag.md b/docs/remove-tag.md index 2897c878..8ab4248f 100644 --- a/docs/remove-tag.md +++ b/docs/remove-tag.md @@ -1,12 +1,12 @@ -The *remove-tag.ps1* Script -=========================== +PowerShell Script: *remove-tag.ps1* +=================================== This PowerShell script removes a Git tag, either locally, remote, or both. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/remove-tag.ps1 [[-TagName] ] [[-Mode] ] [[-RepoDir] ] [] +PS> ./remove-tag.ps1 [[-TagName] ] [[-Mode] ] [[-RepoDir] ] [] -TagName Specifies the Git tag name @@ -114,4 +114,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/remove-user.md b/docs/remove-user.md index b7f373ce..e6468c51 100644 --- a/docs/remove-user.md +++ b/docs/remove-user.md @@ -1,12 +1,12 @@ -The *remove-user.ps1* Script -=========================== +PowerShell Script: *remove-user.ps1* +=================================== This PowerShell script removes an existing user account including the home directory. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/remove-user.ps1 [[-username] ] [] +PS> ./remove-user.ps1 [[-username] ] [] -username @@ -76,4 +76,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/remove-vm.md b/docs/remove-vm.md index 7eaac138..86b8db34 100644 --- a/docs/remove-vm.md +++ b/docs/remove-vm.md @@ -1,5 +1,5 @@ -The *remove-vm.ps1* Script -=========================== +PowerShell Script: *remove-vm.ps1* +=================================== remove-vm.ps1 @@ -25,4 +25,4 @@ Remove-Item -Path "C:\VirtualMachines\$VMName" -Recurse exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:25)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/replace-in-files.md b/docs/replace-in-files.md index 350a2775..1de62886 100644 --- a/docs/replace-in-files.md +++ b/docs/replace-in-files.md @@ -1,12 +1,12 @@ -The *replace-in-files.ps1* Script -=========================== +PowerShell Script: *replace-in-files.ps1* +=================================== This PowerShell script searches and replaces a pattern in the given files by the replacement. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/replace-in-files.ps1 [[-pattern] ] [[-replacement] ] [[-filePattern] ] [] +PS> ./replace-in-files.ps1 [[-pattern] ] [[-replacement] ] [[-filePattern] ] [] -pattern Specifies the text pattern to search for (ask user by default) @@ -107,4 +107,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/restart-network-adapters.md b/docs/restart-network-adapters.md index 57188551..20adf3b4 100644 --- a/docs/restart-network-adapters.md +++ b/docs/restart-network-adapters.md @@ -1,12 +1,12 @@ -The *restart-network-adapters.ps1* Script -=========================== +PowerShell Script: *restart-network-adapters.ps1* +=================================== This PowerShell script restarts all local network adapters (needs admin rights). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/roll-a-dice.md b/docs/roll-a-dice.md index 85b84d8a..42a40672 100644 --- a/docs/roll-a-dice.md +++ b/docs/roll-a-dice.md @@ -1,12 +1,12 @@ -The *roll-a-dice.ps1* Script -=========================== +PowerShell Script: *roll-a-dice.ps1* +=================================== This PowerShell script rolls a dice and returns the number by text-to-speech (TTS). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/save-credentials.md b/docs/save-credentials.md index 77feaa3f..4e8071a4 100644 --- a/docs/save-credentials.md +++ b/docs/save-credentials.md @@ -1,12 +1,12 @@ -The *save-credentials.ps1* Script -=========================== +PowerShell Script: *save-credentials.ps1* +=================================== This PowerShell script asks for credentials and saves them encrypted into a target file. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/save-credentials.ps1 [[-targetFile] ] [] +PS> ./save-credentials.ps1 [[-targetFile] ] [] -targetFile Specifies the target file ("~\my.credentials" by default) @@ -74,4 +74,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/save-screenshot.md b/docs/save-screenshot.md index 6708812d..4e848f67 100644 --- a/docs/save-screenshot.md +++ b/docs/save-screenshot.md @@ -1,12 +1,12 @@ -The *save-screenshot.ps1* Script -=========================== +PowerShell Script: *save-screenshot.ps1* +=================================== This PowerShell script takes a single screenshot and saves it into a target folder (default is the user's screenshots folder). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/save-screenshot.ps1 [[-TargetFolder] ] [] +PS> ./save-screenshot.ps1 [[-TargetFolder] ] [] -TargetFolder Specifies the target folder (the user's screenshots folder by default) @@ -99,4 +99,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/scan-folder.md b/docs/scan-folder.md index 31c4c9d8..20102270 100644 --- a/docs/scan-folder.md +++ b/docs/scan-folder.md @@ -1,12 +1,12 @@ -The *scan-folder.ps1* Script -=========================== +PowerShell Script: *scan-folder.ps1* +=================================== This PowerShell script scans a folder for malware (including subfolders). Requires ESET Endpoint Security or Windows Defender. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/scan-folder.ps1 [[-path] ] [] +PS> ./scan-folder.ps1 [[-path] ] [] -path Specifies the file path to the folder (default is working directory). @@ -90,4 +90,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/scan-network.md b/docs/scan-network.md index 29a97c65..5baf099f 100644 --- a/docs/scan-network.md +++ b/docs/scan-network.md @@ -1,5 +1,5 @@ -The *scan-network.ps1* Script -=========================== +PowerShell Script: *scan-network.ps1* +=================================== scan-network.ps1 @@ -32,4 +32,4 @@ $arguments = $arguments + " " + $targets Start-Process $location -ArgumentList $arguments -Wait ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/scan-ports.md b/docs/scan-ports.md index 9c0b0a78..cb083fea 100644 --- a/docs/scan-ports.md +++ b/docs/scan-ports.md @@ -1,12 +1,12 @@ -The *scan-ports.ps1* Script -=========================== +PowerShell Script: *scan-ports.ps1* +=================================== This PowerShell script scans the network for open or closed ports. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/search-filename.md b/docs/search-filename.md index b2b86b2a..22a313c1 100644 --- a/docs/search-filename.md +++ b/docs/search-filename.md @@ -1,5 +1,5 @@ -The *search-filename.ps1* Script -=========================== +PowerShell Script: *search-filename.ps1* +=================================== This PowerShell script serves as a quick Powershell replacement to the search functionality in Windows After you pass in a root folder and a search term, the script will list all files and folders matching that phrase. @@ -7,7 +7,7 @@ After you pass in a root folder and a search term, the script will list all file Parameters ---------- ```powershell -/Repos/PowerShell/scripts/search-filename.ps1 [-path] [-term] [] +PS> ./search-filename.ps1 [-path] [-term] [] -path Specifies the path @@ -98,4 +98,4 @@ Search-Folder -FilePath $path -SearchTerm $term exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/search-files.md b/docs/search-files.md index 4b213d14..86819677 100644 --- a/docs/search-files.md +++ b/docs/search-files.md @@ -1,12 +1,12 @@ -The *search-files.ps1* Script -=========================== +PowerShell Script: *search-files.ps1* +=================================== This PowerShell script searches for the given text pattern in the given files. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/search-files.ps1 [[-textPattern] ] [[-filePattern] ] [] +PS> ./search-files.ps1 [[-textPattern] ] [[-filePattern] ] [] -textPattern Specifies the text pattern to search for @@ -101,4 +101,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/search-repo.md b/docs/search-repo.md index 184e829b..a6896a7a 100644 --- a/docs/search-repo.md +++ b/docs/search-repo.md @@ -1,12 +1,12 @@ -The *search-repo.ps1* Script -=========================== +PowerShell Script: *search-repo.ps1* +=================================== This PowerShell script searches for the given text pattern in a Git repository. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/search-repo.ps1 [[-textPattern] ] [[-path] ] [] +PS> ./search-repo.ps1 [[-textPattern] ] [[-path] ] [] -textPattern Specifies the text pattern to search for @@ -93,4 +93,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/send-email.md b/docs/send-email.md index 0fd740bd..a41d3c55 100644 --- a/docs/send-email.md +++ b/docs/send-email.md @@ -1,12 +1,12 @@ -The *send-email.ps1* Script -=========================== +PowerShell Script: *send-email.ps1* +=================================== This PowerShell script sends an email message. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/send-email.ps1 [[-From] ] [[-To] ] [[-Subject] ] [[-Body] ] [[-SMTPServer] ] [] +PS> ./send-email.ps1 [[-From] ] [[-To] ] [[-Subject] ] [[-Body] ] [[-SMTPServer] ] [] -From Specifies the sender email address @@ -126,4 +126,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/send-tcp.md b/docs/send-tcp.md index 2cf0bd8d..92b22f35 100644 --- a/docs/send-tcp.md +++ b/docs/send-tcp.md @@ -1,12 +1,12 @@ -The *send-tcp.ps1* Script -=========================== +PowerShell Script: *send-tcp.ps1* +=================================== This PowerShell script sends a TCP message to the given IP address and port. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/send-tcp.ps1 [[-TargetIP] ] [[-TargetPort] ] [[-Message] ] [] +PS> ./send-tcp.ps1 [[-TargetIP] ] [[-TargetPort] ] [[-Message] ] [] -TargetIP Specifies the target IP address @@ -107,4 +107,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/send-udp.md b/docs/send-udp.md index ed8506c9..70682022 100644 --- a/docs/send-udp.md +++ b/docs/send-udp.md @@ -1,12 +1,12 @@ -The *send-udp.ps1* Script -=========================== +PowerShell Script: *send-udp.ps1* +=================================== This PowerShell script sends a UDP datagram message to an IP address and port. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/send-udp.ps1 [[-TargetIP] ] [[-TargetPort] ] [[-Message] ] [] +PS> ./send-udp.ps1 [[-TargetIP] ] [[-TargetPort] ] [[-Message] ] [] -TargetIP Specifies the target IP address @@ -105,4 +105,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/set-timer.md b/docs/set-timer.md index b20e9302..12dbca9f 100644 --- a/docs/set-timer.md +++ b/docs/set-timer.md @@ -1,12 +1,12 @@ -The *set-timer.ps1* Script -=========================== +PowerShell Script: *set-timer.ps1* +=================================== This PowerShell script sets a timer for a countdown. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/set-timer.ps1 [[-Seconds] ] [] +PS> ./set-timer.ps1 [[-Seconds] ] [] -Seconds Specifies the number of seconds @@ -75,4 +75,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/set-volume.md b/docs/set-volume.md index f22007e4..e0c5875f 100644 --- a/docs/set-volume.md +++ b/docs/set-volume.md @@ -1,12 +1,12 @@ -The *set-volume.ps1* Script -=========================== +PowerShell Script: *set-volume.ps1* +=================================== This PowerShell script sets the audio volume to the given value in percent (0..100). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/set-volume.ps1 [-percent] [] +PS> ./set-volume.ps1 [-percent] [] -percent Specifies the volume in percent (0..100) @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/set-wallpaper.md b/docs/set-wallpaper.md index 6c569b48..498bd670 100644 --- a/docs/set-wallpaper.md +++ b/docs/set-wallpaper.md @@ -1,12 +1,12 @@ -The *set-wallpaper.ps1* Script -=========================== +PowerShell Script: *set-wallpaper.ps1* +=================================== This PowerShell script sets the given image file as desktop wallpaper (.JPG or .PNG supported) Parameters ---------- ```powershell -/Repos/PowerShell/scripts/set-wallpaper.ps1 [[-ImageFile] ] [[-Style] ] [] +PS> ./set-wallpaper.ps1 [[-ImageFile] ] [[-Style] ] [] -ImageFile Specifies the path to the image file @@ -124,4 +124,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/show-lightnings.md b/docs/show-lightnings.md index 2ed6d154..ce28bc4c 100644 --- a/docs/show-lightnings.md +++ b/docs/show-lightnings.md @@ -1,12 +1,12 @@ -The *show-lightnings.ps1* Script -=========================== +PowerShell Script: *show-lightnings.ps1* +=================================== This PowerShell script launches the Web browser and shows lightnings in OpenStreetMap. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/show-notification-motivation-quote.md b/docs/show-notification-motivation-quote.md index 9a35027b..1ee6fcb1 100644 --- a/docs/show-notification-motivation-quote.md +++ b/docs/show-notification-motivation-quote.md @@ -1,5 +1,5 @@ -The *show-notification-motivation-quote.ps1* Script -=========================== +PowerShell Script: *show-notification-motivation-quote.ps1* +=================================== show-notification-motivation-quote.ps1 @@ -69,4 +69,4 @@ $AppId = '{1AC14E77-02E7-4E5D-B744-2EB1AE5198B7}\WindowsPowerShell\v1.0\powershe ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/show-notification.md b/docs/show-notification.md index 18824ec4..e3a1f5d7 100644 --- a/docs/show-notification.md +++ b/docs/show-notification.md @@ -1,12 +1,12 @@ -The *show-notification.ps1* Script -=========================== +PowerShell Script: *show-notification.ps1* +=================================== This PowerShell script shows a toast-message notification for the Windows Notification Center. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/show-notification.ps1 [[-text] ] [[-title] ] [[-duration] ] [] +PS> ./show-notification.ps1 [[-text] ] [[-title] ] [[-duration] ] [] -text Specifies the text to show ('Hello World' by default) @@ -99,4 +99,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/show-traffic.md b/docs/show-traffic.md index 3f663b7e..9477ddc3 100644 --- a/docs/show-traffic.md +++ b/docs/show-traffic.md @@ -1,12 +1,12 @@ -The *show-traffic.ps1* Script -=========================== +PowerShell Script: *show-traffic.ps1* +=================================== This PowerShell script launches the Web browser with MSN showing the current traffic. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/simulate-presence.md b/docs/simulate-presence.md index af97efca..587a60d6 100644 --- a/docs/simulate-presence.md +++ b/docs/simulate-presence.md @@ -1,12 +1,12 @@ -The *simulate-presence.ps1* Script -=========================== +PowerShell Script: *simulate-presence.ps1* +=================================== This PowerShell script simulates the human presence against burglars. It switches a Shelly1 device on and off. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/simulate-presence.ps1 [[-IPaddress] ] [] +PS> ./simulate-presence.ps1 [[-IPaddress] ] [] -IPaddress Specifies the IP address of the Shelly1 device @@ -75,4 +75,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/smart-data2csv.md b/docs/smart-data2csv.md index 63105472..7100aa09 100644 --- a/docs/smart-data2csv.md +++ b/docs/smart-data2csv.md @@ -1,5 +1,5 @@ -The *smart-data2csv.ps1* Script -=========================== +PowerShell Script: *smart-data2csv.ps1* +=================================== This PowerShell script converts the S.M.A.R.T. JSON files in the current/given directory to a CSV table for analysis (use query-smart-data.ps1 to generate those JSON files). @@ -7,7 +7,7 @@ to a CSV table for analysis (use query-smart-data.ps1 to generate those JSON fil Parameters ---------- ```powershell -/Repos/PowerShell/scripts/smart-data2csv.ps1 [[-Directory] ] [] +PS> ./smart-data2csv.ps1 [[-Directory] ] [] -Directory Specifies the path to the directory @@ -142,4 +142,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-arabic.md b/docs/speak-arabic.md index 63dd8a8c..14fab7e5 100644 --- a/docs/speak-arabic.md +++ b/docs/speak-arabic.md @@ -1,12 +1,12 @@ -The *speak-arabic.ps1* Script -=========================== +PowerShell Script: *speak-arabic.ps1* +=================================== This PowerShell script speaks the given text with an Arabic text-to-speech (TTS) voice. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-arabic.ps1 [[-text] ] [] +PS> ./speak-arabic.ps1 [[-text] ] [] -text Specifies the Arabic text to speak @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-checklist.md b/docs/speak-checklist.md index fd132d64..b7233a9c 100644 --- a/docs/speak-checklist.md +++ b/docs/speak-checklist.md @@ -1,12 +1,12 @@ -The *speak-checklist.ps1* Script -=========================== +PowerShell Script: *speak-checklist.ps1* +=================================== This PowerShell script speaks the given Markdown checklist by text-to-speech (TTS). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-checklist.ps1 [[-name] ] [] +PS> ./speak-checklist.ps1 [[-name] ] [] -name Specifies the name of the checklist @@ -98,4 +98,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-countdown.md b/docs/speak-countdown.md index e596040d..1e407967 100644 --- a/docs/speak-countdown.md +++ b/docs/speak-countdown.md @@ -1,12 +1,12 @@ -The *speak-countdown.ps1* Script -=========================== +PowerShell Script: *speak-countdown.ps1* +=================================== This PowerShell script speaks a countdown by text-to-speech (TTS) starting from a given number. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-countdown.ps1 [[-startNumber] ] [] +PS> ./speak-countdown.ps1 [[-startNumber] ] [] -startNumber Specifies the number to start from (10 by default) @@ -75,4 +75,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-croatian.md b/docs/speak-croatian.md index 59cb931b..6a7e37c2 100644 --- a/docs/speak-croatian.md +++ b/docs/speak-croatian.md @@ -1,12 +1,12 @@ -The *speak-croatian.ps1* Script -=========================== +PowerShell Script: *speak-croatian.ps1* +=================================== This PowerShell script speaks the given text with a Croatian text-to-speech (TTS) voice. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-croatian.ps1 [[-text] ] [] +PS> ./speak-croatian.ps1 [[-text] ] [] -text Specifies the Croatian text to speak @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-danish.md b/docs/speak-danish.md index 212504e3..5022ef81 100644 --- a/docs/speak-danish.md +++ b/docs/speak-danish.md @@ -1,12 +1,12 @@ -The *speak-danish.ps1* Script -=========================== +PowerShell Script: *speak-danish.ps1* +=================================== This PowerShell script speaks the given text with a Danish text-to-speech (TTS) voice. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-danish.ps1 [[-text] ] [] +PS> ./speak-danish.ps1 [[-text] ] [] -text Specifies the Danish text to speak @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-dutch.md b/docs/speak-dutch.md index 03a714e64..e54ab7ad 100644 --- a/docs/speak-dutch.md +++ b/docs/speak-dutch.md @@ -1,12 +1,12 @@ -The *speak-dutch.ps1* Script -=========================== +PowerShell Script: *speak-dutch.ps1* +=================================== This PowerShell script speaks the given text with a Dutch text-to-speech (TTS) voice. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-dutch.ps1 [[-text] ] [] +PS> ./speak-dutch.ps1 [[-text] ] [] -text Specifies the Dutch text to speak @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-english.md b/docs/speak-english.md index ffe0a501..566d52af 100644 --- a/docs/speak-english.md +++ b/docs/speak-english.md @@ -1,12 +1,12 @@ -The *speak-english.ps1* Script -=========================== +PowerShell Script: *speak-english.ps1* +=================================== This PowerShell script speaks the given text with an English text-to-speech (TTS) voice. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-english.ps1 [[-text] ] [] +PS> ./speak-english.ps1 [[-text] ] [] -text Specifies the English text to speak @@ -77,4 +77,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-epub.md b/docs/speak-epub.md index ada26dbf..402dcaeb 100644 --- a/docs/speak-epub.md +++ b/docs/speak-epub.md @@ -1,12 +1,12 @@ -The *speak-epub.ps1* Script -=========================== +PowerShell Script: *speak-epub.ps1* +=================================== This PowerShell script speaks the content of the given Epub file by text-to-speech (TTS). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-epub.ps1 [[-Filename] ] [] +PS> ./speak-epub.ps1 [[-Filename] ] [] -Filename Specifies the path to the Epub file @@ -142,4 +142,4 @@ foreach($item in $content.package.manifest.Item) { exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-esperanto.md b/docs/speak-esperanto.md index c2f197dc..2b80abf4 100644 --- a/docs/speak-esperanto.md +++ b/docs/speak-esperanto.md @@ -1,12 +1,12 @@ -The *speak-esperanto.ps1* Script -=========================== +PowerShell Script: *speak-esperanto.ps1* +=================================== This PowerShell script speaks the given text with an Esperanto text-to-speech (TTS) voice. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-esperanto.ps1 [[-text] ] [] +PS> ./speak-esperanto.ps1 [[-text] ] [] -text Specifies the Esperanto text to speak @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-file.md b/docs/speak-file.md index 6e45d79a..19b7a7f9 100644 --- a/docs/speak-file.md +++ b/docs/speak-file.md @@ -1,12 +1,12 @@ -The *speak-file.ps1* Script -=========================== +PowerShell Script: *speak-file.ps1* +=================================== This PowerShell script speaks the content of the given text file by text-to-speech (TTS). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-file.ps1 [[-File] ] [] +PS> ./speak-file.ps1 [[-File] ] [] -File Specifies the path to the text file @@ -74,4 +74,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-finnish.md b/docs/speak-finnish.md index 14c5449b..a3bca37d 100644 --- a/docs/speak-finnish.md +++ b/docs/speak-finnish.md @@ -1,12 +1,12 @@ -The *speak-finnish.ps1* Script -=========================== +PowerShell Script: *speak-finnish.ps1* +=================================== This PowerShell script speaks the given text with a Finnish text-to-speech (TTS) voice. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-finnish.ps1 [[-text] ] [] +PS> ./speak-finnish.ps1 [[-text] ] [] -text Specifies the Finnish text to speak @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-french.md b/docs/speak-french.md index 5e8331d7..76287cc2 100644 --- a/docs/speak-french.md +++ b/docs/speak-french.md @@ -1,12 +1,12 @@ -The *speak-french.ps1* Script -=========================== +PowerShell Script: *speak-french.ps1* +=================================== This PowerShell script speaks the given text with a French text-to-speech (TTS) voice. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-french.ps1 [[-text] ] [] +PS> ./speak-french.ps1 [[-text] ] [] -text Specifies the French text to speak @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-german.md b/docs/speak-german.md index 4f5ce078..51f8fd46 100644 --- a/docs/speak-german.md +++ b/docs/speak-german.md @@ -1,12 +1,12 @@ -The *speak-german.ps1* Script -=========================== +PowerShell Script: *speak-german.ps1* +=================================== This PowerShell script speaks the given text with a German text-to-speech (TTS) voice. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-german.ps1 [[-text] ] [] +PS> ./speak-german.ps1 [[-text] ] [] -text Specifies the German text to speak @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-greek.md b/docs/speak-greek.md index 649c33da..fd14cc27 100644 --- a/docs/speak-greek.md +++ b/docs/speak-greek.md @@ -1,12 +1,12 @@ -The *speak-greek.ps1* Script -=========================== +PowerShell Script: *speak-greek.ps1* +=================================== This PowerShell script speaks the given text with a Greek text-to-speech (TTS) voice. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-greek.ps1 [[-text] ] [] +PS> ./speak-greek.ps1 [[-text] ] [] -text Specifies the Greek text to speak @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-hebrew.md b/docs/speak-hebrew.md index 894cd5ad..fdc4dc07 100644 --- a/docs/speak-hebrew.md +++ b/docs/speak-hebrew.md @@ -1,12 +1,12 @@ -The *speak-hebrew.ps1* Script -=========================== +PowerShell Script: *speak-hebrew.ps1* +=================================== This PowerShell script speaks the given text with a Hebrew text-to-speech (TTS) voice. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-hebrew.ps1 [[-text] ] [] +PS> ./speak-hebrew.ps1 [[-text] ] [] -text Specifies the Hebrew text to speak @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-hindi.md b/docs/speak-hindi.md index d7ef3c54..cde84833 100644 --- a/docs/speak-hindi.md +++ b/docs/speak-hindi.md @@ -1,12 +1,12 @@ -The *speak-hindi.ps1* Script -=========================== +PowerShell Script: *speak-hindi.ps1* +=================================== This PowerShell script speaks the given text with a Hindi text-to-speech (TTS) voice. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-hindi.ps1 [[-text] ] [] +PS> ./speak-hindi.ps1 [[-text] ] [] -text Specifies the Hindi text to speak @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-italian.md b/docs/speak-italian.md index 361e39ae..c6c8bbcf 100644 --- a/docs/speak-italian.md +++ b/docs/speak-italian.md @@ -1,12 +1,12 @@ -The *speak-italian.ps1* Script -=========================== +PowerShell Script: *speak-italian.ps1* +=================================== This PowerShell script speaks the given text with an Italian text-to-speech (TTS) voice. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-italian.ps1 [[-text] ] [] +PS> ./speak-italian.ps1 [[-text] ] [] -text Specifies the Italian text to speak @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-japanese.md b/docs/speak-japanese.md index f3ecf147..1f6e1da8 100644 --- a/docs/speak-japanese.md +++ b/docs/speak-japanese.md @@ -1,12 +1,12 @@ -The *speak-japanese.ps1* Script -=========================== +PowerShell Script: *speak-japanese.ps1* +=================================== This PowerShell script speaks the given text with a Japanese text-to-speech (TTS) voice. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-japanese.ps1 [[-text] ] [] +PS> ./speak-japanese.ps1 [[-text] ] [] -text Specifies the Japanese text to speak @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-korean.md b/docs/speak-korean.md index 0d8433b8..b5076a70 100644 --- a/docs/speak-korean.md +++ b/docs/speak-korean.md @@ -1,12 +1,12 @@ -The *speak-korean.ps1* Script -=========================== +PowerShell Script: *speak-korean.ps1* +=================================== This PowerShell script speaks the given text with a Korean text-to-speech (TTS) voice. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-korean.ps1 [[-text] ] [] +PS> ./speak-korean.ps1 [[-text] ] [] -text Specifies the Korean text to speak @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-latin.md b/docs/speak-latin.md index 387e6ddd..d20802af 100644 --- a/docs/speak-latin.md +++ b/docs/speak-latin.md @@ -1,12 +1,12 @@ -The *speak-latin.ps1* Script -=========================== +PowerShell Script: *speak-latin.ps1* +=================================== This PowerShell script speaks the given text with a Latin text-to-speech (TTS) voice. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-latin.ps1 [[-text] ] [] +PS> ./speak-latin.ps1 [[-text] ] [] -text Specifies the Latin text to speak @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-mandarin.md b/docs/speak-mandarin.md index 667ca46d..0c50d33f 100644 --- a/docs/speak-mandarin.md +++ b/docs/speak-mandarin.md @@ -1,12 +1,12 @@ -The *speak-mandarin.ps1* Script -=========================== +PowerShell Script: *speak-mandarin.ps1* +=================================== This PowerShell script speaks the given text with a Mandarin text-to-speech (TTS) voice. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-mandarin.ps1 [[-text] ] [] +PS> ./speak-mandarin.ps1 [[-text] ] [] -text Specifies the Mandarin text to speak @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-norwegian.md b/docs/speak-norwegian.md index 26208f71..615df2a6 100644 --- a/docs/speak-norwegian.md +++ b/docs/speak-norwegian.md @@ -1,12 +1,12 @@ -The *speak-norwegian.ps1* Script -=========================== +PowerShell Script: *speak-norwegian.ps1* +=================================== This PowerShell script speaks the given text with a Norwegian text-to-speech (TTS) voice. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-norwegian.ps1 [[-text] ] [] +PS> ./speak-norwegian.ps1 [[-text] ] [] -text Specifies the Norwegian text to speak @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-polish.md b/docs/speak-polish.md index 5b5e8b39..f8b39933 100644 --- a/docs/speak-polish.md +++ b/docs/speak-polish.md @@ -1,12 +1,12 @@ -The *speak-polish.ps1* Script -=========================== +PowerShell Script: *speak-polish.ps1* +=================================== This PowerShell script speaks the given text with a Polish text-to-speech (TTS) voice. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-polish.ps1 [[-text] ] [] +PS> ./speak-polish.ps1 [[-text] ] [] -text Specifies the Polish text to speak @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-portuguese.md b/docs/speak-portuguese.md index c1128434..334ea5f9 100644 --- a/docs/speak-portuguese.md +++ b/docs/speak-portuguese.md @@ -1,12 +1,12 @@ -The *speak-portuguese.ps1* Script -=========================== +PowerShell Script: *speak-portuguese.ps1* +=================================== This PowerShell script speaks the given text with a Portuguese text-to-speech (TTS) voice. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-portuguese.ps1 [[-text] ] [] +PS> ./speak-portuguese.ps1 [[-text] ] [] -text Specifies the Portuguese text to speak @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-russian.md b/docs/speak-russian.md index 96ebb8d9..4c930433 100644 --- a/docs/speak-russian.md +++ b/docs/speak-russian.md @@ -1,12 +1,12 @@ -The *speak-russian.ps1* Script -=========================== +PowerShell Script: *speak-russian.ps1* +=================================== This PowerShell script speaks the text with a Russian text-to-speech (TTS) voice. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-russian.ps1 [[-text] ] [] +PS> ./speak-russian.ps1 [[-text] ] [] -text Specifies the Russian text @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-spanish.md b/docs/speak-spanish.md index 955e5b3c..6f8cce76 100644 --- a/docs/speak-spanish.md +++ b/docs/speak-spanish.md @@ -1,12 +1,12 @@ -The *speak-spanish.ps1* Script -=========================== +PowerShell Script: *speak-spanish.ps1* +=================================== This PowerShell script speaks the given text with a Spanish text-to-speech (TTS) voice. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-spanish.ps1 [[-text] ] [] +PS> ./speak-spanish.ps1 [[-text] ] [] -text Specifies the Spanish text to speak @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-swedish.md b/docs/speak-swedish.md index b366cac6..271c6c2e 100644 --- a/docs/speak-swedish.md +++ b/docs/speak-swedish.md @@ -1,12 +1,12 @@ -The *speak-swedish.ps1* Script -=========================== +PowerShell Script: *speak-swedish.ps1* +=================================== This PowerShell script speaks the given text with a Swedish text-to-speech (TTS) voice. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-swedish.ps1 [[-text] ] [] +PS> ./speak-swedish.ps1 [[-text] ] [] -text Specifies the Swedish text to speak @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-test.md b/docs/speak-test.md index 2b08a700..367fe0c4 100644 --- a/docs/speak-test.md +++ b/docs/speak-test.md @@ -1,12 +1,12 @@ -The *speak-test.ps1* Script -=========================== +PowerShell Script: *speak-test.ps1* +=================================== This PowerShell script performs a text-to-speech (TTS) test. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-test.ps1 [] +PS> ./speak-test.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -101,4 +101,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:14)* diff --git a/docs/speak-text.md b/docs/speak-text.md index 775d0f34..5f5dbef4 100644 --- a/docs/speak-text.md +++ b/docs/speak-text.md @@ -1,12 +1,12 @@ -The *speak-text.ps1* Script -=========================== +PowerShell Script: *speak-text.ps1* +=================================== This PowerShell script speaks the given text by the default text-to-speech (TTS) voice. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-text.ps1 [[-text] ] [] +PS> ./speak-text.ps1 [[-text] ] [] -text Specifies the text to read @@ -72,4 +72,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/speak-thai.md b/docs/speak-thai.md index eebcc148..269a96f6 100644 --- a/docs/speak-thai.md +++ b/docs/speak-thai.md @@ -1,12 +1,12 @@ -The *speak-thai.ps1* Script -=========================== +PowerShell Script: *speak-thai.ps1* +=================================== This PowerShell script speaks the given text with a Thai text-to-speech (TTS) voice. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-thai.ps1 [[-text] ] [] +PS> ./speak-thai.ps1 [[-text] ] [] -text Specifies the Thai text to speak @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/speak-turkish.md b/docs/speak-turkish.md index b35751ce..2550074b 100644 --- a/docs/speak-turkish.md +++ b/docs/speak-turkish.md @@ -1,12 +1,12 @@ -The *speak-turkish.ps1* Script -=========================== +PowerShell Script: *speak-turkish.ps1* +=================================== This PowerShell script speaks the given text with a Turkish text-to-speech (TTS) voice. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-turkish.ps1 [[-text] ] [] +PS> ./speak-turkish.ps1 [[-text] ] [] -text Specifies the Turkish text to speak @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/speak-ukrainian.md b/docs/speak-ukrainian.md index 9d6e8bcf..8a6adf40 100644 --- a/docs/speak-ukrainian.md +++ b/docs/speak-ukrainian.md @@ -1,12 +1,12 @@ -The *speak-ukrainian.ps1* Script -=========================== +PowerShell Script: *speak-ukrainian.ps1* +=================================== This PowerShell script speaks the given text with a Ukrainian text-to-speech (TTS) voice. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/speak-ukrainian.ps1 [[-text] ] [] +PS> ./speak-ukrainian.ps1 [[-text] ] [] -text Specifies the Ukranian text to speak @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/spell-word.md b/docs/spell-word.md index c4cfa9de..67ae01ab 100644 --- a/docs/spell-word.md +++ b/docs/spell-word.md @@ -1,12 +1,12 @@ -The *spell-word.ps1* Script -=========================== +PowerShell Script: *spell-word.ps1* +=================================== This PowerShell script spells the given word by text-to-speech (TTS). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/spell-word.ps1 [[-word] ] [] +PS> ./spell-word.ps1 [[-word] ] [] -word Specifies the word to spell (queried by default) @@ -76,4 +76,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/start-ipfs-server.md b/docs/start-ipfs-server.md index 31fe1e28..31f5131f 100644 --- a/docs/start-ipfs-server.md +++ b/docs/start-ipfs-server.md @@ -1,12 +1,12 @@ -The *start-ipfs-server.ps1* Script -=========================== +PowerShell Script: *start-ipfs-server.ps1* +=================================== This PowerShell script starts a local IPFS server as a daemon process. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/suspend.md b/docs/suspend.md index b3473562..90e403ac 100644 --- a/docs/suspend.md +++ b/docs/suspend.md @@ -1,12 +1,12 @@ -The *suspend.ps1* Script -=========================== +PowerShell Script: *suspend.ps1* +=================================== This PowerShell script suspends the local computer immediately. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/suspend.ps1 [] +PS> ./suspend.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -54,4 +54,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/switch-branch.md b/docs/switch-branch.md index 7c2e6cdb..ca347c55 100644 --- a/docs/switch-branch.md +++ b/docs/switch-branch.md @@ -1,12 +1,12 @@ -The *switch-branch.ps1* Script -=========================== +PowerShell Script: *switch-branch.ps1* +=================================== This PowerShell script switches to the given branch in a Git repository and also updates the submodules. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/switch-branch.ps1 [[-branchName] ] [[-path] ] [] +PS> ./switch-branch.ps1 [[-branchName] ] [[-path] ] [] -branchName Specifies the Git branch name to switch to @@ -123,9 +123,9 @@ try { "✅ Repo '$repoDirName' switched to '$branchName' branch in $($elapsed)s." exit 0 # success } catch { - "⚠️ ERROR: $($Error[0]) in script line $($_.InvocationInfo.ScriptLineNumber)" + "⚠️ ERROR: $($Error[0]) (script line $($_.InvocationInfo.ScriptLineNumber))" exit 1 } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/switch-shelly1.md b/docs/switch-shelly1.md index b91224ef..515fbdc5 100644 --- a/docs/switch-shelly1.md +++ b/docs/switch-shelly1.md @@ -1,12 +1,12 @@ -The *switch-shelly1.ps1* Script -=========================== +PowerShell Script: *switch-shelly1.ps1* +=================================== This PowerShell script switches a Shelly1 device in the local network. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 @@ -97,4 +97,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/switch-tabs.md b/docs/switch-tabs.md index a256e205..f1a1c3e2 100644 --- a/docs/switch-tabs.md +++ b/docs/switch-tabs.md @@ -1,12 +1,12 @@ -The *switch-tabs.ps1* Script -=========================== +PowerShell Script: *switch-tabs.ps1* +=================================== This PowerShell script switches automatically from tab to tab every seconds (by pressing Ctrl + PageDown). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/switch-tabs.ps1 [[-timeInterval] ] [] +PS> ./switch-tabs.ps1 [[-timeInterval] ] [] -timeInterval Specifies the time interval in seconds (10sec per default) @@ -77,4 +77,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/sync-dir.md b/docs/sync-dir.md index f4383ab0..dfe25d59 100644 --- a/docs/sync-dir.md +++ b/docs/sync-dir.md @@ -1,5 +1,5 @@ -The *sync-dir.ps1* Script -=========================== +PowerShell Script: *sync-dir.ps1* +=================================== This PowerShell script synchronizes (mirrors) the content of 2 directory trees by using Robocopy. Typical use cases are backups: at first everything is copied (full backup), afterward only changes are copied (incremental backup). @@ -8,7 +8,7 @@ IMPORTANT NOTE: Make sure the target path is correct because the content gets re Parameters ---------- ```powershell -/Repos/PowerShell/scripts/sync-dir.ps1 [[-sourcePath] ] [[-targetPath] ] [] +PS> ./sync-dir.ps1 [[-sourcePath] ] [[-targetPath] ] [] -sourcePath Specifies the path to the source dir (to be entered by default) @@ -106,4 +106,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/sync-repo.md b/docs/sync-repo.md index a5406ff1..921ace28 100644 --- a/docs/sync-repo.md +++ b/docs/sync-repo.md @@ -1,12 +1,12 @@ -The *sync-repo.ps1* Script -=========================== +PowerShell Script: *sync-repo.ps1* +=================================== This PowerShell script synchronizes a local Git repository by pull and push (including submodules). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/sync-repo.ps1 [[-path] ] [] +PS> ./sync-repo.ps1 [[-path] ] [] -path Specifies the file path to the Git repository (current working directory by default) @@ -96,4 +96,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/tell-joke.md b/docs/tell-joke.md index e4ca170a..72447296 100644 --- a/docs/tell-joke.md +++ b/docs/tell-joke.md @@ -1,12 +1,12 @@ -The *tell-joke.ps1* Script -=========================== +PowerShell Script: *tell-joke.ps1* +=================================== This PowerShell script selects a random Chuck Norris joke in Data/jokes.csv and speaks it by text-to-speech (TTS). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/tell-joke.ps1 [] +PS> ./tell-joke.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/tell-new-year.md b/docs/tell-new-year.md index 73936cc9..4473e60a 100644 --- a/docs/tell-new-year.md +++ b/docs/tell-new-year.md @@ -1,12 +1,12 @@ -The *tell-new-year.ps1* Script -=========================== +PowerShell Script: *tell-new-year.ps1* +=================================== This PowerShell script calculates the time until New Year and replies by text-to-speech (TTS). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/tell-new-year.ps1 [] +PS> ./tell-new-year.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -62,4 +62,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/tell-quote.md b/docs/tell-quote.md index 08f4fcfa..db83ea9a 100644 --- a/docs/tell-quote.md +++ b/docs/tell-quote.md @@ -1,12 +1,12 @@ -The *tell-quote.ps1* Script -=========================== +PowerShell Script: *tell-quote.ps1* +=================================== This PowerShell script selects a random quote from Data/quotes.csv and speaks it by text-to-speech (TTS). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/tell-quote.ps1 [] +PS> ./tell-quote.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -60,4 +60,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/toggle-caps-lock.md b/docs/toggle-caps-lock.md index 11692781..5d01f973 100644 --- a/docs/toggle-caps-lock.md +++ b/docs/toggle-caps-lock.md @@ -1,12 +1,12 @@ -The *toggle-caps-lock.ps1* Script -=========================== +PowerShell Script: *toggle-caps-lock.ps1* +=================================== This PowerShell script toggles the Caps Lock key state. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/toggle-num-lock.md b/docs/toggle-num-lock.md index 39a903ba..dd148fea 100644 --- a/docs/toggle-num-lock.md +++ b/docs/toggle-num-lock.md @@ -1,12 +1,12 @@ -The *toggle-num-lock.ps1* Script -=========================== +PowerShell Script: *toggle-num-lock.ps1* +=================================== This PowerShell script toggles the Num Lock key state. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/toggle-scroll-lock.md b/docs/toggle-scroll-lock.md index 93118052..9a89dec3 100644 --- a/docs/toggle-scroll-lock.md +++ b/docs/toggle-scroll-lock.md @@ -1,12 +1,12 @@ -The *toggle-scroll-lock.ps1* Script -=========================== +PowerShell Script: *toggle-scroll-lock.ps1* +=================================== This PowerShell script toggles the Scroll Lock key state. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/touch.md b/docs/touch.md index 4d9a2023..de332add 100644 --- a/docs/touch.md +++ b/docs/touch.md @@ -1,12 +1,12 @@ -The *touch.ps1* Script -=========================== +PowerShell Script: *touch.ps1* +=================================== This PowerShell script creates a new empty file. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/touch.ps1 [[-filename] ] [] +PS> ./touch.ps1 [[-filename] ] [] -filename Path and filename of the new file @@ -71,4 +71,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/translate-file.md b/docs/translate-file.md index 5c8862f3..0fa08f49 100644 --- a/docs/translate-file.md +++ b/docs/translate-file.md @@ -1,12 +1,12 @@ -The *translate-file.ps1* Script -=========================== +PowerShell Script: *translate-file.ps1* +=================================== This PowerShell script translates the given text file into another language and writes the output on the console. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/translate-file.ps1 [[-File] ] [[-SourceLang] ] [[-TargetLang] ] [] +PS> ./translate-file.ps1 [[-File] ] [[-SourceLang] ] [[-TargetLang] ] [] -File Specifies the path to the file to be translated @@ -111,4 +111,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/translate-files.md b/docs/translate-files.md index c062bfbe..153aa991 100644 --- a/docs/translate-files.md +++ b/docs/translate-files.md @@ -1,12 +1,12 @@ -The *translate-files.ps1* Script -=========================== +PowerShell Script: *translate-files.ps1* +=================================== This PowerShell script translates text files into multiple languages. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/translate-files.ps1 [[-filePattern] ] [] +PS> ./translate-files.ps1 [[-filePattern] ] [] -filePattern Specifies the file pattern of the text file(s) to be translated @@ -106,4 +106,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/translate-text.md b/docs/translate-text.md index 2ebc20cc..c2362882 100644 --- a/docs/translate-text.md +++ b/docs/translate-text.md @@ -1,12 +1,12 @@ -The *translate-text.ps1* Script -=========================== +PowerShell Script: *translate-text.ps1* +=================================== This PowerShell script translates text into other languages. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/translate-text.ps1 [[-Text] ] [[-SourceLangCode] ] [[-TargetLangCode] ] [] +PS> ./translate-text.ps1 [[-Text] ] [[-SourceLangCode] ] [[-TargetLangCode] ] [] -Text Specifies the text to translate @@ -107,4 +107,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/turn-volume-down.md b/docs/turn-volume-down.md index 1b63e71f..a4f44f50 100644 --- a/docs/turn-volume-down.md +++ b/docs/turn-volume-down.md @@ -1,12 +1,12 @@ -The *turn-volume-down.ps1* Script -=========================== +PowerShell Script: *turn-volume-down.ps1* +=================================== This PowerShell script turns the audio volume down (-10% by default). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/turn-volume-down.ps1 [[-percent] ] [] +PS> ./turn-volume-down.ps1 [[-percent] ] [] -percent Specifies the percent number @@ -70,4 +70,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/turn-volume-fully-up.md b/docs/turn-volume-fully-up.md index 52c1f9e3..f7d07fa0 100644 --- a/docs/turn-volume-fully-up.md +++ b/docs/turn-volume-fully-up.md @@ -1,12 +1,12 @@ -The *turn-volume-fully-up.ps1* Script -=========================== +PowerShell Script: *turn-volume-fully-up.ps1* +=================================== This PowerShell script turns the audio volume fully up to 100%. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/turn-volume-off.md b/docs/turn-volume-off.md index e0d79dd9..4a082527 100644 --- a/docs/turn-volume-off.md +++ b/docs/turn-volume-off.md @@ -1,12 +1,12 @@ -The *turn-volume-off.ps1* Script -=========================== +PowerShell Script: *turn-volume-off.ps1* +=================================== This PowerShell script mutes the default audio device immediately. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/turn-volume-on.md b/docs/turn-volume-on.md index 946a118d..75379e52 100644 --- a/docs/turn-volume-on.md +++ b/docs/turn-volume-on.md @@ -1,12 +1,12 @@ -The *turn-volume-on.ps1* Script -=========================== +PowerShell Script: *turn-volume-on.ps1* +=================================== This PowerShell script immediately unmutes the audio output. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/turn-volume-up.md b/docs/turn-volume-up.md index f591deca..f1a2cb8d 100644 --- a/docs/turn-volume-up.md +++ b/docs/turn-volume-up.md @@ -1,12 +1,12 @@ -The *turn-volume-up.ps1* Script -=========================== +PowerShell Script: *turn-volume-up.ps1* +=================================== This PowerShell script turns the audio volume up (+10% by default). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/turn-volume-up.ps1 [[-percent] ] [] +PS> ./turn-volume-up.ps1 [[-percent] ] [] -percent Specifies the percent number @@ -70,4 +70,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/uninstall-all-apps.md b/docs/uninstall-all-apps.md index c5558174..97e3eeeb 100644 --- a/docs/uninstall-all-apps.md +++ b/docs/uninstall-all-apps.md @@ -1,12 +1,12 @@ -The *uninstall-all-apps.ps1* Script -=========================== +PowerShell Script: *uninstall-all-apps.ps1* +=================================== This PowerShell script uninstalls all applications from the local computer. Useful for de-bloating Windows to clean up a PC quickly for an industrial use case without any security risks. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/uninstall-bloatware.md b/docs/uninstall-bloatware.md index ef7eb7b8..38e74039 100644 --- a/docs/uninstall-bloatware.md +++ b/docs/uninstall-bloatware.md @@ -1,12 +1,12 @@ -The *uninstall-bloatware.ps1* Script -=========================== +PowerShell Script: *uninstall-bloatware.ps1* +=================================== This PowerShell script uninstalls unnecessary software and applications. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/uninstall-bloatware.ps1 [] +PS> ./uninstall-bloatware.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -98,4 +98,4 @@ winget uninstall 'Prime Video for Windows' exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/uninstall-new-outlook.md b/docs/uninstall-new-outlook.md index 1459b121..91636bf5 100644 --- a/docs/uninstall-new-outlook.md +++ b/docs/uninstall-new-outlook.md @@ -1,12 +1,12 @@ -The *uninstall-new-outlook.ps1* Script -=========================== +PowerShell Script: *uninstall-new-outlook.ps1* +=================================== This PowerShell script uninstalls the new Outlook for Windows application. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/uninstall-new-outlook.ps1 [] +PS> ./uninstall-new-outlook.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -57,4 +57,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/uninstall-outlook.md b/docs/uninstall-outlook.md index 5cb60938..6e390f67 100644 --- a/docs/uninstall-outlook.md +++ b/docs/uninstall-outlook.md @@ -1,12 +1,12 @@ -The *uninstall-outlook.ps1* Script -=========================== +PowerShell Script: *uninstall-outlook.ps1* +=================================== This PowerShell script uninstalls Outlook for Windows. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/uninstall-outlook.ps1 [] +PS> ./uninstall-outlook.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -57,4 +57,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/update-powershell-profile.md b/docs/update-powershell-profile.md index dee1d351..26df4d8d 100644 --- a/docs/update-powershell-profile.md +++ b/docs/update-powershell-profile.md @@ -1,12 +1,12 @@ -The *update-powershell-profile.ps1* Script -=========================== +PowerShell Script: *update-powershell-profile.ps1* +=================================== This PowerShell script write/overwrites the PowerShell profile of the current user. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/update-powershell-profile.ps1 [[-path] ] [] +PS> ./update-powershell-profile.ps1 [[-path] ] [] -path Specifies the path to the new profile ($PSScriptRoot/my-profile.ps1 by default) @@ -81,4 +81,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/upgrade-ubuntu.md b/docs/upgrade-ubuntu.md index 536829d6..6954ff78 100644 --- a/docs/upgrade-ubuntu.md +++ b/docs/upgrade-ubuntu.md @@ -1,12 +1,12 @@ -The *upgrade-ubuntu.ps1* Script -=========================== +PowerShell Script: *upgrade-ubuntu.ps1* +=================================== This PowerShell script upgrades Ubuntu Linux to the latest (LTS) release. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/upgrade-ubuntu.ps1 [] +PS> ./upgrade-ubuntu.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -87,4 +87,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/upload-file.md b/docs/upload-file.md index 5d9130ef..f5452936 100644 --- a/docs/upload-file.md +++ b/docs/upload-file.md @@ -1,12 +1,12 @@ -The *upload-file.ps1* Script -=========================== +PowerShell Script: *upload-file.ps1* +=================================== This PowerShell script uploads a local file to a FTP server. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/upload-file.ps1 [[-File] ] [[-URL] ] [[-Username] ] [[-Password] ] [] +PS> ./upload-file.ps1 [[-File] ] [[-URL] ] [[-Username] ] [[-Password] ] [] -File Specifies the path to the local file @@ -149,4 +149,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/upload-to-dropbox.md b/docs/upload-to-dropbox.md index 4d02facb..2ae0a7e0 100644 --- a/docs/upload-to-dropbox.md +++ b/docs/upload-to-dropbox.md @@ -1,12 +1,12 @@ -The *upload-to-dropbox.ps1* Script -=========================== +PowerShell Script: *upload-to-dropbox.ps1* +=================================== This PowerShell script uploads a local file to Dropbox. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/upload-to-dropbox.ps1 [-SourceFilePath] [] +PS> ./upload-to-dropbox.ps1 [-SourceFilePath] [] -SourceFilePath @@ -75,4 +75,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/wake-up-host.md b/docs/wake-up-host.md index 6faf7698..82369271 100644 --- a/docs/wake-up-host.md +++ b/docs/wake-up-host.md @@ -1,12 +1,12 @@ -The *wake-up-host.ps1* Script -=========================== +PowerShell Script: *wake-up-host.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). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/wake-up-host.ps1 [[-macAddr] ] [[-ipAddr] ] [[-udpPort] ] [[-numTimes] ] [] +PS> ./wake-up-host.ps1 [[-macAddr] ] [[-ipAddr] ] [[-udpPort] ] [[-numTimes] ] [] -macAddr Specifies the host's MAC address (e.g. 11:22:33:44:55:66) @@ -124,4 +124,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/wake-up-human.md b/docs/wake-up-human.md index c3483e4d..f883a081 100644 --- a/docs/wake-up-human.md +++ b/docs/wake-up-human.md @@ -1,12 +1,12 @@ -The *wake-up-human.ps1* Script -=========================== +PowerShell Script: *wake-up-human.ps1* +=================================== This PowerShell script plays the sound of Big Ben to wake a human up. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/wake-up-human.ps1 [] +PS> ./wake-up-human.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -52,4 +52,4 @@ do { ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/watch-commits.md b/docs/watch-commits.md index 58bbbc9a..d4f95eda 100644 --- a/docs/watch-commits.md +++ b/docs/watch-commits.md @@ -1,12 +1,12 @@ -The *watch-commits.ps1* Script -=========================== +PowerShell Script: *watch-commits.ps1* +=================================== This PowerShell script continuously lists the latest commits in a Git repository in real-time. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/watch-commits.ps1 [[-pathToRepo] ] [[-updateInterval] ] [[-speed] ] [] +PS> ./watch-commits.ps1 [[-pathToRepo] ] [[-updateInterval] ] [[-speed] ] [] -pathToRepo Specifies the file path to the local Git repository. @@ -125,4 +125,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/watch-crypto-rates.md b/docs/watch-crypto-rates.md index 4f934bfe..49299ff9 100644 --- a/docs/watch-crypto-rates.md +++ b/docs/watch-crypto-rates.md @@ -1,5 +1,5 @@ -The *watch-crypto-rates.ps1* Script -=========================== +PowerShell Script: *watch-crypto-rates.ps1* +=================================== watch-crypto-rates.ps1 @@ -80,4 +80,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/watch-file.md b/docs/watch-file.md index f23d5838..d462e3fb 100644 --- a/docs/watch-file.md +++ b/docs/watch-file.md @@ -1,5 +1,5 @@ -The *watch-file.ps1* Script -=========================== +PowerShell Script: *watch-file.ps1* +=================================== watch-file.ps1 @@ -64,4 +64,4 @@ function Watch-File { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/watch-host.md b/docs/watch-host.md index b8b67f25..e88dc6f1 100644 --- a/docs/watch-host.md +++ b/docs/watch-host.md @@ -1,5 +1,5 @@ -The *watch-host.ps1* Script -=========================== +PowerShell Script: *watch-host.ps1* +=================================== watch-host.ps1 @@ -147,4 +147,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/watch-news.md b/docs/watch-news.md index 333863ce..dd32f9e3 100644 --- a/docs/watch-news.md +++ b/docs/watch-news.md @@ -1,12 +1,12 @@ -The *watch-news.ps1* Script -=========================== +PowerShell Script: *watch-news.ps1* +=================================== This PowerShell script continuously lists the latest headlines by using a RSS (Really Simple Syndication) feed. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/watch-news.ps1 [[-URL] ] [[-timeInterval] ] [] +PS> ./watch-news.ps1 [[-URL] ] [[-timeInterval] ] [] -URL Specifies the URL to the RSS feed (Yahoo World News by default) @@ -123,4 +123,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/watch-ping.md b/docs/watch-ping.md index d2ae65a6..9a4ce2d1 100644 --- a/docs/watch-ping.md +++ b/docs/watch-ping.md @@ -1,12 +1,12 @@ -The *watch-ping.ps1* Script -=========================== +PowerShell Script: *watch-ping.ps1* +=================================== This PowerShell script pings the given host continously and shows the roundtrip times in a horizontal chart. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/watch-ping.ps1 [[-hostname] ] [[-timeInterval] ] [] +PS> ./watch-ping.ps1 [[-hostname] ] [[-timeInterval] ] [] -hostname Specifies the hostname or IP address to ping (windows.com by default) @@ -137,4 +137,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/weather-report.md b/docs/weather-report.md index 42446e37..a1cfd0e3 100644 --- a/docs/weather-report.md +++ b/docs/weather-report.md @@ -1,12 +1,12 @@ -The *weather-report.ps1* Script -=========================== +PowerShell Script: *weather-report.ps1* +=================================== This PowerShell script lists the local weather report. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/weather-report.ps1 [[-GeoLocation] ] [] +PS> ./weather-report.ps1 [[-GeoLocation] ] [] -GeoLocation Specifies the geographic location to use (determine automatically by default) @@ -67,4 +67,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/weather.md b/docs/weather.md index a0f0b9d6..b3cdc3ea 100644 --- a/docs/weather.md +++ b/docs/weather.md @@ -1,12 +1,12 @@ -The *weather.ps1* Script -=========================== +PowerShell Script: *weather.ps1* +=================================== This PowerShell script lists the current weather forecast. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/weather.ps1 [[-GeoLocation] ] [] +PS> ./weather.ps1 [[-GeoLocation] ] [] -GeoLocation Specifies the geographic location to use @@ -67,4 +67,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/what-is.md b/docs/what-is.md index e4532a67..81df76df 100644 --- a/docs/what-is.md +++ b/docs/what-is.md @@ -1,12 +1,12 @@ -The *what-is.ps1* Script -=========================== +PowerShell Script: *what-is.ps1* +=================================== This PowerShell script queries the meaning of the given term/abbreviation/etc. and prints it. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/what-is.ps1 [[-term] ] [] +PS> ./what-is.ps1 [[-term] ] [] -term Specifies the term to query @@ -84,4 +84,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/windefender.md b/docs/windefender.md index ffe30d8c..875ac4bc 100644 --- a/docs/windefender.md +++ b/docs/windefender.md @@ -1,12 +1,12 @@ -The *windefender.ps1* Script -=========================== +PowerShell Script: *windefender.ps1* +=================================== This script can enable / disable and show Windows defender real time monitoring! Parameters ---------- ```powershell -/Repos/PowerShell/scripts/windefender.ps1 [] +PS> ./windefender.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -82,4 +82,4 @@ break } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-animated.md b/docs/write-animated.md index 7e8497f7..c02d7a55 100644 --- a/docs/write-animated.md +++ b/docs/write-animated.md @@ -1,12 +1,12 @@ -The *write-animated.ps1* Script -=========================== +PowerShell Script: *write-animated.ps1* +=================================== This PowerShell script writes text centered and animated to the console. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-animated.ps1 [[-text] ] [[-speed] ] [] +PS> ./write-animated.ps1 [[-text] ] [[-speed] ] [] -text Specifies the text line to write ("Welcome to PowerShell" by default) @@ -94,4 +94,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:26)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-ascii-image.md b/docs/write-ascii-image.md index 2ff559e5..e3429a93 100644 --- a/docs/write-ascii-image.md +++ b/docs/write-ascii-image.md @@ -1,5 +1,5 @@ -The *write-ascii-image.ps1* Script -=========================== +PowerShell Script: *write-ascii-image.ps1* +=================================== write-ascii-image.ps1 @@ -61,4 +61,4 @@ WriteLine " '`--._,dd###pp='''" exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-big.md b/docs/write-big.md index 23036973..d94bae23 100644 --- a/docs/write-big.md +++ b/docs/write-big.md @@ -1,12 +1,12 @@ -The *write-big.ps1* Script -=========================== +PowerShell Script: *write-big.ps1* +=================================== This PowerShell script writes the given text in big letters. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-big.ps1 [[-text] ] [] +PS> ./write-big.ps1 [[-text] ] [] -text Specifies the text to write ("Hello World" by default) @@ -472,4 +472,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-blue.md b/docs/write-blue.md index cae79ea7..6622d270 100644 --- a/docs/write-blue.md +++ b/docs/write-blue.md @@ -1,12 +1,12 @@ -The *write-blue.ps1* Script -=========================== +PowerShell Script: *write-blue.ps1* +=================================== This PowerShell script writes text in a blue foreground color. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-blue.ps1 [[-text] ] [] +PS> ./write-blue.ps1 [[-text] ] [] -text Specifies the text to write @@ -65,4 +65,4 @@ write-host -foregroundColor blue "$text" exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-braille.md b/docs/write-braille.md index 8365d5ef..8dde4e09 100644 --- a/docs/write-braille.md +++ b/docs/write-braille.md @@ -1,12 +1,12 @@ -The *write-braille.ps1* Script -=========================== +PowerShell Script: *write-braille.ps1* +=================================== This PowerShell script writes text in Braille. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-braille.ps1 [[-text] ] [] +PS> ./write-braille.ps1 [[-text] ] [] -text Specifies the text to write @@ -409,4 +409,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-centered.md b/docs/write-centered.md index c4aa917d..0a6d6501 100644 --- a/docs/write-centered.md +++ b/docs/write-centered.md @@ -1,12 +1,12 @@ -The *write-centered.ps1* Script -=========================== +PowerShell Script: *write-centered.ps1* +=================================== This PowerShell script writes the given text centered to the console. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-centered.ps1 [[-text] ] [] +PS> ./write-centered.ps1 [[-text] ] [] -text Specifies the text to write @@ -77,4 +77,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-changelog.md b/docs/write-changelog.md index 1e091374..cad6d4cc 100644 --- a/docs/write-changelog.md +++ b/docs/write-changelog.md @@ -1,5 +1,5 @@ -The *write-changelog.ps1* Script -=========================== +PowerShell Script: *write-changelog.ps1* +=================================== This PowerShell script writes an automated changelog in Markdown format to the console by using the Git commits only. NOTE: For proper sorting the Git commits should start with verbs such as 'Add', 'Fix', 'Update', etc. You may also redirect the output into a file for later use. @@ -7,7 +7,7 @@ NOTE: For proper sorting the Git commits should start with verbs such as 'Add', Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-changelog.ps1 [[-RepoDir] ] [] +PS> ./write-changelog.ps1 [[-RepoDir] ] [] -RepoDir Specifies the path to the local Git repository (default is current working dir) @@ -155,4 +155,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-chart.md b/docs/write-chart.md index aa305d1e..1eefd601 100644 --- a/docs/write-chart.md +++ b/docs/write-chart.md @@ -1,5 +1,5 @@ -The *write-chart.ps1* Script -=========================== +PowerShell Script: *write-chart.ps1* +=================================== write-chart.ps1 @@ -68,4 +68,4 @@ WriteChartLine "Tom" 30.9 100.0 exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-clock.md b/docs/write-clock.md index 4c2c9f55..6d37cfda 100644 --- a/docs/write-clock.md +++ b/docs/write-clock.md @@ -1,12 +1,12 @@ -The *write-clock.ps1* Script -=========================== +PowerShell Script: *write-clock.ps1* +=================================== This PowerShell script writes the current time as ASCII clock. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-clock.ps1 [] +PS> ./write-clock.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -73,4 +73,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-code.md b/docs/write-code.md index f7735134..9d463127 100644 --- a/docs/write-code.md +++ b/docs/write-code.md @@ -1,12 +1,12 @@ -The *write-code.ps1* Script -=========================== +PowerShell Script: *write-code.ps1* +=================================== This PowerShell script generates and writes PowerShell code on the console (no AI, just for fun). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-code.ps1 [[-color] ] [[-speed] ] [] +PS> ./write-code.ps1 [[-color] ] [[-speed] ] [] -color Specifies the text color to use ("green" by default) @@ -144,4 +144,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-credits.md b/docs/write-credits.md index 81ca0b57..cf92ecae 100644 --- a/docs/write-credits.md +++ b/docs/write-credits.md @@ -1,12 +1,12 @@ -The *write-credits.ps1* Script -=========================== +PowerShell Script: *write-credits.ps1* +=================================== This PowerShell script writes the credits for the PowerShell script collection. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-credits.ps1 [] +PS> ./write-credits.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -76,4 +76,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-date.md b/docs/write-date.md index acd03313..c0fc5684 100644 --- a/docs/write-date.md +++ b/docs/write-date.md @@ -1,12 +1,12 @@ -The *write-date.ps1* Script -=========================== +PowerShell Script: *write-date.ps1* +=================================== This PowerShell script determines and writes the current date in US format. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-date.ps1 [] +PS> ./write-date.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -57,4 +57,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-fractal.md b/docs/write-fractal.md index f6e0878d..4ddac619 100644 --- a/docs/write-fractal.md +++ b/docs/write-fractal.md @@ -1,5 +1,5 @@ -The *write-fractal.ps1* Script -=========================== +PowerShell Script: *write-fractal.ps1* +=================================== write-fractal.ps1 @@ -79,4 +79,4 @@ while ($true) { exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-green.md b/docs/write-green.md index f31058fe..0c29ceda 100644 --- a/docs/write-green.md +++ b/docs/write-green.md @@ -1,12 +1,12 @@ -The *write-green.ps1* Script -=========================== +PowerShell Script: *write-green.ps1* +=================================== This PowerShell script writes text in a green foreground color. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-green.ps1 [[-text] ] [] +PS> ./write-green.ps1 [[-text] ] [] -text Specifies the text to write @@ -64,4 +64,4 @@ write-host -foregroundColor green "$text" exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-hands-off.md b/docs/write-hands-off.md index 567bb405..06dd628f 100644 --- a/docs/write-hands-off.md +++ b/docs/write-hands-off.md @@ -1,12 +1,12 @@ -The *write-hands-off.ps1* Script -=========================== +PowerShell Script: *write-hands-off.ps1* +=================================== This PowerShell script writes 'Hands Off' in BIG letters. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-hands-off.ps1 [] +PS> ./write-hands-off.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -67,4 +67,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-headline.md b/docs/write-headline.md index 58ba81ec..4761006f 100644 --- a/docs/write-headline.md +++ b/docs/write-headline.md @@ -1,12 +1,12 @@ -The *write-headline.ps1* Script -=========================== +PowerShell Script: *write-headline.ps1* +=================================== This PowerShell script writes the given text as a headline. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-headline.ps1 [[-text] ] [] +PS> ./write-headline.ps1 [[-text] ] [] -text Specifies the text to write @@ -78,4 +78,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-help.md b/docs/write-help.md index 216008fb..1b56f324 100644 --- a/docs/write-help.md +++ b/docs/write-help.md @@ -1,5 +1,5 @@ -The *write-help.ps1* Script -=========================== +PowerShell Script: *write-help.ps1* +=================================== write-help.ps1 @@ -65,4 +65,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-in-emojis.md b/docs/write-in-emojis.md index 054dfd73..d2bce46f 100644 --- a/docs/write-in-emojis.md +++ b/docs/write-in-emojis.md @@ -1,12 +1,12 @@ -The *write-in-emojis.ps1* Script -=========================== +PowerShell Script: *write-in-emojis.ps1* +=================================== This PowerShell script replaces certain words in the given text by Emojis and writes it to the console. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-in-emojis.ps1 [[-text] ] [] +PS> ./write-in-emojis.ps1 [[-text] ] [] -text Specifies the text @@ -75,4 +75,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-joke.md b/docs/write-joke.md index 6e590a40..837f8504 100644 --- a/docs/write-joke.md +++ b/docs/write-joke.md @@ -1,12 +1,12 @@ -The *write-joke.ps1* Script -=========================== +PowerShell Script: *write-joke.ps1* +=================================== This PowerShell script selects a random joke (from Data/jokes.csv) and writes it to the console. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-joke.ps1 [] +PS> ./write-joke.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -61,4 +61,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-location.md b/docs/write-location.md index b5240531..79ccaf63 100644 --- a/docs/write-location.md +++ b/docs/write-location.md @@ -1,12 +1,12 @@ -The *write-location.ps1* Script -=========================== +PowerShell Script: *write-location.ps1* +=================================== This PowerShell script determines the location and writes it to the console. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-location.ps1 [] +PS> ./write-location.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -62,4 +62,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-lowercase.md b/docs/write-lowercase.md index 9fcfbbae..f9f03be7 100644 --- a/docs/write-lowercase.md +++ b/docs/write-lowercase.md @@ -1,12 +1,12 @@ -The *write-lowercase.ps1* Script -=========================== +PowerShell Script: *write-lowercase.ps1* +=================================== This PowerShell script writes the given text in lowercase letters. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-lowercase.ps1 [[-text] ] [] +PS> ./write-lowercase.ps1 [[-text] ] [] -text Specifies the text to write @@ -66,4 +66,4 @@ Write-Output $text.ToLower() exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-marquee.md b/docs/write-marquee.md index 3140bb18..9c33ac93 100644 --- a/docs/write-marquee.md +++ b/docs/write-marquee.md @@ -1,12 +1,12 @@ -The *write-marquee.ps1* Script -=========================== +PowerShell Script: *write-marquee.ps1* +=================================== This PowerShell script writes the given text as marquee. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-marquee.ps1 [[-Text] ] [[-Speed] ] [] +PS> ./write-marquee.ps1 [[-Text] ] [[-Speed] ] [] -Text Specifies the text to write @@ -91,4 +91,4 @@ StartMarquee " exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-matrix.md b/docs/write-matrix.md index 75c70c07..21a86e3c 100644 --- a/docs/write-matrix.md +++ b/docs/write-matrix.md @@ -1,5 +1,5 @@ -The *write-matrix.ps1* Script -=========================== +PowerShell Script: *write-matrix.ps1* +=================================== write-matrix.ps1 @@ -81,4 +81,4 @@ exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-moon.md b/docs/write-moon.md index 19db2441..ab884ffd 100644 --- a/docs/write-moon.md +++ b/docs/write-moon.md @@ -1,12 +1,12 @@ -The *write-moon.ps1* Script -=========================== +PowerShell Script: *write-moon.ps1* +=================================== This PowerShell script writes the current moon phase to the console. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-moon.ps1 [] +PS> ./write-moon.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -53,4 +53,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-morse-code.md b/docs/write-morse-code.md index a99c0218..58e4f4b4 100644 --- a/docs/write-morse-code.md +++ b/docs/write-morse-code.md @@ -1,12 +1,12 @@ -The *write-morse-code.ps1* Script -=========================== +PowerShell Script: *write-morse-code.ps1* +=================================== This PowerShell script writes the given text in Morse code. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-morse-code.ps1 [[-text] ] [[-speed] ] [] +PS> ./write-morse-code.ps1 [[-text] ] [[-speed] ] [] -text Specifies the text to write @@ -155,4 +155,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-motd.md b/docs/write-motd.md index 64561f8f..3a0df05d 100644 --- a/docs/write-motd.md +++ b/docs/write-motd.md @@ -1,12 +1,12 @@ -The *write-motd.ps1* Script -=========================== +PowerShell Script: *write-motd.ps1* +=================================== This PowerShell script writes the message of the day (MOTD). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-pi.md b/docs/write-pi.md index 4faefea8..70009c30 100644 --- a/docs/write-pi.md +++ b/docs/write-pi.md @@ -1,12 +1,12 @@ -The *write-pi.ps1* Script -=========================== +PowerShell Script: *write-pi.ps1* +=================================== This PowerShell script calculates and writes the digits of the mathematical constant PI. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-pi.ps1 [[-digits] ] [] +PS> ./write-pi.ps1 [[-digits] ] [] -digits Specifies the number of digits to list (1000 by default) @@ -118,4 +118,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-progress-bar.md b/docs/write-progress-bar.md index 74783932..bcf1ad5c 100644 --- a/docs/write-progress-bar.md +++ b/docs/write-progress-bar.md @@ -1,5 +1,5 @@ -The *write-progress-bar.ps1* Script -=========================== +PowerShell Script: *write-progress-bar.ps1* +=================================== write-progress-bar.ps1 @@ -26,4 +26,4 @@ for ([int]$i = 0; $i -lt 150; $i++) { exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-qr-code.md b/docs/write-qr-code.md index 0199743e..95a4104c 100644 --- a/docs/write-qr-code.md +++ b/docs/write-qr-code.md @@ -1,12 +1,12 @@ -The *write-qr-code.ps1* Script -=========================== +PowerShell Script: *write-qr-code.ps1* +=================================== This PowerShell script writes "Hello World" as QR code to the console output. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-qr-code.ps1 [] +PS> ./write-qr-code.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -65,4 +65,4 @@ Write-Host " " -foregroundColor black -backgroundCol exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-quote.md b/docs/write-quote.md index a6fd1aa6..6c146d1d 100644 --- a/docs/write-quote.md +++ b/docs/write-quote.md @@ -1,12 +1,12 @@ -The *write-quote.ps1* Script -=========================== +PowerShell Script: *write-quote.ps1* +=================================== This PowerShell script selects a random quote from .../data/quotes.csv and writes it to the console. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-quote.ps1 [] +PS> ./write-quote.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -67,4 +67,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-red.md b/docs/write-red.md index 2541cece..a09d3dbc 100644 --- a/docs/write-red.md +++ b/docs/write-red.md @@ -1,12 +1,12 @@ -The *write-red.ps1* Script -=========================== +PowerShell Script: *write-red.ps1* +=================================== This PowerShell script writes text in a red foreground color. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-red.ps1 [[-text] ] [] +PS> ./write-red.ps1 [[-text] ] [] -text Specifies the text to write @@ -64,4 +64,4 @@ write-host -foregroundcolor red "$text" exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-rot13.md b/docs/write-rot13.md index 7f07f875..36b128cb 100644 --- a/docs/write-rot13.md +++ b/docs/write-rot13.md @@ -1,12 +1,12 @@ -The *write-rot13.ps1* Script -=========================== +PowerShell Script: *write-rot13.ps1* +=================================== This PowerShell script writes text encoded or decoded with ROT13. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-rot13.ps1 [[-text] ] [] +PS> ./write-rot13.ps1 [[-text] ] [] -text Specifies the text to write @@ -83,4 +83,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-shit.md b/docs/write-shit.md index 378dc3b9..7facf330 100644 --- a/docs/write-shit.md +++ b/docs/write-shit.md @@ -1,12 +1,12 @@ -The *write-shit.ps1* Script -=========================== +PowerShell Script: *write-shit.ps1* +=================================== This PowerShell script writes shit to the console (fun). Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-shit.ps1 [] +PS> ./write-shit.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -50,4 +50,4 @@ Write-Output "💩" exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-sine-curves.md b/docs/write-sine-curves.md index 413fbbf0..3084dba0 100644 --- a/docs/write-sine-curves.md +++ b/docs/write-sine-curves.md @@ -1,12 +1,12 @@ -The *write-sine-curves.ps1* Script -=========================== +PowerShell Script: *write-sine-curves.ps1* +=================================== This PowerShell script writes sine curves. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/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 } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-story.md b/docs/write-story.md index 3503eba5..31099cbf 100644 --- a/docs/write-story.md +++ b/docs/write-story.md @@ -1,12 +1,12 @@ -The *write-story.ps1* Script -=========================== +PowerShell Script: *write-story.ps1* +=================================== This PowerShell script writes a story to the console output. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-story.ps1 [] +PS> ./write-story.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -75,4 +75,4 @@ foreach($line in $story) { exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-time.md b/docs/write-time.md index cbd7c7bb..d1af5424 100644 --- a/docs/write-time.md +++ b/docs/write-time.md @@ -1,12 +1,12 @@ -The *write-time.ps1* Script -=========================== +PowerShell Script: *write-time.ps1* +=================================== This PowerShell script queries the current time and writes it in US format to the console. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-time.ps1 [] +PS> ./write-time.ps1 [] [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, @@ -57,4 +57,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-typewriter.md b/docs/write-typewriter.md index 7e0673bd..7f17a962 100644 --- a/docs/write-typewriter.md +++ b/docs/write-typewriter.md @@ -1,12 +1,12 @@ -The *write-typewriter.ps1* Script -=========================== +PowerShell Script: *write-typewriter.ps1* +=================================== This PowerShell script writes the given text with the typewriter effect. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-typewriter.ps1 [[-text] ] [[-speed] ] [] +PS> ./write-typewriter.ps1 [[-text] ] [[-speed] ] [] -text Specifies the text to write (sample text by default) @@ -84,4 +84,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-uppercase.md b/docs/write-uppercase.md index e6e60084..2a92fa37 100644 --- a/docs/write-uppercase.md +++ b/docs/write-uppercase.md @@ -1,12 +1,12 @@ -The *write-uppercase.ps1* Script -=========================== +PowerShell Script: *write-uppercase.ps1* +=================================== This PowerShell script writes the given text in uppercase letters. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-uppercase.ps1 [[-text] ] [] +PS> ./write-uppercase.ps1 [[-text] ] [] -text Specifies the text to write (ask user by default) @@ -66,4 +66,4 @@ Write-Output $text.ToUpper() exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-value.md b/docs/write-value.md index 302fef14..d6d3b82f 100644 --- a/docs/write-value.md +++ b/docs/write-value.md @@ -1,12 +1,12 @@ -The *write-value.ps1* Script -=========================== +PowerShell Script: *write-value.ps1* +=================================== This PowerShell script writes the given value with the unit and the value range to the console. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-value.ps1 [[-value] ] [[-unit] ] [[-redMin] ] [[-yellowMin] ] [[-yellowMax] ] [[-redMax] ] [] +PS> ./write-value.ps1 [[-value] ] [[-unit] ] [[-redMin] ] [[-yellowMin] ] [[-yellowMax] ] [[-redMax] ] [] -value Specifies the value @@ -170,4 +170,4 @@ Write-Host "" exit 0 # success ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-vertical.md b/docs/write-vertical.md index fdd55090..b3e2ecef 100644 --- a/docs/write-vertical.md +++ b/docs/write-vertical.md @@ -1,12 +1,12 @@ -The *write-vertical.ps1* Script -=========================== +PowerShell Script: *write-vertical.ps1* +=================================== This PowerShell script writes text in vertical direction. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-vertical.ps1 [[-text] ] [] +PS> ./write-vertical.ps1 [[-text] ] [] -text Specifies the text to write @@ -72,4 +72,4 @@ try { } ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/docs/write-xmas-tree.md b/docs/write-xmas-tree.md index 1a3f0632..6f6e53a4 100644 --- a/docs/write-xmas-tree.md +++ b/docs/write-xmas-tree.md @@ -1,12 +1,12 @@ -The *write-xmas-tree.ps1* Script -=========================== +PowerShell Script: *write-xmas-tree.ps1* +=================================== This PowerShell script writes a christmas tree to the terminal. Parameters ---------- ```powershell -/Repos/PowerShell/scripts/write-xmas-tree.ps1 [[-Size] ] [[-XPos] ] [[-colors] ] [[-Idx] ] [[-count] ] [[-duration] ] [] +PS> ./write-xmas-tree.ps1 [[-Size] ] [[-XPos] ] [[-colors] ] [[-Idx] ] [[-count] ] [[-duration] ] [] -Size @@ -132,4 +132,4 @@ do { ``` -*(page generated by convert-ps2md.ps1 as of 08/06/2025 15:18:27)* +*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:15)* diff --git a/scripts/build-repo.ps1 b/scripts/build-repo.ps1 index 07562d7a..a4673071 100755 --- a/scripts/build-repo.ps1 +++ b/scripts/build-repo.ps1 @@ -162,7 +162,7 @@ try { } exit 0 # success } catch { - "⚠️ ERROR: $($Error[0]) in script line $($_.InvocationInfo.ScriptLineNumber)." + "⚠️ ERROR: $($Error[0]) (script line $($_.InvocationInfo.ScriptLineNumber))" Set-Location "$previousPath" exit 1 } diff --git a/scripts/clean-repo.ps1 b/scripts/clean-repo.ps1 index 3f383cca..3e65d3c7 100755 --- a/scripts/clean-repo.ps1 +++ b/scripts/clean-repo.ps1 @@ -48,6 +48,6 @@ try { "✅ Repo '$repoName' cleaned in $($elapsed)s." exit 0 # success } catch { - "⚠️ ERROR: $($Error[0]) in script line $($_.InvocationInfo.ScriptLineNumber)." + "⚠️ ERROR: $($Error[0]) (script line $($_.InvocationInfo.ScriptLineNumber))" exit 1 } diff --git a/scripts/convert-ps2md.ps1 b/scripts/convert-ps2md.ps1 index 663718fa..c9b8fc24 100755 --- a/scripts/convert-ps2md.ps1 +++ b/scripts/convert-ps2md.ps1 @@ -56,8 +56,8 @@ try { $ScriptName = (Get-Item "$filename").Name $full = Get-Help $filename -Full - "The *$($ScriptName)* Script" - "===========================" + "PowerShell Script: *$($ScriptName)*" + "===================================" $Description = ($full.description | Out-String).Trim() if ($Description -ne "") { @@ -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 "/Repos/PowerShell/scripts/", "PS> ./") if ($Syntax -ne "") { "$Syntax" } diff --git a/scripts/fetch-repo.ps1 b/scripts/fetch-repo.ps1 index 6220910f..03bab86d 100755 --- a/scripts/fetch-repo.ps1 +++ b/scripts/fetch-repo.ps1 @@ -38,6 +38,6 @@ try { "✅ Updates fetched into 📂$repoDirName repo in $($elapsed)s." exit 0 # success } catch { - "⚠️ ERROR: $($Error[0]) in script line $($_.InvocationInfo.ScriptLineNumber)." + "⚠️ ERROR: $($Error[0]) (script line $($_.InvocationInfo.ScriptLineNumber))" exit 1 } diff --git a/scripts/list-voices.ps1 b/scripts/list-voices.ps1 index 8fd61567..9221e7b9 100755 --- a/scripts/list-voices.ps1 +++ b/scripts/list-voices.ps1 @@ -16,16 +16,16 @@ Author: Markus Fleschutz | License: CC0 #> -#Requires -Version 2.0 +#requires -version 5.1 try { Add-Type -AssemblyName System.Speech - $Synth = New-Object System.Speech.Synthesis.SpeechSynthesizer - $Synth.GetInstalledVoices() | + $synth = New-Object System.Speech.Synthesis.SpeechSynthesizer + $synth.GetInstalledVoices() | Select-Object -ExpandProperty VoiceInfo | Select-Object -Property Name, Culture, Gender, Age exit 0 # success } catch { - "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" + "⚠️ ERROR: $($Error[0]) (script line $($_.InvocationInfo.ScriptLineNumber))" exit 1 } diff --git a/scripts/pull-repo.ps1 b/scripts/pull-repo.ps1 index 9495a65a..f4554173 100755 --- a/scripts/pull-repo.ps1 +++ b/scripts/pull-repo.ps1 @@ -48,6 +48,6 @@ try { "✅ Repo '$dirName' updated in $($elapsed)s." exit 0 # success } catch { - "⚠️ ERROR: $($Error[0]) in script line $($_.InvocationInfo.ScriptLineNumber)." + "⚠️ ERROR: $($Error[0]) (script line $($_.InvocationInfo.ScriptLineNumber))" exit 1 } diff --git a/scripts/switch-branch.ps1 b/scripts/switch-branch.ps1 index 627abb5d..53c740ca 100755 --- a/scripts/switch-branch.ps1 +++ b/scripts/switch-branch.ps1 @@ -63,6 +63,6 @@ try { "✅ Repo '$repoDirName' switched to '$branchName' branch in $($elapsed)s." exit 0 # success } catch { - "⚠️ ERROR: $($Error[0]) in script line $($_.InvocationInfo.ScriptLineNumber)" + "⚠️ ERROR: $($Error[0]) (script line $($_.InvocationInfo.ScriptLineNumber))" exit 1 }