Skip to content

Commit 6fe5cb4

Browse files
committed
Firewall(address): display unknown type by default
1 parent 1854a0d commit 6fe5cb4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Src/Private/Get-AbrFgtFirewall.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ function Get-AbrFgtFirewall {
128128
"fqdn" {
129129
$value = $add.fqdn
130130
}
131+
default {
132+
$value = "Unknown Type"
133+
}
131134

132135
}
133136

0 commit comments

Comments
 (0)