Skip to content

Commit 9e7ad35

Browse files
authored
Broken link fixed
1 parent c66186b commit 9e7ad35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Have you ever gone through the SQL Server installation interface just by selecti
2525

2626
What's worse is now the confidence of the entire installation is shaken. "What else did I forget?" you might ask yourself.
2727

28-
Read about [PowerShell Desired State Configuration (DSC)](/powershell/scripting/dsc/overview/overview). By using DSC, you build one configuration template that you can reuse over hundreds and thousands of servers. Depending on the build, you might have to tweak a few of the setup parameters. But that's not a significant issue because you can keep all of the standard settings in place. It eliminates the possibility that you'll forget to enter an important parameter.
28+
Read about [PowerShell Desired State Configuration (DSC)](/powershell/scripting/dsc/overview). By using DSC, you build one configuration template that you can reuse over hundreds and thousands of servers. Depending on the build, you might have to tweak a few of the setup parameters. But that's not a significant issue because you can keep all of the standard settings in place. It eliminates the possibility that you'll forget to enter an important parameter.
2929

3030
This article explores the initial setup of a standalone instance of SQL Server 2017 on Windows Server 2016 by using the **SqlServerDsc** DSC resource. Some prior knowledge of DSC is helpful as we won't explore how DSC works.
3131

@@ -213,7 +213,7 @@ PS C:\> & sqlcmd -S $env:COMPUTERNAME
213213

214214
## See also
215215

216-
[Windows PowerShell Desired State Configuration Overview](/powershell/scripting/dsc/overview/overview)
216+
[Windows PowerShell Desired State Configuration Overview](/powershell/scripting/dsc/overview)
217217

218218
[Install SQL Server from the command prompt](../../database-engine/install-windows/install-sql-server-from-the-command-prompt.md)
219219

0 commit comments

Comments
 (0)