3 lines
86 B
Text
3 lines
86 B
Text
If objRS.RecordCount = 1 Then
|
|
WScript.Echo objRS.Fields("DistinguishedName")
|
|
End If
|