mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-28 09:38:53 +01:00
Updated check-network.ps1
This commit is contained in:
parent
fa086893aa
commit
dc4ee3c83e
@ -16,11 +16,11 @@
|
|||||||
#>
|
#>
|
||||||
|
|
||||||
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-ip-addresses.ps1"
|
& "$PSScriptRoot/list-ip-addresses.ps1"
|
||||||
& "$PSScriptRoot/ping-local-hosts.ps1"
|
& "$PSScriptRoot/ping-local-hosts.ps1"
|
||||||
& "$PSScriptRoot/list-ssh-key.ps1"
|
& "$PSScriptRoot/list-ssh-key.ps1"
|
||||||
& "$PSScriptRoot/ping-remote-hosts.ps1"
|
& "$PSScriptRoot/ping-remote-hosts.ps1"
|
||||||
& "$PSScriptRoot/check-firewall"
|
|
||||||
& "$PSScriptRoot/check-dns.ps1"
|
& "$PSScriptRoot/check-dns.ps1"
|
||||||
& "$PSScriptRoot/check-vpn.ps1"
|
& "$PSScriptRoot/check-vpn.ps1"
|
||||||
exit 0 # success
|
exit 0 # success
|
||||||
|
Loading…
Reference in New Issue
Block a user