-
Notifications
You must be signed in to change notification settings - Fork 5
Home
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.
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
- AdfsApplicationGroup
- AdfsApplicationPermission
- AdfsCertificate
- AdfsClaimDescription
- AdfsContactPerson
- AdfsFarm
- AdfsFarmNode
- AdfsGlobalAuthenticationPolicy
- AdfsGlobalWebContent
- AdfsNativeClientApplication
- AdfsOrganization
- AdfsProperties
- AdfsRelyingPartyTrust
- AdfsServerApplication
- AdfsSslCertificate
- AdfsWebApiApplication