Updated the manuals

This commit is contained in:
Markus Fleschutz
2025-08-07 16:01:32 +02:00
parent a704645a27
commit 7ee6a194c4
660 changed files with 2013 additions and 2090 deletions

View File

@ -1,5 +1,5 @@
PowerShell Script: *add-firewall-rules.ps1* Script: *add-firewall-rules.ps1*
=================================== ========================
This PowerShell script adds firewall rules for the given executable. Administrator rights are required. This PowerShell script adds firewall rules for the given executable. Administrator rights are required.
@ -116,4 +116,4 @@ try {
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *alert.ps1* Script: *alert.ps1*
=================================== ========================
This PowerShell script handles and escalates the given alert message. This PowerShell script handles and escalates the given alert message.
@ -72,4 +72,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *build-repo.ps1* Script: *build-repo.ps1*
=================================== ========================
This PowerShell script builds a Git repository by supporting the following build This PowerShell script builds a Git repository by supporting the following build
systems: autogen, cargo, cmake, configure, Gradle, Imakefile, Makefile, and Meson. systems: autogen, cargo, cmake, configure, Gradle, Imakefile, Makefile, and Meson.
@ -215,4 +215,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *build-repos.ps1* Script: *build-repos.ps1*
=================================== ========================
This PowerShell script builds all Git repositories in a folder. This PowerShell script builds all Git repositories in a folder.
@ -83,4 +83,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *calculate-BMI.ps1* Script: *calculate-BMI.ps1*
=================================== ========================
This PowerShell script calculates the BMI. This PowerShell script calculates the BMI.
@ -58,4 +58,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-autostart.ps1* Script: *cd-autostart.ps1*
=================================== ========================
This PowerShell script changes the working directory to the user's autostart folder. This PowerShell script changes the working directory to the user's autostart folder.
@ -62,4 +62,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-crashdumps.ps1* Script: *cd-crashdumps.ps1*
=================================== ========================
This PowerShell script changes the working directory to the crash dumps directory (Windows only). Whenever a software crashes and crash dumps are enabled(!) a crash dump file is written. This file helps to identify the reason for the crash. This PowerShell script changes the working directory to the crash dumps directory (Windows only). Whenever a software crashes and crash dumps are enabled(!) a crash dump file is written. This file helps to identify the reason for the crash.
@ -67,4 +67,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-desktop.ps1* Script: *cd-desktop.ps1*
=================================== ========================
This PowerShell script changes the working directory to the user's desktop folder. This PowerShell script changes the working directory to the user's desktop folder.
@ -71,4 +71,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-docs.ps1* Script: *cd-docs.ps1*
=================================== ========================
This PowerShell script changes the current working directory to the documents folder. This PowerShell script changes the current working directory to the documents folder.
@ -71,4 +71,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-downloads.ps1* Script: *cd-downloads.ps1*
=================================== ========================
This PowerShell script changes the working directory to the user's downloads folder. This PowerShell script changes the working directory to the user's downloads folder.
@ -71,4 +71,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-dropbox.ps1* Script: *cd-dropbox.ps1*
=================================== ========================
This PowerShell script changes the working directory to the user's Dropbox folder. This PowerShell script changes the working directory to the user's Dropbox folder.
@ -64,4 +64,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-etc.ps1* Script: *cd-etc.ps1*
=================================== ========================
This PowerShell script changes the current working directory to the /etc directory. This PowerShell script changes the current working directory to the /etc directory.
@ -68,4 +68,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-fonts.ps1* Script: *cd-fonts.ps1*
=================================== ========================
This PowerShell script sets the current working directory to the fonts folder. This PowerShell script sets the current working directory to the fonts folder.
@ -63,4 +63,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-home.ps1* Script: *cd-home.ps1*
=================================== ========================
This PowerShell script changes the working directory to the user's home directory. This PowerShell script changes the working directory to the user's home directory.
@ -62,4 +62,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-jenkins.ps1* Script: *cd-jenkins.ps1*
=================================== ========================
This PowerShell script changes the working directory to the Jenkins home directory. This PowerShell script changes the working directory to the Jenkins home directory.
@ -67,4 +67,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-logs.ps1* Script: *cd-logs.ps1*
=================================== ========================
This PowerShell script changes the current working directory to the logs directory. This PowerShell script changes the current working directory to the logs directory.
@ -67,4 +67,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-music.ps1* Script: *cd-music.ps1*
=================================== ========================
This PowerShell script changes the working directory to the user's music folder. This PowerShell script changes the working directory to the user's music folder.
@ -71,4 +71,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-nextcloud.ps1* Script: *cd-nextcloud.ps1*
=================================== ========================
This PowerShell script changes the working directory to the user's NextCloud folder. This PowerShell script changes the working directory to the user's NextCloud folder.
@ -64,4 +64,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-onedrive.ps1* Script: *cd-onedrive.ps1*
=================================== ========================
This PowerShell script sets the current working directory to the user's OneDrive folder. This PowerShell script sets the current working directory to the user's OneDrive folder.
@ -64,4 +64,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-pics.ps1* Script: *cd-pics.ps1*
=================================== ========================
This PowerShell script changes the current working directory to the user's pictures folder. This PowerShell script changes the current working directory to the user's pictures folder.
@ -71,4 +71,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-public.ps1* Script: *cd-public.ps1*
=================================== ========================
This PowerShell script changes the current working directory to the Public folder. This PowerShell script changes the current working directory to the Public folder.
@ -71,4 +71,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-recent.ps1* Script: *cd-recent.ps1*
=================================== ========================
This PowerShell script changes the current working directory to the 'recent' folder. This PowerShell script changes the current working directory to the 'recent' folder.
@ -63,4 +63,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-recycle-bin.ps1* Script: *cd-recycle-bin.ps1*
=================================== ========================
This PowerShell script changes the current working directory to the user's recycle bin folder. This PowerShell script changes the current working directory to the user's recycle bin folder.
@ -74,4 +74,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-repo.ps1* Script: *cd-repo.ps1*
=================================== ========================
This PowerShell script changes the current working directory to the given local Git repository. This PowerShell script changes the current working directory to the given local Git repository.
@ -92,4 +92,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-repos.ps1* Script: *cd-repos.ps1*
=================================== ========================
This PowerShell script changes the current working directory to the folder for Git repositories. This PowerShell script changes the current working directory to the folder for Git repositories.
@ -71,4 +71,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-root.ps1* Script: *cd-root.ps1*
=================================== ========================
This PowerShell script changes the current working directory to the root directory (C:\ on Windows). This PowerShell script changes the current working directory to the root directory (C:\ on Windows).
@ -61,4 +61,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-screenshots.ps1* Script: *cd-screenshots.ps1*
=================================== ========================
This PowerShell script sets the current working directory to the user's screenshots folder. This PowerShell script sets the current working directory to the user's screenshots folder.
@ -74,4 +74,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-scripts.ps1* Script: *cd-scripts.ps1*
=================================== ========================
This PowerShell script changes the currrent working directory to the PowerShell scripts folder. This PowerShell script changes the currrent working directory to the PowerShell scripts folder.
@ -61,4 +61,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-ssh.ps1* Script: *cd-ssh.ps1*
=================================== ========================
This PowerShell script changes the current working directory to the user's secure shell (SSH) folder. This PowerShell script changes the current working directory to the user's secure shell (SSH) folder.
@ -64,4 +64,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-sync.ps1* Script: *cd-sync.ps1*
=================================== ========================
This PowerShell script changes the current working directory to the user's Syncthing folder. This PowerShell script changes the current working directory to the user's Syncthing folder.
@ -64,4 +64,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-temp.ps1* Script: *cd-temp.ps1*
=================================== ========================
This PowerShell script changes the current working directory to the temporary folder. This PowerShell script changes the current working directory to the temporary folder.
@ -69,4 +69,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-templates.ps1* Script: *cd-templates.ps1*
=================================== ========================
This PowerShell script sets the current working directory to the templates folder. This PowerShell script sets the current working directory to the templates folder.
@ -71,4 +71,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-trash.ps1* Script: *cd-trash.ps1*
=================================== ========================
This PowerShell script changes the current working directory to the user's trash folder. This PowerShell script changes the current working directory to the user's trash folder.
@ -74,4 +74,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-up.ps1* Script: *cd-up.ps1*
=================================== ========================
This PowerShell script changes the current working directory to one directory level up. This PowerShell script changes the current working directory to one directory level up.
@ -60,4 +60,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-up2.ps1* Script: *cd-up2.ps1*
=================================== ========================
This PowerShell script changes the current working directory to two directory level up. This PowerShell script changes the current working directory to two directory level up.
@ -60,4 +60,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-up3.ps1* Script: *cd-up3.ps1*
=================================== ========================
This PowerShell script changes the current working directory to three directory levels up. This PowerShell script changes the current working directory to three directory levels up.
@ -60,4 +60,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-up4.ps1* Script: *cd-up4.ps1*
=================================== ========================
This PowerShell script changes the current working directory to four directory levels up. This PowerShell script changes the current working directory to four directory levels up.
@ -60,4 +60,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-users.ps1* Script: *cd-users.ps1*
=================================== ========================
This PowerShell script sets the current working directory to the users directory. This PowerShell script sets the current working directory to the users directory.
@ -62,4 +62,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-videos.ps1* Script: *cd-videos.ps1*
=================================== ========================
This PowerShell script changes the working directory to the user's videos folder. This PowerShell script changes the working directory to the user's videos folder.
@ -68,4 +68,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *cd-windows.ps1* Script: *cd-windows.ps1*
=================================== ========================
This PowerShell script sets the current working directory to the Windows directory. This PowerShell script sets the current working directory to the Windows directory.
@ -65,4 +65,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *change-wallpaper.ps1* Script: *change-wallpaper.ps1*
=================================== ========================
This PowerShell script downloads a random photo from Unsplash and sets it as desktop background. This PowerShell script downloads a random photo from Unsplash and sets it as desktop background.
@ -80,4 +80,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:02)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-admin.ps1* Script: *check-admin.ps1*
=================================== ========================
This PowerShell script checks if the user has administrator rights. This PowerShell script checks if the user has administrator rights.
@ -67,4 +67,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-apps.ps1* Script: *check-apps.ps1*
=================================== ========================
check-apps.ps1 check-apps.ps1
@ -72,4 +72,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-bios.ps1* Script: *check-bios.ps1*
=================================== ========================
This PowerShell script queries the BIOS status and prints it. This PowerShell script queries the BIOS status and prints it.
@ -75,4 +75,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-cpu.ps1* Script: *check-cpu.ps1*
=================================== ========================
check-cpu.ps1 check-cpu.ps1
@ -104,4 +104,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-credentials.ps1* Script: *check-credentials.ps1*
=================================== ========================
This PowerShell script asks for credentials and checks them against saved ones ("$HOME\my.credentials" by default). This PowerShell script asks for credentials and checks them against saved ones ("$HOME\my.credentials" by default).
@ -83,4 +83,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-day.ps1* Script: *check-day.ps1*
=================================== ========================
This PowerShell script determines and speaks the current day by text-to-speech (TTS). This PowerShell script determines and speaks the current day by text-to-speech (TTS).
@ -57,4 +57,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-dns.ps1* Script: *check-dns.ps1*
=================================== ========================
This PowerShell script measures the DNS resolution speed using 100 internet domains and prints it. This PowerShell script measures the DNS resolution speed using 100 internet domains and prints it.
@ -72,4 +72,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-drive-space.ps1* Script: *check-drive-space.ps1*
=================================== ========================
This PowerShell script checks the given drive for free space left (10 GB by default). This PowerShell script checks the given drive for free space left (10 GB by default).
@ -112,4 +112,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-drives.ps1* Script: *check-drives.ps1*
=================================== ========================
This PowerShell script queries the free space of all drives and prints it. This PowerShell script queries the free space of all drives and prints it.
@ -103,4 +103,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-dusk.ps1* Script: *check-dusk.ps1*
=================================== ========================
check-dusk.ps1 check-dusk.ps1
@ -63,4 +63,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-easter-sunday.ps1* Script: *check-easter-sunday.ps1*
=================================== ========================
This PowerShell script checks the time until Easter Sunday and replies by text-to-speech (TTS). This PowerShell script checks the time until Easter Sunday and replies by text-to-speech (TTS).
@ -61,4 +61,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-file-system.ps1* Script: *check-file-system.ps1*
=================================== ========================
This PowerShell script checks the file system of a drive. It needs admin rights. This PowerShell script checks the file system of a drive. It needs admin rights.
@ -76,4 +76,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-file.ps1* Script: *check-file.ps1*
=================================== ========================
This PowerShell script determines and prints the file type of the given file. This PowerShell script determines and prints the file type of the given file.
@ -171,4 +171,4 @@ function Check-Header { param( $path )
Check-Header $Path Check-Header $Path
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-firewall.ps1* Script: *check-firewall.ps1*
=================================== ========================
This PowerShell script queries the status of the firewall and prints it. This PowerShell script queries the status of the firewall and prints it.
@ -65,4 +65,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-gpu.ps1* Script: *check-gpu.ps1*
=================================== ========================
check-gpu.ps1 check-gpu.ps1
@ -67,4 +67,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-hardware.ps1* Script: *check-hardware.ps1*
=================================== ========================
This PowerShell script queries the hardware details of the local computer and prints it. This PowerShell script queries the hardware details of the local computer and prints it.
@ -64,4 +64,4 @@ Write-Host "`n === H A R D W A R E ===" -foregroundColor green
exit 0 # success exit 0 # success
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-health.ps1* Script: *check-health.ps1*
=================================== ========================
This PowerShell script queries the system health of the local computer (hardware, software, and network) and prints it. This PowerShell script queries the system health of the local computer (hardware, software, and network) and prints it.
@ -58,4 +58,4 @@ Script Content
exit 0 # success exit 0 # success
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-independence-day.ps1* Script: *check-independence-day.ps1*
=================================== ========================
This PowerShell script checks the time until Indepence Day and replies by text-to-speech (TTS). This PowerShell script checks the time until Indepence Day and replies by text-to-speech (TTS).
@ -61,4 +61,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-ipv4-address.ps1* Script: *check-ipv4-address.ps1*
=================================== ========================
This PowerShell script checks the given IPv4 address for validity. This PowerShell script checks the given IPv4 address for validity.
@ -85,4 +85,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-ipv6-address.ps1* Script: *check-ipv6-address.ps1*
=================================== ========================
This PowerShell script checks the given IPv6 address for validity This PowerShell script checks the given IPv6 address for validity
@ -99,4 +99,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-iss-position.ps1* Script: *check-iss-position.ps1*
=================================== ========================
This PowerShell script queries the position of the International Space Station (ISS) and replies by text-to-speech (TTS). This PowerShell script queries the position of the International Space Station (ISS) and replies by text-to-speech (TTS).
@ -55,4 +55,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-mac-address.ps1* Script: *check-mac-address.ps1*
=================================== ========================
This PowerShell script checks the given MAC address for validity This PowerShell script checks the given MAC address for validity
Supported MAC address formats are: 00:00:00:00:00:00 or 00-00-00-00-00-00 or 000000000000. Supported MAC address formats are: 00:00:00:00:00:00 or 00-00-00-00-00-00 or 000000000000.
@ -88,4 +88,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:08)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-midnight.ps1* Script: *check-midnight.ps1*
=================================== ========================
check-midnight.ps1 check-midnight.ps1
@ -60,4 +60,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-month.ps1* Script: *check-month.ps1*
=================================== ========================
This PowerShell script determines and speaks the current month name by text-to-speech (TTS). This PowerShell script determines and speaks the current month name by text-to-speech (TTS).
@ -57,4 +57,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-moon-phase.ps1* Script: *check-moon-phase.ps1*
=================================== ========================
This PowerShell script determines the Moon phase and answers by text-to-speech (TTS). This PowerShell script determines the Moon phase and answers by text-to-speech (TTS).
@ -76,4 +76,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-motherboard.ps1* Script: *check-motherboard.ps1*
=================================== ========================
This PowerShell script lists the motherboard details. This PowerShell script lists the motherboard details.
@ -59,4 +59,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-network.ps1* Script: *check-network.ps1*
=================================== ========================
This PowerShell script queries the network details of the local computer and prints it. This PowerShell script queries the network details of the local computer and prints it.
@ -67,4 +67,4 @@ Write-Host "`n === N E T W O R K ===" -foregroundColor green
exit 0 # success exit 0 # success
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-noon.ps1* Script: *check-noon.ps1*
=================================== ========================
check-noon.ps1 check-noon.ps1
@ -59,4 +59,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-os.ps1* Script: *check-os.ps1*
=================================== ========================
This PowerShell script queries the operating system status and prints it. This PowerShell script queries the operating system status and prints it.
@ -73,4 +73,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-outlook.ps1* Script: *check-outlook.ps1*
=================================== ========================
This PowerShell script checks the inbox of Outlook for new/unread mails. This PowerShell script checks the inbox of Outlook for new/unread mails.
@ -65,4 +65,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-password.ps1* Script: *check-password.ps1*
=================================== ========================
This PowerShell script checks the security status of the given password by haveibeenpwned.com This PowerShell script checks the security status of the given password by haveibeenpwned.com
@ -95,4 +95,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-pending-reboot.ps1* Script: *check-pending-reboot.ps1*
=================================== ========================
check-pending-reboot.ps1 check-pending-reboot.ps1
@ -90,4 +90,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-pnp-devices.ps1* Script: *check-pnp-devices.ps1*
=================================== ========================
This PowerShell script checks all Plug'n'PLay devices connected to the local computer. This PowerShell script checks all Plug'n'PLay devices connected to the local computer.
@ -65,4 +65,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-power.ps1* Script: *check-power.ps1*
=================================== ========================
This PowerShell script queries the power status and prints it. This PowerShell script queries the power status and prints it.
@ -91,4 +91,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-powershell.ps1* Script: *check-powershell.ps1*
=================================== ========================
check-powershell.ps1 check-powershell.ps1
@ -59,4 +59,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-ps1-file.ps1* Script: *check-ps1-file.ps1*
=================================== ========================
This PowerShell script checks the given PowerShell script file(s) for validity. This PowerShell script checks the given PowerShell script file(s) for validity.
@ -77,4 +77,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-ram.ps1* Script: *check-ram.ps1*
=================================== ========================
check-ram.ps1 check-ram.ps1
@ -98,4 +98,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-repo.ps1* Script: *check-repo.ps1*
=================================== ========================
This PowerShell script verifies the integrity of a local Git repository and performs maintenance tasks. This PowerShell script verifies the integrity of a local Git repository and performs maintenance tasks.
@ -130,4 +130,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-repos.ps1* Script: *check-repos.ps1*
=================================== ========================
This PowerShell script verifies the data integrity of all Git repositories in a folder. This PowerShell script verifies the data integrity of all Git repositories in a folder.
@ -92,4 +92,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-santa.ps1* Script: *check-santa.ps1*
=================================== ========================
This PowerShell script checks the time until Saint Nicholas Day and replies by text-to-speech (TTS). This PowerShell script checks the time until Saint Nicholas Day and replies by text-to-speech (TTS).
@ -56,4 +56,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-smart-devices.ps1* Script: *check-smart-devices.ps1*
=================================== ========================
check-smart-devices.ps1 check-smart-devices.ps1
@ -120,4 +120,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-software.ps1* Script: *check-software.ps1*
=================================== ========================
This PowerShell script queries the software status of the local computer and prints it. This PowerShell script queries the software status of the local computer and prints it.
@ -64,4 +64,4 @@ Write-Host "`n === S O F T W A R E ===" -foregroundColor green
exit 0 # success exit 0 # success
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-subnet-mask.ps1* Script: *check-subnet-mask.ps1*
=================================== ========================
This PowerShell script checks the given subnet mask for validity. This PowerShell script checks the given subnet mask for validity.
@ -85,4 +85,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-swap-space.ps1* Script: *check-swap-space.ps1*
=================================== ========================
This PowerShell script queries the current status of the swap space and prints it. This PowerShell script queries the current status of the swap space and prints it.
@ -108,4 +108,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-symlinks.ps1* Script: *check-symlinks.ps1*
=================================== ========================
This PowerShell script checks all symbolic links in a directory tree. It returns the number of broken symlinks as exit value. This PowerShell script checks all symbolic links in a directory tree. It returns the number of broken symlinks as exit value.
@ -101,4 +101,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-time-zone.ps1* Script: *check-time-zone.ps1*
=================================== ========================
This PowerShell script queries the local time zone and prints it. This PowerShell script queries the local time zone and prints it.
@ -66,4 +66,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-uptime.ps1* Script: *check-uptime.ps1*
=================================== ========================
check-uptime.ps1 check-uptime.ps1
@ -114,4 +114,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-vpn.ps1* Script: *check-vpn.ps1*
=================================== ========================
This PowerShell script queries the status of the VPN connection(s) and prints it. This PowerShell script queries the status of the VPN connection(s) and prints it.
@ -65,4 +65,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-weather.ps1* Script: *check-weather.ps1*
=================================== ========================
This PowerShell script checks the current weather report. This PowerShell script checks the current weather report.
@ -82,4 +82,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-week.ps1* Script: *check-week.ps1*
=================================== ========================
This PowerShell script determines and speaks the current week number by text-to-speech (TTS). This PowerShell script determines and speaks the current week number by text-to-speech (TTS).
@ -54,4 +54,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-wind.ps1* Script: *check-wind.ps1*
=================================== ========================
This PowerShell script determines the current wind conditions and replies by text-to-speech (TTS). This PowerShell script determines the current wind conditions and replies by text-to-speech (TTS).
@ -73,4 +73,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-windows-system-files.ps1* Script: *check-windows-system-files.ps1*
=================================== ========================
This PowerShell script checks the validity of the Windows system files. It requires admin rights. This PowerShell script checks the validity of the Windows system files. It requires admin rights.
@ -60,4 +60,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-xml-file.ps1* Script: *check-xml-file.ps1*
=================================== ========================
This PowerShell script checks the given XML file for validity. This PowerShell script checks the given XML file for validity.
@ -86,4 +86,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *check-xml-files.ps1* Script: *check-xml-files.ps1*
=================================== ========================
This PowerShell script verifies any XML file (with suffix .xml) in the given directory tree for validity. This PowerShell script verifies any XML file (with suffix .xml) in the given directory tree for validity.
@ -85,4 +85,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *clean-repo.ps1* Script: *clean-repo.ps1*
=================================== ========================
This PowerShell script deletes all untracked files and folders in a local Git repository (including submodules). This PowerShell script deletes all untracked files and folders in a local Git repository (including submodules).
NOTE: To be used with care! This cannot be undone! NOTE: To be used with care! This cannot be undone!
@ -102,4 +102,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *clean-repos.ps1* Script: *clean-repos.ps1*
=================================== ========================
This PowerShell script cleans all Git repositories in a folder from untracked files (including submodules). This PowerShell script cleans all Git repositories in a folder from untracked files (including submodules).
@ -101,4 +101,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *clear-dns-cache.ps1* Script: *clear-dns-cache.ps1*
=================================== ========================
This PowerShell script empties the DNS client cache of the local computer. This PowerShell script empties the DNS client cache of the local computer.
@ -60,4 +60,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *clear-recycle-bin.ps1* Script: *clear-recycle-bin.ps1*
=================================== ========================
This PowerShell script removes the content of the recycle bin folder permanently. This PowerShell script removes the content of the recycle bin folder permanently.
IMPORTANT NOTE: this cannot be undo! IMPORTANT NOTE: this cannot be undo!
@ -58,4 +58,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

View File

@ -1,5 +1,5 @@
PowerShell Script: *clone-repos.ps1* Script: *clone-repos.ps1*
=================================== ========================
This PowerShell script clones popular Git repositories into a common target directory. This PowerShell script clones popular Git repositories into a common target directory.
@ -119,4 +119,4 @@ try {
} }
``` ```
*(page generated by convert-ps2md.ps1 as of 08/07/2025 15:48:09)* *(page generated by convert-ps2md.ps1 as of 08/07/2025 16:01:03)*

Some files were not shown because too many files have changed in this diff Show More