5 lines
123 B
Text
5 lines
123 B
Text
If objRS.RecordCount > 0 Then
|
|
For Each objUser in ObjRS
|
|
WScript.Echo objRS.Fields("DistinguishedName")
|
|
Next
|
|
End If
|