Skip to content

Commit 6bc9724

Browse files
committed
Tech review changes
1 parent 1c17208 commit 6bc9724

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

support/windows-client/windows-security/troubleshoot-zero-trust-dns-guidance.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ If you experience connectivity issues after you deploy and enforce ZTDNS, follow
4141

4242
### Step 1: Verify that the trusted DNS servers are configured correctly
4343

44-
Make sure that at least one trusted DNS server uses ZTDNS. Open a Windows Command Prompt window, and then run the following command:
44+
Make sure that at least one trusted DNS server is configured for ZTDNS. Open a Windows Command Prompt window, and then run the following command:
4545

4646
```console
4747
netsh ztdns show server
4848
```
4949

50-
This command displays all the trusted DNS servers that use Zero Trust DNS, including their protocol (DoH or DoT), IP address, and priority settings.
50+
This command displays all the trusted DNS servers that are configured for Zero Trust DNS, including their protocol (DoH or DoT), IP address, and priority settings.
5151

5252
### Step 2: Test the connectivity to the trusted DNS servers
5353

@@ -120,7 +120,7 @@ To identify services that need exceptions, review the BlockedConnections log. Fo
120120

121121
### Step 6 (Advanced): Disable ZTDNS
122122

123-
If you still can't resolve your primary issue, or if you can't configure an appropriate exception for a blocked service, disable ZTDNS. To disable ZTDNS enforcement and restore normal network connectivity, run the following command:
123+
If you still can't resolve your primary issue, disable ZTDNS. To disable ZTDNS enforcement and restore normal network connectivity, run the following command:
124124

125125
```console
126126
netsh ztdns set state enable=no audit=no
@@ -159,7 +159,7 @@ To troubleshoot these issues, follow these steps:
159159

160160
## How to find ZTDNS logs
161161

162-
On Windows devices in a ZTDNS environment, you can use Event Viewer to monitor all attempted connections and configuration changes. To locate the ZTDNS logs in Event Viewer, follow these steps:
162+
On Windows devices that're configured to use ZTDNS, you can use Event Viewer to monitor all attempted connections and configuration changes. To locate the ZTDNS logs in Event Viewer, follow these steps:
163163

164164
1. In the Search bar, enter **Event Viewer**, and then select it from the search results.
165165
1. In the left panel of Event Viewer, navigate to **Applications and Service Logs** > **Microsoft** > **Windows** > **ZTDNS**.

0 commit comments

Comments
 (0)