New features for Sensitivity labels: SharePoint, Teams, Office Online
Sanjoyan Mustafi Senior Program Manager
SharePoint & OneDrive
Security & Compliance https://www.linkedin.com/in/Sanjoyan/
Office Online Sanjoyan Mustafi Senior Program Manager SharePoint - - PowerPoint PPT Presentation
New features for Sensitivity labels: SharePoint, Teams, Office Online Sanjoyan Mustafi Senior Program Manager SharePoint & OneDrive Security & Compliance https://www.linkedin.com/in/Sanjoyan/ Admin: New label creation flow for
Sanjoyan Mustafi Senior Program Manager
SharePoint & OneDrive
Security & Compliance https://www.linkedin.com/in/Sanjoyan/
Admin: New label creation flow for content & container separation End users: What is the impact? New features coming up Roadmap
https://docs.microsoft.com/en-us/microsoft-365/compliance/sensitivity-labels- teams-groups-sites?view=o365-worldwide https://docs.microsoft.com/en-us/microsoft-365/compliance/sensitivity-labels- sharepoint-onedrive-files?view=o365-worldwide
Already GA
No need to be a policy expert, just choose the right label for right occasion
Set-Label -Identity ‘General' -AdvancedSettings @{sharingcapability="ExternalUserAndGuestSharing"}
Set-Label -Identity ' Confidential' -AdvancedSettings @{sharingcapability="Disabled"} Disabled - don't allow sharing outside your organization. ExistingExternalUserSharingOnly - Allow sharing only with the external users that already exist in your organization's directory. ExternalUserSharingOnly - allow external users who accept sharing invitations and sign in as authenticated users. ExternalUserAndGuestSharing - allow sharing with all external users, and by using anonymous access links.
Admin
Set-SPOSite -identity <url> -RemoveLabel
Admin
Apply “terms of use” policy or “multi factor authentication” using AAD conditional access policy – per site
Admin
instructions in appendix
Coming soon… Top of mind for rest of the year
For any questions: https://www.linkedin.com/in/Sanjoyan/
✓ Tech Community Resources – https://aka.ms/MIPC/CommunityResources ✓ Webinars – https://aka.ms/MIPC/Webinars ✓ Previews – https://aka.ms/MIPC/Previews ✓ Blog – https://aka.ms/MIPblog & https://aka.ms/CompBlog ✓ Yammer – https://aka.ms/MIPC/AskMIPTeam ✓ https://twitter.com/MIPnews using the tag #MicrosoftIP Managed by the MIP and Compliance CXE Team
External Sharing Via Labels 1) Open PowerShell 2) $UserCredential = Get-Credential 3) $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri
https://ps.compliance.protection.outlook.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection
4) Import-PSSession $Session -DisableNameChecking 5) Get-Label | Format-Table -Property DisplayName, Name, Guid →This shows you all the labels from the tenant. 6) Set-Label -Identity ‘<your label name>' -AdvancedSettings @{sharingcapability="ExternalUserAndGuestSharing"} → to enable
the sharing
Set-Label -Identity ‘<your label name>’-AdvancedSettings @{sharingcapability="Disabled"} → to disable the sharing 7) Remove-PSSession $Session Now your labels are ready to be used to control external sharing. Various sharing options as below:
Disabled - don't allow sharing outside your organization. ExistingExternalUserSharingOnly - Allow sharing only with the external users that already exist in your organization's directory. ExternalUserSharingOnly - allow external users who accept sharing invitations and sign in as authenticated users. ExternalUserAndGuestSharing - allow sharing with all external users, and by using anonymous access links.
Click to view instructions to setup granular per site CA