Improve the done output

This commit is contained in:
Markus Fleschutz
2021-08-24 20:46:03 +02:00
parent 13d4bc48e3
commit 86a0db9640
31 changed files with 59 additions and 47 deletions

View File

@ -29,7 +29,7 @@ try {
$MAC = read-host "Enter MAC address to validate"
}
if (IsMACAddressValid $MAC) {
write-host -foregroundColor green "OK - MAC address $MAC is valid"
"✔️ MAC address $MAC is valid"
exit 0
} else {
write-warning "Invalid MAC address: $MAC"