mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-22 07:53:21 +01:00
Updated the Markdown manuals
This commit is contained in:
parent
fa9c10d2a4
commit
be47b2d002
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -80,8 +80,8 @@ function BuildInDir([string]$path) {
|
|||||||
& make -j4
|
& make -j4
|
||||||
if ($lastExitCode -ne "0") { throw "Executing 'make -j4' has failed" }
|
if ($lastExitCode -ne "0") { throw "Executing 'make -j4' has failed" }
|
||||||
|
|
||||||
"⏳ (4/4) Executing 'make test' to perform tests (optional)..."
|
"⏳ (4/4) Executing 'ctest -V' to perform tests (optional)..."
|
||||||
& make test
|
& ctest -V
|
||||||
if ($lastExitCode -ne "0") { throw "Executing 'make test' has failed" }
|
if ($lastExitCode -ne "0") { throw "Executing 'make test' has failed" }
|
||||||
|
|
||||||
} elseif (Test-Path "$path/configure" -pathType leaf) {
|
} elseif (Test-Path "$path/configure" -pathType leaf) {
|
||||||
@ -184,7 +184,7 @@ try {
|
|||||||
|
|
||||||
$repoDirName = (Get-Item "$path").Name
|
$repoDirName = (Get-Item "$path").Name
|
||||||
[int]$elapsed = $stopWatch.Elapsed.TotalSeconds
|
[int]$elapsed = $stopWatch.Elapsed.TotalSeconds
|
||||||
"✔️ Built 📂$repoDirName in $elapsed sec"
|
"✔️ Built repo 📂$repoDirName in $elapsed sec"
|
||||||
exit 0 # success
|
exit 0 # success
|
||||||
} catch {
|
} catch {
|
||||||
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
"⚠️ 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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -170,4 +170,4 @@ function Check-Header { param( $path )
|
|||||||
Check-Header $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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -63,4 +63,4 @@ Script Content
|
|||||||
exit 0 # success
|
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)*
|
||||||
|
@ -58,4 +58,4 @@ Script Content
|
|||||||
exit 0 # success
|
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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -56,12 +56,13 @@ Script Content
|
|||||||
|
|
||||||
" "
|
" "
|
||||||
& "$PSScriptRoot/write-green.ps1" " N E T W O R K"
|
& "$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-firewall"
|
||||||
& "$PSScriptRoot/check-dns.ps1"
|
& "$PSScriptRoot/check-dns.ps1"
|
||||||
& "$PSScriptRoot/check-vpn.ps1"
|
& "$PSScriptRoot/check-vpn.ps1"
|
||||||
& "$PSScriptRoot/list-public-ip.ps1"
|
& "$PSScriptRoot/list-public-ip.ps1"
|
||||||
|
& "$PSScriptRoot/ping-local-hosts.ps1"
|
||||||
exit 0 # success
|
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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -58,9 +58,9 @@ try {
|
|||||||
if ($details.BatteryChargeStatus -eq "NoSystemBattery") {
|
if ($details.BatteryChargeStatus -eq "NoSystemBattery") {
|
||||||
$reply = "✅ AC powered"
|
$reply = "✅ AC powered"
|
||||||
} elseif ($percent -ge 95) {
|
} elseif ($percent -ge 95) {
|
||||||
$reply = "✅ Battery $percent% fully charged"
|
$reply = "✅ Battery fully charged ($percent%)"
|
||||||
} else {
|
} else {
|
||||||
$reply = "✅ Battery charging... ($percent%)"
|
$reply = "✅ Battery charging ($percent%)"
|
||||||
}
|
}
|
||||||
} else { # must be offline
|
} else { # must be offline
|
||||||
if (($remaining -eq 0) -and ($percent -ge 60)) {
|
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)*
|
||||||
|
@ -1,34 +1,19 @@
|
|||||||
*check-powershell.ps1*
|
*check-powershell.ps1*
|
||||||
================
|
================
|
||||||
|
|
||||||
This PowerShell script queries the PowerShell status and prints it.
|
check-powershell.ps1
|
||||||
|
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
----------
|
----------
|
||||||
```powershell
|
```powershell
|
||||||
PS> ./check-powershell.ps1 [<CommonParameters>]
|
|
||||||
|
|
||||||
[<CommonParameters>]
|
[<CommonParameters>]
|
||||||
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
|
||||||
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
|
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
|
Script Content
|
||||||
--------------
|
--------------
|
||||||
```powershell
|
```powershell
|
||||||
@ -39,23 +24,33 @@ Script Content
|
|||||||
This PowerShell script queries the PowerShell status and prints it.
|
This PowerShell script queries the PowerShell status and prints it.
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
PS> ./check-powershell.ps1
|
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
|
.LINK
|
||||||
https://github.com/fleschutz/PowerShell
|
https://github.com/fleschutz/PowerShell
|
||||||
.NOTES
|
.NOTES
|
||||||
Author: Markus Fleschutz | License: CC0
|
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 {
|
try {
|
||||||
$version = $PSVersionTable.PSVersion
|
$version = $PSVersionTable.PSVersion
|
||||||
$edition = $PSVersionTable.PSEdition
|
$edition = $PSVersionTable.PSEdition
|
||||||
|
$numProfiles = GetNumberOfProfiles
|
||||||
$numModules = (Get-Module).Count
|
$numModules = (Get-Module).Count
|
||||||
$numAliases = (Get-Alias).Count
|
$numAliases = (Get-Alias).Count
|
||||||
if ($IsLinux) {
|
if ($IsLinux) {
|
||||||
"✅ PowerShell $version $edition edition ($numModules modules, $numAliases aliases)"
|
"✅ PowerShell $version $edition edition ($numProfiles profile, $numModules modules, $numAliases aliases)"
|
||||||
} else {
|
} else {
|
||||||
$numCmdlets = (Get-Command -Command-Type cmdlet).Count
|
$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
|
exit 0 # success
|
||||||
} catch {
|
} 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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
85
docs/check-repos.md
Normal file
85
docs/check-repos.md
Normal file
@ -0,0 +1,85 @@
|
|||||||
|
*check-repos.ps1*
|
||||||
|
================
|
||||||
|
|
||||||
|
This PowerShell script checks all Git repositories in a folder.
|
||||||
|
|
||||||
|
Parameters
|
||||||
|
----------
|
||||||
|
```powershell
|
||||||
|
PS> ./check-repos.ps1 [[-parentDir] <String>] [<CommonParameters>]
|
||||||
|
|
||||||
|
-parentDir <String>
|
||||||
|
Specifies the path to the parent folder
|
||||||
|
|
||||||
|
Required? false
|
||||||
|
Position? 1
|
||||||
|
Default value "$PWD"
|
||||||
|
Accept pipeline input? false
|
||||||
|
Accept wildcard characters? false
|
||||||
|
|
||||||
|
[<CommonParameters>]
|
||||||
|
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)*
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -69,4 +69,4 @@ Script Content
|
|||||||
exit 0 # success
|
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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -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)*
|
||||||
|
@ -48,4 +48,4 @@ Stop-Process -name "CalculatorApp"
|
|||||||
exit 0 # success
|
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)*
|
||||||
|
@ -48,4 +48,4 @@ Script Content
|
|||||||
exit 0 # success
|
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)*
|
||||||
|
@ -48,4 +48,4 @@ Script Content
|
|||||||
exit 0 # success
|
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)*
|
||||||
|
@ -52,4 +52,4 @@ if ($lastExitCode -ne "0") {
|
|||||||
exit 0 # success
|
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)*
|
||||||
|
@ -48,4 +48,4 @@ Script Content
|
|||||||
exit 0 # success
|
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)*
|
||||||
|
@ -48,4 +48,4 @@ Script Content
|
|||||||
exit 0 # success
|
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)*
|
||||||
|
@ -52,4 +52,4 @@ if ($lastExitCode -ne "0") {
|
|||||||
exit 0 # success
|
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)*
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user