Hello,
I just started to look at DSC and i was wondering if i can use the DSC resources and commands to just get some values, and put them into a txt file?
What i want to acomplish by this is to look on a machine which applications it have installed. I know i can run with the wmi commands to do this, but of what I can understand DSC is supposed to be a simpler script language to use? might be wrong in that prospective, I am quite new to powershell.
So my question is can I for example call the “package resource” and get the values of a application into a txt file, without having to either install the application or no do nothing if the application exists? Or get values from the registry to see if the application is installed?
Or is DSC used for deploying and configure applications or adding things if it doesn’t find it?