SlideShare a Scribd company logo
1 of 39
Everything you
need to know
about sharing
files in SharePoint
& OneDrive
SharePoint Fest Seattle2019
#SPFestSea
Drew Madelung
Email : drew.madelung@protiviti.com
Twitter : @dmadelung
Website: drewmadelung.com
Senior Manager – SharePoint & Office 365
Types of sharing
What really happens
Sharing management
What’s next
Everything you need
to know about sharing
files in SharePoint &
OneDrive
SharePoint Fest Seattle 2019
#SPFestSea
Let’s talk security
Permission
Level
Full Control
Edit
Contribute
Read
View Only
Approve
Design
Create your own!
SharePoint Object
3 things make up SharePoint Security
Site
Collection
Site
Library, List
Item,
Document,
Folder
User or Group
Security is based on inheritance
Site
Collection
Site
Library, List
Item,
Document,
Folder
Site
Collection
Site
Library, List
Item,
Document,
Folder
Unbroken Inheritance Broken Inheritance
Sharing 101
To someone
Site
Collection
Site
Library,
List
Item,
Document,
FolderUser
Shares something
Gets access
Sharing administration vs End User sharing
Admins plan and set
sharing configuration
End users share content
Internal
users
External
users
Authenticated or Anonymous
Someone from outside your Office 365 subscription who has been
granted access to a site, file, or folder
Authenticated with
Microsoft account
Anonymous
Spreads across workloads
Added to Azure AD as Guest
Groups, Teams, SharePoint, OneDrive, Yammer, etc
Can’t be shared sites
IP tracked
Types of sharing via End User
Specific People
People with existing access
People in the organization
Anyone
Specific people
A non-transferrable, revocable secret key, only grants
access to the specific recipient
Won’t work if forwarded to others
Existing users get access via their account
New external users prove email
ownership via simple one-time passcode
Internal users granted access directly with
inheritance broken
People with existing access
Send link without sharing
Does not change permissions
Cannot be set as default link type
Users have access and receive a link via email
Gets direct link to file
People in my organization
A transferrable, revocable secret key, only grants access
to internal users
Can be forwarded to others
Access can be revoked anytime
Users need link to gain access
Requires sign-in to an account in my
organization
Members (non-guests) in Azure AD
Anyone (Anonymous)
A transferrable, revocable secret key
Can be forwarded to others
Access can be revoked anytime
Users need link to gain access
Guarantees users can open, anywhere, without signing in
Sharing from everywhere
Modern sharing UI is unified across platforms
OneDrive Mobile App
Office Mac
File Explorer with OneDrive sync
Mac Finder
SharePoint
OneDrive
Office Online
Office Desktop
Demo!
What happens when you share with links?
Share via Link
Inheritance broken on file
New SP Group created and added to
files Access Control List (ACL)
Users put into SP Group when shared
or link clicked
Entry added to Sharing Links SP List
Specific people – Share externally securely
Passcode required via secondary email
Must use email link was sent to verify
Auditable through “SecureLink” actions
Get-SPOExternalUser will not return them
• Must used Get-SPOUser
User shares file or
folder to user not
in directory
Guest receives passcode
and not required to login
with MS account
Sharing sites vs content
Sharing sites requires Microsoft account login
Utilizes access requests
Adds user as guest to Azure AD after login
Get-SPOExternalUser returns guest accounts
Once in Azure AD -> will appear in people picker
Adds user to site SP group
Classic sharing UI
“Invite people” is like sharing
with specific people
“Get a link” gives you organization links and anonymous
Sharing in Office 365 Groups
Modern SharePoint team sites are powered
by Office 365 Groups – Including MS Teams!
Feature Guest user allowed?
Create a group No
Add/remove group members No
Delete a group No
Join a group Yes, by invitation
Start a conversation Yes
Reply to a conversation Yes
Search for a conversation Yes
@mention a person in the group No
Pin/Favorite a group No
Delete a conversation Yes
"Like" messages No
Manage meetings No
View group calendar No
Modify calendar events No
Add a group calendar to a personal
calendar
No
View and edit group files Yes, if enabled by tenant admin
Access the group OneNote notebook Yes, via link from group member
Browse groups No
Security model is different
1 Azure AD group powers 2 permission levels – Owner & Member
Permissions cross workloads
Add users (share) to the Group vs content in SharePoint
Unique external sharing administration
Guests cannot be an owner
Modern Communication sites do NOT utilize Office 365 Groups
Demo!
Control external sharing in Office 365
Members
Owners
Unauth’d
guests
Auth’d
guests
Admin
Inside Outside
Control
External sharing
Control external sharing in Office 365
Least Restrictive
Most Restrictive
External sharing administration
Sharing configured via SharePoint AND/OR OneDrive admin centers
Configured per tenant
Ability to configure sharing set per site collection
• Every OneDrive is a site collection
Office 365 Group sharing best managed through PowerShell
External sharing administration
 Sharing for OneDrive can be MORE restrictive but not LESS restrictive than SPO
 If sharing turned off globally in SPO any shared links will stop working
Sharing Options
 No external sharing
 Only existing external users (sign-in required)
 New and existing external users (sign-in required)
 Anyone, including anonymous users (on by default)
Your SharePoint Online sharing
settings determine which OneDrive
sharing settings are available
Setting Sharing in OneDrive Admin
Center affects SPO
Set external sharing settings
Default link type
 Direct links
 Only users who have specific permission
 Internal Links
 Only users within your organization
 Sharable access links
 Anyone with a link (anonymous)
Default link permission
 View or Edit
The following settings apply to both SPO and OneDrive
Anonymous access link permission
 Separate for Files & Folders
 View, Edit & Upload
 View Only for
Anonymous access link expiration
 Up to 2 years / 730 days
Set external sharing settings
Limited external sharing by user
 Only certain users in security group can share with
 External users
 External users + anonymous
Other
 External sharing policy URL (new)
 Must accept using same account
 Let external users share items they don’t own
 Require recipients to prove account ownership (days)
 Not anonymous
The following settings apply to both SPO and OneDrive
OneDrive email notifications
 Other users share again
 External users accept
 Anonymous link created or changed
External sharing administration
Classic admin center includes certain things
• Only users in selected security groups shared
with external users
• Use shorter links when sharing files and folders
• Require recipients to continually prove account
ownership
Domain allow/block
Ability to whitelist or blacklist domains for SharePoint & OneDrive
• Tenant or site collection level
• Recommend blacklist
Office 365 Group external sharing does not respect the SharePoint configuration
Configure Azure AD allow/block list
https://go.microsoft.com/fwlink/p/?linkid=857710
Demo!
Site collection advanced sharing
Per site collection sharing via admin centers
Non O365
group backed
sites only in
classic admin
Site collection advanced sharing
PowerShell to set site specific sharing with Set-SPOSite
General
• -SharingCapability
• -DefaultSharingLinkType
• -DefaultLinkPermission
Anonymous
• -OverrideTenantAnonymousLinkExpirationPolicy
• -AnonymousLinkExpirationInDays
Domain restrictions
• -SharingDomainRestrictionMode
• -SharingAllowedDomainList
• -SharingBlockedDomainList
Other
• -ShowPeoplePickerSuggestionsForGuestUsers
• -DisableCompanyWidSharingLinks
• DisableSharingForNonOwners
Site collection advanced sharing
Access requests still can be set and utilized
Default access requests set to site owners SharePoint group
• Can update email + message
Control ability of members to share
Allow members to add to default members group
• Allows members to share site
Demo!
Sharing tidbits
If external sharing enable -> Office 365 group powered sites will be enabled with the same
Access requests list generated after access request submitted
• Access%20Requests/pendingreq.aspx
Hidden SharePoint List handles link management
Use content search for reporting
External sharing changes for My Site site collection apply to existing and new OneDrive’s
Utilize SharePoint Online as an extranet
Be aware of migration to SharePoint Online with Delve and permission exposure
Work with the business to understand sharing requirements, don’t just lock down
• xxxx
Help Contribute &
Stay Informed!
Microsoft Tech Community
https://techcommunity.microsoft.com
Microsoft 365 Roadmap
https://fasttrack.microsoft.com/roadmap
Office Blogs
https://blogs.office.com/
Office 365 Admin Center – Message Center
https://portal.office.com/AdminPortal
Office 365 for IT Pros
http://exchangeserverpro.com/ebooks/office-365-for-it-pros
Questions?
Email: drew.madelung@protiviti.com
Twitter: @dmadelung
Website: drewmadelung.com
Slides: http://bit.ly/DrewSlides
Everything you need
to know about
sharing files in
SharePoint &
OneDrive
SharePoint FestSeattle2018
#SPFestSeattle

More Related Content

What's hot

How to successfully manage OneDrive
How to successfully manage OneDriveHow to successfully manage OneDrive
How to successfully manage OneDriveDrew Madelung
 
Everything you need to know about sharing files in SharePoint and OneDrive
Everything you need to know about sharing files in SharePoint and OneDriveEverything you need to know about sharing files in SharePoint and OneDrive
Everything you need to know about sharing files in SharePoint and OneDriveDrew Madelung
 
Enabling Sharing & Collaboration in OneDrive & SharePoint
Enabling Sharing & Collaboration in OneDrive & SharePointEnabling Sharing & Collaboration in OneDrive & SharePoint
Enabling Sharing & Collaboration in OneDrive & SharePointDrew Madelung
 
Maximizing Your Office 365 Investments With OneDrive
Maximizing Your Office 365 Investments With OneDriveMaximizing Your Office 365 Investments With OneDrive
Maximizing Your Office 365 Investments With OneDriveNetwoven Inc.
 
Getting Started with Site Designs and Site Scripts - SPSChi
Getting Started with Site Designs and Site Scripts - SPSChiGetting Started with Site Designs and Site Scripts - SPSChi
Getting Started with Site Designs and Site Scripts - SPSChiDrew Madelung
 
What's New with OneDrive for Business - SharePoint Fest Chicago
What's New with OneDrive for Business - SharePoint Fest ChicagoWhat's New with OneDrive for Business - SharePoint Fest Chicago
What's New with OneDrive for Business - SharePoint Fest ChicagoDrew Madelung
 
Managing OneDrive for Business - SPSNYC
Managing OneDrive for Business - SPSNYCManaging OneDrive for Business - SPSNYC
Managing OneDrive for Business - SPSNYCDrew Madelung
 
Taking OneDrive for Business administration to the next level
Taking OneDrive for Business administration to the next levelTaking OneDrive for Business administration to the next level
Taking OneDrive for Business administration to the next levelDrew Madelung
 
Essentials for the SharePoint Power User - NACollabSummit
Essentials for the SharePoint Power User - NACollabSummitEssentials for the SharePoint Power User - NACollabSummit
Essentials for the SharePoint Power User - NACollabSummitDrew Madelung
 
OneDrive & SharePoint Better Together
OneDrive & SharePoint Better TogetherOneDrive & SharePoint Better Together
OneDrive & SharePoint Better TogetherDrew Madelung
 
What's new with OneDrive - July 2021
What's new with OneDrive - July 2021What's new with OneDrive - July 2021
What's new with OneDrive - July 2021Drew Madelung
 
Securing Team, SharePoint, and OneDrive in Microsoft 365 - M365VM
Securing Team, SharePoint, and OneDrive in Microsoft 365 - M365VMSecuring Team, SharePoint, and OneDrive in Microsoft 365 - M365VM
Securing Team, SharePoint, and OneDrive in Microsoft 365 - M365VMDrew Madelung
 
Whats new in SharePoint Online
Whats new in SharePoint OnlineWhats new in SharePoint Online
Whats new in SharePoint OnlineJayanthi P
 
