Apply Windows-Features to all nodes

Good morning all,

I am trying to write a Config using the technique shown in the MVA on DSC where there is a has table created and the script loops through the hash table and applies configs based on nodes role.

I want to know how do I create a section/filter that applies to all nodes?

Regards
Rhys

That’s a “hash table,” and it’s called a Configuration Data section. You can add an AllNodes section; I believe “The DSC Book” (free, Resources menu here) includes an example with an AllNodes section.