dscr-for-vmware
dscr-for-vmware copied to clipboard
Export the configuration to a json/yaml file with the new LCM engine
As we have got rid of mof files by introducing vSphere DSC LCM engine. It would be great if the vSphere DSC LCM engine generates a json/yaml file after New-VmwDSCConfiguration completes the execution.
why?
- json/yaml are easy to read
- Pass this json/yaml as an input file to New-VMWDSCConfiguration for newer deployment. (Similar to how to extract and clone a host profile with some modifications)