Prev: What is the protocol for GMT offset in SMTP (e-mail) header time-stamp?
Next: !findthebuild command in !analyze -v
From: Francois PIETTE on 2 Apr 2010 04:24 I'm querying Active Directory using MDAC. I've found a number of example on the internet and everything works well (For one VB example see: http://www.codeproject.com/Articles/67493/List-all-Computers-in-a-Domain-the-quick-way.aspx). My question is about the query which looks like this: oCmd.CommandText := '<LDAP://' + Domain + '>;(objectCategory=Computer);' + 'Name, LastLogonTimeStamp, OperatingSystem, ' + 'OperatingSystemServicePack, ' + 'OperatingSystemVersion;subtree'; As I said, this query works perfectly but I can't find any documentation for the ";subtree" part. Regards, -- francois.piette(a)overbyte.be The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be |