Skip to content

Commit 93c5fef

Browse files
Get-DbaAgDatabase: Fix example (#9683)
1 parent 87b7076 commit 93c5fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/Get-DbaAgDatabase.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function Get-DbaAgDatabase {
5656
Returns all the databases in the availability group AG101 on sql2017a
5757
5858
.EXAMPLE
59-
PS C:\> Get-DbaAvailabilityGroup -SqlInstance sqlcluster -AvailabilityGroup SharePoint -Database Sharepoint_Config | Get-DbaAgDatabase
59+
PS C:\> Get-DbaAvailabilityGroup -SqlInstance sqlcluster -AvailabilityGroup SharePoint | Get-DbaAgDatabase -Database Sharepoint_Config
6060
6161
Returns the database Sharepoint_Config found in the availability group SharePoint on server sqlcluster
6262
#>

0 commit comments

Comments
 (0)