The following will set the client to use DHCP:
netsh interface ip set address “Local Area Connection” dhcp
Unfortunately, you will need to do the same with DNS as well (otherwise it remains statically assigned)
netsh interface ip delete dns “Local Area Connection” all
Place that in GPO as a startup script after testing.