hi,

I'm writing a script which will deploy office templates. Based on which group the user is member of the script will check a network share if there any updates or new files. The script will run each time the user is loged in. Why I dont have this script in the login script for each OU i AD, well because for some reason the administrator has decided to put all the users in one OU (and its a lot of users).
First the script checks which group the user is member of, put the correct path for that group into the array, and then it uses robocopy for the synch. Why array, because a user can be member of several template groups. If you have a simpler script or have done this before...ohhhh give it to me )