Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Break Registry functions out into new Repo #12

Open
1 task
VertigoRay opened this issue Apr 11, 2018 · 1 comment
Open
1 task

Break Registry functions out into new Repo #12

VertigoRay opened this issue Apr 11, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@VertigoRay
Copy link
Member

VertigoRay commented Apr 11, 2018

The are two registry functions that should be managed and tested independently, but potentially together:

I'm thinking a new module called: RegistryPlus. Alternatively, we could look into adding a PR to actual MSFT Registry Resource...

Be sure to ...

  • Update REQUIREMENTS.psd1.
@VertigoRay VertigoRay added enhancement New feature or request help wanted Extra attention is needed labels Apr 11, 2018
@VertigoRay VertigoRay added this to the v1.0 milestone Apr 11, 2018
@VertigoRay VertigoRay self-assigned this Apr 14, 2018
@VertigoRay
Copy link
Member Author

VertigoRay commented Apr 16, 2018

Apparently this should remove a Key:

Registry Test
{
    Ensure = 'Absent'
    Key = 'HKLM:\Software\Test'
    ValueName = ''
}

... yes, it's documented!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant