Forum Discussion
Marvin Oco
Nov 09, 2020Steel Contributor
What triggers self-service sign-up for Azure Active Directory Email-verified user?
we are planning to provision all users via AD Connect server, no users will be created directly in azure AD.
upon checking Azure AD, some users already have pure cloud profile with property: Azure Active Directory Email-verified user.
What triggers self-service sign-up for Azure Active Directory Email-verified user?
is it ok to turn it off?
Set-MsolCompanySettings -AllowEmailVerifiedUsers $false -AllowAdHocSubscriptions $false
tnx
It's a process similar to B2C, but for "regular" AAD instances... The vast majority of organizations using O365 will not need this, so you're safe to toggle the corresponding flags via PowerShell.