Updated check-network.ps1

This commit is contained in:
Markus Fleschutz 2024-10-01 15:37:20 +02:00
parent fa086893aa
commit dc4ee3c83e

View File

@ -16,11 +16,11 @@
#>
Write-Host "`n N E T W O R K" -foregroundColor green
& "$PSScriptRoot/check-firewall"
& "$PSScriptRoot/list-ip-addresses.ps1"
& "$PSScriptRoot/ping-local-hosts.ps1"
& "$PSScriptRoot/list-ssh-key.ps1"
& "$PSScriptRoot/ping-remote-hosts.ps1"
& "$PSScriptRoot/check-firewall"
& "$PSScriptRoot/check-dns.ps1"
& "$PSScriptRoot/check-vpn.ps1"
exit 0 # success