Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Active directory Notes

Status
Not open for further replies.

clayton74

Technical User
Apr 17, 2002
187
GB
Hello All
I have a problem, I need to export data that is stored in AD in the notes tab into an excel sheet. I have searched everywhere but I am unable to locate the code to export the data. Can anybody help me
 
What do you have so far? There have been several posts in this forum and others in regards to exporting data from AD to excel.


The "NOTES" field is provided by the Info property of the object.

i.e.
Set objItem = GetObject("LDAP://cn=some group,ou=someou,dc=test,dc=com")
WScript.Echo objItem.Info

--------------------------------------------------------------------------------
dm4ever
My philosophy: K.I.S.S - Keep It Simple Stupid
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top