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 87b7076 commit 93c5fefCopy full SHA for 93c5fef
public/Get-DbaAgDatabase.ps1
@@ -56,7 +56,7 @@ function Get-DbaAgDatabase {
56
Returns all the databases in the availability group AG101 on sql2017a
57
58
.EXAMPLE
59
- PS C:\> Get-DbaAvailabilityGroup -SqlInstance sqlcluster -AvailabilityGroup SharePoint -Database Sharepoint_Config | Get-DbaAgDatabase
+ PS C:\> Get-DbaAvailabilityGroup -SqlInstance sqlcluster -AvailabilityGroup SharePoint | Get-DbaAgDatabase -Database Sharepoint_Config
60
61
Returns the database Sharepoint_Config found in the availability group SharePoint on server sqlcluster
62
#>
0 commit comments