50 pts.
 batch file
sir i have 50 xp installed client Pc and using one win2003 domain controller,how we can create batch file that run for all the client PC.if i want to intall antivirus to all client pc can i do it from domain controller ,if yes then how????

Software/Hardware used:
ASKED: January 2, 2008  10:21 AM
UPDATED: January 4, 2008  4:28 AM

Answer Wiki:
Assuming all the clients are members of the domain, here are your answers: 1) You can initiate the batch file to run as a login script. The script goes on the domain controller in the windowssysvolsysvol{domain}scripts folder. Then, in Active Directory Users and Computers, go to the properties of each user, and on the Profile tab, specify the script file you created (without the path...just the filename)... 2) To install an app on a member workstation, copy the entire install to a shared folder, modify the default Group Policy, under Computer Configuration-Software Settings-Software Installation, and Publish the .msi file including the full path to the .msi file (ie \serversharedNAVnavinstall.msi) The first item is pretty straightforward...The second requires some advanced knowledge of Active Directory/Group Policies.
Last Wiki Answer Submitted:  January 2, 2008  4:10 pm  by  Deakowen   485 pts.
All Answer Wiki Contributors:  Deakowen   485 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

what’s syntex in batch file to install any software . if anyone know plz let me know.

 20 pts.