Microsoft Graph and Invoke-RestMethod [PowerShell]

While the PowerShell Microsoft.Graph modules are great, Microsoft Graph is an API opening many different methods for reading and writing data, including via the PowerShell Invoke-RestMethod command. But why use Invoke-RestMethod instead of one of the many Microsoft.Graph module commands? …

Read more

Setup WordPress to use Azure CDN

In this post I will cover how to configure WordPress to benefit from the Azure CDN to improve the speed. My WordPress sites are hosed as Azure App Service sites, however that is not a requirement to use the Azure …

Read more

Mimecast How to Hold Emails from a Domain

I am a big fan of Mimecast’s Email security product, when configured correctly it does a fantastic job. However, from time to time I have found the need to hold emails from a domain or specific address. The most common …

Read more

Azure Data Factory – How to Truncate a Table

I recently started using Azure Data Factory (ADF) to move data between systems. Until recently I have been writing PowerShell scripts, using SSIS job and various other methods to move and transform data. But Azure Data Factory meets my current …

Read more

Azure AD Defaults You Should Change

I have been going through some security reviews with some third party security specialists. As part of that work, they have come back with some standard recommendations of the default Microsoft Azure AD settings that you should review and consider …

Read more

iCloud Mail Add a Custom Domain [Step by step]

Apple recently released their iCloud+ service which introduced Private Relay, Hide My Email, and Custom Email Domains, as well as an unlimited storage limit for video from cameras added through HomeKit Secure Video. The service is a free upgrade. Anyone …

Read more