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

WMIGroupResource #263

Closed
SteveL-MSFT opened this issue Nov 8, 2023 · 0 comments · Fixed by #279
Closed

WMIGroupResource #263

SteveL-MSFT opened this issue Nov 8, 2023 · 0 comments · Fixed by #279
Assignees
Labels
Issue-Enhancement The issue is a feature or idea

Comments

@SteveL-MSFT
Copy link
Member

Summary of the new feature / enhancement

Build a WMIGroupResource that allows using WMI classes as DSC resources. This will automatically add lots of Windows inbox resources. Probably focus on audit scenarios first.

Proposed technical implementation details (optional)

Some technical challenges:

  • For audit (get), maybe only support WQL queries
  • For set may need a way to execute a WMI method and need to consider both instance and static methods. Also, CIM has an explicit Delete operation, so just map that from _exists = false?
@SteveL-MSFT SteveL-MSFT added the Issue-Enhancement The issue is a feature or idea label Nov 8, 2023
@anmenaga anmenaga self-assigned this Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Enhancement The issue is a feature or idea
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants