User Tools

Site Tools


dns:microsoft

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dns:microsoft [2024/04/11 09:47] bstafforddns:microsoft [2025/01/20 09:32] (current) – [Windows 8.1 or earlier versions] bstafford
Line 3: Line 3:
 From [[https://learn.microsoft.com/en-us/troubleshoot/windows-client/networking/internet-explorer-edge-open-connect-corporate-public-network|here]]. From [[https://learn.microsoft.com/en-us/troubleshoot/windows-client/networking/internet-explorer-edge-open-connect-corporate-public-network|here]].
  
 +===== PowerShell DNS =====
 +<code>Get-DnsClientServerAddress | Select-Object -ExpandProperty ServerAddresses</code>
 +===== DDNS =====
 +If clients are doing DDNS:
 +  * Windows clients update their DNS name once a day.
 +  * Windows domain controllers update their DNS name once an hour.
 ===== Supported Features in 2022 ===== ===== Supported Features in 2022 =====
 List of new [[https://learn.microsoft.com/en-us/windows-server/networking/dns/deploy/dns-policies-overview|DNS features]] from Microsoft. List of new [[https://learn.microsoft.com/en-us/windows-server/networking/dns/deploy/dns-policies-overview|DNS features]] from Microsoft.
Line 21: Line 27:
     * If NCSI receives a valid response from a DNS server, NCSI sends a plain HTTP GET request to ''http://www.msftconnecttest.com/connecttest.txt''.     * If NCSI receives a valid response from a DNS server, NCSI sends a plain HTTP GET request to ''http://www.msftconnecttest.com/connecttest.txt''.
     * If NCSI successfully downloads the text file, it makes sure that the file contains Microsoft Connect Test.     * If NCSI successfully downloads the text file, it makes sure that the file contains Microsoft Connect Test.
-    * NCSI sends another DNS request to resolve the address of the dns.msftncsi.com FQDN.+    * NCSI sends another DNS request to resolve the address of the ''dns.msftncsi.com'' FQDN.
  
 If any of these requests fails, the network alert appears in the Task Bar (as described in Symptoms). If you hover over the icon, you see a message such as "No connectivity" or "Limited Internet access" (depending on which requests failed). If any of these requests fails, the network alert appears in the Task Bar (as described in Symptoms). If you hover over the icon, you see a message such as "No connectivity" or "Limited Internet access" (depending on which requests failed).
Line 34: Line 40:
   * If NCSI receives a valid response from a DNS server, NCSI sends a plain HTTP GET request to ''http://www.msftncsi.com/ncsi.txt''.   * If NCSI receives a valid response from a DNS server, NCSI sends a plain HTTP GET request to ''http://www.msftncsi.com/ncsi.txt''.
   * If NCSI successfully downloads the text file, it makes sure that the file contains Microsoft NCSI.   * If NCSI successfully downloads the text file, it makes sure that the file contains Microsoft NCSI.
-  * NCSI sends another DNS request to resolve the address of the dns.msftncsi.com FQDN.+  * NCSI sends another DNS request to resolve the address of the ''dns.msftncsi.com'' FQDN.
  
 If any of these requests fails, the network alert appears in the Task Bar (as described in Symptoms). If you hover over the icon, you see a message such as "No connectivity" or "Limited Internet access" (depending on which requests failed). If any of these requests fails, the network alert appears in the Task Bar (as described in Symptoms). If you hover over the icon, you see a message such as "No connectivity" or "Limited Internet access" (depending on which requests failed).
  
 If all of these requests succeed, the Task Bar shows the usual network icon. If you hover over the icon, you see a message such as "Internet access." If all of these requests succeed, the Task Bar shows the usual network icon. If you hover over the icon, you see a message such as "Internet access."
dns/microsoft.1712828877.txt.gz · Last modified: by bstafford