An open API service indexing awesome lists of open source software.

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.

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.

[![Build Status](https://dev.azure.com/dsccommunity/SChannelDsc/_apis/build/status/dsccommunity.SChannelDsc?branchName=main)](https://dev.azure.com/dsccommunity/SChannelDsc/_build/latest?definitionId=32&branchName=main)
![Azure DevOps coverage (branch)](https://img.shields.io/azure-devops/coverage/dsccommunity/SChannelDsc/32/main)
[![codecov](https://codecov.io/gh/dsccommunity/SChannelDsc/branch/main/graph/badge.svg)](https://codecov.io/gh/dsccommunity/SChannelDsc)
[![Azure DevOps tests](https://img.shields.io/azure-devops/tests/dsccommunity/SChannelDsc/32/main)](https://dsccommunity.visualstudio.com/SChannelDsc/_test/analytics?definitionId=32&contextType=build)
[![PowerShell Gallery (with prereleases)](https://img.shields.io/powershellgallery/v/SChannelDsc?label=SChannelDsc%20Preview&include_prereleases)](https://www.powershellgallery.com/packages/SChannelDsc/)
[![PowerShell Gallery](https://img.shields.io/powershellgallery/v/SChannelDsc?label=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----------------------