September 2012
Intermediate to advanced
1680 pages
88h 3m
English
Another common Server Core management task is assigning an IP address, including the primary and secondary DNS settings. Before this task can be executed, you must run the following command to obtain and identify the names of the network interfaces installed on the server. This includes capturing the unique ID associated with each network interface. To display a list of network interfaces, including their respective unique IDs, run the following command:
netsh interface ipv4 show interfaces
Note
Netsh commands can usually be abbreviated to make typing easier once the administrator is familiar with the command. For example, the preceding command can also be executed by running the following: ...
Read now
Unlock full access