I'm trying to search for AD users through the Adaxes SDK using Lotusscript, indicating an employeeID as the search filter. I can make the connection, get a handle on the directory objects, get and set properties, but one particular method I call returns error 207 (Automation Object error). The vendor says this method (IAdmDirectorySearch.ExecuteSearch()) can't be run because of the differences in the Lotusscript (ADODB) vs. ADSI searcher (.Net) engines. So...
I'm now hoping to execute the search by calling the Powershell cmdlet 'Get-AdmUser'. Has anyone been able to successfully implement a solution by using LotusScript to call a Powershell cmdlet?
Thanks in advance for any insight you can provide.