One more problem I got...
I tested for groups to map different network drives.. single group testing works fine, but multiple does not.. don't know why.

 Code:
If (InGroup("51-Jugendamt-Lernen") OR InGroup("51-Jugendamt FB-510") OR InGroup("51-Jugendamt FB-511") OR InGroup("51-Jugendamt FB-512") OR InGroup("51-Jugendamt FB513") OR InGroup("51-Jugendamt FB-Leit"))
		USE G: /DELETE
		USE G: "\\server\share"
	else
		USE G: /DELETE
		USE G: "\\server\otherShare"
	endif 


Any ideas? Sorry if that maybe is a silly questions (like most of mine are atm)