How can I set a remote computer to use DHCP instead of a static IP address?
I have tried using Set-NetIPInterface -DHCP Enabled
however this requires WinRM which is disabled on my network.
How can I do it using a built in Windows technology like Netsh (I can't download PSExec).