Enumgroup working well - thank you

 Code:
 

$PupilMappings = "\\server\share1","\\server\share2"

For Each $Element in $PupilMappings
	Use o: $Element
	Use z: $Element



Is this the best method for grouping map drives to use in script when user is a member of group map all drive in the array?

Cheers