Skip to content

Commit 08c73cc

Browse files
authored
Enable-DbaReplPublishing, fix example (#9660)
1 parent 1dc0b2f commit 08c73cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/Enable-DbaReplPublishing.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ function Enable-DbaReplPublishing {
4848
https://dbatools.io/Enable-DbaReplPublishing
4949
5050
.EXAMPLE
51-
PS C:\> Enable-DbaReplPublishing -SqlInstance SqlBox1\Instance2 -StartupProcedure '[dbo].[StartUpProc1]'
51+
PS C:\> Enable-DbaReplPublishing -SqlInstance SqlBox1\Instance2
5252
53-
Attempts to set the procedure '[dbo].[StartUpProc1]' in the master database of SqlBox1\Instance2 for automatic execution when the instance is started.
53+
Enables replication publishing for instance SqlBox1\Instance2 using Windows Auth and the default InstallDataDirectory\ReplData as the snapshot folder
5454
5555
#>
5656
[CmdletBinding(SupportsShouldProcess, ConfirmImpact = 'Medium')]

0 commit comments

Comments
 (0)