https://github.com/pcgeek86/cadfs
This repository contains the cADFS PowerShell module, containing Desired State Configuration (DSC) resources to manage Active Directory Federation Services (ADFS).
https://github.com/pcgeek86/cadfs
dsc powershell
Last synced: 9 months ago
JSON representation
This repository contains the cADFS PowerShell module, containing Desired State Configuration (DSC) resources to manage Active Directory Federation Services (ADFS).
- Host: GitHub
- URL: https://github.com/pcgeek86/cadfs
- Owner: pcgeek86
- License: mit
- Created: 2015-03-19T04:06:23.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T16:20:00.000Z (almost 8 years ago)
- Last Synced: 2025-04-03T20:51:14.726Z (11 months ago)
- Topics: dsc, powershell
- Language: PowerShell
- Size: 28.3 KB
- Stars: 15
- Watchers: 7
- Forks: 60
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cADFS :: Active Directory Federation Services DSC Resources
This repository contains the cADFS PowerShell module, containing Microsoft Windows PowerShell Desired State Configuration (DSC) resources to manage Active Directory Federation Services (ADFS).
# Background
The cADFS module was created in order to configure certain components of the Microsoft Active Directory Federation Services (ADFS) Windows Server role using a declarative syntax, through the Windows PowerShell Desired State Configuration (DSC) feature. Using a declarative syntax for configuration of ADFS components ensures that environments can be version controlled over time, and amongst teams of systems administrators.
# Prerequisites
In order to utilize the DSC resources in the cADFS PowerShell module, you will need to ensure that your managed endpoints are using the February 2015 Preview of the Windows Management Framework (WMF) Core package, or later. The reason that this is required, is because the DSC resources provided by cADFS are developed using PowerShell Classes. Building DSC resources using PowerShell Classes was first supported in the WMF 5.0 February 2015 Preview.
# Installation
To install the cADFS PowerShell module, you can install it directly from the PowerShell Gallery by using `Install-Module cADFS` or download it from here and unzip it to `$env:ProgramFiles\WindowsPowerShell\Modules`.
# Author
The original author of this module is Trevor Sullivan. You can follow Trevor on Twitter [@pcgeek86](https://twitter.com/pcgeek86) or on his website / blog at http://trevorsullivan.net.
Maintainence of this module is now handled by Chris Gardner, please raise all issues and PRs on his fork. You can follow Chris on Twitter [@halbaradkenafin](https://twitter.com/halbaradkenafin) or on his blog at [chrislgardner.github.io](https://chrislgardner.github.io).