Naser AlOqab

Results 2 issues of Naser AlOqab

I'm looking for the equivalent to this short PowerShell script: import-module activedirectory get-aduser username -properties * You refer to cn as the username. The company I work for has cn='LastName,...

This is what I get: Traceback (most recent call last): File ".\ldap_test2.py", line 7, in q = adquery.ADQuery() File "C:\Program Files (x86)\Python\Python36-32\lib\site-packages\pyad\adquery.py", line 39, in __init__ self.__adodb_conn.Open("Provider=ADSDSOObject") File "", line...