Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft SC-300 Exam - Topic 1 Question 131 Discussion

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 1 Microsoft Entra.You gain global administrator privileges to the Microsoft Entra tenant that contains the self-signed users.You need to prevent the users from creating user accounts in the contoso.com 2 Microsoft Entra tenant for self-service sign-up to Microsoft 365 services.Which PowerShell cmdlet should you run?
A) Update-MgDomain
B) Update-MgPolicyAuthorizationPolicy
C) Update-MgPolicyPermissionGrantPolicyExclude
D) Update-MgDomainFederationConfiguration

Microsoft SC-300 Exam - Topic 1 Question 131 Discussion

Actual exam question for Microsoft's SC-300 exam
Question #: 131
Topic #: 1
[All SC-300 Questions]

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 1 Microsoft Entra.

You gain global administrator privileges to the Microsoft Entra tenant that contains the self-signed users.

You need to prevent the users from creating user accounts in the contoso.com 2 Microsoft Entra tenant for self-service sign-up to Microsoft 365 services.

Which PowerShell cmdlet should you run?

Show Suggested Answer Hide Answer
Suggested Answer: A

According to the Microsoft SC-300 Study Guide and Microsoft Learn module: ''Manage Microsoft Entra domains and custom domain names'', when users perform self-service sign-up (email verified users) using a public domain such as contoso.com, Microsoft Entra creates a shadow tenant that you can later claim ownership of by verifying the DNS domain.

Once you become the Global Administrator of the verified tenant, you can control domain behavior, including blocking self-service sign-up using that domain. To disable further self-service creation of accounts for that domain, you must modify the domain configuration using the Update-MgDomain PowerShell cmdlet.

The cmdlet Update-MgDomain allows you to change properties of the domain, such as IsDefault, IsVerified, and crucially, blocking self-service sign-ups.

Example:

Update-MgDomain -DomainId contoso.com -IsAdminManaged $true

This action prevents external or unverified users from using @contoso.com email addresses for new self-service sign-ups.

Other options like Update-MgPolicyAuthorizationPolicy, Update-MgPolicyPermissionGrantPolicyExclude, and Update-MgDomainFederationConfiguration are used for tenant-wide access, permission grants, or federated authentication but not to block self-service domain registration.


Contribute your Thoughts:

0/2000 characters
Aretha
23 days ago
I agree, but I lean towards option A. Updating the domain might be key here.
upvoted 0 times
...
Hana
29 days ago
I feel like option B is the right choice. It sounds relevant to authorization policies.
upvoted 0 times
...
Marvel
1 month ago
This question is tricky! I think it's about managing user permissions.
upvoted 0 times
...
Jolene
1 month ago
I thought it was C) Update-MgPolicyPermissionGrantPolicyExclude at first!
upvoted 0 times
...
Linette
1 month ago
A) Update-MgDomain is actually for domain settings, not policies.
upvoted 0 times
...
Fernanda
2 months ago
Wait, are we sure about that? Seems too simple.
upvoted 0 times
...
An
2 months ago
Totally agree with you, that’s the right one!
upvoted 0 times
...
Carol
2 months ago
I think it's B) Update-MgPolicyAuthorizationPolicy.
upvoted 0 times
...
Lottie
2 months ago
I’m not confident, but I feel like Update-MgDomain might be the right choice since it deals with domain settings.
upvoted 0 times
...
Cornell
2 months ago
I think it's definitely about managing permissions, but I'm torn between the options. Maybe it's the Update-MgPolicyAuthorizationPolicy?
upvoted 0 times
...
Alisha
3 months ago
I remember practicing with similar questions, and I feel like it could be related to updating a domain or a policy, but I can't recall the exact cmdlet.
upvoted 0 times
...
Rex
3 months ago
I think we might need to look at the policies related to user sign-up, but I'm not entirely sure which cmdlet directly addresses that.
upvoted 0 times
...

Save Cancel