Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test-DNSServer documentation in Examples in error #443

Closed
doctordns opened this issue Oct 31, 2018 · 5 comments
Closed

Test-DNSServer documentation in Examples in error #443

doctordns opened this issue Oct 31, 2018 · 5 comments
Assignees

Comments

@doctordns
Copy link
Contributor

In windows-powershell-docs/docset/windows/dnsserver/test-dnsserver.md, the output for the first two examples is incorrect.

In my testing (on Win2019), TCP is ever tried. Here are three examples:

PS C:\Foo> Test-DnsServer -IPAddress 10.10.10.10 -Context DnsServer

IPAddress   Result  RoundTripTime TcpTried UdpTried
---------   ------  ------------- -------- --------
10.10.10.10 Success 00:00:00      False    True    

PS C:\Foo> Test-DnsServer -IPAddress 10.10.10.10 -Context RootHints

IPAddress   Result  RoundTripTime TcpTried UdpTried
---------   ------  ------------- -------- --------
10.10.10.10 Success 00:00:00      False    True    

PS C:\Foo> Test-DnsServer -IPAddress 10.10.10.10 -ZoneName 'Reskit.Org' 

IPAddress   Result  RoundTripTime TcpTried UdpTried
---------   ------  ------------- -------- --------
10.10.10.10 Success 00:00:00      False    True    

In all three cases, TcpTried is False, not (as the documentation show) True.

Not sure if this is a bug in the cmdlet, but the expected output is not being seen.

@o0nj
Copy link
Contributor

o0nj commented Apr 11, 2019

@doctordns Somehow your issue has been opened without being associated to a documentation topic.

Could you clarify which documentation you're referring to? A link would be helpful.

Thanks.

@doctordns
Copy link
Contributor Author

https://docs.microsoft.com/en-us/powershell/module/dnsserver/test-dnsserver is the page. The issue also notes the GitHub Path.

In my case, I never see TCPTried being TRUE. In my home domain I see this:

PS [C:\foo> ]> Test-DnsServer -IPAddress 10.10.10.10 -ComputerName Cookham1 -Context Forwarder

IPAddress   Result     RoundTripTime TcpTried UdpTried
---------   ------     ------------- -------- --------
10.10.10.10 NoResponse 00:00:12      False    True

@o0nj
Copy link
Contributor

o0nj commented Apr 13, 2019

@doctordns Thanks for clarification. We will investigate and follow up with an update accordingly.

@o0nj
Copy link
Contributor

o0nj commented May 7, 2019

@doctordns
Upon your feedback, We have updated the content with relevant changes accordingly. Thanks.

@o0nj
Copy link
Contributor

o0nj commented May 7, 2019

@officedocsbot close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants