Thank you for the replies.

Strange, when I posted my reply to the 1st response there were no other posts yet.

My 1st script is coming along quite well thanks. I'm using the manual and website to help simplify my script. Would you be able to point me in the right direction for the any of the following:

(ver 4.53)
1) Can Enumgroup be used to simply display all the groups a user is a member of in Win2003 XP enviroment?

2) Can I use diferent arrays to group printer mappings in then use the array to map those printers to user with IF InGroup?
eg - $PupilMapping="\\server\printer1","\\server\printer2"
then - If InGroup("pupils") map all printers in $PupilMapping

Thank you for your support.