One of the tasks an Azure admin will probably have to do frequently when MFA is enabled for O365 users is to reset it. This can be achieved by manually use the “Require re-register MFA” option in the Azure admin portal. We at Provisior are all about automating as much
The power of splatting in PowerShell
While working on a PowerShell script to add users in Azure AD recently, I walked into a situation you will sometimes have as a PowerShell scripter. You need to call some command, but given the input the parameters to supply differs. You could write a couple of “if this-input then