I am using a GPO startup script to set DNS servers for all my domain member client computers because they use use static IPs instead of DHCP. Recently, I've been purchasing client computers with SSDs. During startup, I receive the following errors:
"The processing of Group Policy failed because of lack of network connectivity to a domain controller. This may be a transient condition. A success message would be generated once the machine gets connected to the domain controller and Group Policy
has successfully processed. If you do not see a success message for several hours, then contact your administrator.",
followed by:
"Startup script failed.
GPO Name : DNS Client
GPO File System Path : \\XXXX.local\SysVol\XXXX.local\Policies\..........\Machine
Script Name: dns_servers.bat"
Is there a better way to set DNS servers for clients in AD than using a startup script?
Thanks.