https://github.com/dsccommunity/schanneldsc
This module contains DSC resources for the management and configuration of SChannel.
https://github.com/dsccommunity/schanneldsc
Last synced: 6 months ago
JSON representation
This module contains DSC resources for the management and configuration of SChannel.
- Host: GitHub
- URL: https://github.com/dsccommunity/schanneldsc
- Owner: dsccommunity
- License: mit
- Created: 2019-10-16T10:51:02.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2026-01-31T16:08:08.000Z (6 months ago)
- Last Synced: 2026-02-01T04:51:56.722Z (6 months ago)
- Language: PowerShell
- Homepage:
- Size: 422 KB
- Stars: 12
- Watchers: 4
- Forks: 9
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# SChannelDsc
This module contains DSC resources for the management and
configuration of SChannel.
> It is based of the [cSchannel](https://github.com/bdanse/cSchannel) resource created by Bart Danse.
[](https://dev.azure.com/dsccommunity/SChannelDsc/_build/latest?definitionId=32&branchName=main)

[](https://codecov.io/gh/dsccommunity/SChannelDsc)
[](https://dsccommunity.visualstudio.com/SChannelDsc/_test/analytics?definitionId=32&contextType=build)
[](https://www.powershellgallery.com/packages/SChannelDsc/)
[](https://www.powershellgallery.com/packages/SChannelDsc/)
## 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 [SChannelDsc Wiki](https://github.com/dsccommunity/SChannelDsc/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 SChannelDsc module
for some general use scenarios for all of the resources that are in the module.
The resource examples are also available in the [SChannelDsc Wiki](https://github.com/dsccommunity/SChannelDsc/wiki).
## Third Party Notices
\---------------------- START OF THIRD PARTY NOTICES ----------------------
This file incorporates material from the projects listed below (Third Party IP).
[cSchannel](https://github.com/bdanse/cSchannel)
Copyright (c) Bart Danse
License: MIT
MIT License
Copyright (c) 2016
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
\----------------------END OF THIRD PARTY NOTICES----------------------