https://github.com/dsccommunity/failoverclusterdsc
This module contains DSC resources for deployment and configuration of Windows Server Failover Cluster.
https://github.com/dsccommunity/failoverclusterdsc
cluster dsc dsc-resources failover-clustering failovercluster
Last synced: 8 months ago
JSON representation
This module contains DSC resources for deployment and configuration of Windows Server Failover Cluster.
- Host: GitHub
- URL: https://github.com/dsccommunity/failoverclusterdsc
- Owner: dsccommunity
- License: mit
- Created: 2015-04-15T22:43:00.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-06-02T15:40:30.000Z (about 1 year ago)
- Last Synced: 2025-06-03T04:31:02.053Z (about 1 year ago)
- Topics: cluster, dsc, dsc-resources, failover-clustering, failovercluster
- Language: PowerShell
- Homepage:
- Size: 653 KB
- Stars: 61
- Watchers: 27
- Forks: 52
- Open Issues: 55
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# FailoverClusterDsc
This module contains DSC resources for the management and
configuration of Windows Server Failover Cluster.
[](https://dev.azure.com/dsccommunity/FailoverClusterDsc/_build/latest?definitionId=5&branchName=main)

[](https://codecov.io/gh/dsccommunity/FailoverClusterDsc)
[](https://dsccommunity.visualstudio.com/FailoverClusterDsc/_test/analytics?definitionId=5&contextType=build)
[](https://www.powershellgallery.com/packages/FailoverClusterDsc/)
[](https://www.powershellgallery.com/packages/FailoverClusterDsc/)
## Code of Conduct
This project has adopted this [Code of Conduct](CODE_OF_CONDUCT.md).
## Releases
For each merge to the branch `main` a preview release will be
deployed to [PowerShell Gallery](https://www.powershellgallery.com/).
Periodically a release version tag will be pushed which will deploy a
full release to [PowerShell Gallery](https://www.powershellgallery.com/).
## Contributing
Please check out common DSC Community [contributing guidelines](https://dsccommunity.org/guidelines/contributing).
## Change log
A full list of changes in each version can be found in the [change log](CHANGELOG.md).
## Documentation
The documentation can be found in the [FailoverClusterDsc Wiki](https://github.com/dsccommunity/FailoverClusterDsc/wiki).
The DSC resources schema files is used to automatically update the
documentation on each PR merge.
### Examples
You can review the [Examples](/source/Examples) directory in the FailoverClusterDsc module
for some general use scenarios for all of the resources that are in the module.
The resource examples are also available in the [FailoverClusterDsc Wiki](https://github.com/dsccommunity/FailoverClusterDsc/wiki).