We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386b35b commit cd803f5Copy full SHA for cd803f5
ServiceNow/Public/Get-ServiceNowTableEntry.ps1
@@ -94,6 +94,7 @@ function Get-ServiceNowTableEntry {
94
'UseConnectionObject' {
95
$getServiceNowTableSplat.Add('Connection', $Connection)
96
}
97
+ Default {}
98
99
100
# Perform table query and return each object. No fancy formatting here as this can pull tables with unknown default properties
0 commit comments