Is anyone aware of a DSC resource module that will allow me to do a search through a directory structure and delete files with specific names and/or extensions? The builtin File resource doesn’t allow wildcards in the path itself, just the file name.
I have a script to complete this already but I was curious if I could do it through DSC instead.
Thanks!