Wisconsin SharePoint User Group - SharePoint Conference 2018 Announcements
Wisconsin SharePoint User Group - SharePoint Conference 2018 AnnouncementsWisconsin SharePoint User Group - SharePoint Conference 2018 Announcements
Wisconsin SharePoint User Group - SharePoint Conference 2018 AnnouncementsDrew Madelung
 
Securing SharePoint, OneDrive, & Teams with Sensitivity Labels
Securing SharePoint, OneDrive, & Teams with Sensitivity LabelsSecuring SharePoint, OneDrive, & Teams with Sensitivity Labels
Securing SharePoint, OneDrive, & Teams with Sensitivity LabelsDrew Madelung
 
What's new with Security & Compliance for SharePoint, OneDrive, and Teams
What's new with Security & Compliance for SharePoint, OneDrive, and TeamsWhat's new with Security & Compliance for SharePoint, OneDrive, and Teams
What's new with Security & Compliance for SharePoint, OneDrive, and TeamsDrew Madelung
 
Intro to Shared Channels
Intro to Shared ChannelsIntro to Shared Channels
Intro to Shared ChannelsDrew Madelung
 
Essentials for the SharePoint Power User - SharePoint Engage Raleigh 2017
Essentials for the SharePoint Power User - SharePoint Engage Raleigh 2017Essentials for the SharePoint Power User - SharePoint Engage Raleigh 2017
Essentials for the SharePoint Power User - SharePoint Engage Raleigh 2017Drew Madelung
 
Spt 101 Loving Onedrive for business as a productivity tool
Spt 101 Loving Onedrive for business as a productivity toolSpt 101 Loving Onedrive for business as a productivity tool
Spt 101 Loving Onedrive for business as a productivity toolBrian Culver
 
OneDrive for Business: Much More Than a File Share
OneDrive for Business: Much More Than a File ShareOneDrive for Business: Much More Than a File Share
OneDrive for Business: Much More Than a File ShareErica Toelle
 

What's hot (20)

How to successfully manage OneDrive
How to successfully manage OneDriveHow to successfully manage OneDrive
How to successfully manage OneDrive
 
Everything you need to know about sharing files in SharePoint and OneDrive
Everything you need to know about sharing files in SharePoint and OneDriveEverything you need to know about sharing files in SharePoint and OneDrive
Everything you need to know about sharing files in SharePoint and OneDrive
 
Enabling Sharing & Collaboration in OneDrive & SharePoint
Enabling Sharing & Collaboration in OneDrive & SharePointEnabling Sharing & Collaboration in OneDrive & SharePoint
Enabling Sharing & Collaboration in OneDrive & SharePoint
 
Maximizing Your Office 365 Investments With OneDrive
Maximizing Your Office 365 Investments With OneDriveMaximizing Your Office 365 Investments With OneDrive
Maximizing Your Office 365 Investments With OneDrive
 
Getting Started with Site Designs and Site Scripts - SPSChi
Getting Started with Site Designs and Site Scripts - SPSChiGetting Started with Site Designs and Site Scripts - SPSChi
Getting Started with Site Designs and Site Scripts - SPSChi
 
What's New with OneDrive for Business - SharePoint Fest Chicago
What's New with OneDrive for Business - SharePoint Fest ChicagoWhat's New with OneDrive for Business - SharePoint Fest Chicago
What's New with OneDrive for Business - SharePoint Fest Chicago
 
Managing OneDrive for Business - SPSNYC
Managing OneDrive for Business - SPSNYCManaging OneDrive for Business - SPSNYC
Managing OneDrive for Business - SPSNYC
 
Taking OneDrive for Business administration to the next level
Taking OneDrive for Business administration to the next levelTaking OneDrive for Business administration to the next level
Taking OneDrive for Business administration to the next level
 
Essentials for the SharePoint Power User - NACollabSummit
Essentials for the SharePoint Power User - NACollabSummitEssentials for the SharePoint Power User - NACollabSummit
Essentials for the SharePoint Power User - NACollabSummit
 
OneDrive & SharePoint Better Together
OneDrive & SharePoint Better TogetherOneDrive & SharePoint Better Together
OneDrive & SharePoint Better Together
 
What's new with OneDrive - July 2021
What's new with OneDrive - July 2021What's new with OneDrive - July 2021
What's new with OneDrive - July 2021
 
Securing Team, SharePoint, and OneDrive in Microsoft 365 - M365VM
Securing Team, SharePoint, and OneDrive in Microsoft 365 - M365VMSecuring Team, SharePoint, and OneDrive in Microsoft 365 - M365VM
Securing Team, SharePoint, and OneDrive in Microsoft 365 - M365VM
 
Whats new in SharePoint Online
Whats new in SharePoint OnlineWhats new in SharePoint Online
Whats new in SharePoint Online
 
Wisconsin SharePoint User Group - SharePoint Conference 2018 Announcements
Wisconsin SharePoint User Group - SharePoint Conference 2018 AnnouncementsWisconsin SharePoint User Group - SharePoint Conference 2018 Announcements
Wisconsin SharePoint User Group - SharePoint Conference 2018 Announcements
 
Securing SharePoint, OneDrive, & Teams with Sensitivity Labels
Securing SharePoint, OneDrive, & Teams with Sensitivity LabelsSecuring SharePoint, OneDrive, & Teams with Sensitivity Labels
Securing SharePoint, OneDrive, & Teams with Sensitivity Labels
 
What's new with Security & Compliance for SharePoint, OneDrive, and Teams
What's new with Security & Compliance for SharePoint, OneDrive, and TeamsWhat's new with Security & Compliance for SharePoint, OneDrive, and Teams
What's new with Security & Compliance for SharePoint, OneDrive, and Teams
 
Intro to Shared Channels
Intro to Shared ChannelsIntro to Shared Channels
Intro to Shared Channels
 
