On a system, a PowerShell DSC is applied, but I do not have the original script that was applied. How can I get a list of all operations that this configuration is supposed to do/ currently doing?
For example, if I have the original script, I can see what programs are being installed and what settings are being applied by the configuration, but how to do it without original script.
I want to uninstall a program being installed by DSC currently, but I am not able to update the DSC to allow removal of the program leaving other parts as is, so removing it seems to be the only option. Before removing it, I want to make sure that it does not do something else important. How can I do that?
Also, if I remove the current DSC, is previous or pending DSC applied?