Renamed to list-ip-addresses.ps1

This commit is contained in:
Markus Fleschutz
2024-06-18 20:22:51 +02:00
parent b218b25be1
commit 3eb68560d8
2 changed files with 26 additions and 4 deletions

View File

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