I've looked at the same thing and unfortunately there seem to only be two options. The first is what Mike Driskell had to do with editing the nodes manually. The other options seems to be SQL update where you'd have to run
Update Nodes
Set DynamicIP = 1
Where ........ and add in the remainder of the where clause.