Which command should you run on client computers?

You are the systems administrator for your company. Your company’s network contains a Dynamic Host Configuration Protocol (DHCP) server and a Windows Small Business Server (SBS) 2003. You are migrating from Windows SBS 2003 to Windows Essential Business Server (EBS) 2008. You install Windows EBS 2008 on the network. To ensure that clients are able to receive the network configuration from the Management Server during the migration, you want to configure client computers to obtain network configuration from the DHCP server on the Management Server.

You want to use the Netsh command for this purpose. Which command should you run on client computers?

You are the systems administrator for your company. Your company’s network contains a Dynamic Host Configuration Protocol (DHCP) server and a Windows Small Business Server (SBS) 2003. You are migrating from Windows SBS 2003 to Windows Essential Business Server (EBS) 2008. You install Windows EBS 2008 on the network. To ensure that clients are able to receive the network configuration from the Management Server during the migration, you want to configure client computers to obtain network configuration from the DHCP server on the Management Server.

You want to use the Netsh command for this purpose. Which command should you run on client computers?

A.
Netsh interface ipv4 add route

B.
Netsh interface ipv4 add address

C.
Netsh interface ipv4 set route

D.
Netsh interface ipv4 set address

Explanation:
You should run the Netsh interface ipv4 set address command on client computers. To ensure that clients are able to receive the network configuration during the migration, you should configure client computers to obtain network configuration automatically. You can do this by selecting the Obtain an IP address automatically option on the General tab of the Internet Protocol Version 4 (TCP/IPv4) Properties dialog box, or by using the Netsh interface ipv4 set address command. You can use this command to enable or disable DHCP for IP address configuration. This command also removes any previous static IP addresses and default gateways, and can be used to add a new static IP address and default gateway.

You should not run the Netsh interface ipv4 add route command on client computers because this command cannot be used to configure client computers to obtain network configuration from the DHCP server. This command is used to add a route for a given gateway address or a prefix.

You should not run the Netsh interface ipv4 add address command on client computers because this command cannot be used to configure client computers to obtain network configuration from the DHCP server. The Netsh interface ipv4 add address command is used to add static IP addresses and default gateways to an interface. If DHCP is enabled on the interface, it will be disabled.

You should not run the Netsh interface ipv4 set route command on client computers because this command cannot be used to configure client computers to obtain network configuration from the DHCP server. This command is used to modify route parameters.



Leave a Reply 0

Your email address will not be published. Required fields are marked *