Adding WmiNamespaceSecurityDsc resource module (formerly WmiNamespaceSecurity) to DSC Resource Kit.
This is an exception to the rule that we don't accept new resource modules, since this was already under the GitHub PowerShell organization, adding it here only changes that it will fall into the normal release schedule of DSC Resource Kit (if there are any changes).
Also, on a personally note, it doesn't hurt to have a class-based resource in the DSC Resource Kit.
This Pull Request (PR) fixes the following issues
Closes #36
Task list
[x] This PR changes documentation
[ ] This PR changes DscResource.Template
[ ] Updated documentation as necessary in the TEMPLATE_README.md.
[ ] An descriptive entry has been added to the change log
in the TEMPLATE_README.md.
[ ] This PR changes Tests.Template
[ ] The template version number has been increased appropriately.
[ ] An descriptive entry has been added to the CHANGELOG.md under the
Tests.Template folder.
Pull Request (PR) description
Adding WmiNamespaceSecurityDsc resource module (formerly WmiNamespaceSecurity) to DSC Resource Kit.
This is an exception to the rule that we don't accept new resource modules, since this was already under the GitHub PowerShell organization, adding it here only changes that it will fall into the normal release schedule of DSC Resource Kit (if there are any changes). Also, on a personally note, it doesn't hurt to have a class-based resource in the DSC Resource Kit.
This Pull Request (PR) fixes the following issues
Closes #36
Task list
This change is