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