Requirements
Requirements copied to clipboard
PowerShell framework for declaratively defining and idempotently imposing system configurations
There are important files that Microsoft projects should all have that are not present in this repository. A pull request has been opened to add the missing file(s). When the...
Please accept this contribution adding the standard Microsoft SECURITY.MD :lock: file to help the community understand the security policy and how to safely report security issues. GitHub uses the presence...
Hello @chriskuech , Could we passthrough variables between block ? Because I use "invoke-command" cmdlet in block of Requirements and I would like to use a PSSession instead of creating...
Hello @chriskuech , As a feature request, could you add the date in the output of Format-Checklist cmdlet ? like the Format-Table Thank you!
Hi, following your video i found this: $requirements = @( @{ Describe = 'Folder tempi present in the system' Test = { test-path -path 'c:/temp' } #Set = { new-item...
Tidying up formatting, fixing typos/spelling, adding hyperlinks.
Fixes #29 I agree that I'm not sure what the use case it, but I needed to get the tests working to work on something else and this was low...
I would like to have a summary format that is like Format-Checklist the final state of each Requirement is listed with a bool. eg. ``` Requirement Result ----------- ------ SecretManagement...
Sample code: https://gist.github.com/cdhunt/80984dea7c6e45f42badf6c7f7f7bd8f I've tried `.GetNewClosure()` on the Test and Set block as described in the Readme and $Name is always `$null`. However, adding `.GetNewClosure()` on the `New-RequirementGroup` scriptblock did...
Add 2 examples on how to perform IIS setup with the module