Essentials for the SharePoint Power User - SharePoint Engage Raleigh 2017
Essentials for the SharePoint Power User - SharePoint Engage Raleigh 2017Essentials for the SharePoint Power User - SharePoint Engage Raleigh 2017
Essentials for the SharePoint Power User - SharePoint Engage Raleigh 2017
 
Spt 101 Loving Onedrive for business as a productivity tool
Spt 101 Loving Onedrive for business as a productivity toolSpt 101 Loving Onedrive for business as a productivity tool
Spt 101 Loving Onedrive for business as a productivity tool
 
OneDrive for Business: Much More Than a File Share
OneDrive for Business: Much More Than a File ShareOneDrive for Business: Much More Than a File Share
OneDrive for Business: Much More Than a File Share
 

Similar to Everything you need to know about sharing files in SharePoint & OneDrive - SPFest Seattle

SPS London 2019 Enabling External Sharing in Office 365, SharePoint and OneDrive
SPS London 2019 Enabling External Sharing in Office 365, SharePoint and OneDriveSPS London 2019 Enabling External Sharing in Office 365, SharePoint and OneDrive
SPS London 2019 Enabling External Sharing in Office 365, SharePoint and OneDriveChirag Patel
 
How to Successfully Manage OneDrive for Business
How to Successfully Manage OneDrive for BusinessHow to Successfully Manage OneDrive for Business
How to Successfully Manage OneDrive for BusinessDrew Madelung
 
Deploying & Managing OneDrive
Deploying & Managing OneDriveDeploying & Managing OneDrive
Deploying & Managing OneDriveDrew Madelung
 
Life in the clouds: SharePoint and Office 365
Life in the clouds: SharePoint and Office 365Life in the clouds: SharePoint and Office 365
Life in the clouds: SharePoint and Office 365Loryan Strant
 
Working with External Partners in Office 365
Working with External Partners in Office 365Working with External Partners in Office 365
Working with External Partners in Office 365Bill Gaylor
 
Everything you ever wanted to know about external sharing in Microsoft 365 - ...
Everything you ever wanted to know about external sharing in Microsoft 365 - ...Everything you ever wanted to know about external sharing in Microsoft 365 - ...
Everything you ever wanted to know about external sharing in Microsoft 365 - ...Chirag Patel
 
OneDrive for Business for Administrators - SPS New York 2018
OneDrive for Business for Administrators - SPS New York 2018OneDrive for Business for Administrators - SPS New York 2018
OneDrive for Business for Administrators - SPS New York 2018Drew Madelung
 
What's new in SharePoint Online - London SharePoint User Group March 2018
What's new in SharePoint Online - London SharePoint User Group March 2018What's new in SharePoint Online - London SharePoint User Group March 2018
What's new in SharePoint Online - London SharePoint User Group March 2018Chirag Patel
 
August 2021 Microsoft 365 Need to Know Webinar
August 2021 Microsoft 365 Need to Know WebinarAugust 2021 Microsoft 365 Need to Know Webinar
August 2021 Microsoft 365 Need to Know WebinarRobert Crane
 
Office365 Groups from the Ground Up - SPTechCon San Francisco 2016
Office365 Groups from the Ground Up - SPTechCon San Francisco 2016 Office365 Groups from the Ground Up - SPTechCon San Francisco 2016
Office365 Groups from the Ground Up - SPTechCon San Francisco 2016 Drew Madelung
 
Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...
Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...
Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...Toni Frankola
 
Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...
Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...
Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...spsnyc
 
Understanding Compliance in Office 365
Understanding Compliance in Office 365Understanding Compliance in Office 365
Understanding Compliance in Office 365Erica Toelle
 
The top 10 things I wish I had known about O365 groups
The top 10 things I wish I had known about O365 groupsThe top 10 things I wish I had known about O365 groups
The top 10 things I wish I had known about O365 groupsAdam Ochs
 
Ecs19 - Hans Brender - Is OneDrive Really Enterprise Ready
Ecs19 - Hans Brender -  Is OneDrive Really Enterprise ReadyEcs19 - Hans Brender -  Is OneDrive Really Enterprise Ready
Ecs19 - Hans Brender - Is OneDrive Really Enterprise ReadyEuropean Collaboration Summit
 
Fried baspug hybrid share point
Fried baspug hybrid share pointFried baspug hybrid share point
Fried baspug hybrid share pointJeff Fried
 
OneDrive for Business Best Practices
OneDrive for Business Best PracticesOneDrive for Business Best Practices
OneDrive for Business Best PracticesChris Woodill
 
MindSurf 2013 - Improving Business Productivity with SharePoint 2013
MindSurf 2013 - Improving Business Productivity with SharePoint 2013MindSurf 2013 - Improving Business Productivity with SharePoint 2013
MindSurf 2013 - Improving Business Productivity with SharePoint 2013Don Donais
 

Similar to Everything you need to know about sharing files in SharePoint & OneDrive - SPFest Seattle (20)

SPS London 2019 Enabling External Sharing in Office 365, SharePoint and OneDrive
SPS London 2019 Enabling External Sharing in Office 365, SharePoint and OneDriveSPS London 2019 Enabling External Sharing in Office 365, SharePoint and OneDrive
SPS London 2019 Enabling External Sharing in Office 365, SharePoint and OneDrive
 
How to Successfully Manage OneDrive for Business
How to Successfully Manage OneDrive for BusinessHow to Successfully Manage OneDrive for Business
How to Successfully Manage OneDrive for Business
 
Deploying & Managing OneDrive
Deploying & Managing OneDriveDeploying & Managing OneDrive
Deploying & Managing OneDrive
 
Life in the clouds: SharePoint and Office 365
Life in the clouds: SharePoint and Office 365Life in the clouds: SharePoint and Office 365
Life in the clouds: SharePoint and Office 365
 
Working with External Partners in Office 365
Working with External Partners in Office 365Working with External Partners in Office 365
Working with External Partners in Office 365
 
