exam questions

Exam SC-400 All Questions

View all questions & answers for the SC-400 exam

Exam SC-400 topic 1 question 22 discussion

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

You plan to implement sensitivity labels for Microsoft Teams.
You need to ensure that you can view and apply sensitivity labels to new Microsoft Teams sites.
What should you do first?

  • A. Run the Set-SPOSite cmdlet.
  • B. Create a new sensitivity label scoped to Groups & sites.
  • C. Run the Execute-AzureAdLabelSync cmdlet.
  • D. Configure the EnableMIPLabels Azure Active Directory (Azure AD) setting.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
Topaz007
Highly Voted 3 years, 6 months ago
It's C, but the cmdlet is different (Execute-AzureADLabelSync). Since you need to enable this functionality first. Otherwise the option to scope a sensitivity label to Groups & Sites is greyed out. See here: https://docs.microsoft.com/en-us/powershell/module/exchange/execute-azureadlabelsync?view=exchange-ps It states: '...Use the Execute-AzureADLabelSync cmdlet to start the synchronization of sensitivity labels into Azure Active Directory. This allows the application of sensitivity labels to Microsoft Teams sites, Microsoft 365 Groups, and SharePoint sites....'
upvoted 22 times
sergioandreslq
3 years, 4 months ago
Agree, first step to remove the grayout for the sensitivity label is to run in powershell over the module IPPSSession (compliance center) the command: Execute-AzureADLabelSync. See the steps: Connect-ExchangeOnline -UserPrincipalName [email protected] Connect-IPPSSession -UserPrincipalName [email protected] Execute-AzureADLabelSync https://docs.microsoft.com/en-us/microsoft-365/compliance/sensitivity-labels-teams-groups-sites?view=o365-worldwide#how-to-configure-groups-and-site-settings
upvoted 2 times
sergioandreslq
3 years, 4 months ago
However, this is a tricky question because you MUST have enable the parameter "EnableMIPLabels" to "True" In theory, this is the first step which is to enable the capacity for Microsoft 365 group to use sensitivity label, then, You run the synchronization with the command "Execute-AzureADLabelSync", so, If we follow the steps, the correct answer is "D" https://docs.microsoft.com/en-us/answers/questions/340223/how-enable-sensitivity-feature-for-sharepoint-site.html#:~:text=%20Here%20are%20the%20steps%20to%20enable%20sensitivity,scope%20for%20this%20label%20%22.%20Then...%20More%20 after some time thinking, I go with "D" assuming that I am begging from zero in the tenant I go with D
upvoted 11 times
...
...
MahmoudEldeep
3 years, 5 months ago
Agree, You can not create a new sensitivity label for Groups & Sites unless you enable this option.
upvoted 4 times
...
zaqwsx
3 years, 4 months ago
Yes, but there is information that "This cmdlet is required if you were using sensitivity labels before September 2019." So I think it should be B
upvoted 9 times
...
...
Pravda
Highly Voted 3 years, 3 months ago
Selected Answer: D
Defiantly D Look at the links. https://docs.microsoft.com/en-us/microsoft-365/compliance/sensitivity-labels-teams-groups-sites?view=o365-worldwide Step 1 says - ollow the instructions from the Azure AD documentation to enable sensitivity label support The link takes you to https://docs.microsoft.com/en-us/azure/active-directory/enterprise-users/groups-assign-sensitivity-labels Look at step 5 - Enable the feature "EnableMIPLabels"] = "True" The AzureAdLabelSync cmdlet follows. See troubleshooting #3 and the sentence after #5, You will also need to synchronize your sensitivity labels to Azure AD Select Groups, and then select New group is #2 in the next section AFTER EnableMIPLabels has been enabled. D is the answer.
upvoted 12 times
JCkD4Ni3L
2 years, 4 months ago
You are right, I have done this countless times. The order is important if you are to be successfull. Best is to script this ... Answer is D.
upvoted 1 times
...
...
trut_hz
Most Recent 3 months ago
Selected Answer: B
The reason why NOT option D, "Configure the EnableMIPLabels Azure Active Directory (Azure AD) setting," is not the first step is because you need to create a new sensitivity label scoped to Groups & sites before you can configure the EnableMIPLabels setting. The sensitivity label must exist and be properly scoped to Groups & sites to ensure that it can be applied to new Microsoft Teams sites Once the sensitivity label is created, you can then proceed to configure the EnableMIPLabels setting in Azure AD to enable the feature and ensure that the labels can be applied to Microsoft Teams sites
upvoted 1 times
...
trut_hz
3 months ago
Selected Answer: B
Two different Co-pilots and ChatGPT 4o Before sensitivity labels can be applied to Microsoft Teams sites, you need to create and configure sensitivity labels specifically scoped for "Groups & sites." This configuration allows the labels to be applicable to containers like Teams, Microsoft 365 groups, and SharePoint sites. MICROSOFT LEARN After creating the sensitivity label, you must publish it to the necessary users or groups. Additionally, ensure that sensitivity labels are enabled for containers and synchronized with Microsoft Entra ID (formerly Azure Active Directory). This process involves running the Execute-AzureAdLabelSync cmdlet to synchronize the labels. MICROSOFT LEARN By creating and configuring a sensitivity label scoped to "Groups & sites," and ensuring proper synchronization, you enable the application of these labels to new Microsoft Teams sites.
upvoted 1 times
...
HeirrBourne
3 months, 1 week ago
Selected Answer: B
To ensure that you can view and apply sensitivity labels to new Microsoft Teams sites, the correct first step is to: B. Create a new sensitivity label scoped to Groups & sites. D. Configure the EnableMIPLabels Azure Active Directory (Azure AD) setting: This setting is related to Microsoft Information Protection (MIP) integration with Azure AD. However, this setting does not directly affect the ability to apply sensitivity labels to Teams sites. Configuring labels first, as described in option B, is the correct approach. Conclusion: To enable sensitivity labels for Microsoft Teams sites, you must first create a new sensitivity label scoped to Groups & Sites. This ensures the label can be applied to both Microsoft Teams (which is built on Groups) and SharePoint sites (used by Teams for file storage
upvoted 1 times
...
belyo
6 months, 3 weeks ago
Selected Answer: D
https://learn.microsoft.com/en-us/entra/identity/users/groups-assign-sensitivity-labels?tabs=microsoft#sensitivity-labels-arent-available-for-assignment-on-a-group 1st is to enable EnableMIPLabels in AAD templates 2nd is to start sync across Entra ID Execute-AzureAdLabelSync
upvoted 1 times
...
EM1234
10 months ago
Selected Answer: B
It is B. I know everyone is going on about the powershell and they do have a point but please read the very beginning of this link: https://learn.microsoft.com/en-us/entra/identity/users/groups-assign-sensitivity-labels It says: Microsoft Entra ID supports applying sensitivity labels to Microsoft 365 groups when those labels are published in the Microsoft Purview portal or the Microsoft Purview compliance portal and the labels are configured for groups and sites. Yes, you do need to enable them with powershell but you need to do this first. C is kind of right but it is a different module and D is needed too as you can see in the troubleshooting part of the link I added. I am going with B. Good luck out there, may we all get 890s.
upvoted 1 times
...
ShrawanBhat1991
1 year ago
First step is to ensure EnableMIPLabels is enabled and set to True Correct Answer D
upvoted 1 times
...
emartiy
1 year, 1 month ago
Selected Answer: D
Yes it is D.
upvoted 1 times
...
emartiy
1 year, 1 month ago
Selected Answer: C
Be carefore.. Groups and Sites options there in the policy but it is gray-out. you can't select it until you enable labels for containers etc. To enable it, you need to "Execute-AzureAdLabelSync" Then you will be able to apply labels to Groups and sites..
upvoted 1 times
...
emartiy
1 year, 2 months ago
ensure that you can view and apply sensitivity labels to new Microsoft Teams sites. - Answer is C. In order to apply label to Groups & Site, you need to ensure you are able to see this option. So, you need to sync labels to azure. -- C -- https://learn.microsoft.com/en-us/purview/sensitivity-labels-teams-groups-sites "Then run the following command to ensure your sensitivity labels can be used with Microsoft 365 groups:"
upvoted 1 times
...
Domza
1 year, 4 months ago
Got it: here is the link: https://learn.microsoft.com/en-us/entra/identity/users/groups-assign-sensitivity-labels#enable-sensitivity-label-support-in-powershell Enjoy :)
upvoted 1 times
...
bhadolaa29
1 year, 10 months ago
D is the correct Answer. Tested
upvoted 2 times
...
dmoorthy
2 years ago
Answers is D.
upvoted 1 times
...
luissaro
2 years ago
Selected Answer: D
if you follow the guide you will understand the correct answer is D: "If you haven't yet enabled sensitivity labels for containers, do the following set of steps as a one-time procedure: 1. Because this feature uses Azure AD functionality, follow the instructions from the Azure AD documentation to enable sensitivity label support: Assign sensitivity labels to Microsoft 365 groups in Azure Active Directory. 2.You now need to synchronize your sensitivity labels to Azure AD. First, connect to Security & Compliance PowerShell. For example, in a PowerShell session that you run as administrator, sign in with a global administrator account. 3. Then run the following command to ensure your sensitivity labels can be used with Microsoft 365 groups: Execute-AzureAdLabelSync" in https://learn.microsoft.com/en-us/microsoft-365/compliance/sensitivity-labels-teams-groups-sites?view=o365-worldwide
upvoted 2 times
...
xswe
2 years ago
To be able to apply and view sensitivty labels in Teams, Sharepoint, Outlook you need to enable it. You do this with "$Setting["EnableMIPLabels"] = "True""
upvoted 3 times
...
wooyourdaddy
2 years, 2 months ago
Believe the answer is D as well. This link: https://learn.microsoft.com/en-us/microsoft-365/compliance/migrate-aad-classification-sensitivity-labels?view=o365-worldwide#case-b-tenant-used-sensitivity-labels-for-documents-and-emails States: As soon as admin enables sensitivity label feature on the tenant by setting the tenant flag ‘EnableMIPLabels’ to true, the document and email sensitivity labels in group/site/team create and edit dialog boxes appear.
upvoted 1 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