-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
Issue-EnhancementThe issue is a feature or ideaThe issue is a feature or idea
Description
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?
Metadata
Metadata
Assignees
Labels
Issue-EnhancementThe issue is a feature or ideaThe issue is a feature or idea
Type
Projects
Status
Done