Aide fonction
Nicolas18388
Messages postés
3
Statut
Membre
-
fredy -
fredy -
Bonjour, je voudrais savoir ce que fait cette fonction
Sub ListUsers(objADObject)
Dim objChild
For Each objChild in objADObject
Select Case objChild.Class
Case "user"
Info_User objChild.Get("distinguishedName")
Case "organizationalUnit" , "container"
Call ListUsers(objChild)
End select
Next
End Sub
merci , je n'ai pas trouvé de tuto sur le vb .
Sub ListUsers(objADObject)
Dim objChild
For Each objChild in objADObject
Select Case objChild.Class
Case "user"
Info_User objChild.Get("distinguishedName")
Case "organizationalUnit" , "container"
Call ListUsers(objChild)
End select
Next
End Sub
merci , je n'ai pas trouvé de tuto sur le vb .
Configuration: Windows XP Internet Explorer 7.0
A voir également:
- Aide fonction
- Fonction si ou - Guide
- Fonction trier excel - Guide
- Fonction remplacer word - Guide
- Fonction excel en anglais - Guide
- Fonction moyenne excel - Guide