Everything you ever wanted to know about external sharing in Microsoft 365 - ...
Everything you ever wanted to know about external sharing in Microsoft 365 - ...Everything you ever wanted to know about external sharing in Microsoft 365 - ...
Everything you ever wanted to know about external sharing in Microsoft 365 - ...
 
OneDrive for Business for Administrators - SPS New York 2018
OneDrive for Business for Administrators - SPS New York 2018OneDrive for Business for Administrators - SPS New York 2018
OneDrive for Business for Administrators - SPS New York 2018
 
What's new in SharePoint Online - London SharePoint User Group March 2018
What's new in SharePoint Online - London SharePoint User Group March 2018What's new in SharePoint Online - London SharePoint User Group March 2018
What's new in SharePoint Online - London SharePoint User Group March 2018
 
August 2021 Microsoft 365 Need to Know Webinar
August 2021 Microsoft 365 Need to Know WebinarAugust 2021 Microsoft 365 Need to Know Webinar
August 2021 Microsoft 365 Need to Know Webinar
 
Office365 Groups from the Ground Up - SPTechCon San Francisco 2016
Office365 Groups from the Ground Up - SPTechCon San Francisco 2016 Office365 Groups from the Ground Up - SPTechCon San Francisco 2016
Office365 Groups from the Ground Up - SPTechCon San Francisco 2016
 
Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...
Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...
Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...
 
Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...
Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...
Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...
 
Understanding Compliance in Office 365
Understanding Compliance in Office 365Understanding Compliance in Office 365
Understanding Compliance in Office 365
 
The top 10 things I wish I had known about O365 groups
The top 10 things I wish I had known about O365 groupsThe top 10 things I wish I had known about O365 groups
The top 10 things I wish I had known about O365 groups
 
Ecs19 - Hans Brender - Is OneDrive Really Enterprise Ready
Ecs19 - Hans Brender -  Is OneDrive Really Enterprise ReadyEcs19 - Hans Brender -  Is OneDrive Really Enterprise Ready
Ecs19 - Hans Brender - Is OneDrive Really Enterprise Ready
 
Fried baspug hybrid share point
Fried baspug hybrid share pointFried baspug hybrid share point
Fried baspug hybrid share point
 
Webinar: Building Your Document Management Strategy for Office 365
Webinar: Building Your Document Management Strategy for Office 365Webinar: Building Your Document Management Strategy for Office 365
Webinar: Building Your Document Management Strategy for Office 365
 
Microsoft - Cloud Platform
Microsoft - Cloud PlatformMicrosoft - Cloud Platform
Microsoft - Cloud Platform
 
OneDrive for Business Best Practices
OneDrive for Business Best PracticesOneDrive for Business Best Practices
OneDrive for Business Best Practices
 
MindSurf 2013 - Improving Business Productivity with SharePoint 2013
MindSurf 2013 - Improving Business Productivity with SharePoint 2013MindSurf 2013 - Improving Business Productivity with SharePoint 2013
MindSurf 2013 - Improving Business Productivity with SharePoint 2013
 

More from Drew Madelung

Deep dive into Microsoft Purview Data Loss Prevention
Deep dive into Microsoft Purview Data Loss PreventionDeep dive into Microsoft Purview Data Loss Prevention
Deep dive into Microsoft Purview Data Loss PreventionDrew Madelung
 
Introduction to Microsoft Syntex
Introduction to Microsoft SyntexIntroduction to Microsoft Syntex
Introduction to Microsoft SyntexDrew Madelung
 
Breakdown of Microsoft Purview Solutions
Breakdown of Microsoft Purview SolutionsBreakdown of Microsoft Purview Solutions
Breakdown of Microsoft Purview SolutionsDrew Madelung
 
Deploying Viva Topics
Deploying Viva TopicsDeploying Viva Topics
Deploying Viva TopicsDrew Madelung
 
Labelling in Microsoft 365 - Retention & Sensitivity
Labelling in Microsoft 365 - Retention & SensitivityLabelling in Microsoft 365 - Retention & Sensitivity
Labelling in Microsoft 365 - Retention & SensitivityDrew Madelung
 
What's New with OneDrive
What's New with OneDriveWhat's New with OneDrive
What's New with OneDriveDrew Madelung
 
Getting started with with SharePoint Syntex
Getting started with with SharePoint SyntexGetting started with with SharePoint Syntex
Getting started with with SharePoint SyntexDrew Madelung
 
Microsoft Ignite 2021 Recap
Microsoft Ignite 2021 RecapMicrosoft Ignite 2021 Recap
Microsoft Ignite 2021 RecapDrew Madelung
 
Labelling in Microsoft 365 - Retention & Sensitivity
Labelling in Microsoft 365 - Retention & SensitivityLabelling in Microsoft 365 - Retention & Sensitivity
Labelling in Microsoft 365 - Retention & SensitivityDrew Madelung
 
Sensitivity for Groups, Teams, and SharePoint
Sensitivity for Groups, Teams, and SharePointSensitivity for Groups, Teams, and SharePoint
Sensitivity for Groups, Teams, and SharePointDrew Madelung
 
Wisconsin SharePoint User Group - November 2020 - Ignite News
Wisconsin SharePoint User Group - November 2020 - Ignite NewsWisconsin SharePoint User Group - November 2020 - Ignite News
Wisconsin SharePoint User Group - November 2020 - Ignite NewsDrew Madelung
 
M365 Records Management Community Webinar
M365 Records Management Community WebinarM365 Records Management Community Webinar
M365 Records Management Community WebinarDrew Madelung
 
Following the Evolution of Office 365 Groups to Microsoft 365 Groups
Following the Evolution of Office 365 Groups to Microsoft 365 GroupsFollowing the Evolution of Office 365 Groups to Microsoft 365 Groups
Following the Evolution of Office 365 Groups to Microsoft 365 GroupsDrew Madelung
 
Sensitivity labels for Teams, Microsoft 365 Groups & SharePoint Sites
Sensitivity labels for Teams, Microsoft 365 Groups & SharePoint SitesSensitivity labels for Teams, Microsoft 365 Groups & SharePoint Sites
Sensitivity labels for Teams, Microsoft 365 Groups & SharePoint SitesDrew Madelung
 
Review of the new Managed Metadata experience in SharePoint Online
Review of the new Managed Metadata experience in SharePoint OnlineReview of the new Managed Metadata experience in SharePoint Online
Review of the new Managed Metadata experience in SharePoint OnlineDrew Madelung
 
Microsoft Ignite Recap: Microsoft 365 Security & Compliance with Vlad & Drew
Microsoft Ignite Recap: Microsoft 365 Security & Compliance with Vlad & DrewMicrosoft Ignite Recap: Microsoft 365 Security & Compliance with Vlad & Drew
Microsoft Ignite Recap: Microsoft 365 Security & Compliance with Vlad & DrewDrew Madelung
 
Microsoft Ignite Recap: Microsoft Teams & Yammer with Vlad & Drew
Microsoft Ignite Recap: Microsoft Teams & Yammer with Vlad & DrewMicrosoft Ignite Recap: Microsoft Teams & Yammer with Vlad & Drew
Microsoft Ignite Recap: Microsoft Teams & Yammer with Vlad & DrewDrew Madelung
 
Microsoft Ignite Recap: Hot off the press with Vlad & Drew
Microsoft Ignite Recap: Hot off the press with Vlad & DrewMicrosoft Ignite Recap: Hot off the press with Vlad & Drew
Microsoft Ignite Recap: Hot off the press with Vlad & DrewDrew Madelung
 

More from Drew Madelung (18)

Deep dive into Microsoft Purview Data Loss Prevention
Deep dive into Microsoft Purview Data Loss PreventionDeep dive into Microsoft Purview Data Loss Prevention
Deep dive into Microsoft Purview Data Loss Prevention
 
Introduction to Microsoft Syntex
Introduction to Microsoft SyntexIntroduction to Microsoft Syntex
Introduction to Microsoft Syntex
 
Breakdown of Microsoft Purview Solutions
Breakdown of Microsoft Purview SolutionsBreakdown of Microsoft Purview Solutions
Breakdown of Microsoft Purview Solutions
 
Deploying Viva Topics
Deploying Viva TopicsDeploying Viva Topics
Deploying Viva Topics
 
Labelling in Microsoft 365 - Retention & Sensitivity
Labelling in Microsoft 365 - Retention & SensitivityLabelling in Microsoft 365 - Retention & Sensitivity
Labelling in Microsoft 365 - Retention & Sensitivity
 
What's New with OneDrive
What's New with OneDriveWhat's New with OneDrive
What's New with OneDrive
 
Getting started with with SharePoint Syntex
Getting started with with SharePoint SyntexGetting started with with SharePoint Syntex
Getting started with with SharePoint Syntex
 
Microsoft Ignite 2021 Recap
Microsoft Ignite 2021 RecapMicrosoft Ignite 2021 Recap
Microsoft Ignite 2021 Recap
 
Labelling in Microsoft 365 - Retention & Sensitivity
Labelling in Microsoft 365 - Retention & SensitivityLabelling in Microsoft 365 - Retention & Sensitivity
Labelling in Microsoft 365 - Retention & Sensitivity
 
Sensitivity for Groups, Teams, and SharePoint
Sensitivity for Groups, Teams, and SharePointSensitivity for Groups, Teams, and SharePoint
Sensitivity for Groups, Teams, and SharePoint
 
Wisconsin SharePoint User Group - November 2020 - Ignite News
Wisconsin SharePoint User Group - November 2020 - Ignite NewsWisconsin SharePoint User Group - November 2020 - Ignite News
Wisconsin SharePoint User Group - November 2020 - Ignite News
 
M365 Records Management Community Webinar
M365 Records Management Community WebinarM365 Records Management Community Webinar
M365 Records Management Community Webinar
 
Following the Evolution of Office 365 Groups to Microsoft 365 Groups
Following the Evolution of Office 365 Groups to Microsoft 365 GroupsFollowing the Evolution of Office 365 Groups to Microsoft 365 Groups
Following the Evolution of Office 365 Groups to Microsoft 365 Groups
 
Sensitivity labels for Teams, Microsoft 365 Groups & SharePoint Sites
Sensitivity labels for Teams, Microsoft 365 Groups & SharePoint SitesSensitivity labels for Teams, Microsoft 365 Groups & SharePoint Sites
Sensitivity labels for Teams, Microsoft 365 Groups & SharePoint Sites
 
Review of the new Managed Metadata experience in SharePoint Online
Review of the new Managed Metadata experience in SharePoint OnlineReview of the new Managed Metadata experience in SharePoint Online
Review of the new Managed Metadata experience in SharePoint Online
 
Microsoft Ignite Recap: Microsoft 365 Security & Compliance with Vlad & Drew
Microsoft Ignite Recap: Microsoft 365 Security & Compliance with Vlad & DrewMicrosoft Ignite Recap: Microsoft 365 Security & Compliance with Vlad & Drew
Microsoft Ignite Recap: Microsoft 365 Security & Compliance with Vlad & Drew
 
Microsoft Ignite Recap: Microsoft Teams & Yammer with Vlad & Drew
Microsoft Ignite Recap: Microsoft Teams & Yammer with Vlad & DrewMicrosoft Ignite Recap: Microsoft Teams & Yammer with Vlad & Drew
Microsoft Ignite Recap: Microsoft Teams & Yammer with Vlad & Drew
 
Microsoft Ignite Recap: Hot off the press with Vlad & Drew
Microsoft Ignite Recap: Hot off the press with Vlad & DrewMicrosoft Ignite Recap: Hot off the press with Vlad & Drew
Microsoft Ignite Recap: Hot off the press with Vlad & Drew
 

Recently uploaded

Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 

Recently uploaded (20)

Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 

Everything you need to know about sharing files in SharePoint & OneDrive - SPFest Seattle

  • 1. Everything you need to know about sharing files in SharePoint & OneDrive SharePoint Fest Seattle2019 #SPFestSea
  • 2. Drew Madelung Email : drew.madelung@protiviti.com Twitter : @dmadelung Website: drewmadelung.com Senior Manager – SharePoint & Office 365
  • 3. Types of sharing What really happens Sharing management What’s next Everything you need to know about sharing files in SharePoint & OneDrive SharePoint Fest Seattle 2019 #SPFestSea
  • 4. Let’s talk security Permission Level Full Control Edit Contribute Read View Only Approve Design Create your own! SharePoint Object 3 things make up SharePoint Security Site Collection Site Library, List Item, Document, Folder User or Group
  • 5. Security is based on inheritance Site Collection Site Library, List Item, Document, Folder Site Collection Site Library, List Item, Document, Folder Unbroken Inheritance Broken Inheritance
  • 7. Sharing administration vs End User sharing Admins plan and set sharing configuration End users share content Internal users External users
  • 8. Authenticated or Anonymous Someone from outside your Office 365 subscription who has been granted access to a site, file, or folder Authenticated with Microsoft account Anonymous Spreads across workloads Added to Azure AD as Guest Groups, Teams, SharePoint, OneDrive, Yammer, etc Can’t be shared sites IP tracked
  • 9. Types of sharing via End User Specific People People with existing access People in the organization Anyone
  • 10. Specific people A non-transferrable, revocable secret key, only grants access to the specific recipient Won’t work if forwarded to others Existing users get access via their account New external users prove email ownership via simple one-time passcode Internal users granted access directly with inheritance broken
  • 11. People with existing access Send link without sharing Does not change permissions Cannot be set as default link type Users have access and receive a link via email Gets direct link to file
  • 12. People in my organization A transferrable, revocable secret key, only grants access to internal users Can be forwarded to others Access can be revoked anytime Users need link to gain access Requires sign-in to an account in my organization Members (non-guests) in Azure AD
  • 13. Anyone (Anonymous) A transferrable, revocable secret key Can be forwarded to others Access can be revoked anytime Users need link to gain access Guarantees users can open, anywhere, without signing in
  • 14. Sharing from everywhere Modern sharing UI is unified across platforms OneDrive Mobile App Office Mac File Explorer with OneDrive sync Mac Finder SharePoint OneDrive Office Online Office Desktop
  • 15. Demo!
  • 16. What happens when you share with links? Share via Link Inheritance broken on file New SP Group created and added to files Access Control List (ACL) Users put into SP Group when shared or link clicked Entry added to Sharing Links SP List
  • 17. Specific people – Share externally securely Passcode required via secondary email Must use email link was sent to verify Auditable through “SecureLink” actions Get-SPOExternalUser will not return them • Must used Get-SPOUser User shares file or folder to user not in directory Guest receives passcode and not required to login with MS account
  • 18. Sharing sites vs content Sharing sites requires Microsoft account login Utilizes access requests Adds user as guest to Azure AD after login Get-SPOExternalUser returns guest accounts Once in Azure AD -> will appear in people picker Adds user to site SP group
  • 19. Classic sharing UI “Invite people” is like sharing with specific people “Get a link” gives you organization links and anonymous
  • 20. Sharing in Office 365 Groups Modern SharePoint team sites are powered by Office 365 Groups – Including MS Teams! Feature Guest user allowed? Create a group No Add/remove group members No Delete a group No Join a group Yes, by invitation Start a conversation Yes Reply to a conversation Yes Search for a conversation Yes @mention a person in the group No Pin/Favorite a group No Delete a conversation Yes "Like" messages No Manage meetings No View group calendar No Modify calendar events No Add a group calendar to a personal calendar No View and edit group files Yes, if enabled by tenant admin Access the group OneNote notebook Yes, via link from group member Browse groups No Security model is different 1 Azure AD group powers 2 permission levels – Owner & Member Permissions cross workloads Add users (share) to the Group vs content in SharePoint Unique external sharing administration Guests cannot be an owner Modern Communication sites do NOT utilize Office 365 Groups
  • 21. Demo!
  • 22. Control external sharing in Office 365 Members Owners Unauth’d guests Auth’d guests Admin Inside Outside Control External sharing
  • 23. Control external sharing in Office 365 Least Restrictive Most Restrictive
  • 24. External sharing administration Sharing configured via SharePoint AND/OR OneDrive admin centers Configured per tenant Ability to configure sharing set per site collection • Every OneDrive is a site collection Office 365 Group sharing best managed through PowerShell
  • 25. External sharing administration  Sharing for OneDrive can be MORE restrictive but not LESS restrictive than SPO  If sharing turned off globally in SPO any shared links will stop working Sharing Options  No external sharing  Only existing external users (sign-in required)  New and existing external users (sign-in required)  Anyone, including anonymous users (on by default) Your SharePoint Online sharing settings determine which OneDrive sharing settings are available Setting Sharing in OneDrive Admin Center affects SPO
  • 26. Set external sharing settings Default link type  Direct links  Only users who have specific permission  Internal Links  Only users within your organization  Sharable access links  Anyone with a link (anonymous) Default link permission  View or Edit The following settings apply to both SPO and OneDrive Anonymous access link permission  Separate for Files & Folders  View, Edit & Upload  View Only for Anonymous access link expiration  Up to 2 years / 730 days
  • 27. Set external sharing settings Limited external sharing by user  Only certain users in security group can share with  External users  External users + anonymous Other  External sharing policy URL (new)  Must accept using same account  Let external users share items they don’t own  Require recipients to prove account ownership (days)  Not anonymous The following settings apply to both SPO and OneDrive OneDrive email notifications  Other users share again  External users accept  Anonymous link created or changed
  • 28. External sharing administration Classic admin center includes certain things • Only users in selected security groups shared with external users • Use shorter links when sharing files and folders • Require recipients to continually prove account ownership
  • 29. Domain allow/block Ability to whitelist or blacklist domains for SharePoint & OneDrive • Tenant or site collection level • Recommend blacklist Office 365 Group external sharing does not respect the SharePoint configuration Configure Azure AD allow/block list https://go.microsoft.com/fwlink/p/?linkid=857710
  • 30. Demo!
  • 31. Site collection advanced sharing Per site collection sharing via admin centers Non O365 group backed sites only in classic admin
  • 32. Site collection advanced sharing PowerShell to set site specific sharing with Set-SPOSite General • -SharingCapability • -DefaultSharingLinkType • -DefaultLinkPermission Anonymous • -OverrideTenantAnonymousLinkExpirationPolicy • -AnonymousLinkExpirationInDays Domain restrictions • -SharingDomainRestrictionMode • -SharingAllowedDomainList • -SharingBlockedDomainList Other • -ShowPeoplePickerSuggestionsForGuestUsers • -DisableCompanyWidSharingLinks • DisableSharingForNonOwners
  • 33. Site collection advanced sharing Access requests still can be set and utilized Default access requests set to site owners SharePoint group • Can update email + message Control ability of members to share Allow members to add to default members group • Allows members to share site
  • 34. Demo!
  • 35. Sharing tidbits If external sharing enable -> Office 365 group powered sites will be enabled with the same Access requests list generated after access request submitted • Access%20Requests/pendingreq.aspx Hidden SharePoint List handles link management Use content search for reporting External sharing changes for My Site site collection apply to existing and new OneDrive’s Utilize SharePoint Online as an extranet Be aware of migration to SharePoint Online with Delve and permission exposure Work with the business to understand sharing requirements, don’t just lock down
  • 36. • xxxx Help Contribute & Stay Informed! Microsoft Tech Community https://techcommunity.microsoft.com Microsoft 365 Roadmap https://fasttrack.microsoft.com/roadmap Office Blogs https://blogs.office.com/ Office 365 Admin Center – Message Center https://portal.office.com/AdminPortal Office 365 for IT Pros http://exchangeserverpro.com/ebooks/office-365-for-it-pros
  • 37.
  • 38. Questions? Email: drew.madelung@protiviti.com Twitter: @dmadelung Website: drewmadelung.com Slides: http://bit.ly/DrewSlides
  • 39. Everything you need to know about sharing files in SharePoint & OneDrive SharePoint FestSeattle2018 #SPFestSeattle

