Skip to content
johlju edited this page Aug 8, 2019 · 29 revisions

Welcome to the ActiveDirectoryDsc wiki

ActiveDirectoryDsc release v4.0.0.0

Here you will find all the information you need to make use of the ActiveDirectoryDsc DSC resources in the latest release (the code that is part of the master branch). This includes details of the resources that are available, current capabilities and known issues, and information to help plan a DSC based implementation of ActiveDirectoryDsc.

Please leave comments, feature requests, and bug reports in then issues section for this module.

This wiki is currently updated manually by a maintainer (using automatically generated documentation by the CI pipeline), so there can be some delay before this wiki is updated for the latest release.

Getting started

To get started download ActiveDirectoryDsc from the PowerShell Gallery and then unzip it to one of your PowerShell modules folders (such as $env:ProgramFiles\WindowsPowerShell\Modules).

To install from the PowerShell gallery using PowerShellGet (in PowerShell 5.0) run the following command:

Find-Module -Name ActiveDirectoryDsc -Repository PSGallery | Install-Module

To confirm installation, run the below command and ensure you see the ActiveDirectoryDsc DSC resources available:

Get-DscResource -Module ActiveDirectoryDsc