nerdexam
Microsoft

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…

Submitted by saadiq_pk· Mar 6, 2026Manage Azure Identities and Governance

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)
  • A
    73% (37)
  • B
    10% (5)
  • C
    4% (2)
  • D
    14% (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

#self-service sign-up#PowerShell#Set-MsolCompanySettings#tenant settings

Community Discussion

No community discussion yet for this question.

Full SC-300 Practice