diff --git a/docs/add-firewall-rules.md b/docs/add-firewall-rules.md index 55f184d8..b41a1e49 100644 --- a/docs/add-firewall-rules.md +++ b/docs/add-firewall-rules.md @@ -113,4 +113,4 @@ try { ``` -*(generated by convert-ps2md.ps1 using the comment-based help of add-firewall-rules.ps1 as of 12/16/2023 10:12:17)* +*(generated by convert-ps2md.ps1 using the comment-based help of add-firewall-rules.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/add-memo.md b/docs/add-memo.md index e2e6ad87..1acc111a 100644 --- a/docs/add-memo.md +++ b/docs/add-memo.md @@ -79,4 +79,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of add-memo.ps1 as of 12/16/2023 10:12:17)* +*(generated by convert-ps2md.ps1 using the comment-based help of add-memo.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/alert.md b/docs/alert.md index 122057a2..998fc80a 100644 --- a/docs/alert.md +++ b/docs/alert.md @@ -71,4 +71,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of alert.ps1 as of 12/16/2023 10:12:17)* +*(generated by convert-ps2md.ps1 using the comment-based help of alert.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/build-repo.md b/docs/build-repo.md index f62a7fcb..4011fa86 100644 --- a/docs/build-repo.md +++ b/docs/build-repo.md @@ -80,8 +80,8 @@ function BuildInDir([string]$path) { & make -j4 if ($lastExitCode -ne "0") { throw "Executing 'make -j4' has failed" } - "⏳ (4/4) Executing 'make test' to perform tests (optional)..." - & make test + "⏳ (4/4) Executing 'ctest -V' to perform tests (optional)..." + & ctest -V if ($lastExitCode -ne "0") { throw "Executing 'make test' has failed" } } elseif (Test-Path "$path/configure" -pathType leaf) { @@ -184,7 +184,7 @@ try { $repoDirName = (Get-Item "$path").Name [int]$elapsed = $stopWatch.Elapsed.TotalSeconds - "✔️ Built 📂$repoDirName in $elapsed sec" + "✔️ Built repo 📂$repoDirName in $elapsed sec" exit 0 # success } catch { "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" @@ -192,4 +192,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of build-repo.ps1 as of 12/16/2023 10:12:17)* +*(generated by convert-ps2md.ps1 using the comment-based help of build-repo.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/build-repos.md b/docs/build-repos.md index d2996d38..f0c0fee3 100644 --- a/docs/build-repos.md +++ b/docs/build-repos.md @@ -82,4 +82,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of build-repos.ps1 as of 12/16/2023 10:12:17)* +*(generated by convert-ps2md.ps1 using the comment-based help of build-repos.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-autostart.md b/docs/cd-autostart.md index ad8705d6..bdea0781 100644 --- a/docs/cd-autostart.md +++ b/docs/cd-autostart.md @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-autostart.ps1 as of 12/16/2023 10:12:17)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-autostart.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-crashdumps.md b/docs/cd-crashdumps.md index 612df567..6f45c230 100644 --- a/docs/cd-crashdumps.md +++ b/docs/cd-crashdumps.md @@ -63,4 +63,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-crashdumps.ps1 as of 12/16/2023 10:12:17)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-crashdumps.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-desktop.md b/docs/cd-desktop.md index 9bd6855b..04275255 100644 --- a/docs/cd-desktop.md +++ b/docs/cd-desktop.md @@ -64,4 +64,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-desktop.ps1 as of 12/16/2023 10:12:17)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-desktop.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-docs.md b/docs/cd-docs.md index 3c0fdead..831aa36c 100644 --- a/docs/cd-docs.md +++ b/docs/cd-docs.md @@ -64,4 +64,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-docs.ps1 as of 12/16/2023 10:12:17)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-docs.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-downloads.md b/docs/cd-downloads.md index 5f67a3dc..15a0f34e 100644 --- a/docs/cd-downloads.md +++ b/docs/cd-downloads.md @@ -64,4 +64,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-downloads.ps1 as of 12/16/2023 10:12:17)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-downloads.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-dropbox.md b/docs/cd-dropbox.md index bd6966cb..eb89ea8f 100644 --- a/docs/cd-dropbox.md +++ b/docs/cd-dropbox.md @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-dropbox.ps1 as of 12/16/2023 10:12:17)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-dropbox.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-etc.md b/docs/cd-etc.md index a98f34b2..4b39d9f0 100644 --- a/docs/cd-etc.md +++ b/docs/cd-etc.md @@ -64,4 +64,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-etc.ps1 as of 12/16/2023 10:12:17)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-etc.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-fonts.md b/docs/cd-fonts.md index 1fea987c..4389eb48 100644 --- a/docs/cd-fonts.md +++ b/docs/cd-fonts.md @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-fonts.ps1 as of 12/16/2023 10:12:17)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-fonts.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-home.md b/docs/cd-home.md index c8c5e599..4f174902 100644 --- a/docs/cd-home.md +++ b/docs/cd-home.md @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-home.ps1 as of 12/16/2023 10:12:17)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-home.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-logs.md b/docs/cd-logs.md index 6612b47a..68bbf646 100644 --- a/docs/cd-logs.md +++ b/docs/cd-logs.md @@ -48,4 +48,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-logs.ps1 as of 12/16/2023 10:12:17)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-logs.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-music.md b/docs/cd-music.md index 9322a451..2f5d93a9 100644 --- a/docs/cd-music.md +++ b/docs/cd-music.md @@ -64,4 +64,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-music.ps1 as of 12/16/2023 10:12:17)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-music.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-onedrive.md b/docs/cd-onedrive.md index 42f5caba..77cae9b2 100644 --- a/docs/cd-onedrive.md +++ b/docs/cd-onedrive.md @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-onedrive.ps1 as of 12/16/2023 10:12:17)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-onedrive.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-pics.md b/docs/cd-pics.md index 8a7968e2..f5a31e46 100644 --- a/docs/cd-pics.md +++ b/docs/cd-pics.md @@ -62,4 +62,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-pics.ps1 as of 12/16/2023 10:12:17)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-pics.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-public.md b/docs/cd-public.md index 784365f3..c67b5b4c 100644 --- a/docs/cd-public.md +++ b/docs/cd-public.md @@ -62,4 +62,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-public.ps1 as of 12/16/2023 10:12:17)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-public.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-recycle-bin.md b/docs/cd-recycle-bin.md index c06ecce1..c87994d6 100644 --- a/docs/cd-recycle-bin.md +++ b/docs/cd-recycle-bin.md @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-recycle-bin.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-recycle-bin.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-repos.md b/docs/cd-repos.md index dbe73fc2..382a0a0e 100644 --- a/docs/cd-repos.md +++ b/docs/cd-repos.md @@ -80,4 +80,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-repos.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-repos.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-root.md b/docs/cd-root.md index a7c0f9b8..84d86414 100644 --- a/docs/cd-root.md +++ b/docs/cd-root.md @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-root.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-root.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-screenshots.md b/docs/cd-screenshots.md index d5f02865..69faa878 100644 --- a/docs/cd-screenshots.md +++ b/docs/cd-screenshots.md @@ -55,4 +55,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-screenshots.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-screenshots.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-scripts.md b/docs/cd-scripts.md index 1d335089..2e57eba2 100644 --- a/docs/cd-scripts.md +++ b/docs/cd-scripts.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-scripts.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-scripts.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-ssh.md b/docs/cd-ssh.md index ed70b102..95009060 100644 --- a/docs/cd-ssh.md +++ b/docs/cd-ssh.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-ssh.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-ssh.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-temp.md b/docs/cd-temp.md index fef570db..c6db58b8 100644 --- a/docs/cd-temp.md +++ b/docs/cd-temp.md @@ -50,4 +50,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-temp.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-temp.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-templates.md b/docs/cd-templates.md index 5a3b1a50..aeaf4dc4 100644 --- a/docs/cd-templates.md +++ b/docs/cd-templates.md @@ -62,4 +62,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-templates.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-templates.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-trash.md b/docs/cd-trash.md index bff88ec1..1df4b8c9 100644 --- a/docs/cd-trash.md +++ b/docs/cd-trash.md @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-trash.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-trash.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-up.md b/docs/cd-up.md index 2afbdb24..44a96e1a 100644 --- a/docs/cd-up.md +++ b/docs/cd-up.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-up.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-up.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-up2.md b/docs/cd-up2.md index 7a8a4ab9..a56142ed 100644 --- a/docs/cd-up2.md +++ b/docs/cd-up2.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-up2.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-up2.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-up3.md b/docs/cd-up3.md index 92918e66..c92e197a 100644 --- a/docs/cd-up3.md +++ b/docs/cd-up3.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-up3.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-up3.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-up4.md b/docs/cd-up4.md index 74fc3859..0ffaaa62 100644 --- a/docs/cd-up4.md +++ b/docs/cd-up4.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-up4.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-up4.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-users.md b/docs/cd-users.md index 34fa055b..f8f6199b 100644 --- a/docs/cd-users.md +++ b/docs/cd-users.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-users.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-users.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-videos.md b/docs/cd-videos.md index 953c48f4..4a34fdf9 100644 --- a/docs/cd-videos.md +++ b/docs/cd-videos.md @@ -62,4 +62,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-videos.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-videos.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/cd-windows.md b/docs/cd-windows.md index 1fc595e2..0e3d35dc 100644 --- a/docs/cd-windows.md +++ b/docs/cd-windows.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of cd-windows.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of cd-windows.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/change-wallpaper.md b/docs/change-wallpaper.md index f6704890..78dee1fd 100644 --- a/docs/change-wallpaper.md +++ b/docs/change-wallpaper.md @@ -79,4 +79,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of change-wallpaper.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of change-wallpaper.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/check-admin.md b/docs/check-admin.md index 2b5dafe3..db5b06e5 100644 --- a/docs/check-admin.md +++ b/docs/check-admin.md @@ -67,4 +67,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-admin.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-admin.ps1 as of 01/03/2024 12:10:43)* diff --git a/docs/check-apps.md b/docs/check-apps.md index 72a16518..89316d90 100644 --- a/docs/check-apps.md +++ b/docs/check-apps.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-apps.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-apps.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-bios.md b/docs/check-bios.md index 0f8c19f9..4556be3b 100644 --- a/docs/check-bios.md +++ b/docs/check-bios.md @@ -76,4 +76,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-bios.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-bios.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-cpu.md b/docs/check-cpu.md index 4ab3b5a9..ed19ffb6 100644 --- a/docs/check-cpu.md +++ b/docs/check-cpu.md @@ -101,4 +101,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-cpu.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-cpu.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-day.md b/docs/check-day.md index c0c22777..529f97bb 100644 --- a/docs/check-day.md +++ b/docs/check-day.md @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-day.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-day.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-dns.md b/docs/check-dns.md index 92601622..3d48c48c 100644 --- a/docs/check-dns.md +++ b/docs/check-dns.md @@ -73,4 +73,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-dns.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-dns.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-drive-space.md b/docs/check-drive-space.md index 6dd28eb2..9d273624 100644 --- a/docs/check-drive-space.md +++ b/docs/check-drive-space.md @@ -91,4 +91,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-drive-space.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-drive-space.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-drives.md b/docs/check-drives.md index 1b8f2ae8..b034ec3b 100644 --- a/docs/check-drives.md +++ b/docs/check-drives.md @@ -105,4 +105,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-drives.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-drives.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-dusk.md b/docs/check-dusk.md index 979979d3..04df5262 100644 --- a/docs/check-dusk.md +++ b/docs/check-dusk.md @@ -63,4 +63,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-dusk.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-dusk.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-easter-sunday.md b/docs/check-easter-sunday.md index ce43142d..3c517736 100644 --- a/docs/check-easter-sunday.md +++ b/docs/check-easter-sunday.md @@ -61,4 +61,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-easter-sunday.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-easter-sunday.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-file-system.md b/docs/check-file-system.md index 8b0edf3a..3a0ae934 100644 --- a/docs/check-file-system.md +++ b/docs/check-file-system.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-file-system.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-file-system.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-file.md b/docs/check-file.md index 01711032..b9b98775 100644 --- a/docs/check-file.md +++ b/docs/check-file.md @@ -170,4 +170,4 @@ function Check-Header { param( $path ) Check-Header $Path ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-file.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-file.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-firewall.md b/docs/check-firewall.md index a1de8f8f..c1201922 100644 --- a/docs/check-firewall.md +++ b/docs/check-firewall.md @@ -65,4 +65,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-firewall.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-firewall.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-gpu.md b/docs/check-gpu.md index 1a188a92..75f2a853 100644 --- a/docs/check-gpu.md +++ b/docs/check-gpu.md @@ -65,4 +65,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-gpu.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-gpu.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-hardware.md b/docs/check-hardware.md index 447042b6..e7fc1699 100644 --- a/docs/check-hardware.md +++ b/docs/check-hardware.md @@ -63,4 +63,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-hardware.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-hardware.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-health.md b/docs/check-health.md index 66656671..e16567d6 100644 --- a/docs/check-health.md +++ b/docs/check-health.md @@ -58,4 +58,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-health.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-health.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-independence-day.md b/docs/check-independence-day.md index a20fb193..06017dec 100644 --- a/docs/check-independence-day.md +++ b/docs/check-independence-day.md @@ -61,4 +61,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-independence-day.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-independence-day.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-ipv4-address.md b/docs/check-ipv4-address.md index 2269e498..dd910628 100644 --- a/docs/check-ipv4-address.md +++ b/docs/check-ipv4-address.md @@ -84,4 +84,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-ipv4-address.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-ipv4-address.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-ipv6-address.md b/docs/check-ipv6-address.md index 9448f590..535104ff 100644 --- a/docs/check-ipv6-address.md +++ b/docs/check-ipv6-address.md @@ -98,4 +98,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-ipv6-address.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-ipv6-address.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-iss-position.md b/docs/check-iss-position.md index c0e5d194..5e4e84c9 100644 --- a/docs/check-iss-position.md +++ b/docs/check-iss-position.md @@ -55,4 +55,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-iss-position.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-iss-position.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-mac-address.md b/docs/check-mac-address.md index d371cc9a..83ae1b5c 100644 --- a/docs/check-mac-address.md +++ b/docs/check-mac-address.md @@ -87,4 +87,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-mac-address.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-mac-address.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-midnight.md b/docs/check-midnight.md index 24d8c4b5..8c81a832 100644 --- a/docs/check-midnight.md +++ b/docs/check-midnight.md @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-midnight.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-midnight.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-month.md b/docs/check-month.md index b4c556d9..1ece243f 100644 --- a/docs/check-month.md +++ b/docs/check-month.md @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-month.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-month.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-moon-phase.md b/docs/check-moon-phase.md index 1c38c68b..3e84c638 100644 --- a/docs/check-moon-phase.md +++ b/docs/check-moon-phase.md @@ -76,4 +76,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-moon-phase.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-moon-phase.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-network.md b/docs/check-network.md index 282ad48e..cd864cae 100644 --- a/docs/check-network.md +++ b/docs/check-network.md @@ -56,12 +56,13 @@ Script Content " " & "$PSScriptRoot/write-green.ps1" " N E T W O R K" -& "$PSScriptRoot/check-ping.ps1" +& "$PSScriptRoot/ping-remote-hosts.ps1" & "$PSScriptRoot/check-firewall" & "$PSScriptRoot/check-dns.ps1" & "$PSScriptRoot/check-vpn.ps1" & "$PSScriptRoot/list-public-ip.ps1" +& "$PSScriptRoot/ping-local-hosts.ps1" exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-network.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-network.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-new-year.md b/docs/check-new-year.md index d7dfc739..d097bc31 100644 --- a/docs/check-new-year.md +++ b/docs/check-new-year.md @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-new-year.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-new-year.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-noon.md b/docs/check-noon.md index 798770a1..c025ae1a 100644 --- a/docs/check-noon.md +++ b/docs/check-noon.md @@ -59,4 +59,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-noon.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-noon.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-os.md b/docs/check-os.md index 2ec4f475..2f56eaf8 100644 --- a/docs/check-os.md +++ b/docs/check-os.md @@ -73,4 +73,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-os.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-os.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-outlook.md b/docs/check-outlook.md index dfb58e0c..b6aac16d 100644 --- a/docs/check-outlook.md +++ b/docs/check-outlook.md @@ -65,4 +65,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-outlook.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-outlook.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-password.md b/docs/check-password.md index ea381d7b..0fb58cde 100644 --- a/docs/check-password.md +++ b/docs/check-password.md @@ -94,4 +94,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-password.ps1 as of 12/16/2023 10:12:18)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-password.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-pending-reboot.md b/docs/check-pending-reboot.md index 3f4777a1..aecadd58 100644 --- a/docs/check-pending-reboot.md +++ b/docs/check-pending-reboot.md @@ -92,4 +92,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-pending-reboot.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-pending-reboot.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-power.md b/docs/check-power.md index b7442ff6..5644414c 100644 --- a/docs/check-power.md +++ b/docs/check-power.md @@ -58,9 +58,9 @@ try { if ($details.BatteryChargeStatus -eq "NoSystemBattery") { $reply = "✅ AC powered" } elseif ($percent -ge 95) { - $reply = "✅ Battery $percent% fully charged" + $reply = "✅ Battery fully charged ($percent%)" } else { - $reply = "✅ Battery charging... ($percent%)" + $reply = "✅ Battery charging ($percent%)" } } else { # must be offline if (($remaining -eq 0) -and ($percent -ge 60)) { @@ -92,4 +92,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-power.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-power.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-powershell.md b/docs/check-powershell.md index 422d9713..b60069ec 100644 --- a/docs/check-powershell.md +++ b/docs/check-powershell.md @@ -1,34 +1,19 @@ *check-powershell.ps1* ================ -This PowerShell script queries the PowerShell status and prints it. +check-powershell.ps1 + Parameters ---------- ```powershell -PS> ./check-powershell.ps1 [] + [] This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. ``` -Example -------- -```powershell -PS> ./check-powershell.ps1 -✅ PowerShell 5.1.19041.2673 Desktop edition (10 modules, 1458 cmdlets, 172 aliases) - -``` - -Notes ------ -Author: Markus Fleschutz | License: CC0 - -Related Links -------------- -https://github.com/fleschutz/PowerShell - Script Content -------------- ```powershell @@ -39,23 +24,33 @@ Script Content This PowerShell script queries the PowerShell status and prints it. .EXAMPLE PS> ./check-powershell.ps1 - ✅ PowerShell 5.1.19041.2673 Desktop edition (10 modules, 1458 cmdlets, 172 aliases) + ✅ PowerShell 5.1.19041.2673 Desktop edition (1 profile, 10 modules, 1458 cmdlets, 172 aliases) .LINK https://github.com/fleschutz/PowerShell .NOTES Author: Markus Fleschutz | License: CC0 #> +function GetNumberOfProfiles { + [int]$count = 0 + if (Test-Path $PROFILE.AllUsersAllHosts) { $count++ } + if (Test-Path $PROFILE.AllUsersCurrentHost) { $count++ } + if (Test-Path $PROFILE.CurrentUserAllHosts) { $count++ } + if (Test-Path $PROFILE.CurrentUserCurrentHost) { $count++ } + return $count +} + try { $version = $PSVersionTable.PSVersion $edition = $PSVersionTable.PSEdition + $numProfiles = GetNumberOfProfiles $numModules = (Get-Module).Count $numAliases = (Get-Alias).Count if ($IsLinux) { - "✅ PowerShell $version $edition edition ($numModules modules, $numAliases aliases)" + "✅ PowerShell $version $edition edition ($numProfiles profile, $numModules modules, $numAliases aliases)" } else { $numCmdlets = (Get-Command -Command-Type cmdlet).Count - "✅ PowerShell $version $edition edition ($numModules modules, $numCmdlets cmdlets, $numAliases aliases)" + "✅ PowerShell $version $edition edition ($numProfiles profile, $numModules modules, $numCmdlets cmdlets, $numAliases aliases)" } exit 0 # success } catch { @@ -64,4 +59,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-powershell.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-powershell.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-ps1-file.md b/docs/check-ps1-file.md index a1f9a2eb..cbd79613 100644 --- a/docs/check-ps1-file.md +++ b/docs/check-ps1-file.md @@ -76,4 +76,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-ps1-file.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-ps1-file.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-ram.md b/docs/check-ram.md index 5491a24f..7ce2cda8 100644 --- a/docs/check-ram.md +++ b/docs/check-ram.md @@ -98,4 +98,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-ram.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-ram.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-repo.md b/docs/check-repo.md index 575c9516..f83416cc 100644 --- a/docs/check-repo.md +++ b/docs/check-repo.md @@ -128,4 +128,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-repo.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-repo.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-repos.md b/docs/check-repos.md new file mode 100644 index 00000000..b325b6cc --- /dev/null +++ b/docs/check-repos.md @@ -0,0 +1,85 @@ +*check-repos.ps1* +================ + +This PowerShell script checks all Git repositories in a folder. + +Parameters +---------- +```powershell +PS> ./check-repos.ps1 [[-parentDir] ] [] + +-parentDir + Specifies the path to the parent folder + + Required? false + Position? 1 + Default value "$PWD" + Accept pipeline input? false + Accept wildcard characters? false + +[] + This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, + WarningVariable, OutBuffer, PipelineVariable, and OutVariable. +``` + +Example +------- +```powershell +PS> ./check-repos.ps1 C:\MyRepos + +``` + +Notes +----- +Author: Markus Fleschutz | License: CC0 + +Related Links +------------- +https://github.com/fleschutz/PowerShell + +Script Content +-------------- +```powershell +<# +.SYNOPSIS + Checks Git repositories +.DESCRIPTION + This PowerShell script checks all Git repositories in a folder. +.PARAMETER parentDir + Specifies the path to the parent folder +.EXAMPLE + PS> ./check-repos.ps1 C:\MyRepos +.LINK + https://github.com/fleschutz/PowerShell +.NOTES + Author: Markus Fleschutz | License: CC0 +#> + +param([string]$parentDir = "$PWD") + +try { + $stopWatch = [system.diagnostics.stopwatch]::startNew() + + $parentDirName = (Get-Item "$parentDir").Name + "⏳ Step 1 - Checking parent folder 📂$parentDirName..." + if (-not(Test-Path "$parentDir" -pathType container)) { throw "Can't access folder: $parentDir" } + $folders = (Get-ChildItem "$parentDir" -attributes Directory) + $numFolders = $folders.Count + "Found $numFolders subfolders." + + [int]$Step = 1 + foreach ($folder in $folders) { + & "$PSScriptRoot/check-repo.ps1" "$folder" + $Step++ + } + + [int]$elapsed = $stopWatch.Elapsed.TotalSeconds + "✔️ Checked $numFolders Git repos at 📂$parentDirName in $elapsed sec" + exit 0 # success +} catch { + "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" + exit 1 +} +``` + +*(generated by convert-ps2md.ps1 using the comment-based help of check-repos.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-santa.md b/docs/check-santa.md index 81566a0e..d3b10c04 100644 --- a/docs/check-santa.md +++ b/docs/check-santa.md @@ -56,4 +56,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-santa.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-santa.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-smart-devices.md b/docs/check-smart-devices.md index 765a4993..d29c855a 100644 --- a/docs/check-smart-devices.md +++ b/docs/check-smart-devices.md @@ -95,4 +95,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-smart-devices.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-smart-devices.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-software.md b/docs/check-software.md index 8bd1b4cb..995799c2 100644 --- a/docs/check-software.md +++ b/docs/check-software.md @@ -69,4 +69,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-software.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-software.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-subnet-mask.md b/docs/check-subnet-mask.md index f3d823e1..7bd90ddf 100644 --- a/docs/check-subnet-mask.md +++ b/docs/check-subnet-mask.md @@ -84,4 +84,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-subnet-mask.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-subnet-mask.ps1 as of 01/03/2024 12:10:44)* diff --git a/docs/check-swap-space.md b/docs/check-swap-space.md index a7b3cef1..3ab29899 100644 --- a/docs/check-swap-space.md +++ b/docs/check-swap-space.md @@ -105,4 +105,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-swap-space.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-swap-space.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/check-symlinks.md b/docs/check-symlinks.md index c5f5df3a..0e897ca3 100644 --- a/docs/check-symlinks.md +++ b/docs/check-symlinks.md @@ -100,4 +100,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-symlinks.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-symlinks.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/check-time-zone.md b/docs/check-time-zone.md index 06d7ad0d..8d0fa6a6 100644 --- a/docs/check-time-zone.md +++ b/docs/check-time-zone.md @@ -65,4 +65,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-time-zone.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-time-zone.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/check-uptime.md b/docs/check-uptime.md index e35b1304..aa8cc6fd 100644 --- a/docs/check-uptime.md +++ b/docs/check-uptime.md @@ -61,4 +61,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-uptime.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-uptime.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/check-vpn.md b/docs/check-vpn.md index 6658e962..971d5d42 100644 --- a/docs/check-vpn.md +++ b/docs/check-vpn.md @@ -65,4 +65,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-vpn.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-vpn.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/check-weather.md b/docs/check-weather.md index cb81a77a..4e972ab1 100644 --- a/docs/check-weather.md +++ b/docs/check-weather.md @@ -81,4 +81,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-weather.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-weather.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/check-week.md b/docs/check-week.md index a3109b6d..f15a4644 100644 --- a/docs/check-week.md +++ b/docs/check-week.md @@ -54,4 +54,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-week.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-week.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/check-wind.md b/docs/check-wind.md index a3a9b58e..a1bbe4c6 100644 --- a/docs/check-wind.md +++ b/docs/check-wind.md @@ -72,4 +72,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-wind.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-wind.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/check-windows-system-files.md b/docs/check-windows-system-files.md index 7385fd5d..dabdaefa 100644 --- a/docs/check-windows-system-files.md +++ b/docs/check-windows-system-files.md @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-windows-system-files.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-windows-system-files.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/check-xml-file.md b/docs/check-xml-file.md index 4c03dd9f..e5546249 100644 --- a/docs/check-xml-file.md +++ b/docs/check-xml-file.md @@ -86,4 +86,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-xml-file.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-xml-file.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/check-xml-files.md b/docs/check-xml-files.md index 9a722c4a..7a3fb6a0 100644 --- a/docs/check-xml-files.md +++ b/docs/check-xml-files.md @@ -83,4 +83,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of check-xml-files.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of check-xml-files.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/clean-repo.md b/docs/clean-repo.md index 77d39d82..eceb4082 100644 --- a/docs/clean-repo.md +++ b/docs/clean-repo.md @@ -101,4 +101,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of clean-repo.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of clean-repo.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/clean-repos.md b/docs/clean-repos.md index 9365ba32..380e5c67 100644 --- a/docs/clean-repos.md +++ b/docs/clean-repos.md @@ -100,4 +100,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of clean-repos.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of clean-repos.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/clear-dns-cache.md b/docs/clear-dns-cache.md index 63689bbb..7e1ce9e3 100644 --- a/docs/clear-dns-cache.md +++ b/docs/clear-dns-cache.md @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of clear-dns-cache.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of clear-dns-cache.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/clear-recycle-bin.md b/docs/clear-recycle-bin.md index a92accdc..af8c6550 100644 --- a/docs/clear-recycle-bin.md +++ b/docs/clear-recycle-bin.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of clear-recycle-bin.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of clear-recycle-bin.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/clone-repos.md b/docs/clone-repos.md index 626c597b..8b263c5c 100644 --- a/docs/clone-repos.md +++ b/docs/clone-repos.md @@ -112,4 +112,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of clone-repos.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of clone-repos.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/close-calculator.md b/docs/close-calculator.md index 89c068e9..1040d239 100644 --- a/docs/close-calculator.md +++ b/docs/close-calculator.md @@ -48,4 +48,4 @@ Stop-Process -name "CalculatorApp" exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-calculator.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-calculator.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/close-chrome.md b/docs/close-chrome.md index 791f1675..c49a9f85 100644 --- a/docs/close-chrome.md +++ b/docs/close-chrome.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-chrome.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-chrome.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/close-cortana.md b/docs/close-cortana.md index 1627cc0c..265fa188 100644 --- a/docs/close-cortana.md +++ b/docs/close-cortana.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-cortana.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-cortana.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/close-edge.md b/docs/close-edge.md index 1e66a96e..291c0783 100644 --- a/docs/close-edge.md +++ b/docs/close-edge.md @@ -52,4 +52,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-edge.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-edge.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/close-file-explorer.md b/docs/close-file-explorer.md index 780ce8bb..0c9f9d23 100644 --- a/docs/close-file-explorer.md +++ b/docs/close-file-explorer.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-file-explorer.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-file-explorer.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/close-firefox.md b/docs/close-firefox.md index f7e6f76b..8e5a7da3 100644 --- a/docs/close-firefox.md +++ b/docs/close-firefox.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-firefox.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-firefox.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/close-git-extensions.md b/docs/close-git-extensions.md index 50a808db..91d069b0 100644 --- a/docs/close-git-extensions.md +++ b/docs/close-git-extensions.md @@ -52,4 +52,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-git-extensions.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-git-extensions.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/close-magnifier.md b/docs/close-magnifier.md index 724b31fc..4c431334 100644 --- a/docs/close-magnifier.md +++ b/docs/close-magnifier.md @@ -48,4 +48,4 @@ tskill magnify exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-magnifier.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-magnifier.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/close-microsoft-paint.md b/docs/close-microsoft-paint.md index db6771b4..492e7d03 100644 --- a/docs/close-microsoft-paint.md +++ b/docs/close-microsoft-paint.md @@ -52,4 +52,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-microsoft-paint.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-microsoft-paint.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/close-microsoft-store.md b/docs/close-microsoft-store.md index 02640fcf..3bbbf963 100644 --- a/docs/close-microsoft-store.md +++ b/docs/close-microsoft-store.md @@ -52,4 +52,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-microsoft-store.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-microsoft-store.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/close-netflix.md b/docs/close-netflix.md index 82475aae..50a42068 100644 --- a/docs/close-netflix.md +++ b/docs/close-netflix.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-netflix.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-netflix.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/close-note-pad.md b/docs/close-note-pad.md index a3a505ce..675aecc9 100644 --- a/docs/close-note-pad.md +++ b/docs/close-note-pad.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-note-pad.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-note-pad.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/close-obs-studio.md b/docs/close-obs-studio.md index f7bcdcb6..aa298834 100644 --- a/docs/close-obs-studio.md +++ b/docs/close-obs-studio.md @@ -52,4 +52,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-obs-studio.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-obs-studio.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/close-one-calendar.md b/docs/close-one-calendar.md index b7ed5387..5141b67d 100644 --- a/docs/close-one-calendar.md +++ b/docs/close-one-calendar.md @@ -52,4 +52,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-one-calendar.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-one-calendar.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/close-outlook.md b/docs/close-outlook.md index 897c306b..1807ff9b 100644 --- a/docs/close-outlook.md +++ b/docs/close-outlook.md @@ -52,4 +52,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-outlook.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-outlook.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/close-paint-three-d.md b/docs/close-paint-three-d.md index 60eb6db8..9769be02 100644 --- a/docs/close-paint-three-d.md +++ b/docs/close-paint-three-d.md @@ -52,4 +52,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-paint-three-d.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-paint-three-d.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/close-program.md b/docs/close-program.md index a29cad13..6582d69a 100644 --- a/docs/close-program.md +++ b/docs/close-program.md @@ -118,4 +118,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-program.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-program.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/close-serenade.md b/docs/close-serenade.md index ccdaff55..b583b5a1 100644 --- a/docs/close-serenade.md +++ b/docs/close-serenade.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-serenade.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-serenade.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/close-snipping-tool.md b/docs/close-snipping-tool.md index 44a64256..894ac1b3 100644 --- a/docs/close-snipping-tool.md +++ b/docs/close-snipping-tool.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-snipping-tool.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-snipping-tool.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/close-spotify.md b/docs/close-spotify.md index a017a9fc..aaa1f781 100644 --- a/docs/close-spotify.md +++ b/docs/close-spotify.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-spotify.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-spotify.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/close-task-manager.md b/docs/close-task-manager.md index 622b5bc6..3b22dd7e 100644 --- a/docs/close-task-manager.md +++ b/docs/close-task-manager.md @@ -48,4 +48,4 @@ tskill taskmgr exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-task-manager.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-task-manager.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/close-three-d-viewer.md b/docs/close-three-d-viewer.md index 7d87bf92..54cc0e67 100644 --- a/docs/close-three-d-viewer.md +++ b/docs/close-three-d-viewer.md @@ -52,4 +52,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-three-d-viewer.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-three-d-viewer.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/close-thunderbird.md b/docs/close-thunderbird.md index c199c6e1..b9f02fae 100644 --- a/docs/close-thunderbird.md +++ b/docs/close-thunderbird.md @@ -52,4 +52,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-thunderbird.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-thunderbird.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/close-visual-studio.md b/docs/close-visual-studio.md index 925d0621..f00fc1e9 100644 --- a/docs/close-visual-studio.md +++ b/docs/close-visual-studio.md @@ -52,4 +52,4 @@ if ($lastExitCode -ne "0") { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-visual-studio.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-visual-studio.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/close-vlc.md b/docs/close-vlc.md index eccafc77..47964e40 100644 --- a/docs/close-vlc.md +++ b/docs/close-vlc.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-vlc.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-vlc.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/close-windows-terminal.md b/docs/close-windows-terminal.md index 1bb107e9..d9d5a59a 100644 --- a/docs/close-windows-terminal.md +++ b/docs/close-windows-terminal.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of close-windows-terminal.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of close-windows-terminal.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/configure-git.md b/docs/configure-git.md index 78910087..d757c795 100644 --- a/docs/configure-git.md +++ b/docs/configure-git.md @@ -144,4 +144,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of configure-git.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of configure-git.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/connect-vpn.md b/docs/connect-vpn.md index 2e2bdd70..b5bbfa3a 100644 --- a/docs/connect-vpn.md +++ b/docs/connect-vpn.md @@ -62,4 +62,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of connect-vpn.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of connect-vpn.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/convert-csv2txt.md b/docs/convert-csv2txt.md index 3e9dfb90..56d92e95 100644 --- a/docs/convert-csv2txt.md +++ b/docs/convert-csv2txt.md @@ -72,4 +72,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of convert-csv2txt.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-csv2txt.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/convert-docx2md.md b/docs/convert-docx2md.md index fd061971..c379fb4b 100644 --- a/docs/convert-docx2md.md +++ b/docs/convert-docx2md.md @@ -81,4 +81,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of convert-docx2md.ps1 as of 12/16/2023 10:12:19)* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-docx2md.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/convert-frames2mp4.md b/docs/convert-frames2mp4.md index 2bd219b8..f5dee57c 100644 --- a/docs/convert-frames2mp4.md +++ b/docs/convert-frames2mp4.md @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of convert-frames2mp4.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-frames2mp4.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/convert-image2ascii.md b/docs/convert-image2ascii.md index 4dcb6ddb..2bdcb81b 100644 --- a/docs/convert-image2ascii.md +++ b/docs/convert-image2ascii.md @@ -114,4 +114,4 @@ Script Content } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of convert-image2ascii.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-image2ascii.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/convert-image2blurred-frames.md b/docs/convert-image2blurred-frames.md index ea83a628..3e159dde 100644 --- a/docs/convert-image2blurred-frames.md +++ b/docs/convert-image2blurred-frames.md @@ -70,4 +70,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of convert-image2blurred-frames.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-image2blurred-frames.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/convert-image2pixelated-frames.md b/docs/convert-image2pixelated-frames.md index bbcc57df..fbb42d85 100644 --- a/docs/convert-image2pixelated-frames.md +++ b/docs/convert-image2pixelated-frames.md @@ -70,4 +70,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of convert-image2pixelated-frames.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-image2pixelated-frames.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/convert-md2docx.md b/docs/convert-md2docx.md index 9db98aff..3e133411 100644 --- a/docs/convert-md2docx.md +++ b/docs/convert-md2docx.md @@ -22,4 +22,4 @@ Script Content gci -r -i *.md |foreach{$docx=$_.directoryname+"\"+$_.basename+".docx";pandoc -f markdown -s --citeproc $_.name -o $docx} ``` -*(generated by convert-ps2md.ps1 using the comment-based help of convert-md2docx.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-md2docx.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/convert-md2html.md b/docs/convert-md2html.md index 0ed48478..240e0fd9 100644 --- a/docs/convert-md2html.md +++ b/docs/convert-md2html.md @@ -80,4 +80,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of convert-md2html.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-md2html.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/convert-md2pdf.md b/docs/convert-md2pdf.md index b53af130..9f21131b 100644 --- a/docs/convert-md2pdf.md +++ b/docs/convert-md2pdf.md @@ -20,4 +20,4 @@ Script Content gci -r -i *.md |foreach{$pdf=$_.directoryname+"\"+$_.basename+".pdf";pandoc -f markdown -s --citeproc $_.name -o $pdf} ``` -*(generated by convert-ps2md.ps1 using the comment-based help of convert-md2pdf.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-md2pdf.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/convert-mysql2csv.md b/docs/convert-mysql2csv.md index 4eb5bb4f..ff9e4a98 100644 --- a/docs/convert-mysql2csv.md +++ b/docs/convert-mysql2csv.md @@ -119,4 +119,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of convert-mysql2csv.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-mysql2csv.ps1 as of 01/03/2024 12:10:45)* diff --git a/docs/convert-ps2bat.md b/docs/convert-ps2bat.md index 31b39e0a..de4ebad8 100644 --- a/docs/convert-ps2bat.md +++ b/docs/convert-ps2bat.md @@ -89,4 +89,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of convert-ps2bat.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-ps2bat.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/convert-ps2md.md b/docs/convert-ps2md.md index e88f5379..baf1288d 100644 --- a/docs/convert-ps2md.md +++ b/docs/convert-ps2md.md @@ -185,4 +185,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of convert-ps2md.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-ps2md.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/convert-sql2csv.md b/docs/convert-sql2csv.md index daf20bb2..0c7995d2 100644 --- a/docs/convert-sql2csv.md +++ b/docs/convert-sql2csv.md @@ -120,4 +120,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of convert-sql2csv.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-sql2csv.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/convert-txt2wav.md b/docs/convert-txt2wav.md index a4dc3e62..372d2ae1 100644 --- a/docs/convert-txt2wav.md +++ b/docs/convert-txt2wav.md @@ -84,4 +84,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of convert-txt2wav.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of convert-txt2wav.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/copy-photos-sorted.md b/docs/copy-photos-sorted.md index ae6be176..40af0e5e 100644 --- a/docs/copy-photos-sorted.md +++ b/docs/copy-photos-sorted.md @@ -108,4 +108,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of copy-photos-sorted.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of copy-photos-sorted.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/count-lines-of-code.md b/docs/count-lines-of-code.md index 57a48215..189e3436 100644 --- a/docs/count-lines-of-code.md +++ b/docs/count-lines-of-code.md @@ -83,4 +83,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of count-lines-of-code.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of count-lines-of-code.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/decrypt-file.md b/docs/decrypt-file.md index bda5f23a..07a896a6 100644 --- a/docs/decrypt-file.md +++ b/docs/decrypt-file.md @@ -197,4 +197,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of decrypt-file.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of decrypt-file.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/disable-ipv6.md b/docs/disable-ipv6.md index c2fc7664..819d6521 100644 --- a/docs/disable-ipv6.md +++ b/docs/disable-ipv6.md @@ -56,4 +56,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of disable-ipv6.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of disable-ipv6.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/disconnect-vpn.md b/docs/disconnect-vpn.md index c4aac1b2..dcc9031f 100644 --- a/docs/disconnect-vpn.md +++ b/docs/disconnect-vpn.md @@ -63,4 +63,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of disconnect-vpn.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of disconnect-vpn.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/download-dir.md b/docs/download-dir.md index 109d306c..3eff9eb1 100644 --- a/docs/download-dir.md +++ b/docs/download-dir.md @@ -77,4 +77,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of download-dir.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of download-dir.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/download-file.md b/docs/download-file.md index 19de31db..fa2006e1 100644 --- a/docs/download-file.md +++ b/docs/download-file.md @@ -77,4 +77,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of download-file.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of download-file.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/edit.md b/docs/edit.md index 6ace6367..84b11f04 100644 --- a/docs/edit.md +++ b/docs/edit.md @@ -72,4 +72,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of edit.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of edit.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/enable-crash-dumps.md b/docs/enable-crash-dumps.md index a9298ea6..b982d2b3 100644 --- a/docs/enable-crash-dumps.md +++ b/docs/enable-crash-dumps.md @@ -330,4 +330,4 @@ Else exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of enable-crash-dumps.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of enable-crash-dumps.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/enable-god-mode.md b/docs/enable-god-mode.md index 425b5290..f21b1435 100644 --- a/docs/enable-god-mode.md +++ b/docs/enable-god-mode.md @@ -61,4 +61,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of enable-god-mode.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of enable-god-mode.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/enable-ipv6.md b/docs/enable-ipv6.md index 68a84681..a8c2c7bf 100644 --- a/docs/enable-ipv6.md +++ b/docs/enable-ipv6.md @@ -56,4 +56,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of enable-ipv6.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of enable-ipv6.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/encrypt-file.md b/docs/encrypt-file.md index 9ed57715..4bc878f4 100644 --- a/docs/encrypt-file.md +++ b/docs/encrypt-file.md @@ -182,4 +182,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of encrypt-file.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of encrypt-file.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/enter-chat.md b/docs/enter-chat.md index 1f7c2354..ad5e7fba 100644 --- a/docs/enter-chat.md +++ b/docs/enter-chat.md @@ -125,4 +125,4 @@ function Get-ChatChannel } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of enter-chat.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of enter-chat.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/export-to-manuals.md b/docs/export-to-manuals.md index 09f3c5de..b83fc450 100644 --- a/docs/export-to-manuals.md +++ b/docs/export-to-manuals.md @@ -90,4 +90,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of export-to-manuals.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of export-to-manuals.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/fetch-repo.md b/docs/fetch-repo.md index 3f1c73b4..4ab5539f 100644 --- a/docs/fetch-repo.md +++ b/docs/fetch-repo.md @@ -89,4 +89,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of fetch-repo.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of fetch-repo.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/fetch-repos.md b/docs/fetch-repos.md index 17033d0c..0458093c 100644 --- a/docs/fetch-repos.md +++ b/docs/fetch-repos.md @@ -98,4 +98,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of fetch-repos.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of fetch-repos.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/firefox-installer.md b/docs/firefox-installer.md index c215d0bf..9bb33d95 100644 --- a/docs/firefox-installer.md +++ b/docs/firefox-installer.md @@ -64,4 +64,4 @@ try { ``` -*(generated by convert-ps2md.ps1 using the comment-based help of firefox-installer.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of firefox-installer.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/get-md5.md b/docs/get-md5.md index 2c88f090..367fa899 100644 --- a/docs/get-md5.md +++ b/docs/get-md5.md @@ -72,4 +72,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of get-md5.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of get-md5.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/get-sha1.md b/docs/get-sha1.md index 82a83899..bfc5a50c 100644 --- a/docs/get-sha1.md +++ b/docs/get-sha1.md @@ -72,4 +72,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of get-sha1.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of get-sha1.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/get-sha256.md b/docs/get-sha256.md index 0392f695..0cfc7a2b 100644 --- a/docs/get-sha256.md +++ b/docs/get-sha256.md @@ -72,4 +72,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of get-sha256.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of get-sha256.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/hibernate.md b/docs/hibernate.md index 107bd33c..0cf6a141 100644 --- a/docs/hibernate.md +++ b/docs/hibernate.md @@ -59,4 +59,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of hibernate.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of hibernate.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/import-vm.md b/docs/import-vm.md index e6abbde5..813d90d9 100644 --- a/docs/import-vm.md +++ b/docs/import-vm.md @@ -23,4 +23,4 @@ Start-VM $VMName exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of import-vm.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of import-vm.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/inspect-exe.md b/docs/inspect-exe.md index f1fb5538..c52b0c59 100644 --- a/docs/inspect-exe.md +++ b/docs/inspect-exe.md @@ -68,4 +68,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of inspect-exe.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of inspect-exe.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/install-audacity.md b/docs/install-audacity.md index f5d5208d..6c4375b8 100644 --- a/docs/install-audacity.md +++ b/docs/install-audacity.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-audacity.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-audacity.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/install-basic-apps.md b/docs/install-basic-apps.md index e92f0ed8..82cce5bb 100644 --- a/docs/install-basic-apps.md +++ b/docs/install-basic-apps.md @@ -89,4 +89,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-basic-apps.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-basic-apps.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/install-basic-snaps.md b/docs/install-basic-snaps.md index 11259c7e..b69829c1 100644 --- a/docs/install-basic-snaps.md +++ b/docs/install-basic-snaps.md @@ -78,4 +78,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-basic-snaps.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-basic-snaps.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/install-calibre-server.md b/docs/install-calibre-server.md index cf6ef8c6..b8a7f36a 100644 --- a/docs/install-calibre-server.md +++ b/docs/install-calibre-server.md @@ -121,4 +121,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-calibre-server.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-calibre-server.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/install-chocolatey.md b/docs/install-chocolatey.md index e1e9f907..1c24661b 100644 --- a/docs/install-chocolatey.md +++ b/docs/install-chocolatey.md @@ -56,4 +56,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-chocolatey.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-chocolatey.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/install-chrome.md b/docs/install-chrome.md index deaa90d5..6f9b539d 100644 --- a/docs/install-chrome.md +++ b/docs/install-chrome.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-chrome.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-chrome.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/install-crystal-disk-info.md b/docs/install-crystal-disk-info.md index 04bd06ca..75fa7d21 100644 --- a/docs/install-crystal-disk-info.md +++ b/docs/install-crystal-disk-info.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-crystal-disk-info.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-crystal-disk-info.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/install-crystal-disk-mark.md b/docs/install-crystal-disk-mark.md index a95c9568..22f2b7d5 100644 --- a/docs/install-crystal-disk-mark.md +++ b/docs/install-crystal-disk-mark.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-crystal-disk-mark.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-crystal-disk-mark.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/install-discord.md b/docs/install-discord.md index ba2b70b1..9b296b01 100644 --- a/docs/install-discord.md +++ b/docs/install-discord.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-discord.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-discord.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/install-edge.md b/docs/install-edge.md index 35399174..82031b94 100644 --- a/docs/install-edge.md +++ b/docs/install-edge.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-edge.ps1 as of 12/16/2023 10:12:20)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-edge.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/install-evcc.md b/docs/install-evcc.md index 3c5de703..2f6d7098 100644 --- a/docs/install-evcc.md +++ b/docs/install-evcc.md @@ -77,4 +77,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-evcc.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-evcc.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/install-firefox.md b/docs/install-firefox.md index cb42b5aa..89548f1c 100644 --- a/docs/install-firefox.md +++ b/docs/install-firefox.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-firefox.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-firefox.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/install-git-extensions.md b/docs/install-git-extensions.md index 5faf957b..8e44b974 100644 --- a/docs/install-git-extensions.md +++ b/docs/install-git-extensions.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-git-extensions.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-git-extensions.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/install-git-for-windows.md b/docs/install-git-for-windows.md index 39d31ad9..c8f89f43 100644 --- a/docs/install-git-for-windows.md +++ b/docs/install-git-for-windows.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-git-for-windows.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-git-for-windows.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/install-github-cli.md b/docs/install-github-cli.md index f6dab749..6fcecfc1 100644 --- a/docs/install-github-cli.md +++ b/docs/install-github-cli.md @@ -68,4 +68,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-github-cli.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-github-cli.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/install-irfanview.md b/docs/install-irfanview.md index 7f9f2708..6d6ba609 100644 --- a/docs/install-irfanview.md +++ b/docs/install-irfanview.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-irfanview.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-irfanview.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/install-knot-resolver.md b/docs/install-knot-resolver.md index 067ff98d..d2c67288 100644 --- a/docs/install-knot-resolver.md +++ b/docs/install-knot-resolver.md @@ -70,4 +70,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-knot-resolver.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-knot-resolver.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/install-microsoft-teams.md b/docs/install-microsoft-teams.md index 6ae6d1e6..6a030413 100644 --- a/docs/install-microsoft-teams.md +++ b/docs/install-microsoft-teams.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-microsoft-teams.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-microsoft-teams.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/install-netflix.md b/docs/install-netflix.md index 84658eb4..5d4642d8 100644 --- a/docs/install-netflix.md +++ b/docs/install-netflix.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-netflix.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-netflix.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/install-nine-zip.md b/docs/install-nine-zip.md index 4611b10d..861fed50 100644 --- a/docs/install-nine-zip.md +++ b/docs/install-nine-zip.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-nine-zip.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-nine-zip.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/install-obs-studio.md b/docs/install-obs-studio.md index 89a68bfe..47b21773 100644 --- a/docs/install-obs-studio.md +++ b/docs/install-obs-studio.md @@ -64,4 +64,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-obs-studio.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-obs-studio.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/install-octoprint.md b/docs/install-octoprint.md index 2e31dd0c..04688d29 100644 --- a/docs/install-octoprint.md +++ b/docs/install-octoprint.md @@ -32,4 +32,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-octoprint.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-octoprint.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/install-one-calendar.md b/docs/install-one-calendar.md index 9e9cae30..740af9ef 100644 --- a/docs/install-one-calendar.md +++ b/docs/install-one-calendar.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-one-calendar.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-one-calendar.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/install-opera-browser.md b/docs/install-opera-browser.md index 23ad8a12..c4052797 100644 --- a/docs/install-opera-browser.md +++ b/docs/install-opera-browser.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-opera-browser.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-opera-browser.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/install-opera-gx.md b/docs/install-opera-gx.md index a229c911..6d174e5b 100644 --- a/docs/install-opera-gx.md +++ b/docs/install-opera-gx.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-opera-gx.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-opera-gx.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/install-paint-3d.md b/docs/install-paint-3d.md index 3d86a463..4c71b842 100644 --- a/docs/install-paint-3d.md +++ b/docs/install-paint-3d.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-paint-3d.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-paint-3d.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/install-power-toys.md b/docs/install-power-toys.md index c792eb1c..135ab393 100644 --- a/docs/install-power-toys.md +++ b/docs/install-power-toys.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-power-toys.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-power-toys.ps1 as of 01/03/2024 12:10:46)* diff --git a/docs/install-powershell.md b/docs/install-powershell.md index a2b76e4b..7a054141 100644 --- a/docs/install-powershell.md +++ b/docs/install-powershell.md @@ -640,4 +640,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-powershell.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-powershell.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/install-rufus.md b/docs/install-rufus.md index c9713de9..0ed71c0a 100644 --- a/docs/install-rufus.md +++ b/docs/install-rufus.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-rufus.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-rufus.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/install-signal-cli.md b/docs/install-signal-cli.md index d282e0b2..a7668cea 100644 --- a/docs/install-signal-cli.md +++ b/docs/install-signal-cli.md @@ -90,4 +90,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-signal-cli.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-signal-cli.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/install-skype.md b/docs/install-skype.md index 748153dd..0070cb18 100644 --- a/docs/install-skype.md +++ b/docs/install-skype.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-skype.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-skype.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/install-spotify.md b/docs/install-spotify.md index 03ece133..efe8273f 100644 --- a/docs/install-spotify.md +++ b/docs/install-spotify.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-spotify.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-spotify.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/install-ssh-client.md b/docs/install-ssh-client.md index 3bfb4c0f..ff9267da 100644 --- a/docs/install-ssh-client.md +++ b/docs/install-ssh-client.md @@ -64,4 +64,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-ssh-client.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-ssh-client.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/install-ssh-server.md b/docs/install-ssh-server.md index 8fc2cb3d..7d6a95ca 100644 --- a/docs/install-ssh-server.md +++ b/docs/install-ssh-server.md @@ -78,4 +78,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-ssh-server.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-ssh-server.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/install-thunderbird.md b/docs/install-thunderbird.md index fce30b29..8430f0ea 100644 --- a/docs/install-thunderbird.md +++ b/docs/install-thunderbird.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-thunderbird.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-thunderbird.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/install-twitter.md b/docs/install-twitter.md index f222d63c..c95f3b17 100644 --- a/docs/install-twitter.md +++ b/docs/install-twitter.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-twitter.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-twitter.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/install-unbound-server.md b/docs/install-unbound-server.md index 9a423ad8..32c48c51 100644 --- a/docs/install-unbound-server.md +++ b/docs/install-unbound-server.md @@ -99,4 +99,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-unbound-server.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-unbound-server.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/install-updates.md b/docs/install-updates.md index fb25876f..069a5652 100644 --- a/docs/install-updates.md +++ b/docs/install-updates.md @@ -79,4 +79,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-updates.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-updates.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/install-visual-studio-code.md b/docs/install-visual-studio-code.md index a9038cd0..bc05da64 100644 --- a/docs/install-visual-studio-code.md +++ b/docs/install-visual-studio-code.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-visual-studio-code.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-visual-studio-code.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/install-vivaldi.md b/docs/install-vivaldi.md index f44eb67c..c44af024 100644 --- a/docs/install-vivaldi.md +++ b/docs/install-vivaldi.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-vivaldi.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-vivaldi.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/install-vlc.md b/docs/install-vlc.md index 92f49b65..e1e66cdd 100644 --- a/docs/install-vlc.md +++ b/docs/install-vlc.md @@ -64,4 +64,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-vlc.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-vlc.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/install-windows-terminal.md b/docs/install-windows-terminal.md index 8d656ef9..fce713ff 100644 --- a/docs/install-windows-terminal.md +++ b/docs/install-windows-terminal.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-windows-terminal.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-windows-terminal.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/install-wsl.md b/docs/install-wsl.md index e4a065db..f0f4aec6 100644 --- a/docs/install-wsl.md +++ b/docs/install-wsl.md @@ -74,4 +74,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-wsl.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-wsl.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/install-zoom.md b/docs/install-zoom.md index 03a83d44..81d6212f 100644 --- a/docs/install-zoom.md +++ b/docs/install-zoom.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of install-zoom.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of install-zoom.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/introduce-powershell.md b/docs/introduce-powershell.md index 6330087c..0444a556 100644 --- a/docs/introduce-powershell.md +++ b/docs/introduce-powershell.md @@ -91,4 +91,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of introduce-powershell.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of introduce-powershell.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-aliases.md b/docs/list-aliases.md index 0f4a9bff..ce4e85ae 100644 --- a/docs/list-aliases.md +++ b/docs/list-aliases.md @@ -65,4 +65,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-aliases.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-aliases.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-anagrams.md b/docs/list-anagrams.md index a67a89ad..48185a7c 100644 --- a/docs/list-anagrams.md +++ b/docs/list-anagrams.md @@ -120,4 +120,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-anagrams.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-anagrams.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-apps.md b/docs/list-apps.md index 3cdd6f86..f707b8d2 100644 --- a/docs/list-apps.md +++ b/docs/list-apps.md @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-apps.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-apps.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-ascii-table.md b/docs/list-ascii-table.md index 41990e73..b4297812 100644 --- a/docs/list-ascii-table.md +++ b/docs/list-ascii-table.md @@ -102,4 +102,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-ascii-table.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-ascii-table.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-automatic-variables.md b/docs/list-automatic-variables.md index 6fc13ae4..8be52c09 100644 --- a/docs/list-automatic-variables.md +++ b/docs/list-automatic-variables.md @@ -100,4 +100,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-automatic-variables.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-automatic-variables.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-battery-status.md b/docs/list-battery-status.md index 22e0010b..3ad686d5 100644 --- a/docs/list-battery-status.md +++ b/docs/list-battery-status.md @@ -64,4 +64,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-battery-status.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-battery-status.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-bios.md b/docs/list-bios.md index 3d5c6bcf..2abf66b3 100644 --- a/docs/list-bios.md +++ b/docs/list-bios.md @@ -63,4 +63,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-bios.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-bios.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-bluetooth-devices.md b/docs/list-bluetooth-devices.md index 5675c4e7..e8bde405 100644 --- a/docs/list-bluetooth-devices.md +++ b/docs/list-bluetooth-devices.md @@ -65,4 +65,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-bluetooth-devices.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-bluetooth-devices.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-branches.md b/docs/list-branches.md index 5c638939..0724cd8e 100644 --- a/docs/list-branches.md +++ b/docs/list-branches.md @@ -107,4 +107,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-branches.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-branches.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-calendar.md b/docs/list-calendar.md index c1ff1bca..2a83e385 100644 --- a/docs/list-calendar.md +++ b/docs/list-calendar.md @@ -244,4 +244,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-calendar.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-calendar.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-cheat-sheet.md b/docs/list-cheat-sheet.md index 56a937bb..65a44571 100644 --- a/docs/list-cheat-sheet.md +++ b/docs/list-cheat-sheet.md @@ -75,4 +75,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-cheat-sheet.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-cheat-sheet.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-city-weather.md b/docs/list-city-weather.md index c0c141e2..2768a5b4 100644 --- a/docs/list-city-weather.md +++ b/docs/list-city-weather.md @@ -50,4 +50,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-city-weather.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-city-weather.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-cli-tools.md b/docs/list-cli-tools.md index 2ebbc1bf..ec642dfb 100644 --- a/docs/list-cli-tools.md +++ b/docs/list-cli-tools.md @@ -352,4 +352,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-cli-tools.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-cli-tools.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-clipboard.md b/docs/list-clipboard.md index ddcdfe64..e1d5252d 100644 --- a/docs/list-clipboard.md +++ b/docs/list-clipboard.md @@ -55,4 +55,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-clipboard.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-clipboard.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-cmdlets.md b/docs/list-cmdlets.md index 66d7725b..3112cb8f 100644 --- a/docs/list-cmdlets.md +++ b/docs/list-cmdlets.md @@ -67,4 +67,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-cmdlets.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-cmdlets.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-coffee-prices.md b/docs/list-coffee-prices.md index b32d265f..00395faf 100644 --- a/docs/list-coffee-prices.md +++ b/docs/list-coffee-prices.md @@ -72,4 +72,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-coffee-prices.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-coffee-prices.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-commit-stats.md b/docs/list-commit-stats.md index b7ef60ca..c42e68bd 100644 --- a/docs/list-commit-stats.md +++ b/docs/list-commit-stats.md @@ -93,4 +93,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-commit-stats.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-commit-stats.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-commits.md b/docs/list-commits.md index 58e63e39..e273d51c 100644 --- a/docs/list-commits.md +++ b/docs/list-commits.md @@ -121,4 +121,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-commits.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-commits.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-console-colors.md b/docs/list-console-colors.md index 09902024..4441da3d 100644 --- a/docs/list-console-colors.md +++ b/docs/list-console-colors.md @@ -74,4 +74,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-console-colors.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-console-colors.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-countries.md b/docs/list-countries.md index 9649de43..ad915bbf 100644 --- a/docs/list-countries.md +++ b/docs/list-countries.md @@ -52,4 +52,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-countries.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-countries.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-cpu.md b/docs/list-cpu.md index f25b8c98..53a47292 100644 --- a/docs/list-cpu.md +++ b/docs/list-cpu.md @@ -63,4 +63,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-cpu.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-cpu.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-credits.md b/docs/list-credits.md index bc1d50df..400ee275 100644 --- a/docs/list-credits.md +++ b/docs/list-credits.md @@ -80,4 +80,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-credits.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-credits.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-crypto-rates.md b/docs/list-crypto-rates.md index cb66840d..1ba33c2c 100644 --- a/docs/list-crypto-rates.md +++ b/docs/list-crypto-rates.md @@ -76,4 +76,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-crypto-rates.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-crypto-rates.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-defender-settings.md b/docs/list-defender-settings.md index 981b82c7..6b57b07f 100644 --- a/docs/list-defender-settings.md +++ b/docs/list-defender-settings.md @@ -69,4 +69,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-defender-settings.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-defender-settings.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-dir-tree.md b/docs/list-dir-tree.md index dd5ee60b..88d3da8c 100644 --- a/docs/list-dir-tree.md +++ b/docs/list-dir-tree.md @@ -122,4 +122,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-dir-tree.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-dir-tree.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-dns-servers.md b/docs/list-dns-servers.md index 30db8467..792037dc 100644 --- a/docs/list-dns-servers.md +++ b/docs/list-dns-servers.md @@ -62,4 +62,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-dns-servers.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-dns-servers.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-drives.md b/docs/list-drives.md index 1f5040d4..50418052 100644 --- a/docs/list-drives.md +++ b/docs/list-drives.md @@ -63,4 +63,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-drives.ps1 as of 12/16/2023 10:12:21)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-drives.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-earthquakes.md b/docs/list-earthquakes.md index 18174ade..e038a658 100644 --- a/docs/list-earthquakes.md +++ b/docs/list-earthquakes.md @@ -79,4 +79,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-earthquakes.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-earthquakes.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-emojis.md b/docs/list-emojis.md index 699fd9a6..191d3f83 100644 --- a/docs/list-emojis.md +++ b/docs/list-emojis.md @@ -72,4 +72,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-emojis.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-emojis.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-empty-dirs.md b/docs/list-empty-dirs.md index a3103bf9..fa89f028 100644 --- a/docs/list-empty-dirs.md +++ b/docs/list-empty-dirs.md @@ -81,4 +81,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-empty-dirs.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-empty-dirs.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-empty-files.md b/docs/list-empty-files.md index 9786adc1..2ffb63bd 100644 --- a/docs/list-empty-files.md +++ b/docs/list-empty-files.md @@ -81,4 +81,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-empty-files.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-empty-files.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-encrypted-files.md b/docs/list-encrypted-files.md index adef3d6c..bb727067 100644 --- a/docs/list-encrypted-files.md +++ b/docs/list-encrypted-files.md @@ -81,4 +81,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-encrypted-files.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-encrypted-files.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-environment-variables.md b/docs/list-environment-variables.md index 2b1fd202..f442ad98 100644 --- a/docs/list-environment-variables.md +++ b/docs/list-environment-variables.md @@ -65,4 +65,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-environment-variables.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-environment-variables.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-error-types.md b/docs/list-error-types.md index 6ee32da0..b6ae9a82 100644 --- a/docs/list-error-types.md +++ b/docs/list-error-types.md @@ -26,4 +26,4 @@ Script Content } | Select BaseType,Name,FullName ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-error-types.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-error-types.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-exchange-rates.md b/docs/list-exchange-rates.md index 08129a8d..8d2789f4 100644 --- a/docs/list-exchange-rates.md +++ b/docs/list-exchange-rates.md @@ -95,4 +95,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-exchange-rates.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-exchange-rates.ps1 as of 01/03/2024 12:10:47)* diff --git a/docs/list-executables.md b/docs/list-executables.md index da32aef7..25a44187 100644 --- a/docs/list-executables.md +++ b/docs/list-executables.md @@ -81,4 +81,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-executables.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-executables.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-fibonacci.md b/docs/list-fibonacci.md index 979b6956..7b97bdd0 100644 --- a/docs/list-fibonacci.md +++ b/docs/list-fibonacci.md @@ -43,4 +43,4 @@ foreach ($i in 0..100) { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-fibonacci.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-fibonacci.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-files.md b/docs/list-files.md index 53a1af7a..a64da187 100644 --- a/docs/list-files.md +++ b/docs/list-files.md @@ -68,4 +68,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-files.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-files.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-folder.md b/docs/list-folder.md index c4f0d081..5516f8a5 100644 --- a/docs/list-folder.md +++ b/docs/list-folder.md @@ -91,4 +91,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-folder.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-folder.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-fritzbox-calls.md b/docs/list-fritzbox-calls.md index bcfdff8e..abcfcdc3 100644 --- a/docs/list-fritzbox-calls.md +++ b/docs/list-fritzbox-calls.md @@ -153,4 +153,4 @@ echo $Result exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-fritzbox-calls.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-fritzbox-calls.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-fritzbox-devices.md b/docs/list-fritzbox-devices.md index d68f1f18..2c8ae46a 100644 --- a/docs/list-fritzbox-devices.md +++ b/docs/list-fritzbox-devices.md @@ -105,4 +105,4 @@ $HostTable | format-table -property Active,IPAddress,MACAddress,HostName,Interfa exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-fritzbox-devices.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-fritzbox-devices.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-headlines.md b/docs/list-headlines.md index 4f4f3829..e62a46e6 100644 --- a/docs/list-headlines.md +++ b/docs/list-headlines.md @@ -89,4 +89,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-headlines.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-headlines.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-hidden-files.md b/docs/list-hidden-files.md index 01bbb45d..aa603880 100644 --- a/docs/list-hidden-files.md +++ b/docs/list-hidden-files.md @@ -81,4 +81,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-hidden-files.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-hidden-files.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-installed-languages.md b/docs/list-installed-languages.md index f476e03d..8f68d0f8 100644 --- a/docs/list-installed-languages.md +++ b/docs/list-installed-languages.md @@ -50,4 +50,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-installed-languages.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-installed-languages.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-installed-scripts.md b/docs/list-installed-scripts.md index 315edbba..7e1e95b9 100644 --- a/docs/list-installed-scripts.md +++ b/docs/list-installed-scripts.md @@ -48,4 +48,4 @@ Get-InstalledScript exit # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-installed-scripts.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-installed-scripts.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-installed-software.md b/docs/list-installed-software.md index 9ed274b8..8ee8b125 100644 --- a/docs/list-installed-software.md +++ b/docs/list-installed-software.md @@ -65,4 +65,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-installed-software.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-installed-software.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-ipv6.md b/docs/list-ipv6.md index 495a7ba1..a464597f 100644 --- a/docs/list-ipv6.md +++ b/docs/list-ipv6.md @@ -63,4 +63,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-ipv6.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-ipv6.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-latest-tag.md b/docs/list-latest-tag.md index fb019db3..891145b9 100644 --- a/docs/list-latest-tag.md +++ b/docs/list-latest-tag.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-latest-tag.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-latest-tag.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-latest-tags.md b/docs/list-latest-tags.md index 2968894c..c0f5c56f 100644 --- a/docs/list-latest-tags.md +++ b/docs/list-latest-tags.md @@ -85,4 +85,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-latest-tags.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-latest-tags.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-memos.md b/docs/list-memos.md index 903e1b57..ef80289e 100644 --- a/docs/list-memos.md +++ b/docs/list-memos.md @@ -71,4 +71,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-memos.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-memos.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-modules.md b/docs/list-modules.md index cda3709b..89365249 100644 --- a/docs/list-modules.md +++ b/docs/list-modules.md @@ -65,4 +65,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-modules.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-modules.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-motherboard.md b/docs/list-motherboard.md index 3da64644..3120f405 100644 --- a/docs/list-motherboard.md +++ b/docs/list-motherboard.md @@ -61,4 +61,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-motherboard.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-motherboard.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-mysql-tables.md b/docs/list-mysql-tables.md index 1a6c6493..8131da81 100644 --- a/docs/list-mysql-tables.md +++ b/docs/list-mysql-tables.md @@ -90,4 +90,4 @@ $result = Invoke-MySqlQuery -ConnectionString "server=$server; database=$databa $result | Export-Csv $csvfilepath -NoTypeInformation ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-mysql-tables.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-mysql-tables.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-network-connections.md b/docs/list-network-connections.md index 3e3ca45b..1ec62d92 100644 --- a/docs/list-network-connections.md +++ b/docs/list-network-connections.md @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-network-connections.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-network-connections.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-network-routes.md b/docs/list-network-routes.md index c365a86d..01a5cb63 100644 --- a/docs/list-network-routes.md +++ b/docs/list-network-routes.md @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-network-routes.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-network-routes.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-network-shares.md b/docs/list-network-shares.md index e64bd34d..c9f85413 100644 --- a/docs/list-network-shares.md +++ b/docs/list-network-shares.md @@ -63,4 +63,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-network-shares.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-network-shares.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-news.md b/docs/list-news.md index f6aea511..2e98b411 100644 --- a/docs/list-news.md +++ b/docs/list-news.md @@ -100,4 +100,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-news.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-news.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-nic.md b/docs/list-nic.md index 6a753727..bd6e9d7a 100644 --- a/docs/list-nic.md +++ b/docs/list-nic.md @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-nic.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-nic.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-nina-warnings.md b/docs/list-nina-warnings.md index 129e780a..832c61b2 100644 --- a/docs/list-nina-warnings.md +++ b/docs/list-nina-warnings.md @@ -66,4 +66,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-nina-warnings.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-nina-warnings.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-os-releases.md b/docs/list-os-releases.md index 2def46f1..a788c88d 100644 --- a/docs/list-os-releases.md +++ b/docs/list-os-releases.md @@ -66,4 +66,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-os-releases.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-os-releases.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-os-updates.md b/docs/list-os-updates.md index 0b4ffa71..d27b2ff9 100644 --- a/docs/list-os-updates.md +++ b/docs/list-os-updates.md @@ -89,4 +89,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-os-updates.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-os-updates.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-os.md b/docs/list-os.md index 44725113..43a689f1 100644 --- a/docs/list-os.md +++ b/docs/list-os.md @@ -61,4 +61,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-os.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-os.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-outlook-inbox.md b/docs/list-outlook-inbox.md index 584ec0d4..3eec4c78 100644 --- a/docs/list-outlook-inbox.md +++ b/docs/list-outlook-inbox.md @@ -56,4 +56,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-outlook-inbox.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-outlook-inbox.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-outlook-sent.md b/docs/list-outlook-sent.md index 62c2443d..8c233753 100644 --- a/docs/list-outlook-sent.md +++ b/docs/list-outlook-sent.md @@ -56,4 +56,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-outlook-sent.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-outlook-sent.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-passwords.md b/docs/list-passwords.md index 5721eeca..5220a83d 100644 --- a/docs/list-passwords.md +++ b/docs/list-passwords.md @@ -111,4 +111,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-passwords.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-passwords.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-pi.md b/docs/list-pi.md index bf44848c..2880b858 100644 --- a/docs/list-pi.md +++ b/docs/list-pi.md @@ -117,4 +117,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-pi.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-pi.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-pins.md b/docs/list-pins.md index c3250929..c5094881 100644 --- a/docs/list-pins.md +++ b/docs/list-pins.md @@ -100,4 +100,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-pins.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-pins.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-power-schemes.md b/docs/list-power-schemes.md index 0ccdb570..c1960a1a 100644 --- a/docs/list-power-schemes.md +++ b/docs/list-power-schemes.md @@ -21,4 +21,4 @@ powercfg /list exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-power-schemes.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-power-schemes.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-print-jobs.md b/docs/list-print-jobs.md index 3db9c99e..9fd1bf92 100644 --- a/docs/list-print-jobs.md +++ b/docs/list-print-jobs.md @@ -87,4 +87,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-print-jobs.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-print-jobs.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-printers.md b/docs/list-printers.md index 7f349556..a048e25e 100644 --- a/docs/list-printers.md +++ b/docs/list-printers.md @@ -59,4 +59,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-printers.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-printers.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-processes.md b/docs/list-processes.md index 90f4f013..ba849ac1 100644 --- a/docs/list-processes.md +++ b/docs/list-processes.md @@ -65,4 +65,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-processes.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-processes.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-profiles.md b/docs/list-profiles.md index f0075119..fea34014 100644 --- a/docs/list-profiles.md +++ b/docs/list-profiles.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-profiles.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-profiles.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-public-ip.md b/docs/list-public-ip.md index 26898269..d02086c3 100644 --- a/docs/list-public-ip.md +++ b/docs/list-public-ip.md @@ -70,4 +70,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-public-ip.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-public-ip.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-pull-requests.md b/docs/list-pull-requests.md index 5afdb559..35c14e0b 100644 --- a/docs/list-pull-requests.md +++ b/docs/list-pull-requests.md @@ -83,4 +83,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-pull-requests.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-pull-requests.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-ram.md b/docs/list-ram.md index 72191306..33333a6e 100644 --- a/docs/list-ram.md +++ b/docs/list-ram.md @@ -63,4 +63,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-ram.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-ram.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-read-only-files.md b/docs/list-read-only-files.md index 61642e43..8b061139 100644 --- a/docs/list-read-only-files.md +++ b/docs/list-read-only-files.md @@ -81,4 +81,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-read-only-files.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-read-only-files.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-recycle-bin.md b/docs/list-recycle-bin.md index 556c59d9..dab63e2b 100644 --- a/docs/list-recycle-bin.md +++ b/docs/list-recycle-bin.md @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-recycle-bin.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-recycle-bin.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-repos.md b/docs/list-repos.md index 83924fea..70144373 100644 --- a/docs/list-repos.md +++ b/docs/list-repos.md @@ -103,4 +103,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-repos.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-repos.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-scripts.md b/docs/list-scripts.md index ef9dee6e..2f30c67d 100644 --- a/docs/list-scripts.md +++ b/docs/list-scripts.md @@ -70,4 +70,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-scripts.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-scripts.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-services.md b/docs/list-services.md index 52951b32..3ca585ca 100644 --- a/docs/list-services.md +++ b/docs/list-services.md @@ -65,4 +65,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-services.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-services.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-special-folders.md b/docs/list-special-folders.md index 5d2bf7b4..95c560f1 100644 --- a/docs/list-special-folders.md +++ b/docs/list-special-folders.md @@ -105,4 +105,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-special-folders.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-special-folders.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-sql-tables.md b/docs/list-sql-tables.md index 61f7705e..ea4b38bc 100644 --- a/docs/list-sql-tables.md +++ b/docs/list-sql-tables.md @@ -93,4 +93,4 @@ $result = Invoke-SqlServerQuery -Credential $creds -ConnectionTimeout 10000 -Dat $result | Export-Csv $csvfilepath -NoTypeInformation ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-sql-tables.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-sql-tables.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-submodules.md b/docs/list-submodules.md index 37259eda..bc6621ff 100644 --- a/docs/list-submodules.md +++ b/docs/list-submodules.md @@ -81,4 +81,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-submodules.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-submodules.ps1 as of 01/03/2024 12:10:48)* diff --git a/docs/list-suggestions.md b/docs/list-suggestions.md index 365c0182..9a4c3378 100644 --- a/docs/list-suggestions.md +++ b/docs/list-suggestions.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-suggestions.ps1 as of 12/16/2023 10:12:22)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-suggestions.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/list-system-files.md b/docs/list-system-files.md index a2d93df2..8d056b18 100644 --- a/docs/list-system-files.md +++ b/docs/list-system-files.md @@ -81,4 +81,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-system-files.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-system-files.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/list-system-info.md b/docs/list-system-info.md index 0670e7f4..e89ee601 100644 --- a/docs/list-system-info.md +++ b/docs/list-system-info.md @@ -141,4 +141,4 @@ $info exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-system-info.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-system-info.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/list-tags.md b/docs/list-tags.md index 2b46e850..8094b564 100644 --- a/docs/list-tags.md +++ b/docs/list-tags.md @@ -109,4 +109,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-tags.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-tags.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/list-tasks.md b/docs/list-tasks.md index d725d3b1..54c24c4c 100644 --- a/docs/list-tasks.md +++ b/docs/list-tasks.md @@ -44,4 +44,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-tasks.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-tasks.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/list-timezone.md b/docs/list-timezone.md index 28dd9c48..a9a2b157 100644 --- a/docs/list-timezone.md +++ b/docs/list-timezone.md @@ -64,4 +64,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-timezone.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-timezone.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/list-timezones.md b/docs/list-timezones.md index 53dc7757..47461b8f 100644 --- a/docs/list-timezones.md +++ b/docs/list-timezones.md @@ -67,4 +67,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-timezones.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-timezones.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/list-tiobe-index.md b/docs/list-tiobe-index.md index 41b5862d..0260ef9f 100644 --- a/docs/list-tiobe-index.md +++ b/docs/list-tiobe-index.md @@ -78,4 +78,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-tiobe-index.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-tiobe-index.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/list-unused-files.md b/docs/list-unused-files.md index deea4750..8e0161ad 100644 --- a/docs/list-unused-files.md +++ b/docs/list-unused-files.md @@ -95,4 +95,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-unused-files.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-unused-files.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/list-updates.md b/docs/list-updates.md index 91a4518c..740f4489 100644 --- a/docs/list-updates.md +++ b/docs/list-updates.md @@ -81,4 +81,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-updates.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-updates.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/list-user-accounts.md b/docs/list-user-accounts.md index 461634fc..3c6ceac7 100644 --- a/docs/list-user-accounts.md +++ b/docs/list-user-accounts.md @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-user-accounts.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-user-accounts.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/list-user-groups.md b/docs/list-user-groups.md index e804c1b4..c9c856a3 100644 --- a/docs/list-user-groups.md +++ b/docs/list-user-groups.md @@ -65,4 +65,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-user-groups.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-user-groups.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/list-verbs.md b/docs/list-verbs.md index b4533fd1..6ba2ef20 100644 --- a/docs/list-verbs.md +++ b/docs/list-verbs.md @@ -65,4 +65,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-verbs.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-verbs.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/list-voices.md b/docs/list-voices.md index 06a853b1..070dadbe 100644 --- a/docs/list-voices.md +++ b/docs/list-voices.md @@ -71,4 +71,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-voices.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-voices.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/list-weather.md b/docs/list-weather.md index 877f5253..56cd8dd7 100644 --- a/docs/list-weather.md +++ b/docs/list-weather.md @@ -169,4 +169,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-weather.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-weather.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/list-wifi.md b/docs/list-wifi.md index 97f6fd8f..f211a5c5 100644 --- a/docs/list-wifi.md +++ b/docs/list-wifi.md @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-wifi.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-wifi.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/list-window-titles.md b/docs/list-window-titles.md index 0f4b2770..045a10b1 100644 --- a/docs/list-window-titles.md +++ b/docs/list-window-titles.md @@ -65,4 +65,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-window-titles.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-window-titles.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/list-workdir.md b/docs/list-workdir.md index 54eaf3d6..ce0b0626 100644 --- a/docs/list-workdir.md +++ b/docs/list-workdir.md @@ -56,4 +56,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-workdir.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-workdir.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/list-wsl-distros.md b/docs/list-wsl-distros.md index b63e256f..34f17129 100644 --- a/docs/list-wsl-distros.md +++ b/docs/list-wsl-distros.md @@ -23,4 +23,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of list-wsl-distros.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of list-wsl-distros.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/locate-city.md b/docs/locate-city.md index 5ce721c8..21738c9a 100644 --- a/docs/locate-city.md +++ b/docs/locate-city.md @@ -87,4 +87,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of locate-city.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of locate-city.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/locate-ipaddress.md b/docs/locate-ipaddress.md index 856e061a..1a8c44b6 100644 --- a/docs/locate-ipaddress.md +++ b/docs/locate-ipaddress.md @@ -46,4 +46,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of locate-ipaddress.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of locate-ipaddress.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/locate-my-phone.md b/docs/locate-my-phone.md index 137f280e..b1918c2b 100644 --- a/docs/locate-my-phone.md +++ b/docs/locate-my-phone.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of locate-my-phone.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of locate-my-phone.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/locate-zip-code.md b/docs/locate-zip-code.md index def186ff..26eb4c02 100644 --- a/docs/locate-zip-code.md +++ b/docs/locate-zip-code.md @@ -101,4 +101,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of locate-zip-code.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of locate-zip-code.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/lock-desktop.md b/docs/lock-desktop.md index 70402b6f..554c2695 100644 --- a/docs/lock-desktop.md +++ b/docs/lock-desktop.md @@ -54,4 +54,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of lock-desktop.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of lock-desktop.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/log-off.md b/docs/log-off.md index c703388b..55198dde 100644 --- a/docs/log-off.md +++ b/docs/log-off.md @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of log-off.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of log-off.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/make-install.md b/docs/make-install.md index 1c5f7574..353ef7d2 100644 --- a/docs/make-install.md +++ b/docs/make-install.md @@ -64,4 +64,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of make-install.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of make-install.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/measure-BubbleSort.md b/docs/measure-BubbleSort.md index f4493270..ca3aee43 100644 --- a/docs/measure-BubbleSort.md +++ b/docs/measure-BubbleSort.md @@ -92,4 +92,4 @@ $elapsed3 = "{0:N3}" -f $elapsed # formatted to 3 decimal places exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of measure-BubbleSort.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of measure-BubbleSort.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/measure-BucketSort.md b/docs/measure-BucketSort.md index fbebdb0c..50e94322 100644 --- a/docs/measure-BucketSort.md +++ b/docs/measure-BucketSort.md @@ -120,4 +120,4 @@ $elapsed3 = "{0:N3}" -f $elapsed # formatted to 3 decimal places exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of measure-BucketSort.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of measure-BucketSort.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/measure-CountingSort.md b/docs/measure-CountingSort.md index 9d4dc7fc..d8f35466 100644 --- a/docs/measure-CountingSort.md +++ b/docs/measure-CountingSort.md @@ -111,4 +111,4 @@ $elapsed3 = "{0:N3}" -f $elapsed # formatted to 3 decimal places exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of measure-CountingSort.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of measure-CountingSort.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/measure-HeapSort.md b/docs/measure-HeapSort.md index 73bb904b..c2a54080 100644 --- a/docs/measure-HeapSort.md +++ b/docs/measure-HeapSort.md @@ -126,4 +126,4 @@ $elapsed3 = "{0:N3}" -f $elapsed # formatted to 3 decimal places exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of measure-HeapSort.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of measure-HeapSort.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/measure-InsertionSort.md b/docs/measure-InsertionSort.md index bd6aa60e..27ac3377 100644 --- a/docs/measure-InsertionSort.md +++ b/docs/measure-InsertionSort.md @@ -95,4 +95,4 @@ $elapsed3 = "{0:N3}" -f $elapsed # formatted to 3 decimal places exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of measure-InsertionSort.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of measure-InsertionSort.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/measure-MergeSort.md b/docs/measure-MergeSort.md index 826e8392..8820f1d5 100644 --- a/docs/measure-MergeSort.md +++ b/docs/measure-MergeSort.md @@ -120,4 +120,4 @@ $elapsed3 = "{0:N3}" -f $elapsed # formatted to 3 decimal places exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of measure-MergeSort.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of measure-MergeSort.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/measure-QuickSort.md b/docs/measure-QuickSort.md index 70a880fe..06e2e6d1 100644 --- a/docs/measure-QuickSort.md +++ b/docs/measure-QuickSort.md @@ -101,4 +101,4 @@ $elapsed3 = "{0:N3}" -f $elapsed # formatted to 3 decimal places exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of measure-QuickSort.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of measure-QuickSort.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/measure-SelectionSort.md b/docs/measure-SelectionSort.md index e10b9d90..19375ece 100644 --- a/docs/measure-SelectionSort.md +++ b/docs/measure-SelectionSort.md @@ -94,4 +94,4 @@ $elapsed3 = "{0:N3}" -f $elapsed # formatted to 3 decimal places exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of measure-SelectionSort.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of measure-SelectionSort.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/measure-sorting-algorithms.md b/docs/measure-sorting-algorithms.md index 3a9db658..d5ef7eed 100644 --- a/docs/measure-sorting-algorithms.md +++ b/docs/measure-sorting-algorithms.md @@ -73,4 +73,4 @@ param([int]$numIntegers = 3000) exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of measure-sorting-algorithms.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of measure-sorting-algorithms.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/merry-christmas.md b/docs/merry-christmas.md index 0d98c403..66d159d7 100644 --- a/docs/merry-christmas.md +++ b/docs/merry-christmas.md @@ -50,4 +50,4 @@ $Reply = "Merry Christmas to you too!", "Happy Christmas to you too!" | Get-Rand exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of merry-christmas.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of merry-christmas.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/minimize-all-windows.md b/docs/minimize-all-windows.md index 34fd972b..252005ae 100644 --- a/docs/minimize-all-windows.md +++ b/docs/minimize-all-windows.md @@ -54,4 +54,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of minimize-all-windows.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of minimize-all-windows.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/move-mouse-pointer.md b/docs/move-mouse-pointer.md index 801376df..4d409c5a 100644 --- a/docs/move-mouse-pointer.md +++ b/docs/move-mouse-pointer.md @@ -84,4 +84,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of move-mouse-pointer.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of move-mouse-pointer.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/move-vm.md b/docs/move-vm.md index 0dd55f60..9a214ab1 100644 --- a/docs/move-vm.md +++ b/docs/move-vm.md @@ -22,4 +22,4 @@ Move-VM $VMName HOST2 -IncludeStorage -DestinationStoragePath "D:\VirtualMachine exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of move-vm.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of move-vm.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/my-profile.md b/docs/my-profile.md index a776c8f6..d7acc7c4 100644 --- a/docs/my-profile.md +++ b/docs/my-profile.md @@ -34,4 +34,4 @@ del alias:ls -force -errorAction SilentlyContinue set-alias -name ls -value list-folder.ps1 # ls = list folder (short format) ``` -*(generated by convert-ps2md.ps1 using the comment-based help of my-profile.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of my-profile.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/new-branch.md b/docs/new-branch.md index cc680d01..083a3742 100644 --- a/docs/new-branch.md +++ b/docs/new-branch.md @@ -123,4 +123,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of new-branch.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of new-branch.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/new-email.md b/docs/new-email.md index c8d41114..e7c005d0 100644 --- a/docs/new-email.md +++ b/docs/new-email.md @@ -67,4 +67,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of new-email.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of new-email.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/new-linux-vm.md b/docs/new-linux-vm.md index 7a3e460d..77fa9454 100644 --- a/docs/new-linux-vm.md +++ b/docs/new-linux-vm.md @@ -38,4 +38,4 @@ $VMName = "linux" exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of new-linux-vm.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of new-linux-vm.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/new-qrcode.md b/docs/new-qrcode.md index 4e31e2a8..ce94a10f 100644 --- a/docs/new-qrcode.md +++ b/docs/new-qrcode.md @@ -101,4 +101,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of new-qrcode.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of new-qrcode.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/new-script.md b/docs/new-script.md index 2f1e12a9..6aa5cdd4 100644 --- a/docs/new-script.md +++ b/docs/new-script.md @@ -74,4 +74,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of new-script.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of new-script.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/new-shortcut.md b/docs/new-shortcut.md index 98d7424c..dae72b6e 100644 --- a/docs/new-shortcut.md +++ b/docs/new-shortcut.md @@ -100,4 +100,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of new-shortcut.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of new-shortcut.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/new-symlink.md b/docs/new-symlink.md index 3e57e529..812839b7 100644 --- a/docs/new-symlink.md +++ b/docs/new-symlink.md @@ -82,4 +82,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of new-symlink.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of new-symlink.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/new-tag.md b/docs/new-tag.md index 125437ef..a08366a5 100644 --- a/docs/new-tag.md +++ b/docs/new-tag.md @@ -101,4 +101,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of new-tag.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of new-tag.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/new-user.md b/docs/new-user.md index cfd2b0a1..9753eaf2 100644 --- a/docs/new-user.md +++ b/docs/new-user.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of new-user.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of new-user.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/new-windows-vm.md b/docs/new-windows-vm.md index fdc631b4..34699b9d 100644 --- a/docs/new-windows-vm.md +++ b/docs/new-windows-vm.md @@ -37,4 +37,4 @@ $VMName = "windows" exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of new-windows-vm.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of new-windows-vm.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/new-zipfile.md b/docs/new-zipfile.md index 8aa6f1e1..b00a11aa 100644 --- a/docs/new-zipfile.md +++ b/docs/new-zipfile.md @@ -73,4 +73,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of new-zipfile.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of new-zipfile.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/on-desktop-login.md b/docs/on-desktop-login.md index e8380cb4..00c689c4 100644 --- a/docs/on-desktop-login.md +++ b/docs/on-desktop-login.md @@ -73,4 +73,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of on-desktop-login.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of on-desktop-login.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/open-apps-folder.md b/docs/open-apps-folder.md index 1da0827a..fd62c247 100644 --- a/docs/open-apps-folder.md +++ b/docs/open-apps-folder.md @@ -49,4 +49,4 @@ exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-apps-folder.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-apps-folder.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/open-auto-start-folder.md b/docs/open-auto-start-folder.md index c461c0bb..292de3e3 100644 --- a/docs/open-auto-start-folder.md +++ b/docs/open-auto-start-folder.md @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-auto-start-folder.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-auto-start-folder.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/open-bing-maps.md b/docs/open-bing-maps.md index 805644c7..ce03dc8d 100644 --- a/docs/open-bing-maps.md +++ b/docs/open-bing-maps.md @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-bing-maps.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-bing-maps.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/open-booking-com.md b/docs/open-booking-com.md index 2129ba36..d3331536 100644 --- a/docs/open-booking-com.md +++ b/docs/open-booking-com.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-booking-com.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-booking-com.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/open-c-drive.md b/docs/open-c-drive.md index b5940c17..f7ff7438 100644 --- a/docs/open-c-drive.md +++ b/docs/open-c-drive.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-c-drive.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-c-drive.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/open-calculator.md b/docs/open-calculator.md index bf64858b..91ef8b5d 100644 --- a/docs/open-calculator.md +++ b/docs/open-calculator.md @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-calculator.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-calculator.ps1 as of 01/03/2024 12:10:49)* diff --git a/docs/open-chrome.md b/docs/open-chrome.md index 4915091f..18484489 100644 --- a/docs/open-chrome.md +++ b/docs/open-chrome.md @@ -66,4 +66,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-chrome.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-chrome.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-clock.md b/docs/open-clock.md index f915198f..cd02e96b 100644 --- a/docs/open-clock.md +++ b/docs/open-clock.md @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-clock.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-clock.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-cortana.md b/docs/open-cortana.md index 17db51a0..df707174 100644 --- a/docs/open-cortana.md +++ b/docs/open-cortana.md @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-cortana.ps1 as of 12/16/2023 10:12:23)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-cortana.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-d-drive.md b/docs/open-d-drive.md index b1fd9412..d429fd79 100644 --- a/docs/open-d-drive.md +++ b/docs/open-d-drive.md @@ -47,4 +47,4 @@ Script Content & "$PSScriptRoot/open-file-explorer.ps1" "D:" ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-d-drive.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-d-drive.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-dashboards.md b/docs/open-dashboards.md index b181aca6..52a9ba5d 100644 --- a/docs/open-dashboards.md +++ b/docs/open-dashboards.md @@ -67,4 +67,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-dashboards.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-dashboards.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-deep-l-translator.md b/docs/open-deep-l-translator.md index 398ed540..5e2d473f 100644 --- a/docs/open-deep-l-translator.md +++ b/docs/open-deep-l-translator.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-deep-l-translator.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-deep-l-translator.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-default-browser.md b/docs/open-default-browser.md index 555a558f..2ef68d7a 100644 --- a/docs/open-default-browser.md +++ b/docs/open-default-browser.md @@ -66,4 +66,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-default-browser.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-default-browser.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-desktop-folder.md b/docs/open-desktop-folder.md index 9807f520..8af80019 100644 --- a/docs/open-desktop-folder.md +++ b/docs/open-desktop-folder.md @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-desktop-folder.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-desktop-folder.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-documents-folder.md b/docs/open-documents-folder.md index f08db59b..6069b7e8 100644 --- a/docs/open-documents-folder.md +++ b/docs/open-documents-folder.md @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-documents-folder.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-documents-folder.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-downloads-folder.md b/docs/open-downloads-folder.md index e67ff0d9..d1f3b5d5 100644 --- a/docs/open-downloads-folder.md +++ b/docs/open-downloads-folder.md @@ -61,4 +61,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-downloads-folder.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-downloads-folder.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-dropbox-folder.md b/docs/open-dropbox-folder.md index c073c9f9..96cecac2 100644 --- a/docs/open-dropbox-folder.md +++ b/docs/open-dropbox-folder.md @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-dropbox-folder.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-dropbox-folder.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-duck-duck-go.md b/docs/open-duck-duck-go.md index 6647332e..9adff6e7 100644 --- a/docs/open-duck-duck-go.md +++ b/docs/open-duck-duck-go.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-duck-duck-go.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-duck-duck-go.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-e-drive.md b/docs/open-e-drive.md index c3d61f8c..7b201c1d 100644 --- a/docs/open-e-drive.md +++ b/docs/open-e-drive.md @@ -47,4 +47,4 @@ Script Content & "$PSScriptRoot/open-file-explorer.ps1" "E:" ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-e-drive.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-e-drive.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-edge.md b/docs/open-edge.md index bcef4b52..11f0378c 100644 --- a/docs/open-edge.md +++ b/docs/open-edge.md @@ -48,4 +48,4 @@ Start-Process microsoft-edge:// exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-edge.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-edge.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-egg-timer.md b/docs/open-egg-timer.md index bb87d5d2..a3801411 100644 --- a/docs/open-egg-timer.md +++ b/docs/open-egg-timer.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-egg-timer.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-egg-timer.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-email-client.md b/docs/open-email-client.md index 2eb6878c..e944b9ec 100644 --- a/docs/open-email-client.md +++ b/docs/open-email-client.md @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-email-client.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-email-client.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-f-drive.md b/docs/open-f-drive.md index 038c737e..50373deb 100644 --- a/docs/open-f-drive.md +++ b/docs/open-f-drive.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-f-drive.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-f-drive.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-file-explorer.md b/docs/open-file-explorer.md index 0f14cd98..8fc049e6 100644 --- a/docs/open-file-explorer.md +++ b/docs/open-file-explorer.md @@ -70,4 +70,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-file-explorer.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-file-explorer.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-fire-place.md b/docs/open-fire-place.md index 38aefad5..d775339a 100644 --- a/docs/open-fire-place.md +++ b/docs/open-fire-place.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-fire-place.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-fire-place.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-firefox.md b/docs/open-firefox.md index 750765c5..cc016013 100644 --- a/docs/open-firefox.md +++ b/docs/open-firefox.md @@ -73,4 +73,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-firefox.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-firefox.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-flight-radar.md b/docs/open-flight-radar.md index 33c94894..f3ac91f4 100644 --- a/docs/open-flight-radar.md +++ b/docs/open-flight-radar.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-flight-radar.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-flight-radar.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-g-drive.md b/docs/open-g-drive.md index 9da2588d..e23e37b6 100644 --- a/docs/open-g-drive.md +++ b/docs/open-g-drive.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-g-drive.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-g-drive.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-git-extensions.md b/docs/open-git-extensions.md index 51683131..7aaa3b88 100644 --- a/docs/open-git-extensions.md +++ b/docs/open-git-extensions.md @@ -48,4 +48,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-git-extensions.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-git-extensions.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-google-books.md b/docs/open-google-books.md index b06900da..066d7be1 100644 --- a/docs/open-google-books.md +++ b/docs/open-google-books.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-google-books.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-books.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-google-calendar.md b/docs/open-google-calendar.md index c09d7341..6bdc3e1b 100644 --- a/docs/open-google-calendar.md +++ b/docs/open-google-calendar.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-google-calendar.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-calendar.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-google-contacts.md b/docs/open-google-contacts.md index 5fbf6641..38a9a88d 100644 --- a/docs/open-google-contacts.md +++ b/docs/open-google-contacts.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-google-contacts.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-contacts.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-google-docs.md b/docs/open-google-docs.md index 66fb3ce3..55d55ce1 100644 --- a/docs/open-google-docs.md +++ b/docs/open-google-docs.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-google-docs.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-docs.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-google-earth.md b/docs/open-google-earth.md index cc2a2796..aaaeeab3 100644 --- a/docs/open-google-earth.md +++ b/docs/open-google-earth.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-google-earth.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-earth.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-google-mail.md b/docs/open-google-mail.md index 7b8eb786..8e954729 100644 --- a/docs/open-google-mail.md +++ b/docs/open-google-mail.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-google-mail.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-mail.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-google-maps.md b/docs/open-google-maps.md index 846dea9c..4dd9396b 100644 --- a/docs/open-google-maps.md +++ b/docs/open-google-maps.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-google-maps.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-maps.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-google-news.md b/docs/open-google-news.md index 44af2366..338cb5e6 100644 --- a/docs/open-google-news.md +++ b/docs/open-google-news.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-google-news.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-news.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-google-photos.md b/docs/open-google-photos.md index 840bd363..da3fc9bd 100644 --- a/docs/open-google-photos.md +++ b/docs/open-google-photos.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-google-photos.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-photos.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-google-play.md b/docs/open-google-play.md index 5ee9fe5c..5c33ecf1 100644 --- a/docs/open-google-play.md +++ b/docs/open-google-play.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-google-play.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-play.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-google-search.md b/docs/open-google-search.md index 7ce8e017..7d762633 100644 --- a/docs/open-google-search.md +++ b/docs/open-google-search.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-google-search.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-search.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-google-stadia.md b/docs/open-google-stadia.md index d2becea0..238bec0c 100644 --- a/docs/open-google-stadia.md +++ b/docs/open-google-stadia.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-google-stadia.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-stadia.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-google-translate.md b/docs/open-google-translate.md index 347fa15f..255d9ed0 100644 --- a/docs/open-google-translate.md +++ b/docs/open-google-translate.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-google-translate.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-google-translate.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-home-folder.md b/docs/open-home-folder.md index 30372d50..d28ba43d 100644 --- a/docs/open-home-folder.md +++ b/docs/open-home-folder.md @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-home-folder.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-home-folder.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-internet-archive.md b/docs/open-internet-archive.md index caf8d150..2f2796e1 100644 --- a/docs/open-internet-archive.md +++ b/docs/open-internet-archive.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-internet-archive.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-internet-archive.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-jitsi-meet.md b/docs/open-jitsi-meet.md index af22e18c..60038701 100644 --- a/docs/open-jitsi-meet.md +++ b/docs/open-jitsi-meet.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-jitsi-meet.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-jitsi-meet.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-m-drive.md b/docs/open-m-drive.md index 0d9c8599..06da30a4 100644 --- a/docs/open-m-drive.md +++ b/docs/open-m-drive.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-m-drive.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-m-drive.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-magnifier.md b/docs/open-magnifier.md index 39222b4b..7492c1a6 100644 --- a/docs/open-magnifier.md +++ b/docs/open-magnifier.md @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-magnifier.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-magnifier.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-microsoft-paint.md b/docs/open-microsoft-paint.md index 3b502465..271da566 100644 --- a/docs/open-microsoft-paint.md +++ b/docs/open-microsoft-paint.md @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-microsoft-paint.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-microsoft-paint.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-microsoft-solitaire.md b/docs/open-microsoft-solitaire.md index ba81f4c6..6a368353 100644 --- a/docs/open-microsoft-solitaire.md +++ b/docs/open-microsoft-solitaire.md @@ -48,4 +48,4 @@ Start-Process xboxliveapp-1297287741: exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-microsoft-solitaire.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-microsoft-solitaire.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-microsoft-store.md b/docs/open-microsoft-store.md index a7f6904d..a7a0d990 100644 --- a/docs/open-microsoft-store.md +++ b/docs/open-microsoft-store.md @@ -48,4 +48,4 @@ Start-Process ms-windows-store: exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-microsoft-store.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-microsoft-store.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-microsoft-teams.md b/docs/open-microsoft-teams.md index 48afc8bc..85d1b9b7 100644 --- a/docs/open-microsoft-teams.md +++ b/docs/open-microsoft-teams.md @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-microsoft-teams.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-microsoft-teams.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-music-folder.md b/docs/open-music-folder.md index 2cdd7cb6..bd72341b 100644 --- a/docs/open-music-folder.md +++ b/docs/open-music-folder.md @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-music-folder.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-music-folder.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-netflix.md b/docs/open-netflix.md index 39b891de..031a7919 100644 --- a/docs/open-netflix.md +++ b/docs/open-netflix.md @@ -48,4 +48,4 @@ Start-Process netflix: exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-netflix.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-netflix.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-note-pad.md b/docs/open-note-pad.md index 6bf1bab8..f1985608 100644 --- a/docs/open-note-pad.md +++ b/docs/open-note-pad.md @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-note-pad.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-note-pad.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-obs-studio.md b/docs/open-obs-studio.md index 925eb8c3..390ee7a7 100644 --- a/docs/open-obs-studio.md +++ b/docs/open-obs-studio.md @@ -47,4 +47,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-obs-studio.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-obs-studio.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-office-365.md b/docs/open-office-365.md index 7e484096..0b10c731 100644 --- a/docs/open-office-365.md +++ b/docs/open-office-365.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-office-365.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-office-365.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-one-drive-folder.md b/docs/open-one-drive-folder.md index d96430fc..8f6b6a37 100644 --- a/docs/open-one-drive-folder.md +++ b/docs/open-one-drive-folder.md @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-one-drive-folder.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-one-drive-folder.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-outlook.md b/docs/open-outlook.md index 6085945b..ce75d679 100644 --- a/docs/open-outlook.md +++ b/docs/open-outlook.md @@ -47,4 +47,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-outlook.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-outlook.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-paint-three-d.md b/docs/open-paint-three-d.md index 320aa819..b25165e8 100644 --- a/docs/open-paint-three-d.md +++ b/docs/open-paint-three-d.md @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-paint-three-d.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-paint-three-d.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-pictures-folder.md b/docs/open-pictures-folder.md index 1731c3f1..de1220bc 100644 --- a/docs/open-pictures-folder.md +++ b/docs/open-pictures-folder.md @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-pictures-folder.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-pictures-folder.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-rdp.md b/docs/open-rdp.md index 199831bf..ff1e1aa4 100644 --- a/docs/open-rdp.md +++ b/docs/open-rdp.md @@ -64,4 +64,4 @@ if ($hostname -eq "") { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-rdp.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-rdp.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-recycle-bin-folder.md b/docs/open-recycle-bin-folder.md index 06983531..9b7ac2c7 100644 --- a/docs/open-recycle-bin-folder.md +++ b/docs/open-recycle-bin-folder.md @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-recycle-bin-folder.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-recycle-bin-folder.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-remote-desktop.md b/docs/open-remote-desktop.md index b77f20bb..e92491b5 100644 --- a/docs/open-remote-desktop.md +++ b/docs/open-remote-desktop.md @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-remote-desktop.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-remote-desktop.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-repos-folder.md b/docs/open-repos-folder.md index 3cd6d11f..c91737c0 100644 --- a/docs/open-repos-folder.md +++ b/docs/open-repos-folder.md @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-repos-folder.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-repos-folder.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-screen-clip.md b/docs/open-screen-clip.md index 177bbbce..d375e9b9 100644 --- a/docs/open-screen-clip.md +++ b/docs/open-screen-clip.md @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-screen-clip.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-screen-clip.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-screen-sketch.md b/docs/open-screen-sketch.md index fefe05d5..36890467 100644 --- a/docs/open-screen-sketch.md +++ b/docs/open-screen-sketch.md @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-screen-sketch.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-screen-sketch.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-skype.md b/docs/open-skype.md index e8df0513..b3e3c247 100644 --- a/docs/open-skype.md +++ b/docs/open-skype.md @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-skype.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-skype.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-snipping-tool.md b/docs/open-snipping-tool.md index 04eb5bad..afa93046 100644 --- a/docs/open-snipping-tool.md +++ b/docs/open-snipping-tool.md @@ -48,4 +48,4 @@ Start-Process SnippingTool.exe exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-snipping-tool.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-snipping-tool.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-speed-test.md b/docs/open-speed-test.md index 5f616bb5..cb5ea056 100644 --- a/docs/open-speed-test.md +++ b/docs/open-speed-test.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-speed-test.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-speed-test.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-spotify.md b/docs/open-spotify.md index 01a72233..bbe27711 100644 --- a/docs/open-spotify.md +++ b/docs/open-spotify.md @@ -48,4 +48,4 @@ Start-Process spotify: exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-spotify.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-spotify.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-stack-overflow.md b/docs/open-stack-overflow.md index eead7e2a..44d39aa1 100644 --- a/docs/open-stack-overflow.md +++ b/docs/open-stack-overflow.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-stack-overflow.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-stack-overflow.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-start-page.md b/docs/open-start-page.md index 91ec5424..f91ffb67 100644 --- a/docs/open-start-page.md +++ b/docs/open-start-page.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-start-page.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-start-page.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-street-map.md b/docs/open-street-map.md index ce7516f7..092c20d9 100644 --- a/docs/open-street-map.md +++ b/docs/open-street-map.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-street-map.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-street-map.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-task-manager.md b/docs/open-task-manager.md index 94f689d5..b191ff78 100644 --- a/docs/open-task-manager.md +++ b/docs/open-task-manager.md @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-task-manager.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-task-manager.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-temporary-folder.md b/docs/open-temporary-folder.md index 8c9c947a..0b5e50b9 100644 --- a/docs/open-temporary-folder.md +++ b/docs/open-temporary-folder.md @@ -50,4 +50,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-temporary-folder.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-temporary-folder.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-three-d-viewer.md b/docs/open-three-d-viewer.md index e9945869..360a9e03 100644 --- a/docs/open-three-d-viewer.md +++ b/docs/open-three-d-viewer.md @@ -48,4 +48,4 @@ Start-Process com.microsoft.3dviewer: exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-three-d-viewer.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-three-d-viewer.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-thunderbird.md b/docs/open-thunderbird.md index fe3c8eeb..11ac3013 100644 --- a/docs/open-thunderbird.md +++ b/docs/open-thunderbird.md @@ -45,4 +45,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-thunderbird.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-thunderbird.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-videos-folders.md b/docs/open-videos-folders.md index e02b8031..65ba30a2 100644 --- a/docs/open-videos-folders.md +++ b/docs/open-videos-folders.md @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-videos-folders.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-videos-folders.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-visual-studio.md b/docs/open-visual-studio.md index 7097f33e..ef50dfe9 100644 --- a/docs/open-visual-studio.md +++ b/docs/open-visual-studio.md @@ -47,4 +47,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-visual-studio.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-visual-studio.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-vpn-settings.md b/docs/open-vpn-settings.md index d7ea84fc..05084427 100644 --- a/docs/open-vpn-settings.md +++ b/docs/open-vpn-settings.md @@ -48,4 +48,4 @@ Start-Process ms-settings:network-vpn exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-vpn-settings.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-vpn-settings.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-windows-defender.md b/docs/open-windows-defender.md index aadfa8cc..09f6e621 100644 --- a/docs/open-windows-defender.md +++ b/docs/open-windows-defender.md @@ -48,4 +48,4 @@ Start-Process windowsdefender: exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-windows-defender.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-windows-defender.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-windows-terminal.md b/docs/open-windows-terminal.md index b5cd4c32..190b3957 100644 --- a/docs/open-windows-terminal.md +++ b/docs/open-windows-terminal.md @@ -48,4 +48,4 @@ Start-Process wt.exe exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-windows-terminal.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-windows-terminal.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/open-xing.md b/docs/open-xing.md index 29576a7e..a81c732b 100644 --- a/docs/open-xing.md +++ b/docs/open-xing.md @@ -48,4 +48,4 @@ Start-Process xing: exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of open-xing.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of open-xing.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/pick-commit.md b/docs/pick-commit.md index 1ba1ecb2..97e582c7 100644 --- a/docs/pick-commit.md +++ b/docs/pick-commit.md @@ -151,4 +151,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of pick-commit.ps1 as of 12/16/2023 10:12:24)* +*(generated by convert-ps2md.ps1 using the comment-based help of pick-commit.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/ping-local-hosts.md b/docs/ping-local-hosts.md new file mode 100644 index 00000000..6ee0ea29 --- /dev/null +++ b/docs/ping-local-hosts.md @@ -0,0 +1,87 @@ +*ping-local-hosts.ps1* +================ + +This PowerShell script pings the computers in the local network and lists which one are up. + +Parameters +---------- +```powershell +PS> ./ping-local-hosts.ps1 [] + +[] + This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, + WarningVariable, OutBuffer, PipelineVariable, and OutVariable. +``` + +Example +------- +```powershell +PS> ./ping-local-hosts.ps1 +✅ Hippo Jenkins01 Jenkins02 Rocket Vega are up. + +``` + +Notes +----- +Author: Markus Fleschutz | License: CC0 + +Related Links +------------- +https://github.com/fleschutz/PowerShell + +Script Content +-------------- +```powershell +<# +.SYNOPSIS + Pings local hosts +.DESCRIPTION + This PowerShell script pings the computers in the local network and lists which one are up. +.EXAMPLE + PS> ./ping-local-hosts.ps1 + ✅ Hippo Jenkins01 Jenkins02 Rocket Vega are up. +.LINK + https://github.com/fleschutz/PowerShell +.NOTES + Author: Markus Fleschutz | License: CC0 +#> + +try { + Write-Progress "Sending pings to the local hosts..." + [string]$hosts = "Amnesiac,ArchLinux,Berlin,Boston,Brother,Canon,Castor,Cisco,EchoDot,Epson,Fedora,Fireball,Firewall,fritz.box,GasSensor,Gateway,Hippo,HomeManager,Io,iPhone,Jarvis,Jenkins01,Jenkins02,LA,Laptop,Jupiter,Mars,Mercury,Miami,Mobile,NY,OctoPi,Paris,Pixel-6a,Pluto,Printer,Proxy,R2D2,Raspberry,Rocket,Rome,Router,Server,Shelly1,SmartPhone,SmartWatch,Soundbar,Sunnyboy,Surface,Switch,Tablet,Tolino,TV,Ubuntu,Vega,Venus,XRX,Zeus" # sorted alphabetically + $hostsArray = $hosts.Split(",") + $count = $hostsArray.Count + + [int]$timeout = 600 # ms + $queue = [System.Collections.Queue]::new() + foreach($hostname in $hostsArray) { + $ping = [System.Net.Networkinformation.Ping]::new() + $obj = @{ Host = $hostname; Ping = $ping; Async = $ping.SendPingAsync($hostname, $timeout) } + $queue.Enqueue($obj) + } + + [string]$result = "" + while ($queue.Count -gt 0) { + $obj = $queue.Dequeue() + try { + if ($obj.Async.Wait($timeout) -eq $true) { + if ($obj.Async.Result.Status -ne "TimedOut") { + $result += "$($obj.Host) " + } + continue + } + } catch { + if ($obj.Async.IsCompleted -eq $true) { continue } + } + $queue.Enqueue($obj) + } + Write-Progress -completed "Done." + Write-Host "✅ $($result)are up." + exit 0 # success +} catch { + "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" + exit 1 +} +``` + +*(generated by convert-ps2md.ps1 using the comment-based help of ping-local-hosts.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/ping-remote-hosts.md b/docs/ping-remote-hosts.md new file mode 100644 index 00000000..c5667f98 --- /dev/null +++ b/docs/ping-remote-hosts.md @@ -0,0 +1,93 @@ +*ping-remote-hosts.ps1* +================ + +This PowerShell script measures the ping roundtrip times from the local computer to remote ones (10 Internet servers by default). + +Parameters +---------- +```powershell +PS> ./ping-remote-hosts.ps1 [[-hosts] ] [] + +-hosts + Specifies the hosts to ping, seperated by commata (10 Internet servers by default) + + Required? false + Position? 1 + Default value bing.com,cnn.com,dropbox.com,github.com,google.com,ibm.com,live.com,meta.com,x.com,youtube.com + Accept pipeline input? false + Accept wildcard characters? false + +[] + This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, + WarningVariable, OutBuffer, PipelineVariable, and OutVariable. +``` + +Example +------- +```powershell +PS> ./ping-remote-hosts.ps1 +✅ Online with 18ms latency (13ms...109ms, 0/10 ping loss) + +``` + +Notes +----- +Author: Markus Fleschutz | License: CC0 + +Related Links +------------- +https://github.com/fleschutz/PowerShell + +Script Content +-------------- +```powershell +<# +.SYNOPSIS + Pings remote hosts to measure the latency +.DESCRIPTION + This PowerShell script measures the ping roundtrip times from the local computer to remote ones (10 Internet servers by default). +.PARAMETER hosts + Specifies the hosts to ping, seperated by commata (10 Internet servers by default) +.EXAMPLE + PS> ./ping-remote-hosts.ps1 + ✅ Online with 18ms latency (13ms...109ms, 0/10 ping loss) +.LINK + https://github.com/fleschutz/PowerShell +.NOTES + Author: Markus Fleschutz | License: CC0 +#> + +param([string]$hosts = "bing.com,cnn.com,dropbox.com,github.com,google.com,ibm.com,live.com,meta.com,x.com,youtube.com") + +try { + $hostsArray = $hosts.Split(",") + $parallelTasks = $hostsArray | foreach { + (New-Object Net.NetworkInformation.Ping).SendPingAsync($_,750) + } + [int]$min = 9999999 + [int]$max = [int]$avg = [int]$success = 0 + [int]$total = $hostsArray.Count + [Threading.Tasks.Task]::WaitAll($parallelTasks) + foreach($ping in $parallelTasks.Result) { + if ($ping.Status -ne "Success") { continue } + $success++ + [int]$latency = $ping.RoundtripTime + $avg += $latency + if ($latency -lt $min) { $min = $latency } + if ($latency -gt $max) { $max = $latency } + } + [int]$loss = $total - $success + if ($success -ne 0) { + $avg /= $success + Write-Host "✅ Online with $($avg)ms latency ($($min)ms...$($max)ms, $loss/$total ping loss)" + } else { + Write-Host "⚠️ Offline ($loss/$total ping loss)" + } + exit 0 # success +} catch { + "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" + exit 1 +} +``` + +*(generated by convert-ps2md.ps1 using the comment-based help of ping-remote-hosts.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/ping-weather.md b/docs/ping-weather.md index 0e767fe9..73b0a0b8 100644 --- a/docs/ping-weather.md +++ b/docs/ping-weather.md @@ -99,4 +99,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of ping-weather.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of ping-weather.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/play-bee-sound.md b/docs/play-bee-sound.md index 532ac5f7..c616ba9b 100644 --- a/docs/play-bee-sound.md +++ b/docs/play-bee-sound.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-bee-sound.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-bee-sound.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/play-beep-sound.md b/docs/play-beep-sound.md index 476de2c1..96c4e180 100644 --- a/docs/play-beep-sound.md +++ b/docs/play-beep-sound.md @@ -49,4 +49,4 @@ Start-Sleep -milliseconds 300 exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-beep-sound.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-beep-sound.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/play-cat-sound.md b/docs/play-cat-sound.md index 2e045dc5..bdab7fd5 100644 --- a/docs/play-cat-sound.md +++ b/docs/play-cat-sound.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-cat-sound.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-cat-sound.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/play-cow-sound.md b/docs/play-cow-sound.md index a353377d..46d47fac 100644 --- a/docs/play-cow-sound.md +++ b/docs/play-cow-sound.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-cow-sound.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-cow-sound.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/play-dog-sound.md b/docs/play-dog-sound.md index 73349102..d96a3a3f 100644 --- a/docs/play-dog-sound.md +++ b/docs/play-dog-sound.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-dog-sound.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-dog-sound.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/play-donkey-sound.md b/docs/play-donkey-sound.md index 899dbbc2..7e2e78ab 100644 --- a/docs/play-donkey-sound.md +++ b/docs/play-donkey-sound.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-donkey-sound.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-donkey-sound.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/play-elephant-sound.md b/docs/play-elephant-sound.md index 8b11baab..5f978554 100644 --- a/docs/play-elephant-sound.md +++ b/docs/play-elephant-sound.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-elephant-sound.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-elephant-sound.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/play-elk-sound.md b/docs/play-elk-sound.md index c729a62d..f2563df6 100644 --- a/docs/play-elk-sound.md +++ b/docs/play-elk-sound.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-elk-sound.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-elk-sound.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/play-files.md b/docs/play-files.md index 43c4ffbe..c22bdb04 100644 --- a/docs/play-files.md +++ b/docs/play-files.md @@ -76,4 +76,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-files.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-files.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/play-frog-sound.md b/docs/play-frog-sound.md index 2e21034a..14c94e85 100644 --- a/docs/play-frog-sound.md +++ b/docs/play-frog-sound.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-frog-sound.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-frog-sound.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/play-goat-sound.md b/docs/play-goat-sound.md index 4806050f..faca4073 100644 --- a/docs/play-goat-sound.md +++ b/docs/play-goat-sound.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-goat-sound.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-goat-sound.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/play-gorilla-sound.md b/docs/play-gorilla-sound.md index a44aabe1..bde56189 100644 --- a/docs/play-gorilla-sound.md +++ b/docs/play-gorilla-sound.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-gorilla-sound.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-gorilla-sound.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/play-happy-birthday.md b/docs/play-happy-birthday.md index 7c664aa1..9280c397 100644 --- a/docs/play-happy-birthday.md +++ b/docs/play-happy-birthday.md @@ -72,4 +72,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-happy-birthday.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-happy-birthday.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/play-horse-sound.md b/docs/play-horse-sound.md index 803ec56b..c600448b 100644 --- a/docs/play-horse-sound.md +++ b/docs/play-horse-sound.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-horse-sound.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-horse-sound.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/play-imperial-march.md b/docs/play-imperial-march.md index d7c3de79..edb6944d 100644 --- a/docs/play-imperial-march.md +++ b/docs/play-imperial-march.md @@ -65,4 +65,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-imperial-march.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-imperial-march.ps1 as of 01/03/2024 12:10:50)* diff --git a/docs/play-jingle-bells.md b/docs/play-jingle-bells.md index b7ab0115..9246ba27 100644 --- a/docs/play-jingle-bells.md +++ b/docs/play-jingle-bells.md @@ -193,4 +193,4 @@ Start-Sleep -m $Duration.EIGHTH exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-jingle-bells.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-jingle-bells.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/play-lion-sound.md b/docs/play-lion-sound.md index 32cee84d..dd920c8d 100644 --- a/docs/play-lion-sound.md +++ b/docs/play-lion-sound.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-lion-sound.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-lion-sound.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/play-m3u.md b/docs/play-m3u.md index 2beadea3..4a66a4f3 100644 --- a/docs/play-m3u.md +++ b/docs/play-m3u.md @@ -92,4 +92,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-m3u.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-m3u.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/play-mission-impossible.md b/docs/play-mission-impossible.md index 3a5a4596..a3a21985 100644 --- a/docs/play-mission-impossible.md +++ b/docs/play-mission-impossible.md @@ -93,4 +93,4 @@ Start-Sleep -m 150 exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-mission-impossible.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-mission-impossible.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/play-mp3.md b/docs/play-mp3.md index 54380fd7..20154c6c 100644 --- a/docs/play-mp3.md +++ b/docs/play-mp3.md @@ -91,4 +91,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-mp3.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-mp3.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/play-parrot-sound.md b/docs/play-parrot-sound.md index 3dfc62ae..d6c0bb71 100644 --- a/docs/play-parrot-sound.md +++ b/docs/play-parrot-sound.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-parrot-sound.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-parrot-sound.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/play-pig-sound.md b/docs/play-pig-sound.md index 9c122b5e..1a459f1f 100644 --- a/docs/play-pig-sound.md +++ b/docs/play-pig-sound.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-pig-sound.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-pig-sound.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/play-pong.md b/docs/play-pong.md index 26431d87..4b86415f 100644 --- a/docs/play-pong.md +++ b/docs/play-pong.md @@ -176,4 +176,4 @@ while ($true) { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-pong.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-pong.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/play-rattlesnake-sound.md b/docs/play-rattlesnake-sound.md index 71ceb2ad..cc4887f8 100644 --- a/docs/play-rattlesnake-sound.md +++ b/docs/play-rattlesnake-sound.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-rattlesnake-sound.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-rattlesnake-sound.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/play-rick.md b/docs/play-rick.md index c368ca84..bd0780e3 100644 --- a/docs/play-rick.md +++ b/docs/play-rick.md @@ -49,4 +49,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-rick.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-rick.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/play-snake.md b/docs/play-snake.md index aafab3ce..c7628405 100644 --- a/docs/play-snake.md +++ b/docs/play-snake.md @@ -86,4 +86,4 @@ Start-Sleep -milliseconds 300 exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-snake.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-snake.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/play-super-mario.md b/docs/play-super-mario.md index 87f6f9c2..3a469b54 100644 --- a/docs/play-super-mario.md +++ b/docs/play-super-mario.md @@ -71,4 +71,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-super-mario.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-super-mario.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/play-tetris-melody.md b/docs/play-tetris-melody.md index f68e31cf..f89aa30e 100644 --- a/docs/play-tetris-melody.md +++ b/docs/play-tetris-melody.md @@ -161,4 +161,4 @@ Start-Sleep -milliseconds 500 exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-tetris-melody.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-tetris-melody.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/play-vulture-sound.md b/docs/play-vulture-sound.md index 37902ecb..256d2b45 100644 --- a/docs/play-vulture-sound.md +++ b/docs/play-vulture-sound.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-vulture-sound.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-vulture-sound.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/play-wolf-sound.md b/docs/play-wolf-sound.md index 286a2adc..2c001c35 100644 --- a/docs/play-wolf-sound.md +++ b/docs/play-wolf-sound.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of play-wolf-sound.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of play-wolf-sound.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/poweroff.md b/docs/poweroff.md index 6e7529e5..61eedb34 100644 --- a/docs/poweroff.md +++ b/docs/poweroff.md @@ -59,4 +59,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of poweroff.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of poweroff.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/print-image.md b/docs/print-image.md index b13fd867..ec06f051 100644 --- a/docs/print-image.md +++ b/docs/print-image.md @@ -69,4 +69,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of print-image.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of print-image.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/publish-to-ipfs.md b/docs/publish-to-ipfs.md index 19804aae..387f2920 100644 --- a/docs/publish-to-ipfs.md +++ b/docs/publish-to-ipfs.md @@ -119,4 +119,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of publish-to-ipfs.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of publish-to-ipfs.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/pull-repo.md b/docs/pull-repo.md index f11f9394..cb2b9e1b 100644 --- a/docs/pull-repo.md +++ b/docs/pull-repo.md @@ -97,4 +97,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of pull-repo.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of pull-repo.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/pull-repos.md b/docs/pull-repos.md index 40fe4b48..efb6e7da 100644 --- a/docs/pull-repos.md +++ b/docs/pull-repos.md @@ -101,4 +101,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of pull-repos.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of pull-repos.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/query-smart-data.md b/docs/query-smart-data.md index 0bf8aa7e..0d2dd0f6 100644 --- a/docs/query-smart-data.md +++ b/docs/query-smart-data.md @@ -106,4 +106,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of query-smart-data.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of query-smart-data.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/reboot-fritzbox.md b/docs/reboot-fritzbox.md index 09d6db28..4d8580df 100644 --- a/docs/reboot-fritzbox.md +++ b/docs/reboot-fritzbox.md @@ -152,4 +152,4 @@ echo $Result exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of reboot-fritzbox.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of reboot-fritzbox.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/reboot.md b/docs/reboot.md index 6bfd763a..afb00756 100644 --- a/docs/reboot.md +++ b/docs/reboot.md @@ -59,4 +59,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of reboot.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of reboot.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/remind-me.md b/docs/remind-me.md index b83bf091..8b3a063a 100644 --- a/docs/remind-me.md +++ b/docs/remind-me.md @@ -88,4 +88,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of remind-me.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of remind-me.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/remove-empty-dirs.md b/docs/remove-empty-dirs.md index 0ceec6d1..952d1c5f 100644 --- a/docs/remove-empty-dirs.md +++ b/docs/remove-empty-dirs.md @@ -91,4 +91,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of remove-empty-dirs.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of remove-empty-dirs.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/remove-old-dirs.md b/docs/remove-old-dirs.md index b0c6ec0f..ce265546 100644 --- a/docs/remove-old-dirs.md +++ b/docs/remove-old-dirs.md @@ -92,4 +92,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of remove-old-dirs.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of remove-old-dirs.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/remove-print-jobs.md b/docs/remove-print-jobs.md index 76b583a3..2dece985 100644 --- a/docs/remove-print-jobs.md +++ b/docs/remove-print-jobs.md @@ -65,4 +65,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of remove-print-jobs.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of remove-print-jobs.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/remove-tag.md b/docs/remove-tag.md index ba31bfef..629e875a 100644 --- a/docs/remove-tag.md +++ b/docs/remove-tag.md @@ -111,4 +111,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of remove-tag.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of remove-tag.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/remove-vm.md b/docs/remove-vm.md index aa7d416e..ab340ac1 100644 --- a/docs/remove-vm.md +++ b/docs/remove-vm.md @@ -25,4 +25,4 @@ Remove-Item -Path "C:\VirtualMachines\$VMName" -Recurse exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of remove-vm.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of remove-vm.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/replace-in-files.md b/docs/replace-in-files.md index 5e012f37..b69e85a3 100644 --- a/docs/replace-in-files.md +++ b/docs/replace-in-files.md @@ -105,4 +105,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of replace-in-files.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of replace-in-files.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/restart-network-adapters.md b/docs/restart-network-adapters.md index d4301791..bebfb244 100644 --- a/docs/restart-network-adapters.md +++ b/docs/restart-network-adapters.md @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of restart-network-adapters.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of restart-network-adapters.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/roll-a-dice.md b/docs/roll-a-dice.md index cbd87dd4..fef16c38 100644 --- a/docs/roll-a-dice.md +++ b/docs/roll-a-dice.md @@ -51,4 +51,4 @@ $Number = "1", "2", "3", "4", "5", "6" | Get-Random exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of roll-a-dice.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of roll-a-dice.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/save-screenshot.md b/docs/save-screenshot.md index 6c0a1ad2..fe18b02c 100644 --- a/docs/save-screenshot.md +++ b/docs/save-screenshot.md @@ -98,4 +98,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of save-screenshot.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of save-screenshot.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/scan-ports.md b/docs/scan-ports.md index 8795134f..20eba5c0 100644 --- a/docs/scan-ports.md +++ b/docs/scan-ports.md @@ -65,4 +65,4 @@ foreach($add in $range) { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of scan-ports.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of scan-ports.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/search-filename.md b/docs/search-filename.md index c6ab91d7..1b49d478 100644 --- a/docs/search-filename.md +++ b/docs/search-filename.md @@ -96,4 +96,4 @@ Search-Folder -FilePath $path -SearchTerm $term exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of search-filename.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of search-filename.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/search-files.md b/docs/search-files.md index 5206c60b..f6e1695f 100644 --- a/docs/search-files.md +++ b/docs/search-files.md @@ -92,4 +92,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of search-files.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of search-files.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/send-email.md b/docs/send-email.md index 163da1c8..0830da7b 100644 --- a/docs/send-email.md +++ b/docs/send-email.md @@ -121,4 +121,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of send-email.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of send-email.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/send-tcp.md b/docs/send-tcp.md index 5ae8646f..320ead7b 100644 --- a/docs/send-tcp.md +++ b/docs/send-tcp.md @@ -104,4 +104,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of send-tcp.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of send-tcp.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/send-udp.md b/docs/send-udp.md index b57c5ea6..f772da50 100644 --- a/docs/send-udp.md +++ b/docs/send-udp.md @@ -102,4 +102,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of send-udp.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of send-udp.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/set-timer.md b/docs/set-timer.md index 251ebe77..7e7d3f5b 100644 --- a/docs/set-timer.md +++ b/docs/set-timer.md @@ -74,4 +74,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of set-timer.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of set-timer.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/set-volume.md b/docs/set-volume.md index 18fb0e57..341b31b0 100644 --- a/docs/set-volume.md +++ b/docs/set-volume.md @@ -77,4 +77,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of set-volume.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of set-volume.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/set-wallpaper.md b/docs/set-wallpaper.md index 55659734..86fbfae7 100644 --- a/docs/set-wallpaper.md +++ b/docs/set-wallpaper.md @@ -122,4 +122,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of set-wallpaper.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of set-wallpaper.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/show-lightnings.md b/docs/show-lightnings.md index c8393cc2..634d2e6e 100644 --- a/docs/show-lightnings.md +++ b/docs/show-lightnings.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of show-lightnings.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of show-lightnings.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/show-notification.md b/docs/show-notification.md index 452c47d1..2a15b7ca 100644 --- a/docs/show-notification.md +++ b/docs/show-notification.md @@ -87,4 +87,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of show-notification.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of show-notification.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/show-traffic.md b/docs/show-traffic.md index f02f67b3..95e56b52 100644 --- a/docs/show-traffic.md +++ b/docs/show-traffic.md @@ -48,4 +48,4 @@ Script Content exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of show-traffic.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of show-traffic.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/simulate-presence.md b/docs/simulate-presence.md index 5e08fb1e..73d8d02d 100644 --- a/docs/simulate-presence.md +++ b/docs/simulate-presence.md @@ -74,4 +74,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of simulate-presence.ps1 as of 12/16/2023 10:12:25)* +*(generated by convert-ps2md.ps1 using the comment-based help of simulate-presence.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/smart-data2csv.md b/docs/smart-data2csv.md index e2331621..baff2262 100644 --- a/docs/smart-data2csv.md +++ b/docs/smart-data2csv.md @@ -141,4 +141,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of smart-data2csv.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of smart-data2csv.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/speak-arabic.md b/docs/speak-arabic.md index 1138d753..c8a2a5cc 100644 --- a/docs/speak-arabic.md +++ b/docs/speak-arabic.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-arabic.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-arabic.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/speak-checklist.md b/docs/speak-checklist.md index a92d057f..bb824c14 100644 --- a/docs/speak-checklist.md +++ b/docs/speak-checklist.md @@ -78,4 +78,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-checklist.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-checklist.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/speak-countdown.md b/docs/speak-countdown.md index 848e0c0f..7fc634cc 100644 --- a/docs/speak-countdown.md +++ b/docs/speak-countdown.md @@ -70,4 +70,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-countdown.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-countdown.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/speak-croatian.md b/docs/speak-croatian.md index 6242e446..ddf003e2 100644 --- a/docs/speak-croatian.md +++ b/docs/speak-croatian.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-croatian.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-croatian.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/speak-danish.md b/docs/speak-danish.md index 10547855..08e837a4 100644 --- a/docs/speak-danish.md +++ b/docs/speak-danish.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-danish.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-danish.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/speak-dutch.md b/docs/speak-dutch.md index 4b43536a..a46fdb30 100644 --- a/docs/speak-dutch.md +++ b/docs/speak-dutch.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-dutch.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-dutch.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/speak-english.md b/docs/speak-english.md index dfbaf2c2..60f85056 100644 --- a/docs/speak-english.md +++ b/docs/speak-english.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-english.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-english.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/speak-epub.md b/docs/speak-epub.md index af1b87a2..d5d8f9ad 100644 --- a/docs/speak-epub.md +++ b/docs/speak-epub.md @@ -139,4 +139,4 @@ foreach($item in $content.package.manifest.Item) { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-epub.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-epub.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/speak-esperanto.md b/docs/speak-esperanto.md index 6ab42cbd..14b1b431 100644 --- a/docs/speak-esperanto.md +++ b/docs/speak-esperanto.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-esperanto.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-esperanto.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/speak-file.md b/docs/speak-file.md index 5eebc14d..245e4156 100644 --- a/docs/speak-file.md +++ b/docs/speak-file.md @@ -71,4 +71,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-file.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-file.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/speak-finnish.md b/docs/speak-finnish.md index f25aa082..a29fb209 100644 --- a/docs/speak-finnish.md +++ b/docs/speak-finnish.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-finnish.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-finnish.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/speak-french.md b/docs/speak-french.md index 1a389e40..65bb3865 100644 --- a/docs/speak-french.md +++ b/docs/speak-french.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-french.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-french.ps1 as of 01/03/2024 12:10:51)* diff --git a/docs/speak-german.md b/docs/speak-german.md index 1b04de72..34a7b628 100644 --- a/docs/speak-german.md +++ b/docs/speak-german.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-german.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-german.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/speak-greek.md b/docs/speak-greek.md index e03a67af..ce1a59af 100644 --- a/docs/speak-greek.md +++ b/docs/speak-greek.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-greek.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-greek.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/speak-hebrew.md b/docs/speak-hebrew.md index 446fc7b7..89fbc6c7 100644 --- a/docs/speak-hebrew.md +++ b/docs/speak-hebrew.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-hebrew.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-hebrew.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/speak-hindi.md b/docs/speak-hindi.md index 04df0d48..3bdb6b04 100644 --- a/docs/speak-hindi.md +++ b/docs/speak-hindi.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-hindi.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-hindi.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/speak-italian.md b/docs/speak-italian.md index 52dcb69f..f7991d5c 100644 --- a/docs/speak-italian.md +++ b/docs/speak-italian.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-italian.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-italian.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/speak-japanese.md b/docs/speak-japanese.md index bc72c136..7e3f8e8f 100644 --- a/docs/speak-japanese.md +++ b/docs/speak-japanese.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-japanese.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-japanese.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/speak-korean.md b/docs/speak-korean.md index be3f13fc..bc47bc71 100644 --- a/docs/speak-korean.md +++ b/docs/speak-korean.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-korean.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-korean.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/speak-latin.md b/docs/speak-latin.md index 7ca4e38d..c46ed06b 100644 --- a/docs/speak-latin.md +++ b/docs/speak-latin.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-latin.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-latin.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/speak-mandarin.md b/docs/speak-mandarin.md index 1308f0b4..f81aec7b 100644 --- a/docs/speak-mandarin.md +++ b/docs/speak-mandarin.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-mandarin.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-mandarin.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/speak-norwegian.md b/docs/speak-norwegian.md index c0634db5..c4952028 100644 --- a/docs/speak-norwegian.md +++ b/docs/speak-norwegian.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-norwegian.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-norwegian.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/speak-polish.md b/docs/speak-polish.md index 91f1b277..4a95e895 100644 --- a/docs/speak-polish.md +++ b/docs/speak-polish.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-polish.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-polish.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/speak-portuguese.md b/docs/speak-portuguese.md index 2bd82e5b..3102ef59 100644 --- a/docs/speak-portuguese.md +++ b/docs/speak-portuguese.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-portuguese.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-portuguese.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/speak-russian.md b/docs/speak-russian.md index d0089ade..4b9e81ae 100644 --- a/docs/speak-russian.md +++ b/docs/speak-russian.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-russian.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-russian.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/speak-spanish.md b/docs/speak-spanish.md index 6b189a7a..376884e7 100644 --- a/docs/speak-spanish.md +++ b/docs/speak-spanish.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-spanish.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-spanish.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/speak-swedish.md b/docs/speak-swedish.md index 5837a998..751f2d2e 100644 --- a/docs/speak-swedish.md +++ b/docs/speak-swedish.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-swedish.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-swedish.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/speak-test.md b/docs/speak-test.md index 65b23f74..3c0f2b82 100644 --- a/docs/speak-test.md +++ b/docs/speak-test.md @@ -83,4 +83,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-test.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-test.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/speak-text.md b/docs/speak-text.md index 29bd6a40..4441efef 100644 --- a/docs/speak-text.md +++ b/docs/speak-text.md @@ -69,4 +69,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-text.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-text.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/speak-thai.md b/docs/speak-thai.md index 7945e263..64fdc9df 100644 --- a/docs/speak-thai.md +++ b/docs/speak-thai.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-thai.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-thai.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/speak-turkish.md b/docs/speak-turkish.md index 65062203..25160bbe 100644 --- a/docs/speak-turkish.md +++ b/docs/speak-turkish.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-turkish.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-turkish.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/speak-ukrainian.md b/docs/speak-ukrainian.md index 90f4d38f..037aef9c 100644 --- a/docs/speak-ukrainian.md +++ b/docs/speak-ukrainian.md @@ -75,4 +75,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of speak-ukrainian.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of speak-ukrainian.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/spell-word.md b/docs/spell-word.md index dc9d798c..638b57e5 100644 --- a/docs/spell-word.md +++ b/docs/spell-word.md @@ -74,4 +74,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of spell-word.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of spell-word.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/start-ipfs-server.md b/docs/start-ipfs-server.md index 98b0fa5d..5520d7fc 100644 --- a/docs/start-ipfs-server.md +++ b/docs/start-ipfs-server.md @@ -90,4 +90,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of start-ipfs-server.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of start-ipfs-server.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/suspend.md b/docs/suspend.md index 9bfffeb6..c250841a 100644 --- a/docs/suspend.md +++ b/docs/suspend.md @@ -54,4 +54,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of suspend.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of suspend.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/switch-branch.md b/docs/switch-branch.md index 432a410f..040b1ed9 100644 --- a/docs/switch-branch.md +++ b/docs/switch-branch.md @@ -125,4 +125,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of switch-branch.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of switch-branch.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/switch-shelly1.md b/docs/switch-shelly1.md index 7e1734c7..9c8f6cb3 100644 --- a/docs/switch-shelly1.md +++ b/docs/switch-shelly1.md @@ -94,4 +94,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of switch-shelly1.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of switch-shelly1.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/switch-tabs.md b/docs/switch-tabs.md index c44eda06..0b79efde 100644 --- a/docs/switch-tabs.md +++ b/docs/switch-tabs.md @@ -72,4 +72,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of switch-tabs.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of switch-tabs.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/sync-folder.md b/docs/sync-folder.md index 63e60878..d5a69970 100644 --- a/docs/sync-folder.md +++ b/docs/sync-folder.md @@ -96,4 +96,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of sync-folder.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of sync-folder.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/sync-repo.md b/docs/sync-repo.md index 3f53cf3a..0d7763aa 100644 --- a/docs/sync-repo.md +++ b/docs/sync-repo.md @@ -95,4 +95,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of sync-repo.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of sync-repo.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/tell-joke.md b/docs/tell-joke.md index 6d728e02..284e6e71 100644 --- a/docs/tell-joke.md +++ b/docs/tell-joke.md @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of tell-joke.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of tell-joke.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/tell-quote.md b/docs/tell-quote.md index e3b84bc4..fbd7090c 100644 --- a/docs/tell-quote.md +++ b/docs/tell-quote.md @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of tell-quote.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of tell-quote.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/toggle-caps-lock.md b/docs/toggle-caps-lock.md index 62b3f2b1..bd492d05 100644 --- a/docs/toggle-caps-lock.md +++ b/docs/toggle-caps-lock.md @@ -54,4 +54,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of toggle-caps-lock.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of toggle-caps-lock.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/toggle-num-lock.md b/docs/toggle-num-lock.md index 703fca6b..20ac60ca 100644 --- a/docs/toggle-num-lock.md +++ b/docs/toggle-num-lock.md @@ -54,4 +54,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of toggle-num-lock.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of toggle-num-lock.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/toggle-scroll-lock.md b/docs/toggle-scroll-lock.md index 1ea1385d..9e86375d 100644 --- a/docs/toggle-scroll-lock.md +++ b/docs/toggle-scroll-lock.md @@ -54,4 +54,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of toggle-scroll-lock.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of toggle-scroll-lock.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/translate-file.md b/docs/translate-file.md index a42a2617..7e538501 100644 --- a/docs/translate-file.md +++ b/docs/translate-file.md @@ -108,4 +108,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of translate-file.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of translate-file.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/translate-files.md b/docs/translate-files.md index 8d4e3477..a99e0245 100644 --- a/docs/translate-files.md +++ b/docs/translate-files.md @@ -105,4 +105,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of translate-files.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of translate-files.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/translate-text.md b/docs/translate-text.md index 3373e7ac..a5ef8bcb 100644 --- a/docs/translate-text.md +++ b/docs/translate-text.md @@ -104,4 +104,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of translate-text.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of translate-text.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/turn-volume-down.md b/docs/turn-volume-down.md index 9635bff3..cd6ab8fd 100644 --- a/docs/turn-volume-down.md +++ b/docs/turn-volume-down.md @@ -69,4 +69,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of turn-volume-down.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of turn-volume-down.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/turn-volume-fully-up.md b/docs/turn-volume-fully-up.md index 28556ffa..a6eac830 100644 --- a/docs/turn-volume-fully-up.md +++ b/docs/turn-volume-fully-up.md @@ -56,4 +56,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of turn-volume-fully-up.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of turn-volume-fully-up.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/turn-volume-off.md b/docs/turn-volume-off.md index 101a997d..e13b787b 100644 --- a/docs/turn-volume-off.md +++ b/docs/turn-volume-off.md @@ -54,4 +54,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of turn-volume-off.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of turn-volume-off.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/turn-volume-on.md b/docs/turn-volume-on.md index e8cc37bd..ba4b4888 100644 --- a/docs/turn-volume-on.md +++ b/docs/turn-volume-on.md @@ -54,4 +54,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of turn-volume-on.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of turn-volume-on.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/turn-volume-up.md b/docs/turn-volume-up.md index 312bf8bf..50b23f47 100644 --- a/docs/turn-volume-up.md +++ b/docs/turn-volume-up.md @@ -69,4 +69,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of turn-volume-up.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of turn-volume-up.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/uninstall-all-apps.md b/docs/uninstall-all-apps.md index 1fe4ae25..07ab2ca9 100644 --- a/docs/uninstall-all-apps.md +++ b/docs/uninstall-all-apps.md @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-all-apps.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-all-apps.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/uninstall-bloatware.md b/docs/uninstall-bloatware.md index edbe22e1..5a364b41 100644 --- a/docs/uninstall-bloatware.md +++ b/docs/uninstall-bloatware.md @@ -98,4 +98,4 @@ winget uninstall 'Prime Video for Windows' exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-bloatware.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-bloatware.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/uninstall-chrome.md b/docs/uninstall-chrome.md index 83cd128f..fcd3079c 100644 --- a/docs/uninstall-chrome.md +++ b/docs/uninstall-chrome.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-chrome.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-chrome.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/uninstall-crystal-disk-info.md b/docs/uninstall-crystal-disk-info.md index 8fab550d..38d0892a 100644 --- a/docs/uninstall-crystal-disk-info.md +++ b/docs/uninstall-crystal-disk-info.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-crystal-disk-info.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-crystal-disk-info.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/uninstall-crystal-disk-mark.md b/docs/uninstall-crystal-disk-mark.md index 67cb8777..6972f881 100644 --- a/docs/uninstall-crystal-disk-mark.md +++ b/docs/uninstall-crystal-disk-mark.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-crystal-disk-mark.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-crystal-disk-mark.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/uninstall-discord.md b/docs/uninstall-discord.md index 524198a9..19cc4d4a 100644 --- a/docs/uninstall-discord.md +++ b/docs/uninstall-discord.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-discord.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-discord.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/uninstall-edge.md b/docs/uninstall-edge.md index 407bf4a3..3a5546bf 100644 --- a/docs/uninstall-edge.md +++ b/docs/uninstall-edge.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-edge.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-edge.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/uninstall-firefox.md b/docs/uninstall-firefox.md index 84e177c4..75bad003 100644 --- a/docs/uninstall-firefox.md +++ b/docs/uninstall-firefox.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-firefox.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-firefox.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/uninstall-git-extensions.md b/docs/uninstall-git-extensions.md index bcb16ae8..b9ed2698 100644 --- a/docs/uninstall-git-extensions.md +++ b/docs/uninstall-git-extensions.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-git-extensions.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-git-extensions.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/uninstall-github-cli.md b/docs/uninstall-github-cli.md index fe22c408..70f6849c 100644 --- a/docs/uninstall-github-cli.md +++ b/docs/uninstall-github-cli.md @@ -70,4 +70,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-github-cli.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-github-cli.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/uninstall-irfanview.md b/docs/uninstall-irfanview.md index f7aa4745..a5f7936e 100644 --- a/docs/uninstall-irfanview.md +++ b/docs/uninstall-irfanview.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-irfanview.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-irfanview.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/uninstall-microsoft-teams.md b/docs/uninstall-microsoft-teams.md index dd341111..ebb35ce6 100644 --- a/docs/uninstall-microsoft-teams.md +++ b/docs/uninstall-microsoft-teams.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-microsoft-teams.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-microsoft-teams.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/uninstall-netflix.md b/docs/uninstall-netflix.md index 40967a7e..6df4ec21 100644 --- a/docs/uninstall-netflix.md +++ b/docs/uninstall-netflix.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-netflix.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-netflix.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/uninstall-nine-zip.md b/docs/uninstall-nine-zip.md index d62e69fa..3f54c10c 100644 --- a/docs/uninstall-nine-zip.md +++ b/docs/uninstall-nine-zip.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-nine-zip.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-nine-zip.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/uninstall-one-calendar.md b/docs/uninstall-one-calendar.md index 64dfb2ba..c7d10e7b 100644 --- a/docs/uninstall-one-calendar.md +++ b/docs/uninstall-one-calendar.md @@ -60,4 +60,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-one-calendar.ps1 as of 12/16/2023 10:12:26)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-one-calendar.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/uninstall-opera-browser.md b/docs/uninstall-opera-browser.md index 46283e8a..710405e9 100644 --- a/docs/uninstall-opera-browser.md +++ b/docs/uninstall-opera-browser.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-opera-browser.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-opera-browser.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/uninstall-opera-gx.md b/docs/uninstall-opera-gx.md index 35e0fb74..4ccd7ce4 100644 --- a/docs/uninstall-opera-gx.md +++ b/docs/uninstall-opera-gx.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-opera-gx.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-opera-gx.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/uninstall-paint-3d.md b/docs/uninstall-paint-3d.md index ac777ce0..31b0bf67 100644 --- a/docs/uninstall-paint-3d.md +++ b/docs/uninstall-paint-3d.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-paint-3d.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-paint-3d.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/uninstall-rufus.md b/docs/uninstall-rufus.md index ef49a6ce..3687def5 100644 --- a/docs/uninstall-rufus.md +++ b/docs/uninstall-rufus.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-rufus.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-rufus.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/uninstall-skype.md b/docs/uninstall-skype.md index a866b7cf..cfe90f40 100644 --- a/docs/uninstall-skype.md +++ b/docs/uninstall-skype.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-skype.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-skype.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/uninstall-spotify.md b/docs/uninstall-spotify.md index 711490b0..2afcc40a 100644 --- a/docs/uninstall-spotify.md +++ b/docs/uninstall-spotify.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-spotify.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-spotify.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/uninstall-twitter.md b/docs/uninstall-twitter.md index 24cc3571..6c673836 100644 --- a/docs/uninstall-twitter.md +++ b/docs/uninstall-twitter.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-twitter.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-twitter.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/uninstall-visual-studio-code.md b/docs/uninstall-visual-studio-code.md index 4054df71..789f67ce 100644 --- a/docs/uninstall-visual-studio-code.md +++ b/docs/uninstall-visual-studio-code.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-visual-studio-code.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-visual-studio-code.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/uninstall-vlc.md b/docs/uninstall-vlc.md index 348336de..edf783cc 100644 --- a/docs/uninstall-vlc.md +++ b/docs/uninstall-vlc.md @@ -64,4 +64,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-vlc.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-vlc.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/uninstall-windows-terminal.md b/docs/uninstall-windows-terminal.md index a3d57d1f..838f10b8 100644 --- a/docs/uninstall-windows-terminal.md +++ b/docs/uninstall-windows-terminal.md @@ -58,4 +58,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-windows-terminal.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of uninstall-windows-terminal.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/upgrade-ubuntu.md b/docs/upgrade-ubuntu.md index 6d9c6876..fbb1a928 100644 --- a/docs/upgrade-ubuntu.md +++ b/docs/upgrade-ubuntu.md @@ -87,4 +87,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of upgrade-ubuntu.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of upgrade-ubuntu.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/upload-file.md b/docs/upload-file.md index 249d6f9c..829d2c53 100644 --- a/docs/upload-file.md +++ b/docs/upload-file.md @@ -145,4 +145,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of upload-file.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of upload-file.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/upload-to-dropbox.md b/docs/upload-to-dropbox.md index 3ae80c9d..8a25e9bc 100644 --- a/docs/upload-to-dropbox.md +++ b/docs/upload-to-dropbox.md @@ -74,4 +74,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of upload-to-dropbox.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of upload-to-dropbox.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/wake-up.md b/docs/wake-up.md index 169ccac9..783f24be 100644 --- a/docs/wake-up.md +++ b/docs/wake-up.md @@ -120,4 +120,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of wake-up.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of wake-up.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/watch-file.md b/docs/watch-file.md index 8d7cd59b..b5fce352 100644 --- a/docs/watch-file.md +++ b/docs/watch-file.md @@ -64,4 +64,4 @@ function Watch-File { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of watch-file.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of watch-file.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/weather-report.md b/docs/weather-report.md index dd647d1d..80635d49 100644 --- a/docs/weather-report.md +++ b/docs/weather-report.md @@ -66,4 +66,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of weather-report.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of weather-report.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/weather.md b/docs/weather.md index 608e0961..6ca02e63 100644 --- a/docs/weather.md +++ b/docs/weather.md @@ -66,4 +66,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of weather.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of weather.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/what-is.md b/docs/what-is.md index 2000bca2..2b06e513 100644 --- a/docs/what-is.md +++ b/docs/what-is.md @@ -79,4 +79,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of what-is.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of what-is.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/windefender.md b/docs/windefender.md index 5508b6ea..febb4e56 100644 --- a/docs/windefender.md +++ b/docs/windefender.md @@ -82,4 +82,4 @@ break } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of windefender.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of windefender.ps1 as of 01/03/2024 12:10:52)* diff --git a/docs/write-animated.md b/docs/write-animated.md index f1f81d3e..c8b175ba 100644 --- a/docs/write-animated.md +++ b/docs/write-animated.md @@ -167,4 +167,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-animated.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-animated.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-ascii-image.md b/docs/write-ascii-image.md index e3584dad..601d7b34 100644 --- a/docs/write-ascii-image.md +++ b/docs/write-ascii-image.md @@ -61,4 +61,4 @@ WriteLine " '`--._,dd###pp='''" exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-ascii-image.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-ascii-image.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-big.md b/docs/write-big.md index b2f33138..2d057a43 100644 --- a/docs/write-big.md +++ b/docs/write-big.md @@ -465,4 +465,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-big.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-big.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-blue.md b/docs/write-blue.md index 335d8586..bc44baee 100644 --- a/docs/write-blue.md +++ b/docs/write-blue.md @@ -64,4 +64,4 @@ write-host -foregroundColor blue "$text" exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-blue.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-blue.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-braille.md b/docs/write-braille.md index 9bcfe2f9..3abd765f 100644 --- a/docs/write-braille.md +++ b/docs/write-braille.md @@ -408,4 +408,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-braille.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-braille.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-changelog.md b/docs/write-changelog.md index a1f31c0b..467c29e4 100644 --- a/docs/write-changelog.md +++ b/docs/write-changelog.md @@ -155,4 +155,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-changelog.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-changelog.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-chart.md b/docs/write-chart.md index 285e86f2..55dd0ac6 100644 --- a/docs/write-chart.md +++ b/docs/write-chart.md @@ -68,4 +68,4 @@ WriteChartLine "Tom" 30.9 100.0 exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-chart.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-chart.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-clock.md b/docs/write-clock.md index 3804a22b..3d97c094 100644 --- a/docs/write-clock.md +++ b/docs/write-clock.md @@ -73,4 +73,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-clock.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-clock.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-code.md b/docs/write-code.md index 32152f30..f50e2a47 100644 --- a/docs/write-code.md +++ b/docs/write-code.md @@ -118,4 +118,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-code.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-code.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-date.md b/docs/write-date.md index 5119ba78..064d409e 100644 --- a/docs/write-date.md +++ b/docs/write-date.md @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-date.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-date.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-fractal.md b/docs/write-fractal.md index e37d44e1..03ee59de 100644 --- a/docs/write-fractal.md +++ b/docs/write-fractal.md @@ -79,4 +79,4 @@ while ($true) { exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-fractal.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-fractal.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-green.md b/docs/write-green.md index 423c1e6e..32833257 100644 --- a/docs/write-green.md +++ b/docs/write-green.md @@ -63,4 +63,4 @@ write-host -foregroundColor green "$text" exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-green.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-green.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-in-emojis.md b/docs/write-in-emojis.md index 395554cf..1873d83f 100644 --- a/docs/write-in-emojis.md +++ b/docs/write-in-emojis.md @@ -74,4 +74,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-in-emojis.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-in-emojis.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-joke.md b/docs/write-joke.md index 4dea9deb..f2ad6853 100644 --- a/docs/write-joke.md +++ b/docs/write-joke.md @@ -61,4 +61,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-joke.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-joke.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-lowercase.md b/docs/write-lowercase.md index d1303b7d..aa0b4765 100644 --- a/docs/write-lowercase.md +++ b/docs/write-lowercase.md @@ -65,4 +65,4 @@ Write-Output $text.ToLower() exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-lowercase.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-lowercase.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-marquee.md b/docs/write-marquee.md index e9c79d38..c9664847 100644 --- a/docs/write-marquee.md +++ b/docs/write-marquee.md @@ -89,4 +89,4 @@ StartMarquee " exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-marquee.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-marquee.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-matrix.md b/docs/write-matrix.md index e95ea2a8..118005b4 100644 --- a/docs/write-matrix.md +++ b/docs/write-matrix.md @@ -81,4 +81,4 @@ exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-matrix.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-matrix.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-moon.md b/docs/write-moon.md index 5055a452..c8ea1cbb 100644 --- a/docs/write-moon.md +++ b/docs/write-moon.md @@ -53,4 +53,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-moon.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-moon.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-morse-code.md b/docs/write-morse-code.md index 845809ab..8dda357c 100644 --- a/docs/write-morse-code.md +++ b/docs/write-morse-code.md @@ -153,4 +153,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-morse-code.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-morse-code.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-motd.md b/docs/write-motd.md index fe125404..5bc7323c 100644 --- a/docs/write-motd.md +++ b/docs/write-motd.md @@ -140,4 +140,4 @@ Write-Host " 'VEzjt:;;z>*`` " -ForegroundColor Yellow exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-motd.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-motd.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-powershell-profile.md b/docs/write-powershell-profile.md new file mode 100644 index 00000000..5268d695 --- /dev/null +++ b/docs/write-powershell-profile.md @@ -0,0 +1,65 @@ +*write-powershell-profile.ps1* +================ + +This PowerShell script writes the PowerShell profile for the current user. + +Parameters +---------- +```powershell +PS> ./write-powershell-profile.ps1 [] + +[] + This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, + WarningVariable, OutBuffer, PipelineVariable, and OutVariable. +``` + +Example +------- +```powershell +PS> ./write-powershell-profile.ps1 + +``` + +Notes +----- +Author: Markus Fleschutz | License: CC0 + +Related Links +------------- +https://github.com/fleschutz/PowerShell + +Script Content +-------------- +```powershell +<# +.SYNOPSIS + Writes the user's PowerShell profile +.DESCRIPTION + This PowerShell script writes the PowerShell profile for the current user. +.EXAMPLE + PS> ./write-powershell-profile.ps1 +.LINK + https://github.com/fleschutz/PowerShell +.NOTES + Author: Markus Fleschutz | License: CC0 +#> + +try { + "⏳ (1/3) Querying path to PowerShell profile 'CurrentUserCurrentHost'..." + $pathToProfile = $PROFILE.CurrentUserCurrentHost + + "⏳ (2/3) Creating the profile (if non-existent)..." + $null = New-Item -Path $pathToProfile -ItemType "file" -Force + + "⏳ (3/3) Updating the profile by my-profile.ps1..." + Copy-Item "$PSScriptRoot/my-profile.ps1" "$pathToProfile" -force + + "✔️ Updated your PowerShell profile - it gets active on next login" + exit 0 # success +} catch { + "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" + exit 1 +} +``` + +*(generated by convert-ps2md.ps1 using the comment-based help of write-powershell-profile.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-qr-code.md b/docs/write-qr-code.md index 2dfc1cfc..e53478c5 100644 --- a/docs/write-qr-code.md +++ b/docs/write-qr-code.md @@ -61,4 +61,4 @@ Write-Host " " -foregroundColor black -backgroundColor w exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-qr-code.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-qr-code.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-quote.md b/docs/write-quote.md index f0a29bf1..9fc48706 100644 --- a/docs/write-quote.md +++ b/docs/write-quote.md @@ -66,4 +66,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-quote.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-quote.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-red.md b/docs/write-red.md index aebb6eb6..bce40f38 100644 --- a/docs/write-red.md +++ b/docs/write-red.md @@ -63,4 +63,4 @@ write-host -foregroundcolor red "$text" exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-red.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-red.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-rot13.md b/docs/write-rot13.md index b921f994..7ba2dde2 100644 --- a/docs/write-rot13.md +++ b/docs/write-rot13.md @@ -82,4 +82,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-rot13.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-rot13.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-shit.md b/docs/write-shit.md index 6cbc06cf..a8e51968 100644 --- a/docs/write-shit.md +++ b/docs/write-shit.md @@ -50,4 +50,4 @@ Write-Output "💩" exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-shit.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-shit.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-sine-curves.md b/docs/write-sine-curves.md index f60098bd..038a0b13 100644 --- a/docs/write-sine-curves.md +++ b/docs/write-sine-curves.md @@ -56,4 +56,4 @@ Script Content } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-sine-curves.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-sine-curves.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-time.md b/docs/write-time.md index 79a7186f..9d887c20 100644 --- a/docs/write-time.md +++ b/docs/write-time.md @@ -57,4 +57,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-time.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-time.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-typewriter.md b/docs/write-typewriter.md index 1d8a38d6..17e4ed43 100644 --- a/docs/write-typewriter.md +++ b/docs/write-typewriter.md @@ -91,4 +91,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-typewriter.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-typewriter.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-uppercase.md b/docs/write-uppercase.md index af051609..24cd662d 100644 --- a/docs/write-uppercase.md +++ b/docs/write-uppercase.md @@ -65,4 +65,4 @@ Write-Output $text.ToUpper() exit 0 # success ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-uppercase.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-uppercase.ps1 as of 01/03/2024 12:10:53)* diff --git a/docs/write-vertical.md b/docs/write-vertical.md index 43529d59..c95eee18 100644 --- a/docs/write-vertical.md +++ b/docs/write-vertical.md @@ -71,4 +71,4 @@ try { } ``` -*(generated by convert-ps2md.ps1 using the comment-based help of write-vertical.ps1 as of 12/16/2023 10:12:27)* +*(generated by convert-ps2md.ps1 using the comment-based help of write-vertical.ps1 as of 01/03/2024 12:10:53)*