Skip to content

Commit 8b78f42

Browse files
committed
add netsh reference
1 parent 36c2247 commit 8b78f42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/virtual-machines/windows/serial-console-cmd-ps-commands.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ or
8888
### Set NIC to use DHCP
8989
`netsh interface ip set address name="<interface name>" source=dhcp`
9090

91+
For more information about `netsh`, [click here](https://docs.microsoft.com/en-us/windows-server/networking/technologies/netsh/netsh-contexts).
92+
9193
Azure VMs should always be configured in the guest OS to use DHCP to obtain an IP address. The Azure static IP setting still uses DHCP to give the static IP to the VM.
9294
### Ping
9395
`ping 8.8.8.8`

0 commit comments

Comments
 (0)