Skip to content

Commit 3dba5fd

Browse files
authored
Update-DbaInstance, fix documentation (#9559)
1 parent 08189f8 commit 3dba5fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/Update-DbaInstance.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function Update-DbaInstance {
4242
Use -Version to limit upgrade to a certain Major version of SQL Server.
4343
4444
.PARAMETER KB
45-
Install a specific update or list of updates. Can be a number of a string KBXXXXXXX.
45+
Install a specific update or list of updates. Can be a number or a string KBXXXXXXX.
4646
4747
.PARAMETER Version
4848
A target version of the installation you want to reach. If not specified, a latest available version would be used by default.
@@ -136,7 +136,7 @@ function Update-DbaInstance {
136136
.EXAMPLE
137137
PS C:\> Update-DbaInstance -ComputerName SQL1, SQL2 -Restart -Path \\network\share -Confirm:$false
138138
139-
Updates all applicable SQL Server installations on SQL1 and SQL2 with the most recent patch.
139+
Updates all applicable SQL Server installations on SQL1 and SQL2 with the most recent patch (that has at least a "CU" flag).
140140
It will install latest ServicePack, restart the computers, install latest Cumulative Update, and finally restart the computer once again.
141141
Binary files for the update will be searched among all files and folders recursively in \\network\share.
142142
Does not prompt for confirmation.

0 commit comments

Comments
 (0)