MS-100 Exam QuestionsBrowse all questions from this exam

MS-100 Exam - Question 158


Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

Your company has 3,000 users. All the users are assigned Microsoft 365 E3 licenses.

Some users are assigned licenses for all Microsoft 365 services. Other users are assigned licenses for only certain Microsoft 365 services.

You need to determine whether a user named User1 is licensed for Exchange Online only.

Solution: You run the Get-MsolAccountSku cmdlet.

Does this meet the goal?

Show Answer
Correct Answer: B

The Get-MsolAccountSku cmdlet returns the account SKUs available to the company and the number of active and consumed units for each SKU. However, it does not provide information about the specific licenses assigned to individual users. To determine whether a user is licensed for Exchange Online only, you would need to use a cmdlet that provides details on the licenses assigned to specific users, such as Get-MsolUser or Get-AzureADSubscribedSku in combination with user license assignment cmdlets. Therefore, running the Get-MsolAccountSku cmdlet does not meet the goal of determining whether User1 is licensed for Exchange Online only.

Discussion

4 comments
Sign in to comment
fofo1960
Oct 11, 2021

No, Running this cmdlet will return all the available licenses in the tenant AccountSkuId ActiveUnits WarningUnits ConsumedUnits ------------ ----------- ------------ ------------- Myorg:VISIOCLIENT 10 0 9 Myorg:STREAM 1000000 0 23 Myorg:DYN365_FINANCE 20 0 0 Myorg:DYN365_TEAM_MEMBERS 366 0 1 Myorg:WINDOWS_STORE 25 0 0 Myorg:FLOW_FREE 10000 0 36

CMal
Nov 25, 2020

The answer is correct. In the sentence, it states "All the users are assigned Microsoft 365 E3 licenses.". With an E3, Exchange Online is a service/workload, not a license. The only way the Exchange Online license would appear would be if you purchased an Exchange Online Plan 1 or Plan 2 license separate from the E3.

scottims
Oct 20, 2020

B https://docs.microsoft.com/en-us/powershell/module/msonline/get-msolaccountsku?view=azureadps-1.0

mkoprivnj
Dec 18, 2020

No for sure!

melatocaroca
Jun 10, 2021

https://docs.microsoft.com/en-us/microsoft-365/enterprise/view-licenses-and-services-with-microsoft-365-powershell?view=o365-worldwide