Renamed to ping-local-devices.ps1

This commit is contained in:
Markus Fleschutz
2024-10-01 17:18:36 +02:00
parent a66aa8a009
commit b64d32990e
3 changed files with 40 additions and 41 deletions

View File

@ -18,7 +18,7 @@
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/ping-local-devices.ps1"
& "$PSScriptRoot/list-ssh-key.ps1"
& "$PSScriptRoot/ping-remote-hosts.ps1"
& "$PSScriptRoot/check-dns.ps1"