Question 1mediummultiple choice
Read the full Describe Microsoft 365 pricing, licensing, and support explanation →MS-900 Describe Microsoft 365 pricing, licensing, and support • Complete Question Bank
Complete MS-900 Describe Microsoft 365 pricing, licensing, and support question bank — all 0 questions with answers and detailed explanations.
Refer to the exhibit.
{
"displayName": "Contoso Licensing Policy",
"description": "Assigns E3 licenses to all users in Sales department",
"groups": [
{
"groupId": "sales-group-id",
"licenseAssignment": {
"skuId": "contoso:E3",
"disabledPlans": ["TEAMS1"]
}
}
]
}Refer to the exhibit. PS C:\> Get-MsolAccountSku SkuPartNumber ActiveUnits WarningUnits ConsumedUnits ------------ ----------- ------------ ------------- contoso:ENTERPRISEPACK 100 0 95 contoso:DESKLESSPACK 50 0 50 contoso:FLOW_FREE 200 0 10
Refer to the exhibit.
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"resources": [
{
"type": "Microsoft.Storage/storageAccounts",
"apiVersion": "2021-09-01",
"name": "[parameters('storageName')]",
"location": "[resourceGroup().location]",
"kind": "StorageV2",
"sku": {
"name": "Standard_LRS"
}
}
]
}{
"exhibit": "The following is a snippet from a Microsoft 365 admin center report:\\nProduct: Microsoft 365 Business Premium\\nAssigned licenses: 150\\nActive users: 120\\nUnused licenses: 30\\n"
}