exam questions

Exam SC-300 All Questions

View all questions & answers for the SC-300 exam

Exam SC-300 topic 1 question 4 discussion

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

You have 2,500 users who are assigned Microsoft Office 365 Enterprise E3 licenses. The licenses are assigned to individual users.
From the Groups blade in the Azure Active Directory admin center, you assign Microsoft 365 Enterprise E5 licenses to the users.
You need to remove the Office 365 Enterprise E3 licenses from the users by using the least amount of administrative effort.
What should you use?

  • A. the Identity Governance blade in the Azure Active Directory admin center
  • B. the Set-AzureAdUser cmdlet
  • C. the Licenses blade in the Azure Active Directory admin center
  • D. the Set-WindowsProductKey cmdlet
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Jt909
Highly Voted 3 years, 7 months ago
In the exam the cmdlet was Set-MsolUserLicense, the right one!
upvoted 41 times
photon99
4 months, 2 weeks ago
MSOnline is deprecated in favour of Set-MgUserLicense https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.users.actions/set-mguserlicense?view=graph-powershell-1.0
upvoted 5 times
Obi_Wan_Jacoby
3 weeks ago
This is correct. If on test, go with Set-MgUserLicense using Microsoft Graph using powershell
upvoted 1 times
...
...
TJ001
3 years, 3 months ago
just note it only works with Windows Power shell and not Powershell core..
upvoted 2 times
...
...
Beitran
Highly Voted 3 years, 12 months ago
Correct!
upvoted 12 times
...
9H3zmT6
Most Recent 1 day, 19 hours ago
Selected Answer: C
This question presents three different correct answer patterns as options: - Licenses blade in the Microsoft Entra admin center - Set-MsolUserLicense - Set-MgUserLicense
upvoted 1 times
...
CrazyEyes007
3 days, 21 hours ago
Selected Answer: B
You cannot assign licenses in "Licenses blade in the Azure Active Directory admin center" anymore. In M365 admin center, you will see the message: "You can assign to a maximum of 20 users at a time." So this must be an old question but the answer has to be "Set-MgUserLicense" when assigning licenses to users.
upvoted 1 times
...
AcTiVeGrEnAdE
4 days, 7 hours ago
Selected Answer: B
I hope this question is re-worded on the exam as this question leads down the path of stupid. The fastest way to handle license update would be through PowerShell cmdlets. In this case B would be the correct answer but I hope the exam has an option which utilizes the MgGraph PowerShell SDK module.
upvoted 1 times
...
Bojana
1 month, 2 weeks ago
Selected Answer: B
The Licenses blade in the Azure Active Directory admin center allows administrators to assign or unassign licenses for up to 20 users at a time12. This limitation is in place to ensure efficient management and reduce the risk of errors during bulk operations. If you need to manage licenses for a larger number of users, you might consider using PowerShell scripts or Azure AD group-based licensing for more efficient bulk operations
upvoted 2 times
...
Frank9020
4 months, 2 weeks ago
Selected Answer: C
To remove the Office 365 Enterprise E3 licenses from the users with the least amount of administrative effort, you should use: C. the Licenses blade in the Azure Active Directory admin center This option allows you to manage licenses in bulk, making it easier to remove the E3 licenses from all 2,500 users efficiently
upvoted 2 times
...
photon99
4 months, 2 weeks ago
Unfortunately they have included in exam but the documnetation is still incomplete for powesrhell Module : https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.users.actions/set-mguserlicense?view=graph-powershell-1.0
upvoted 1 times
...
ross9876986
8 months ago
since the interface lets you do only 20 at a time, a script is needed thus Set-MsolUserLicense or Set-AzureAdUserLicense
upvoted 1 times
...
RahulX
1 year, 2 months ago
B. the Set-AzureAdUser cmdlet. https://learn.microsoft.com/en-us/powershell/module/azuread/set-azureaduserlicense?view=azureadps-2.0
upvoted 1 times
...
onelove01
1 year, 4 months ago
Selected Answer: C
correct answer is C
upvoted 1 times
...
lojlkdnfvlirez
1 year, 4 months ago
C. the Licenses blade in the Azure Active Directory admin center allows you to assign or unassign licenses for up to 20 users at a time, not 2,500 users
upvoted 1 times
...
lojlkdnfvlirez
1 year, 4 months ago
The correct answer is B. the Set-AzureAdUser cmdlet. The Set-AzureAdUser cmdlet allows you to modify the properties of a user in Azure Active Directory, including their assigned licenses. You can use this cmdlet to remove the Office 365 Enterprise E3 licenses from the users in bulk, by using a text file that contains the user principal names of the users
upvoted 3 times
...
EmnCours
1 year, 9 months ago
Selected Answer: C
Correct Answer: C
upvoted 1 times
...
dule27
1 year, 10 months ago
Selected Answer: C
C. the Licenses blade in the Azure Active Directory admin center
upvoted 1 times
...
Faheem2020
2 years, 7 months ago
To remove licenses from an existing user account, use the following syntax: Set-MgUserLicense -UserId "<Account>" -RemoveLicenses @("<AccountSkuId1>") -AddLicenses @{} "The Set-MsolUserLicense and New-MsolUser (-LicenseAssignment) cmdlets are scheduled to be retired. Please migrate your scripts to the Microsoft Graph SDK's Set-MgUserLicense cmdlet as described above" https://learn.microsoft.com/en-us/microsoft-365/enterprise/remove-licenses-from-user-accounts-with-microsoft-365-powershell?source=recommendations&view=o365-worldwide
upvoted 4 times
...
POOUAGA
2 years, 11 months ago
The correct answer is B. Read the question carefully: The licenses are assigned to individual users from the Groups blade in the Azure Active Directory admin center. That being said, we are talking about group based licensing. And the the least amount of administrative effort is set-azureaduser cmdlet to change all the 25000 users to the new E5 licenses
upvoted 1 times
Geolem
2 years, 9 months ago
Per M$ Documentation, you cannot change License stuff via Set-AzureADUser : https://docs.microsoft.com/en-us/powershell/module/azuread/set-azureaduser?view=azureadps-2.0 The command is Set-AzureADUserLicense but also deprecated :(
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago