https://github.com/dsccommunity/passwordpolicydsc
Composite resource to simplify managing password policies locally on a Windows Server
https://github.com/dsccommunity/passwordpolicydsc
Last synced: over 1 year ago
JSON representation
Composite resource to simplify managing password policies locally on a Windows Server
- Host: GitHub
- URL: https://github.com/dsccommunity/passwordpolicydsc
- Owner: dsccommunity
- License: mit
- Created: 2018-09-20T15:06:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T15:03:25.000Z (almost 8 years ago)
- Last Synced: 2025-03-24T00:16:35.307Z (over 1 year ago)
- Language: PowerShell
- Size: 12.7 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PasswordPolicyDsc
[](https://ci.appveyor.com/project/mgreenegit/passwordpolicydsc/branch/master)
This is a composite resource wrapping settings from the SecurityPolicyDsc resource.
The intent of this resource is to align with Azure Policy Guest Configuration definition
"[Preview]: Audit Password security settings inside Linux and Windows virtual machines".
Adding this resource with no properties to a configuration will configure a Windows Server
with password policy settings that comply with the Azure Policy definition.
## Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.