This module contains DSC resources for the management and configuration of Windows Server DNS Server.
Find a file
2026-01-18 17:28:54 +01:00
.github Migrate to Pester 5 (#272) 2024-08-19 14:44:24 +02:00
.vscode Migrate to Pester 5 (#272) 2024-08-19 14:44:24 +02:00
source Test updates for new resource base (#311) 2026-01-12 19:45:01 +01:00
tests Test updates for new resource base (#311) 2026-01-12 19:45:01 +01:00
.gitattributes New pipelines files and folder structure 2020-03-14 16:37:10 +01:00
.gitignore New pipelines files and folder structure 2020-03-14 16:37:10 +01:00
.markdownlint.json New pipelines files and folder structure 2020-03-14 16:37:10 +01:00
azure-pipelines.yml Test updates for new resource base (#311) 2026-01-12 19:45:01 +01:00
build.ps1 Migrate to Pester 5 (#272) 2024-08-19 14:44:24 +02:00
build.yaml Test updates for new resource base (#311) 2026-01-12 19:45:01 +01:00
CHANGELOG.md Updating ChangeLog since v3.0.3 +semver:skip (#315) 2026-01-18 17:28:54 +01:00
CODE_OF_CONDUCT.md New pipelines files and folder structure 2020-03-14 16:37:10 +01:00
codecov.yml DnsServerDsc: Fixed code coverage in the pipeline (#253) 2021-04-09 07:47:58 +02:00
CONTRIBUTING.md New pipelines files and folder structure 2020-03-14 16:37:10 +01:00
GitVersion.yml Migrate to Pester 5 (#272) 2024-08-19 14:44:24 +02:00
LICENSE Update module 2020-03-14 16:37:10 +01:00
README.md Fix PSGallery Preview Badge (#314) 2026-01-17 21:01:26 +01:00
RequiredModules.psd1 Fix build warning (#277) 2025-04-12 13:55:02 +02:00
Resolve-Dependency.ps1 Migrate to Pester 5 (#272) 2024-08-19 14:44:24 +02:00
Resolve-Dependency.psd1 Migrate to Pester 5 (#272) 2024-08-19 14:44:24 +02:00

DnsServerDsc

This module contains DSC resources for the management and configuration of Windows Server DNS Server.

Build Status Azure DevOps coverage (branch) codecov Azure DevOps tests PowerShell Gallery (with prereleases) PowerShell Gallery

Code of Conduct

This project has adopted this Code of Conduct.

Releases

For each merge to the branch main a preview release will be deployed to PowerShell Gallery. Periodically a release version tag will be pushed which will deploy a full release to PowerShell Gallery.

Contributing

Please check out common DSC Community contributing guidelines.

Change log

A full list of changes in each version can be found in the change log.

Documentation

The documentation can be found in the DnsServerDsc Wiki. The DSC resources schema files is used to automatically update the documentation on each PR merge.

Examples

You can review the Examples directory in the DnsServerDsc module for some general use scenarios for all of the resources that are in the module.

The resource examples are also available in the DnsServerDsc Wiki.