Ask Question

An administrator working on a Windows Server 2016 Server Core installation needs to disable DHCP all interfaces on the server. What PowerShell command should be used?

+3
Answers (1)
  1. 7 December, 11:42
    0
    Set-NetIPInterface

    Explanation:

    The command modifies IP interface, this also includes the (DHCP) that is Dynamic Host Configuration Protocol, IPv6 discovery, router and Wake On LAN (WOL) settings.

    when this function is called without specifying any parameters, this cmdlet sets all of the IP interface properties on the computer, including virtual interfaces and loopback interfaces.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “An administrator working on a Windows Server 2016 Server Core installation needs to disable DHCP all interfaces on the server. What ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers