mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-12 14:07:20 +02:00
Updated some scripts
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user