Over the past several months, I’ve been working closely with a large number of customers implementing Microsoft Entra Multitenant Organizations (MTO) and Cross-Tenant Synchronization (CTS). These capabilities are a major step forward … [Keep Reading]
Category: Uncategorized
Authentication … an adventure thru time!
A few months ago I had a customer reach out with an odd authentication scenario… several of their employees complained that their passwords failed to work whenever they were in church.
The … [Keep Reading]
Monitoring for MX record changes with VBScript
Sometimes, like in the case of an email migration, it is necessary to wait for DNS changes (MX records for example) to replicate before continuing your migration, otherwise mail might bounce or … [Keep Reading]
Autodefrag via a VBScript
Drive defragmentation is not a very exciting subject, however in the past I’ve had a need to automate drive defragmentation via a scheduled task so I’ve used the following VB script. It … [Keep Reading]
Removing a proxy address from an NT Account
Occasionally it might be necessary to remove one or more items from the ProxyAddresses array in AD, this array contains all the SMTP addresses stamped on the AD object. Here’s a VBScript … [Keep Reading]