Blog

Connect-AzureAd fails in PowerShell version 7 with: “Could not load type ‘System.Security.Cryptography.SHA256Cng’…”

Problem You attempt to use the cmdlet Connect-AzureAd (after Import-Module AzureAd) to connect to Azure: Connect-AzureAds … but quickly notice that it fails with the following error: PS C:GitAzureAzure> Connect-AzureAD Connect-AzureAD: One or more errors occurred. (Could not load type ‘System.Security.Cryptography.SHA256Cng’ from assembly ‘System.Core, Version=4.0.0.0,

Read More...

Securing Azure AD with Duo 2FA

Duo has been one of the most common MFA solutions I’ve worked with over the past 5 years and most clients who have this as their MFA solution for on-premise services such as ADFS, tend to ask whether they can also use it for Azure

Read More...