Skip to content

Commit

Permalink
Wiki: add introduction to DSC to wiki (#1740)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahmoree-adot authored Feb 12, 2022
1 parent fa79676 commit 7907181
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- SqlServerDsc
- Updated pipeline to use the build worker image 'ubuntu-latest'.
- Switch to installing GitVersion using 'dotnet tool install' ([issue #1732](https://github.com/dsccommunity/SqlServerDsc/issues/1732)).
- Wiki
- add introduction and links to DSC technology

### Fixed

Expand Down
12 changes: 12 additions & 0 deletions source/WikiSource/Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,23 @@ Get-DscResource -Module SqlServerDsc

## Prerequisites

* Familiarity with Powershell DSC Framework
* Powershell 5.0 or higher
* SqlServer powershell module (optional)

### Familiarity with Powershell DSC Framework

SqlServerDSC implements configuration management for MS SQL using the [Powershell DSC](https://docs.microsoft.com/en-us/search/?terms=Desired%20State%20Configuration&scope=PowerShell) technology developed by Microsoft. A [community](https://dsccommunity.org/) maintains resources related to these [tools](https://dsccommunity.org/configmgt/).

### Powershell

The minimum Windows Management Framework (PowerShell) version required is 5.0
or higher, which ships with Windows 10 or Windows Server 2016,
but can also be installed on Windows 7 SP1, Windows 8.1, Windows Server 2012,
and Windows Server 2012 R2.

### SqlServer powershell module (optional)

Optionally the PowerShell Module [_SqlServer_](https://www.powershellgallery.com/packages/SqlServer)
can be installed which then will be used instead of the PowerShell module
_SQLPS_ that is installed with SQL Server.
Expand Down

0 comments on commit 7907181

Please sign in to comment.