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