SC-300 · Question #13
You have a Microsoft Exchange organization that uses an SMTP address space of contoso.com. Several users use their contoso.com email address for self-service sign-up to Azure Active Directory (Azure…
The correct answer is A. Set-MsolCompanySettings. Self-service sign-up: Method by which a user signs up for a cloud service and has an identity automatically created for them in Azure AD based on their email domain. Azure AD cmdlet Set-MsolCompanySettings could help you to prevent creating user accounts with parameters…
Question
You have a Microsoft Exchange organization that uses an SMTP address space of contoso.com. Several users use their contoso.com email address for self-service sign-up to Azure Active Directory (Azure AD). You gain global administrator privileges to the Azure AD tenant that contains the self-signed users. You need to prevent the users from creating user accounts in the contoso.com Azure AD tenant for self-service sign-up to Microsoft 365 services. Which PowerShell cmdlet should you run?
Options
- ASet-MsolCompanySettings
- BSet-MsolDomainFederationSettings
- CUpdate-MsolfederatedDomain
- DSet-MsolDomain
How the community answered
(51 responses)- A73% (37)
- B10% (5)
- C4% (2)
- D14% (7)
Explanation
Self-service sign-up: Method by which a user signs up for a cloud service and has an identity automatically created for them in Azure AD based on their email domain. Azure AD cmdlet Set-MsolCompanySettings could help you to prevent creating user accounts with parameters: AllowEmailVerifiedUsers (users can join the tenant by email validation)-->when is TRUE. AllowAdHocSubscriptions (controls the ability for users to perform self-service sign-up) e.g. Set-MsolCompanySettings -AllowEmailVerifiedUsers $false -AllowAdHocSubscriptions $false https://docs.microsoft.com/en-us/azure/active-directory/enterprise-users/directory-self-service-
Topics
Community Discussion
No community discussion yet for this question.