Skip to content
Simon Heather edited this page Apr 21, 2023 · 3 revisions

Welcome to the ADFSDsc wiki

Here you will find all the information you need to make use of the AdfsDsc DSC resources in the latest release (the code that is part of the main 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 ADFS.

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

Getting started

To install the AdfsDsc module from the PowerShell Gallery, run the following command:

Install-Module -Name AdfsDsc -Repository PSGallery

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

Get-DscResource -Module AdfsDsc

To get help about an individual resource, run Get-Help about_<ResourceName>.

For example, to get help about the AdfsFarm resource run the following command:

Get-Help about_AdfsFarm