If you are using registration campaigns, I just pushed a quick report script to my GitHub (with example for passkeys too)
This lets you generate programmatic reports of progress and automate adding MFA capable (or passkey registered) users to groups :)
https://github.com/nathanmcnulty/nathanmcnulty/blob/master/Entra/report-registration-campaign.ps1
This lets you generate programmatic reports of progress and automate adding MFA capable (or passkey registered) users to groups :)
https://github.com/nathanmcnulty/nathanmcnulty/blob/master/Entra/report-registration-campaign.ps1
Comments
This is helpful for anyone trying to implement cloud password policies (don't @ me...)
I'll extend this to create an auto-exclusion group and make all the changes later
https://github.com/nathanmcnulty/nathanmcnulty/blob/master/Entra/last-password-change.ps1
I often get the request to enforce cloud expiry for synced users, decided to finally write something up to find them
Eventually will get affected users, set cloud expiry policy, enforce for synced users, then set back for affected users, all automated