Skip to content

Commit 02d4d70

Browse files
authored
Update articles/virtual-network/tutorial-connect-virtual-networks-powershell.md
1 parent dc8d561 commit 02d4d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-network/tutorial-connect-virtual-networks-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ mstsc /v:<publicIpAddress>
191191

192192
A Remote Desktop Protocol (.rdp) file is created and opened. Enter the user name and password (you may need to select **More choices**, then **Use a different account**, to specify the credentials you entered when you created the VM), and then click **OK**. You may receive a certificate warning during the sign-in process. Click **Yes** or **Continue** to proceed with the connection.
193193

194-
On **vm-1**, enable the Internet Control Message Protocol (ICMP) through the Windows firewall so you can ping this VM from **vm-2** in a later step, using PowerShell:
194+
On **vm-1**, enable the Internet Control Message Protocol (ICMP) through the Windows Firewall so you can ping this VM from **vm-2** in a later step, using PowerShell:
195195

196196
```powershell
197197
New-NetFirewallRule –DisplayName "Allow ICMPv4-In" –Protocol ICMPv4

0 commit comments

Comments
 (0)