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

Search results for query: *

  1. uffolsen

    Search for users with more than 4 characters in username

    Hi, I need some help from you experts to search AD for users that have a username that contains more than 4 characters and export this to excel. This is what I have now: Set objExcel = CreateObject("Excel.Application") objExcel.Visible = True objExcel.Workbooks.Add intRow = 2 objExcel.Cells(1...
  2. uffolsen

    search .msg files for email address

    Is there a way to write a script that search multiple .msg files containing email address and write it to an excel file ? I´ve searched for hours and need some help, I´m a newbee in vbscript. Best regards Glenn

Part and Inventory Search

Back
Top