Office Online Sanjoyan Mustafi Senior Program Manager SharePoint - - PowerPoint PPT Presentation

office online
SMART_READER_LITE
LIVE PREVIEW

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


slide-1
SLIDE 1

New features for Sensitivity labels: SharePoint, Teams, Office Online

Sanjoyan Mustafi Senior Program Manager

SharePoint & OneDrive

Security & Compliance https://www.linkedin.com/in/Sanjoyan/

slide-2
SLIDE 2

Agenda

Admin: New label creation flow for content & container separation End users: What is the impact? New features coming up Roadmap

slide-3
SLIDE 3

Sensitivity Labels journey in Office 365 so far…

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

slide-4
SLIDE 4

“New” Label creation, publishing flow & usage experience

slide-5
SLIDE 5

Recap

End user

No need to be a policy expert, just choose the right label for right occasion

Admin

  • 1. Create labels with various combinations of policies
  • 2. Labels can be separate for content and containers
  • 3. Can have separate default labels for content and container
slide-6
SLIDE 6

New features coming up

slide-7
SLIDE 7

Control “external sharing” for sites via contain iner la labels ls - beta

Set-Label -Identity ‘General' -AdvancedSettings @{sharingcapability="ExternalUserAndGuestSharing"}

  • r

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

slide-8
SLIDE 8

Other capabilities

  • 1. Ability to remove container labels from Ux and PowerShell

Set-SPOSite -identity <url> -RemoveLabel

  • 2. APIs to search content by label ID
  • 3. Sensitivity labels as condition in DLP

Admin

slide-9
SLIDE 9

Conditional Access policy per site -beta

Apply “terms of use” policy or “multi factor authentication” using AAD conditional access policy – per site

  • Coming soon with labels

Admin

slide-10
SLIDE 10

Roadmap for Sensitivity Labels in SharePoint & OneDrive

instructions in appendix

Coming soon… Top of mind for rest of the year

slide-11
SLIDE 11

Big thank you for joining

For any questions: https://www.linkedin.com/in/Sanjoyan/

slide-12
SLIDE 12

✓ 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

slide-13
SLIDE 13

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.

slide-14
SLIDE 14

Click to view instructions to setup granular per site CA