From abc8326434dfce167e51be8933567dd6a72aa133 Mon Sep 17 00:00:00 2001 From: polichtm Date: Sun, 20 Jun 2021 08:58:40 -0400 Subject: [PATCH] addressing #319 --- Instructions/Labs/LAB_04-Implement_Virtual_Networking.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md b/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md index e5bcf393..86cdd183 100644 --- a/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md +++ b/Instructions/Labs/LAB_04-Implement_Virtual_Networking.md @@ -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 ```