PowerShell DSC 101 Part 3: ConfigurationData (aka your NodeList)
Your ConfigurationData is essentially a list of nodes that you want a Configuration to apply to. From Part 1: ConfigurationData – This is, basically, a list of the nodes that PowerShell DSC will configure as per the Configuration. Here we need to present PowerShell DSC with a list of nodes in a way it understands. […]