DnsConnectionSuffix: fails with no ConnectionSpecificSuffix #427
Labels
enhancement
The issue is an enhancement request.
help wanted
The issue is up for grabs for anyone in the community.
Details of the scenario you tried and the problem that is occurring
I need to ensure that the DNS client does not try to register the interface connection while having no DNS specific suffixes.
Verbose logs showing the problem
When not providing the DnsConnectionSuffix parameter the error occurs when compiling the MOF:
When providing an empty DnsConnectionSuffix parameter an error occurs when the MOF is applied on computer:
Suggested solution to the issue
The resource should not be dependent on the connection suffix but on the interface alias.
With the command line the registration can be disabled, whether the interface has or has not a connection specific suffix.
The DSC configuration that is used to reproduce the issue (as detailed as possible)
YAML format for Datum
NetworkingDsc: DnsConnectionSuffix: - InterfaceAlias: LAN RegisterThisConnectionsAddress: False UseSuffixWhenRegistering: False
The operating system the target node is running
Version and build of PowerShell the target node is running
Version of the DSC module that was used ('dev' if using current dev branch)
The text was updated successfully, but these errors were encountered: