Skip to content

Commit cd803f5

Browse files
committed
Added default option to switch to suppress output
1 parent 386b35b commit cd803f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ServiceNow/Public/Get-ServiceNowTableEntry.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ function Get-ServiceNowTableEntry {
9494
'UseConnectionObject' {
9595
$getServiceNowTableSplat.Add('Connection', $Connection)
9696
}
97+
Default {}
9798
}
9899

99100
# Perform table query and return each object. No fancy formatting here as this can pull tables with unknown default properties

0 commit comments

Comments
 (0)