windows - Can't get IP from DHCP using PowerShell command Set-NetIPInterface -


when configure windows server core sconfig it's working , ip dhcp server.

but it's not working powershell. i'm using command:

set-netipinterface -interfacealias "ethernet 2" -dhcp enabled 

ipconfig result:

 ethernet adapter ethernet 2:      connection-specific dns suffix  . :      link-local ipv6 address . . . . . : fe80::e432:65ae:f7a7:c350%4     default gateway . . . . . . . . . :  


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -