32

PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

Embed Size (px)

Citation preview

Page 1: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage
Page 2: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

Deep Dive on Information Rights Management and SharePointBarak Cohen, Neil Wang

SPC073

Page 3: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

• How IRM works in SharePoint and in Office 365

• What is new in SharePoint 2013• IRM and PDF• IRM Programmability• Q&A

Agenda

Page 4: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

• IRM: Information Rights Management• DRM: Digital Rights Management• RMS: Right Management Server• RMS Online (AADRM): Cloud based Right

Management Service• Publishing License: the license a document is

published with• Usage License: the license to use the document• AD: Active directory• ADFS: Active Directory Federation Services

Glossary

Page 5: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

How IRM works?

PL

UL

PL

Protection is persisted with the data, content

can travel anywhere

Prevent the accidental disclosure of sensitive

data by applying usage polices (cannot

forward, cannot print, read-only)

Securely share data with individuals

Email, documents, files

RMSAD

Page 6: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

How IRM works in SharePoint (Recap)?

PL

UL

PL

RMS

MSDRM

Document Protectors

AD

GUID

GUID GUID

GUIDGUID

Page 7: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

Re-plumbing IRM for the cloud

MSDRM

Office Clients SharePoint

MSIPC

ProtectorsSingle Tenant RMS Server

ProtectorsMulti TenantRMS Service WAC

Page 8: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

How IRM works in SharePoint 2013?

PL

UL

PL

SharePoint RMS

MSIPC

New Document Protectors

AD

GUID

GUID GUID

GUIDGUID

Page 9: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

How IRM works in SharePoint Online?

SharePoint

RMS

Exchange

AD in Office 365

Tenant 1 , Tenant 2 …. Tenant N Tenant 1 , Tenant 2 …. Tenant N

Start protecting when you subscribe to Office

365

Integrated within Exchange Online,

SharePoint Online and Office, users will use

applications and services they are already familiar

with today.

Page 10: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

oOn premises: SharePoint Standard & Enterprise

oOffice 365: E3, E4, A3 and A4 Office Online SKUs

What SharePoint configurations can work with IRM?

SharePoint

AD ADFS RMS

SharePoint Online

ADFS RMSAD

SharePoint Online

RMSAD

On Premises Federated Online

Page 11: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

1. Document protection in the cloud (and for subscriptions on premises)

2. Protecting documents is easy (with granular usage rights)

3. Protected documents can be viewed in browser4. Group protection5. Support for PDF in addition to Office formats6. Programmability

6 new document protection features

Page 12: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

Document protection in Office 365 with AADRM

rights management

Page 13: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

Document protection in SharePoint online

Page 14: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

Document protection for subscriptions

Page 15: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

Demo: configuring IRM in Office 365 and SharePoint onlineNeil Wang

Page 16: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

• Updated simpler UI• Granular usage rights• Office web application support• Group protection

Protecting documents is easy (with granular usage rights)

Page 17: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage
Page 18: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

• Set access rights (print, run scripts to enable screen readers, or enable writing on a copy of the document (new to Office 2013))

• Set expiration date (date after which the document cannot be used)

Usage rights

Page 19: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

Protected documents can be viewed in browser

Page 20: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

How does WAC work with IRM?

SharePoint

MSIPC

Document Protectors

GUIDGUIDGUID

Web AppsWOPI

Page 21: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

Group protection

RMS

AD

SharePoint

users

groups

PL

UL

PL

GUID

Page 22: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

PDF support

Page 23: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

• Extension to ISO 32000 (PDF Protection)

• A new protector in SharePoint• Standard compliant• Supports discovery payload

• Compatible with 3rd party readershttp://go.microsoft.com/fwlink/?LinkID=231373

Call to action: bring your PDF viewer to market

PDF support

Page 24: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

The Foxit PDF reader

Page 25: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

Demo: New IRM document protection featuresNeil Wang

Page 26: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

Programmability (Farm level)Example PowerShell commandEnable IRM for the farm and configures it to use the default RMS server configured in Active Directory.

Set-SPIRMSettings -IrmEnabled -UseActiveDirectoryDiscovery

 

Enables IRM for the farm and specifies the URL of the RMS server to use

Set-SPIRMSettings -IrmEnabled -CertificateServerUrl http://myrmsserver 

Enable IRM for the specified tenant and specifies the URL of the RMS server to use.

Set-SPIRMSettings –IrmEnabled -SubscriptionScopeSettingsEnabled site = Get-SPSite http://myspserver$subscription = $site.SiteSubscription

Set-SPSiteSubscriptionIrmConfig -Identity $subscription -IrmEnabled

-CertificateServerUrl http://myrmsserver 

Disable IRM for the farm Set-SPIRMSettings -IrmEnabled:$false 

Page 28: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

The Document Leak problem demoNeil Wang

Page 29: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

Other interesting sessions in SPCSPC173 - Overview of ECM for teams with Site Mailboxes (Tue 9AM)SPC223 - CMIS and SharePoint 2013: Interop with other ECM systems (Tue 3:15)SPC018 - Best Practices for ECM in the Cloud, and how large organizations can get the most out of Office 365 (Wed 9:00)SPC112 - Customer Showcase: How Clifford Chance, one of the world's largest law firms, has bet its ECM strategy on SharePoint (Wed 3:15)SPC251 - What's New in Managing Your SharePoint Online Environment (Mon 3:45)SPC195 - PowerShell 3.0 Administration with SharePoint 2013 (Tue 9:00)

Read more: IRM in SharePoint 2013 blog

Page 30: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

Q&A

Page 31: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

Evaluate this session now on MySPC using your laptop or mobile device: http://myspc.sharepointconference.com

MySPC

Page 32: PL UL PL Protection is persisted with the data, content can travel anywhere Prevent the accidental disclosure of sensitive data by applying usage

© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.