' $System.Access Admin ' If $ContentType ' If $Env.IsMSIE ' $System.ContentType application/csv ' Else ' $System.ContentType application/octet-stream ' EndIf ' $System.CSV = 1 ' For Each $User in $Users "$User.ID","$User.Name","$User.Mail","$User.URL","$User.Tel","*","$User.Group.Name"\\ ' For Each $Group in $User.Groups ,"$Group.Name"\\ ' Next ' Next ' EndIf