Repaired UTF-8 BOM encoding

This commit is contained in:
Markus Fleschutz
2024-10-01 15:11:03 +02:00
parent b2413adad6
commit 49072fdbaa
452 changed files with 458 additions and 457 deletions

View File

@ -1,4 +1,4 @@
<#
<#
.SYNOPSIS
Checks the network details
.DESCRIPTION
@ -17,10 +17,10 @@
Write-Host "`n N E T W O R K" -foregroundColor green
& "$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"
& "$PSScriptRoot/ping-local-hosts.ps1"
exit 0 # success