Skip to content

Commit

Permalink
Changes to Restart-DbaService to resolve Issue 5128 (#5145)
Browse files Browse the repository at this point in the history
  • Loading branch information
sqllensman authored and wsmelton committed Mar 3, 2019
1 parent c1fa140 commit 98f3185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/Restart-DbaService.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function Restart-DbaService {
Gets the SQL Server related services on computers sql1, sql2 and sql3 and restarts them.
.EXAMPLE
PS C:\> Restart-DbaService -ComputerName sql1,sql2 -Instance MSSQLSERVER
PS C:\> Restart-DbaService -ComputerName sql1,sql2 -InstanceName MSSQLSERVER
Restarts the SQL Server services related to the default instance MSSQLSERVER on computers sql1 and sql2.
Expand Down

0 comments on commit 98f3185

Please sign in to comment.