Login | |
|
 |
RE: AD to Access - 1/22/2007 3:37:19 AM
|
|
 |
|
| |
dm_4ever
Posts: 2430
Score: 38
Joined: 6/29/2006
From: Orange County, California
Status: offline
|
You can try changing you AD query to something like this to look for all computers in your domain: "Select Name, operatingSystem from 'LDAP://DC=corp-nj,DC=mrsassociates,dc=com' Where objectclass = 'Computer'" You can use the operatingSytem info to determine what table to insert data into.
_____________________________
dm_4ever My philosophy: K.I.S.S - Keep It Simple Stupid Read Me: http://www.visualbasicscript.com/m_24727/tm.htm Frequently Asked Stuff: http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
|
|