This commit is contained in:
polichtm 2021-06-20 08:58:40 -04:00 committed by GitHub
parent c9c672e0a3
commit abc8326434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -269,9 +269,10 @@ In this task, you will configure DNS name resolution within a virtual network by
1. Switch to the Remote Desktop session to **az104-04-vm0**, right-click the **Start** button and, in the right-click menu, click **Windows PowerShell (Admin)**.
1. In the Windows PowerShell console window, run the following to test internal name resolution of the **az104-04-vm1** DNS record set in the newly created private DNS zone:
1. In the Windows PowerShell console window, run the following to test internal name resolution in the newly created private DNS zone:
```powershell
nslookup az104-04-vm0.contoso.org
nslookup az104-04-vm1.contoso.org
```