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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BDakis

  1. BDakis

    MAPI Headers

    I am trying to gain an understanding of MAPI headers: what they are used for, and how they can be changed. Thanks!
  2. BDakis

    Need to retrieve account attributes from AD

    I actually dug up some other (more concise) code that I was able to manipulate and derive what I am loooking for. I am going to hold on to your ldifde piece though. Thanks!
  3. BDakis

    Need to retrieve account attributes from AD

    I am working on a script that will retrieve specific user attributes from AD. The attributes I am looking for are: sAMAccountName userPrincipalName distinguishedName mail legacyExchangeDN proxyAddresses I have a script that will return the sAMAccountName and userPrincipleName, but I can't get...
  4. BDakis

    SQL Query

    Thanks guys! I didn't think this would be too difficult. I will pass this along!
  5. BDakis

    SQL Query

    I am not a database administrator or any such thing, and I apologize beforehand if my question is too basic for this forum. A family member is attempting to set up some sort of website where people will be registering and he needs to be able to run a query against the existing database...
  6. BDakis

    Group Membership

    mrmovie- first of all, thanks for the reply! I have been reading several threads and you are an active and extremely helpful contributor in basically all of them; newbies to vbscript like myself really appreciate (and desperately need) that. the reason I need to reference a text file is...
  7. BDakis

    Group Membership

    I am in no rush, and would prefer to take a step back and learn. I have no code yet, but do have 'scriptomatic.' the real task I want is to write a script that will parse a text file list of user IDs and for each ID reference the AD for each group that user belongs to and pipe it to a log file...
  8. BDakis

    Group Membership

    I need to write a script that will reference a list of users and query the (NT4) domain for their group memberships and then pipe that info into a readable file. I appreciate any help you can provide. Thanks!
  9. BDakis

    Drive mapping not working

    Richard- Thanks for the reply! How can I make the dictionary global? I only have the function code listed once, and I reference it for only the 1 mapping...what am I doing wrong? I absolutely want to query AD only 1 time and then have the dictionary for reference (however many times I need...
  10. BDakis

    Drive mapping not working

    Thanks for the reply! It doesn't even work when I specify the drive letter, server and share.
  11. BDakis

    Drive mapping not working

    I am having some trouble mapping a drive based on group membership. I can successfully build a dictionary of a user's groups, but cannot derive mappings based on this. I am including the code I have: ' First test for environment If Domain = "Testing" Then If...
  12. BDakis

    Launching IE from a login script

    I want to know how to launch IE from a login script, and point it to a particular website. any help will be greatly appreciated! Bill.

Part and Inventory Search

Back
Top