All Tags ›
ADS input format (
RSS)
Sorry, but there are no more tags available to filter with.
-
Here is my query: LogParser -i:ADS -o:CSV -stats FF "SELECT sAMAccountName, objectSID, uSNCreated, uSNChanged into c:\ad\results.txt from 'LDAP://mydomain.local/cn=Users,dc=mydomain,dc=local'" -objClass:user I've read yor reply. I've apply a hotfix (Windows2000-KB826374-x86-ENU.exe) on my system, but...
-
ideally like to see the query but maybe these links can help: http://www.computerperformance.co.uk/Logon/code/code_80005000.htm http://support.microsoft.com/default.aspx?scid=kb;en-us;826374
-
-
Hello How to force AD query on specific domain contoller? Regards vador
-
Hello, I've Log Parser 2.2 installed on Windows 2000 server and Windows 2003 server. All the ADS queries runs perfect when I use them on Windows 2003 Server and when try to run them on Windows 2000 Server I allways get this: Error: Error retrieving property "nTSecurityDescriptor" from schema object ...
-
To get the date/time the password was last set, use the following sample. logparser -i:ADS "SELECT cn, to_timestamp(add(mul(to_real(pwdlastset),.0000001),TO_REAL(TO_TIMESTAMP('1601, 01 01 00:00','yyyy, MM dd hh:mm')))) AS date_pwd_last_set FROM 'LDAP://example.com/cn=Users,dc=example,dc=com'" -objClass...
-
Rick I tried using the queries you posted. They both work for me. Without /CN=Computer it recurses fine. Regards Peter
-
I'm not really into LDAP, so I can't be of much help here. All I can say is that the LDAP path in the FROM clause is given to AD asking it to enumerate objects of the given class from there. If you don't get results from a query, it means AD didn't return objects from that path.
-
[QUOTE User="LogParser User : ghostfire"]Quote: Did you try with FROM statement as it is in help: FROM 'LDAP://MyDomain/CN=Users,DC=MyDomain,DC=com' ? Don't it work too?[/QUOTE] I finally made it. I try to use another W2k server with no success but on another W2k3 server it works! So this is maybe a...
-
Did you try with FROM statement as it is in help: FROM 'LDAP://MyDomain/CN=Users,DC=MyDomain,DC=com' ? Don't it work too?