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 b7fc2e5 commit 34f0c99Copy full SHA for 34f0c99
1 file changed
public/Get-DbaAgListener.ps1
@@ -76,7 +76,7 @@ function Get-DbaAgListener {
76
}
77
78
if ($SqlInstance) {
79
- $InputObject += Get-DbaAvailabilityGroup -SqlInstance $SqlInstance -SqlCredential $SqlCredential -AvailabilityGroup $AvailabilityGroup
+ $InputObject += Get-DbaAvailabilityGroup -SqlInstance $SqlInstance -SqlCredential $SqlCredential -AvailabilityGroup $AvailabilityGroup -EnableException:$EnableException
80
81
82
$agListeners = $InputObject.AvailabilityGroupListeners
0 commit comments