If you're using Linux, performing a recursive grep is very easy. For example: grep -r "text_to_find" . -r means to recurse "text_to_find" is the string to search for The dot simply means start …
Use CDO to send email from VBScript or VBA through Office 365
Sending email via VBScript or VBA using CDO is easy to do, but the correct configuration to relay through Office 365 is confusing to say the least and it took me me a while to find the correct …
Continue Reading about Use CDO to send email from VBScript or VBA through Office 365 →
How to run a VBA macro when new mail is received in Outlook
It can be very useful to run a VBA macro when new mail is received in Outlook. A customer asked me to write something that would log an entry to a SQL database when an email produced contact form was …
Continue Reading about How to run a VBA macro when new mail is received in Outlook →
SCO Openserver Precompiled Binaries
I still work for customers on a daily basis that run their systems on SCO Openserver 5. I find myself using the same tools regularly and sometimes compile software to help me in the process. For my …
Continue Reading about SCO Openserver Precompiled Binaries →
Grant a single user access to access all users calendars in Office 365
If you need to Grant a single user access to access all users calendars in Office 365 this can be achieved by using the Add-MailboxFolderPermission cmdlet. If you are adding permissions to a mailbox …
Continue Reading about Grant a single user access to access all users calendars in Office 365 →
How to bulk whitelist domains in Office 365 using Powershell
How to Bulk Whitelist domains in Office 365 There are plenty of blog posts that explain how to add a mail flow rule in Office 365 to allow you to white list a sender domain, bypassing the 365 spam …
Continue Reading about How to bulk whitelist domains in Office 365 using Powershell →