Closed guitarrapc closed 9 years ago
Currently DNS resolving statically when creating mof on DSC Server.
This is not useful at all, and need to be resolve at node side.
Even node hosts is defined, Resolve-DnsName -Name <TargetDns> -Server <DnsServer> can be handle specific dns.
Resolve-DnsName -Name <TargetDns> -Server <DnsServer>
Would be prefer add Write Key to mof and handle in psm1.
Outside Dns Server can't be resolved when customize hosts file....?
Required to add -DnsOnly switch. It can be resolve even you have modified hosts.
-DnsOnly
Currently DNS resolving statically when creating mof on DSC Server.
This is not useful at all, and need to be resolve at node side.
Even node hosts is defined,
Resolve-DnsName -Name <TargetDns> -Server <DnsServer>
can be handle specific dns.Would be prefer add Write Key to mof and handle in psm1.