Updated some scripts

This commit is contained in:
Markus Fleschutz
2024-12-30 22:43:24 +01:00
parent a5aa63615d
commit 86c15a6982
3 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
.EXAMPLE
PS> ./check-network.ps1
N E T W O R K
=== N E T W O R K ===
✅ Firewall enabled
...
.LINK
@ -15,7 +15,7 @@
Author: Markus Fleschutz | License: CC0
#>
Write-Host "`n N E T W O R K" -foregroundColor green
Write-Host "`n === N E T W O R K ===" -foregroundColor green
& "$PSScriptRoot/check-firewall"
& "$PSScriptRoot/list-local-ip.ps1"
& "$PSScriptRoot/ping-local-devices.ps1"