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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.