Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dsccommunity/wsmandsc
DSC resources for configuring WS-Management and PowerShell Remoting.
https://github.com/dsccommunity/wsmandsc
dsc dsc-resources powershell-dsc powershell-remoting ws-man-listener ws-man-service
Last synced: 3 days ago
JSON representation
DSC resources for configuring WS-Management and PowerShell Remoting.
- Host: GitHub
- URL: https://github.com/dsccommunity/wsmandsc
- Owner: dsccommunity
- License: mit
- Created: 2015-09-30T04:20:25.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T10:22:30.000Z (27 days ago)
- Last Synced: 2024-12-25T20:06:56.053Z (10 days ago)
- Topics: dsc, dsc-resources, powershell-dsc, powershell-remoting, ws-man-listener, ws-man-service
- Language: PowerShell
- Homepage: https://dsccommunity.org
- Size: 389 KB
- Stars: 19
- Watchers: 3
- Forks: 8
- Open Issues: 9
-
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
# WSManDsc
[![Build Status](https://dev.azure.com/dsccommunity/WsManDsc/_apis/build/status/dsccommunity.WSManDsc?branchName=main)](https://dev.azure.com/dsccommunity/WsManDsc/_build/latest?definitionId=6&branchName=main)
![Code Coverage](https://img.shields.io/azure-devops/coverage/dsccommunity/WSManDsc/6/main)
[![Azure DevOps tests](https://img.shields.io/azure-devops/tests/dsccommunity/WSManDsc/6/main)](https://dsccommunity.visualstudio.com/WSManDsc/_test/analytics?definitionId=6&contextType=build)
[![PowerShell Gallery (with prereleases)](https://img.shields.io/powershellgallery/vpre/WSManDsc?label=WSManDsc%20Preview)](https://www.powershellgallery.com/packages/WSManDsc/)
[![PowerShell Gallery](https://img.shields.io/powershellgallery/v/WSManDsc?label=WSManDsc)](https://www.powershellgallery.com/packages/WSManDsc/)
[![codecov](https://codecov.io/gh/dsccommunity/WSManDsc/branch/main/graph/badge.svg)](https://codecov.io/gh/dsccommunity/WSManDsc)The **WSManDsc** module contains DSC resources for configuring WS-Management and
PowerShell Remoting.- **WSManListener**: Create, edit or remove WS-Management HTTP/HTTPS listeners.
- **WSManConfig**: Configure general WS-Man settings.
- **WSManServiceConfig**: Configure the WS-Man Service.## 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).
## Quality
This module should meet the [PowerShell DSC Resource Kit High Quality Resource
Module Guidelines](https://github.com/PowerShell/DscResources/blob/master/HighQualityModuleGuidelines.md).## Documentation and Examples
For a full list of resources in WSManDsc and examples on their use, check out
the [WSManDsc wiki](https://github.com/dsccommunity/WSManDsc/wiki).## Change log
A full list of changes in each version can be found in the [change log](CHANGELOG.md).