Hello,
In an effort to clean up Active Directory, I wrote a crystal report to connect to AD using the following command:
SELECT ObjectCategory, ADSPath, cn, LogonCount, LastLogonTimeStamp FROM 'LDAP://DC=Blah,DC=domain,DC=net'
Everything shows up fine besides LastLogonTimeStamp. I tried Lastlogon as well and still, when I put the field on the report, there is no Data for that field. What am I missing..
Any assistance is appreciated!
Thanks
Mark
In an effort to clean up Active Directory, I wrote a crystal report to connect to AD using the following command:
SELECT ObjectCategory, ADSPath, cn, LogonCount, LastLogonTimeStamp FROM 'LDAP://DC=Blah,DC=domain,DC=net'
Everything shows up fine besides LastLogonTimeStamp. I tried Lastlogon as well and still, when I put the field on the report, there is no Data for that field. What am I missing..
Any assistance is appreciated!
Thanks
Mark