GUID change to multiple users

  • Thread starter Thread starter C
  • Start date Start date
C

C

How can I push the DNS and domain name to users with
static ips - they all have different GUID id's so I'm not
sure how to do this??

Thanks much!
 
Users don't have IP addresses.

What do you mean by "DNS and domain name"? Do you mean the DNS domain name?

Oli
 
In said:
Users don't have IP addresses.

What do you mean by "DNS and domain name"? Do you mean the DNS
domain name?

I am thinking the answer may be via DHCP server configuration. But the
question is not clear enough so far...
 
They are not DHCP users - they have a static ip - but our
dns server is changing so instead of visiting every
workstation to change this I would like to push with a
registry change but each user had a different GUID.
 
How about creating reservations in the DHCP machine and switching them to
DHCP? Using DHCP will avoid exactly the kind of headache you have on your
hands now.

Alternatively, look at scripting the change with netsh, and perhaps using a
computer startup script as the mechanism to apply the script.

Regards

Oli
 
Back
Top