Hello everyone. I have a very simple batch file using xcopy to copy an icon from our Domain controller to all computers on this particular domain. The push is being done via SMS. So the batch file has a line command like
xcopy \\DCservername\folder C:\Documents and Settings\admin\Desktop
Now I have been requested to push this particular icon to the enterprise which is not a problem via SMS but the patch file is a problem. I cannot have every computer in each domain come back to one domain controller. Is there a way to script this beside creating a separate batch file per domain, to specify the domain controller in each domain or any other method? Thanks