PowerShell / DSC

This repo is for the DSC v3 project
MIT License
133 stars 22 forks source link

Synthetic `export` using `get` #428

Open SteveL-MSFT opened 2 months ago

SteveL-MSFT commented 2 months ago

Summary of the new feature / enhancement

Many resources may not support export and something like registry it doesn't make sense to export the whole registry. If you have a configuration that mixes resources that directly support export and ones that would work with get, it would make sense to allow exporting that entire configuration so it can be applied elsewhere.

Proposed technical implementation details (optional)

No response