Change Static IPs to DHCP Remotely

VN:F [1.9.7_1111]
Rating: 0.0/10 (0 votes cast)

How to change static IP address to DHCP remotely?

1. Download the PsExec program from Microsoft

Link

2. Extract and install the PSEXEC program

3. Run the PsExec with the following commands

e.g.
psexec \\servername -u username -p password netsh interface ip set dns “Local Area Connection” dhcp
psexec \\servername -u username -p password
netsh interface ip set address “Local Area Connection” dhcp
psexec \\servername -u username -p password ipconfig /renew

Related Tech posts:

  1. How to add a DNS Suffix Search List to a Windows DHCP server?
  2. Windows Server 2008 Server Core Basic Settings
  3. How to remotely execute commands on a remote computer?
  4. How to add Users to a Cisco router?
  5. How to make Vista Download faster?

About the Author