Setting NTFS ACLs on lots of machines...
This is what I did:
http://support.microsoft.com/default.aspx?scid=KB;EN-US;825751
cscript.exe xcacls.vbs "DirectoryName" /F /T /I COPY /G "DOMAIN\user":M /SERVER COMPUTER /L c:\LOG.txt
Replacing DirectoryName, DOMAIN\user, and COMPUTER with the appropriate information. Change the LOG.txt location as well.