Tests/Integration/MSFT_DnsServerAddress_DHCP.config.ps1
configuration MSFT_DnsServerAddress_Config_DHCP { Import-DscResource -ModuleName NetworkingDsc node localhost { DnsServerAddress Integration_Test { InterfaceAlias = $Node.InterfaceAlias AddressFamily = $Node.AddressFamily } } } |