Skip to content

Commit fc3b15b

Browse files
authored
Update install-sql-server-with-powershell-desired-state-configuration.md
1 parent d433774 commit fc3b15b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/database-engine/install-windows/install-sql-server-with-powershell-desired-state-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ To start the DSC deployment of SQL Server, call the **Start-DscConfiguration** c
169169
Start-DscConfiguration -Path C:\SQLInstall -Wait -Force -Verbose
170170
```
171171

172-
As the configuration applies, the verbose output shows you what's happening. As long as no errors, red text, are thrown, when **Operation 'Invoke CimMethod' complete** displays on the screen, SQL Server should be installed.
172+
As the configuration applies, the verbose output shows you what's happening. As long as no errors (red text) are thrown, when **Operation 'Invoke CimMethod' complete** appears on the screen, SQL Server should be installed.
173173

174174
## Validate installation
175175

0 commit comments

Comments
 (0)