我使用adexplorer签出LDAP中的属性。有一个名为“ lastLogon”的值。 然后,我使用Python pyldap库获取相同的值,并返回'[]'。
Sub Main()
Dim FoundCell As Object
Set ExcelWs = GetObject(, "Excel.Application").Worksheets("Table1")
Set FoundCell = ExcelWs.Range("A1", "D4").Find(What:="findMe", lookat:=xlwhole)
End Sub