Editor's Notes

  1. *NEED TO TEST if external users who were granted access will work
  2. Default sharing logic Create links Show manage access Manage access through sharing Revoking access Send via email
  3.  Previously, when securely sharing with users who were not in the organization's directory, these users were sent an invitation and had to log in using a Microsoft Account or a Work or School Account. They were then added to the directory as guests and given permissions to the file or folder. https://docs.microsoft.com/en-us/sharepoint/what-s-new-in-sharing-in-targeted-release?redirectSourcePath=%252farticle%252fcc78357c-6d48-499c-9cc7-dae447d0d391
  4.  Previously, when securely sharing with users who were not in the organization's directory, these users were sent an invitation and had to log in using a Microsoft Account or a Work or School Account. They were then added to the directory as guests and given permissions to the file or folder.
  5. Passcode Share site Share o365 group
  6. ******This whole section needs to be reworked I think – order of content, etc. with Teams, Office 365 Groups, etc. DG We talked about the end user experiences, but Now we need to talk about how to configure it Guest access to Microsoft Teams can be managed through four different levels of authorization: Azure Active Directory: Guest access in Microsoft Teams relies on the Azure AD business-to-business (B2B) platform. Controls the guest experience at the directory, tenant, and application level. Microsoft Teams: Controls Microsoft Teams only. Office 365 Groups: Controls the guest experience in Office 365 Groups and Microsoft Teams. SharePoint Online and OneDrive for Business: Controls the guest experience in SharePoint Online, OneDrive for Business, Office 365 Groups, and Microsoft Teams. Examples: Don’t allow guest users in Teams Enable guest access in AAD, Teams and Groups but disable on selective Teams containing sensitive/confidential information. Specify specific settings for individual SPO sites, including those connected to Teams and Groups.
  7. DG There are services that have anonymous external sharing that isn’t controlled by AAD - Forms, Sway, Power BI But the governance you have for sharing should apply to these services as well
  8. SPO sharing is king  If you turn off external sharing for SharePoint Online in your organization, you can't turn it on for OneDrive. If you limit external sharing in SharePoint Online, to only authenticated users, then that will be the only kind of external sharing you can allow in OneDrive. If you allow anonymous access links for SharePoint Online, you can limit external sharing in OneDrive to authenticated users or turn it off entirely. the external users have already accepted sharing invitations Invitations to view files can be redeemed only once. After an invitation has been accepted, it can't be shared or used by others to gain access. Anonymous access links can be forwarded to other people, who can also view or edit the shared items without signing in.
  9. All of these settings show up in both admin centers The settings you change in the OneDrive admin center sync with your settings in the SharePoint admin center. Anonymous option is only available if your external sharing setting for SharePoint is set to Anyone, including anonymous users.
  10. All of these settings show up in both admin centers The settings you change in the OneDrive admin center sync with your settings in the SharePoint admin center. Anonymous option is only available if your external sharing setting for SharePoint is set to Anyone, including anonymous users.
  11. DREW
  12. Sp admin vs od admin
  13. DREW
  14. DREW https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/set-sposite?view=sharepoint-ps
  15. DREW
  16. Site collection sharing
  17. MS is always listening
  18. Reach out anytime
  19. Reach out anytime