Skip to content

dsccommunity/SChannelDsc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SChannelDsc

Build Status Azure DevOps coverage (branch) Azure DevOps tests PowerShell Gallery (with prereleases) PowerShell Gallery

The SChannelDsc PowerShell module provides DSC resources that can be used to manage SChannel settings. It is based of the cSchannel resource created by Bart Danse.

Please leave comments, feature requests, and bug reports in the issues tab for this module.

Code of Conduct

This project has adopted this Code of Conduct.

Releases

For each merge to the branch master a preview release will be deployed to PowerShell Gallery. Periodically a release version tag will be pushed which will deploy a full release to PowerShell Gallery.

Contributing

Please check out common DSC Community contributing guidelines.

Change log

A full list of changes in each version can be found in the change log.

Documentation

The documentation can be found in the SChannelDsc Wiki. The DSC resources schema files is used to automatically update the documentation on each PR merge.

Installation

To manually install the module, download the source code and unzip the contents of the \Modules\SChannelDsc directory to the $env:ProgramFiles\WindowsPowerShell\Modules folder

To install from the PowerShell Gallery using PowerShellGet (in PowerShell 5.0) run the following command:

Find-Module -Name SChannelDsc -Repository PSGallery | Install-Module

To confirm installation, run the below command and ensure you see the SChannel DSC resoures available:

Get-DscResource -Module SChannelDsc

Requirements

The minimum PowerShell version required is 4.0, which ships in Windows 8.1 or Windows Server 2012R2 (or higher versions). The preferred version is PowerShell 5.0 or higher, which ships with Windows 10 or Windows Server 2016. This is discussed on the SChannelDsc wiki, but generally PowerShell 5 will run the SChannel DSC resources faster and with improved verbose level logging.

Documentation and examples

For a full list of resources in SChannelDsc and examples on their use, check out the SChannelDsc wiki. You can also review the "examples" directory in the SChannelDsc module for some general use scenarios for all of the resources that are in the module.

Examples

You can review the Examples directory in the Temp 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.

Third Party Notices

---------------------- START OF THIRD PARTY NOTICES ----------------------

This file incorporates material from the projects listed below (Third Party IP). 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----------------------