SlideShare a Scribd company logo
1 of 37
Download to read offline
MinRole and SharePoint 2016
Roy Polvorosa
Roy Polvorosa
• Managed Services & Support Manager at Imaginet.
• Rich experience architecting and deploying SharePoint
solutions for a wide variety of business verticals.
• Specialize in: Office 365 and Azure, ADFS, SharePoint,
SQL, Exchange and Active Directory
• Twitter: @rpolvorosja
• E-mail: royp@imaginet.com
Imaginet
Imaginet is your trusted Dallas technology partner who turns your business innovation ideas into reality.
AZURE SOLUTIONS
Take Advantage of the Cloud. Now.
SHAREPOINT SOLUTIONS
The New Way to Work. Together.
OFFICE 365 SOLUTIONS
Cloud-Powered Productivity. Anywhere.
SKYPE FOR BUSINESS SOLUTIONS
Unify Communications. Everywhere.
VISUAL STUDIO AND TFS SOLUTIONS
Develop Software. Better.
SQL SERVER AND BI SOLUTIONS
Manage Big Data. Effortlessly.
BIZTALK SOLUTIONS
Unite Your Enterprise. Faster.
EXCHANGE SOLUTIONS
Working Together. Smarter.
18+
YEARS
1,200+
CUSTOMERS
2,500+
SUCCESSFUL
ENGAGEMENTS
Agenda
• What is MinRole?
• SharePoint Server Roles
• How does it work in SharePoint 2016?
• The Benefits
• MinRole topologies
• Using MinRole in your SharePoint 2016 Farm
• MinRole Administration
• Opting out of MinRole
MinRole
A SharePoint 2016 feature “Built from the cloud up”.
What is MinRole?
• Exclusive to SharePoint 2016.
• Administrators define each server’s role in the farm topology when a new farm is created
or when a server is added to an existing farm.
• SharePoint automatically configures the services on each server based on the server role
specified and optimizes performance of the farm based on the topology.
SharePoint Server Roles
Front-End
• Service applications and
components that serve
user requests. These
servers are optimized
for low latency.
Application
• Server optimized for
high throughput e.g.
Service applications
that serve backend tasks
(background jobs).
Distributed Cache
• Service applications
and components that are
required for a distributed
cache belong on Distributed
Cache servers.
SharePoint Server Roles
Search
• Service applications and
components required for
search.
Custom
• Custom service applications,
services and components
that do not integrate
with MinRole belong on
Custom servers.
Single Server Farm
• Service applications and
components required
for a single machine
farm.
List of Services: http://tinyurl.com/jtknksz
How Does MinRole Work?
How does it work?
• Starts a base set of service instances that are required for the server’s role
when a new farm is created or when a server is added to an existing farm.
• Detects which additional services have been enabled and starts services as
appropriate for the server’s role.
• Starts and stops corresponding service instances in the farm.
• In the past, SharePoint administrators had to manually define roles and
services on each server.
What does this mean for architecting
SharePoint 2016 environments?
Benefits of using MinRole in your SharePoint 2016 farm
Simpler Deployments
• SharePoint Administrators no longer need to worry about which services have been
enabled on which servers.
• Administrators reduce the risk of slight misconfigurations during installation by
leveraging a template-type deployment.
• Administrators can focus on what functionality to enable in the farm and let SharePoint
take care of the rest.
Improved Performance and Reliability
• Microsoft has been operating SharePoint online since 2011 and has analyzed key
performance characteristics of operating SharePoint at an internet scale such as CPU,
memory, disk I/O and network latency.
• SharePoint services have been optimized for the MinRole topology based on that
analysis.
• Improved service application load balancer services requests from local service
instances instead of going across the farm to another server.
Simpler Capacity Planning and Farm
Scalability
• In SharePoint 2016, Microsoft bases capacity planning on the MinRole topology
• Leverage predictable and perspective capacity-planning guidance by deploying a farm
based on the MinRole topology.
• As SharePoint needs grow, easily add more servers to the farm and SharePoint will
automatically configure the additional servers.
MinRole Topologies
What to expect in SharePoint 2016
Typical SharePoint 2013 Topology
• SharePoint Administrators manually configure services on
each server to fit these roles.
• As features and services are added, Administrators have to
determine where these components should run based on
best practices, current server load, etc.
Web Front-ends
Application Servers
SQL Servers
SharePoint 2016 Minimum MinRole
Topology
• The supported minimum MinRole configuration
requires a server with each role.
• If SQL is included - need at least 5 servers for MinRole.
• Minimum configuration does not have any resiliency.
Front-end Distributed Cache
Application Server Search
SQL Server
Highly Available SharePoint 2016 MinRole
Topology
• Two of each server role is recommended
• Three servers required for Distributed
cache in a cluster quorum
• Add SQL availability groups to achieve HA in
the SQL layer.
• Potentially requires 11 servers
• Added Office Online Servers totals 13
Servers
Front-end
Application Server Search
SQL Server Office Online Servers
Distributed Cache
Custom 3 Tier MinRole Topology
• Front end servers benefit from MinRole.
• Configure custom servers to run majority of SharePoint
service applications and reduce number of servers.
• Manual configuration of services and monitoring
required on custom servers.
• SharePoint Administrators determine which custom
server will run which services.
Custom Servers
SQL Servers
Front-End Servers
Custom HA Topology with Search
• Two load balanced servers with Front-end
role.
• Two custom servers running distributed
cache, User Profile Sync, Secure Store.
• Two servers with Search server role.
• SQL servers configured with always on
availability groups.
Front-End Servers
Custom Servers
SQL Servers
Search Servers
How Does This Impact My SharePoint 2016
Upgrade?
SharePoint 2016 Upgrades and MinRole
• You still need to plan and design.
• MinRole Topology is recommended but not the only option.
• If you’re upgrading from SharePoint 2013, database-attach method is available
• Versions prior to SharePoint 2013 will need additional planning.
Using MinRole in your SharePoint 2016
Implementation
Configuring SP2016 for the first time
• See MinRole when running the SharePoint
Configuration Wizard for the first time or when
joining a server to an existing farm.
• There is no order in which server to configure
first - start with any server role.
• Also use the SharePoint Management Shell or
PSConfig.exe command line tool
MinRole and the Management Shell
• New LocalServerRole parameter allows a server’s role to be specified when using the
management shell or PSConfig.exe command line tool.
• Existing deployment scripts may have to be updated with this new parameter.
Service Applications and MinRole
• A minimum MinRole topology or custom topology needs to be setup first before
deploying any service applications.
• MinRole doesn’t automatically create service applications when a server’s role is defined.
• When configuring a new Search Service Application, MinRole detects which server in the
farm holds the Search Server role, turns on the search services and configures the
search topology appropriately.
• MinRole also stops service instances automatically if you delete a service application.
MinRole Administration
Central Administration Changes
• Updated Farm Servers page shows a server’s role and MinRole compliancy status along
with currently running services.
• The compliant column will also display a “Fix” link if a server does not meet compliancy.
Central Administration Changes
• Updated manage services
page in Central Admin has
been updated to display the
state of each service in the
farm and current MinRole
Compliancy status.
• Enable or disable auto
provisioning of services.
Central Administration Changes
• Updated Services on Server page now
displays current MinRole compliancy
status for each service.
• Action column has changed. Start and
stop links removed for services managed
by MinRole.
• To start or stop a service, go back to the
Manage services farm page.
MinRole Compliancy
• Once a Server’s role is configured, only those services appropriate for that role can run
on that server.
• SharePoint 2016 has a new set of Health Analyzer rules and timer jobs to identify when a
server isn’t MinRole Compliant.
• If a service is accidently turned on and shouldn’t be running on that server, SharePoint
will automatically turn it off.
Custom Server
Services Running:
Central Administration
Claims to Windows Token Service
Microsoft SharePoint Foundation Incoming E-mail
Microsoft Foundation Web Application
Microsoft SharePoint Foundation Workflow Timer Service
Search Administration Service
Application
Server
Services Running:
Central Administration
Claims to Windows Token Service
Microsoft SharePoint Foundation Incoming E-mail
Microsoft Foundation Web Application
Microsoft SharePoint Foundation Workflow Timer Service
MinRole Compliancy
Search Administration Service
Changing a Server’s Role
• Minrole isn’t set in stone. SharePoint Administrators can change a Server’s role through
Central Admin or through the SharePoint Management Shell.
• To avoid MinRole compliancy warnings in the Health Analyzer, decommission existing
service applications before changing the roles.
• Plan your SharePoint 2016 farm appropriately and not have to change roles.
What About 3rd Party Apps?
• Answer – Custom Server Role.
• 3rd party SharePoint applications like PerformancePoint or Nintex Workflows would best
fit the custom role.
• The Custom Server Role is excluded from the MinRole Compliancy checks as it can run
any service the Administrator configures.
Opting Out of MinRole
• SharePoint 2016 supports backwards compatible behavior of previous versions of
SharePoint with the custom role.
• SharePoint farm administrators can assign zero, some or all servers to the Custom Role
and manually manage service instances on these servers.
• Specify the ServerRoleOptional parameter when creating a new SharePoint farm if
existing deployment scripts need to remain intact.
• This is done using the PSConfig.exe command line tool or Powershell cmdlet.
Thank You
Let's Continue the Conversation!
Email me at royp@imaginet.com.
Twitter: @rpolvorosja
www.imaginet.com
What's Next?
Q&A with Roy
Fill out a Speaker Evaluation
Enter our Grand Prize Drawing
for an Amazon Echo

More Related Content

What's hot

What's new in SharePoint 2016 for IT Professionals Webinar with CrowCanyon
What's new in SharePoint 2016 for IT Professionals Webinar with CrowCanyonWhat's new in SharePoint 2016 for IT Professionals Webinar with CrowCanyon
What's new in SharePoint 2016 for IT Professionals Webinar with CrowCanyonVlad Catrinescu
 
Hosting SharePoint 2016 farm in azure
Hosting SharePoint 2016 farm in azureHosting SharePoint 2016 farm in azure
Hosting SharePoint 2016 farm in azureLearning SharePoint
 
What's New in SharePoint 2016 for End Users Webinar with Intlock
What's New in SharePoint 2016 for End Users Webinar with IntlockWhat's New in SharePoint 2016 for End Users Webinar with Intlock
What's New in SharePoint 2016 for End Users Webinar with IntlockVlad Catrinescu
 
What's new in SharePoint 2016
What's new in SharePoint 2016What's new in SharePoint 2016
What's new in SharePoint 2016Giuseppe Marchi
 
SharePoint 2016 The Future is Hybrid, what you need to know about it
SharePoint 2016 The Future is Hybrid, what you need to know about itSharePoint 2016 The Future is Hybrid, what you need to know about it
SharePoint 2016 The Future is Hybrid, what you need to know about itKnut Relbe-Moe [MVP, MCT]
 
Dot netcampus2015 francescosodano-sharepoint2016whatsnew
Dot netcampus2015 francescosodano-sharepoint2016whatsnewDot netcampus2015 francescosodano-sharepoint2016whatsnew
Dot netcampus2015 francescosodano-sharepoint2016whatsnewDotNetCampus
 
SharePoint 2016 Deep Dive
SharePoint 2016 Deep DiveSharePoint 2016 Deep Dive
SharePoint 2016 Deep DiveJared Matfess
 
SharePoint 2016 Beta 2 What's new (End users and IT Pros) Microsoft Innovat...
SharePoint 2016   Beta 2 What's new (End users and IT Pros) Microsoft Innovat...SharePoint 2016   Beta 2 What's new (End users and IT Pros) Microsoft Innovat...
SharePoint 2016 Beta 2 What's new (End users and IT Pros) Microsoft Innovat...serge luca
 
SharePoint 2016 : C’est quoi les nouveautés?
SharePoint 2016 : C’est quoi les nouveautés?SharePoint 2016 : C’est quoi les nouveautés?
SharePoint 2016 : C’est quoi les nouveautés?Vlad Catrinescu
 
SPSLA - What to Expect with SharePoint 2019
SPSLA - What to Expect with SharePoint 2019SPSLA - What to Expect with SharePoint 2019
SPSLA - What to Expect with SharePoint 2019Brian Caauwe
 
SharePoint 2016 - nextgenportal
SharePoint 2016 - nextgenportalSharePoint 2016 - nextgenportal
SharePoint 2016 - nextgenportal2SeeU
 
SharePoint 2016 Is Coming! Are You Ready?
SharePoint 2016 Is Coming! Are You Ready?SharePoint 2016 Is Coming! Are You Ready?
SharePoint 2016 Is Coming! Are You Ready?Richard Harbridge
 
SharePoint 2016: Features Overview
SharePoint 2016: Features OverviewSharePoint 2016: Features Overview
SharePoint 2016: Features OverviewShareGate
 
[Webinar] New Features in SharePoint 2016
[Webinar] New Features in SharePoint 2016 [Webinar] New Features in SharePoint 2016
[Webinar] New Features in SharePoint 2016 James Wright
 
SharePoint 2016 for the Business: Top 10 New Features
SharePoint 2016 for the Business: Top 10 New FeaturesSharePoint 2016 for the Business: Top 10 New Features
SharePoint 2016 for the Business: Top 10 New FeaturesJoel Oleson
 
Accelerate your journey to the cloud using the Microsoft SharePoint Migration...
Accelerate your journey to the cloud using the Microsoft SharePoint Migration...Accelerate your journey to the cloud using the Microsoft SharePoint Migration...
Accelerate your journey to the cloud using the Microsoft SharePoint Migration...Vignesh Ganesan I Microsoft MVP
 
What's New for the BI workload in SharePoint 2016 and SQL Server 2016
What's New for the BI workload in SharePoint 2016 and SQL Server 2016What's New for the BI workload in SharePoint 2016 and SQL Server 2016
What's New for the BI workload in SharePoint 2016 and SQL Server 2016SPC Adriatics
 
SharePoint 2016 Search
SharePoint 2016 SearchSharePoint 2016 Search
SharePoint 2016 SearchMike Maadarani
 

What's hot (20)

What's new in SharePoint 2016 for IT Professionals Webinar with CrowCanyon
What's new in SharePoint 2016 for IT Professionals Webinar with CrowCanyonWhat's new in SharePoint 2016 for IT Professionals Webinar with CrowCanyon
What's new in SharePoint 2016 for IT Professionals Webinar with CrowCanyon
 
Hosting SharePoint 2016 farm in azure
Hosting SharePoint 2016 farm in azureHosting SharePoint 2016 farm in azure
Hosting SharePoint 2016 farm in azure
 
What's New in SharePoint 2016 for End Users Webinar with Intlock
What's New in SharePoint 2016 for End Users Webinar with IntlockWhat's New in SharePoint 2016 for End Users Webinar with Intlock
What's New in SharePoint 2016 for End Users Webinar with Intlock
 
What's new in SharePoint 2016
What's new in SharePoint 2016What's new in SharePoint 2016
What's new in SharePoint 2016
 
SharePoint 2016 The Future is Hybrid, what you need to know about it
SharePoint 2016 The Future is Hybrid, what you need to know about itSharePoint 2016 The Future is Hybrid, what you need to know about it
SharePoint 2016 The Future is Hybrid, what you need to know about it
 
Dot netcampus2015 francescosodano-sharepoint2016whatsnew
Dot netcampus2015 francescosodano-sharepoint2016whatsnewDot netcampus2015 francescosodano-sharepoint2016whatsnew
Dot netcampus2015 francescosodano-sharepoint2016whatsnew
 
SharePoint 2016 Deep Dive
SharePoint 2016 Deep DiveSharePoint 2016 Deep Dive
SharePoint 2016 Deep Dive
 
SharePoint 2016 Beta 2 What's new (End users and IT Pros) Microsoft Innovat...
SharePoint 2016   Beta 2 What's new (End users and IT Pros) Microsoft Innovat...SharePoint 2016   Beta 2 What's new (End users and IT Pros) Microsoft Innovat...
SharePoint 2016 Beta 2 What's new (End users and IT Pros) Microsoft Innovat...
 
SharePoint 2016 : C’est quoi les nouveautés?
SharePoint 2016 : C’est quoi les nouveautés?SharePoint 2016 : C’est quoi les nouveautés?
SharePoint 2016 : C’est quoi les nouveautés?
 
SPSLA - What to Expect with SharePoint 2019
SPSLA - What to Expect with SharePoint 2019SPSLA - What to Expect with SharePoint 2019
SPSLA - What to Expect with SharePoint 2019
 
SharePoint 2016 - nextgenportal
SharePoint 2016 - nextgenportalSharePoint 2016 - nextgenportal
SharePoint 2016 - nextgenportal
 
SharePoint 2016 Is Coming! Are You Ready?
SharePoint 2016 Is Coming! Are You Ready?SharePoint 2016 Is Coming! Are You Ready?
SharePoint 2016 Is Coming! Are You Ready?
 
SharePoint 2016: Features Overview
SharePoint 2016: Features OverviewSharePoint 2016: Features Overview
SharePoint 2016: Features Overview
 
[Webinar] New Features in SharePoint 2016
[Webinar] New Features in SharePoint 2016 [Webinar] New Features in SharePoint 2016
[Webinar] New Features in SharePoint 2016
 
SharePoint 2016 for the Business: Top 10 New Features
SharePoint 2016 for the Business: Top 10 New FeaturesSharePoint 2016 for the Business: Top 10 New Features
SharePoint 2016 for the Business: Top 10 New Features
 
Accelerate your journey to the cloud using the Microsoft SharePoint Migration...
Accelerate your journey to the cloud using the Microsoft SharePoint Migration...Accelerate your journey to the cloud using the Microsoft SharePoint Migration...
Accelerate your journey to the cloud using the Microsoft SharePoint Migration...
 
SharePoint 2016
SharePoint 2016SharePoint 2016
SharePoint 2016
 
What's New for the BI workload in SharePoint 2016 and SQL Server 2016
What's New for the BI workload in SharePoint 2016 and SQL Server 2016What's New for the BI workload in SharePoint 2016 and SQL Server 2016
What's New for the BI workload in SharePoint 2016 and SQL Server 2016
 
SharePoint 2016 Search
SharePoint 2016 SearchSharePoint 2016 Search
SharePoint 2016 Search
 
SharePoint 2016 Overview
SharePoint 2016 OverviewSharePoint 2016 Overview
SharePoint 2016 Overview
 

Viewers also liked

Scaling SharePoint 2016 Farms with MinRole & Other Tools
Scaling SharePoint 2016 Farms with MinRole & Other ToolsScaling SharePoint 2016 Farms with MinRole & Other Tools
Scaling SharePoint 2016 Farms with MinRole & Other ToolsSPC Adriatics
 
Get ready for SharePoint 2016
Get ready for SharePoint 2016Get ready for SharePoint 2016
Get ready for SharePoint 2016Next Iteration
 
SQL Server 2016 and SharePoint 2016 - Lars PLatzdasch - SQL Konferenz 2016
SQL Server 2016 and SharePoint 2016  - Lars PLatzdasch - SQL Konferenz 2016SQL Server 2016 and SharePoint 2016  - Lars PLatzdasch - SQL Konferenz 2016
SQL Server 2016 and SharePoint 2016 - Lars PLatzdasch - SQL Konferenz 2016Lars Platzdasch
 
What's new in sharepoint 2016
What's new in sharepoint 2016What's new in sharepoint 2016
What's new in sharepoint 2016Mike Maadarani
 
SharePoint architecture-site
SharePoint architecture-siteSharePoint architecture-site
SharePoint architecture-siteKunzhong Gao
 
SharePoint Information Architecture
SharePoint Information ArchitectureSharePoint Information Architecture
SharePoint Information ArchitectureCredera
 
Campus Collaboration 2016 Presentation Slides
Campus Collaboration 2016 Presentation SlidesCampus Collaboration 2016 Presentation Slides
Campus Collaboration 2016 Presentation SlidesHarvardComms
 
Collaboration Services in Microsoft Office 365 from Atidan
Collaboration Services in Microsoft Office 365 from AtidanCollaboration Services in Microsoft Office 365 from Atidan
Collaboration Services in Microsoft Office 365 from AtidanDavid J Rosenthal
 
SharePoint Saturday NL 2016 - Security & Compliance
SharePoint Saturday NL 2016 - Security & ComplianceSharePoint Saturday NL 2016 - Security & Compliance
SharePoint Saturday NL 2016 - Security & ComplianceAlbert Hoitingh
 
SharePoint & The Road Ahead: SharePoint 2016 & Office 365
SharePoint & The Road Ahead: SharePoint 2016 & Office 365 SharePoint & The Road Ahead: SharePoint 2016 & Office 365
SharePoint & The Road Ahead: SharePoint 2016 & Office 365 Richard Harbridge
 
UDL As A Framework for Collaboration Between AT & IT [ATIA 2017]
UDL As A Framework for Collaboration Between AT & IT [ATIA 2017]UDL As A Framework for Collaboration Between AT & IT [ATIA 2017]
UDL As A Framework for Collaboration Between AT & IT [ATIA 2017]Rhianon E. Gutierrez
 
15 Kevin Cody - Measuring intranet engagement - Intranet Now
15 Kevin Cody - Measuring intranet engagement - Intranet Now15 Kevin Cody - Measuring intranet engagement - Intranet Now
15 Kevin Cody - Measuring intranet engagement - Intranet NowIntranet Now
 
19 Jonathan Phillips - The future of work and the digital workplace - Intrane...
19 Jonathan Phillips - The future of work and the digital workplace - Intrane...19 Jonathan Phillips - The future of work and the digital workplace - Intrane...
19 Jonathan Phillips - The future of work and the digital workplace - Intrane...Intranet Now
 
13 Virginia Henry - Opening doors on the intranet - Intranet Now
13 Virginia Henry - Opening doors on the intranet - Intranet Now13 Virginia Henry - Opening doors on the intranet - Intranet Now
13 Virginia Henry - Opening doors on the intranet - Intranet NowIntranet Now
 
SharePoint 2016 Lauch Event
SharePoint 2016 Lauch EventSharePoint 2016 Lauch Event
SharePoint 2016 Lauch EventDavid Schneider
 
Microsoft Office 2016 Presented by Atidan
Microsoft Office 2016 Presented by AtidanMicrosoft Office 2016 Presented by Atidan
Microsoft Office 2016 Presented by AtidanDavid J Rosenthal
 
Office 365: Migrating Your Business to Office 365!
Office 365: Migrating Your Business to Office 365!Office 365: Migrating Your Business to Office 365!
Office 365: Migrating Your Business to Office 365!Michael Frank
 
Webinar - Meet the New Microsoft Office 2016 for Windows - 2015-10-15
Webinar - Meet the New Microsoft Office 2016 for Windows - 2015-10-15Webinar - Meet the New Microsoft Office 2016 for Windows - 2015-10-15
Webinar - Meet the New Microsoft Office 2016 for Windows - 2015-10-15TechSoup
 
SharePoint External Sharing
SharePoint External SharingSharePoint External Sharing
SharePoint External SharingGregory Zelfond
 

Viewers also liked (20)

Scaling SharePoint 2016 Farms with MinRole & Other Tools
Scaling SharePoint 2016 Farms with MinRole & Other ToolsScaling SharePoint 2016 Farms with MinRole & Other Tools
Scaling SharePoint 2016 Farms with MinRole & Other Tools
 
Get ready for SharePoint 2016
Get ready for SharePoint 2016Get ready for SharePoint 2016
Get ready for SharePoint 2016
 
SQL Server 2016 and SharePoint 2016 - Lars PLatzdasch - SQL Konferenz 2016
SQL Server 2016 and SharePoint 2016  - Lars PLatzdasch - SQL Konferenz 2016SQL Server 2016 and SharePoint 2016  - Lars PLatzdasch - SQL Konferenz 2016
SQL Server 2016 and SharePoint 2016 - Lars PLatzdasch - SQL Konferenz 2016
 
What's new in sharepoint 2016
What's new in sharepoint 2016What's new in sharepoint 2016
What's new in sharepoint 2016
 
SharePoint architecture-site
SharePoint architecture-siteSharePoint architecture-site
SharePoint architecture-site
 
SharePoint Information Architecture
SharePoint Information ArchitectureSharePoint Information Architecture
SharePoint Information Architecture
 
Campus Collaboration 2016 Presentation Slides
Campus Collaboration 2016 Presentation SlidesCampus Collaboration 2016 Presentation Slides
Campus Collaboration 2016 Presentation Slides
 
Collaboration Services in Microsoft Office 365 from Atidan
Collaboration Services in Microsoft Office 365 from AtidanCollaboration Services in Microsoft Office 365 from Atidan
Collaboration Services in Microsoft Office 365 from Atidan
 
SharePoint Saturday NL 2016 - Security & Compliance
SharePoint Saturday NL 2016 - Security & ComplianceSharePoint Saturday NL 2016 - Security & Compliance
SharePoint Saturday NL 2016 - Security & Compliance
 
SharePoint & The Road Ahead: SharePoint 2016 & Office 365
SharePoint & The Road Ahead: SharePoint 2016 & Office 365 SharePoint & The Road Ahead: SharePoint 2016 & Office 365
SharePoint & The Road Ahead: SharePoint 2016 & Office 365
 
UDL As A Framework for Collaboration Between AT & IT [ATIA 2017]
UDL As A Framework for Collaboration Between AT & IT [ATIA 2017]UDL As A Framework for Collaboration Between AT & IT [ATIA 2017]
UDL As A Framework for Collaboration Between AT & IT [ATIA 2017]
 
15 Kevin Cody - Measuring intranet engagement - Intranet Now
15 Kevin Cody - Measuring intranet engagement - Intranet Now15 Kevin Cody - Measuring intranet engagement - Intranet Now
15 Kevin Cody - Measuring intranet engagement - Intranet Now
 
Digital Workplace vs Intranet vs Portal
Digital Workplace vs Intranet vs PortalDigital Workplace vs Intranet vs Portal
Digital Workplace vs Intranet vs Portal
 
19 Jonathan Phillips - The future of work and the digital workplace - Intrane...
19 Jonathan Phillips - The future of work and the digital workplace - Intrane...19 Jonathan Phillips - The future of work and the digital workplace - Intrane...
19 Jonathan Phillips - The future of work and the digital workplace - Intrane...
 
13 Virginia Henry - Opening doors on the intranet - Intranet Now
13 Virginia Henry - Opening doors on the intranet - Intranet Now13 Virginia Henry - Opening doors on the intranet - Intranet Now
13 Virginia Henry - Opening doors on the intranet - Intranet Now
 
SharePoint 2016 Lauch Event
SharePoint 2016 Lauch EventSharePoint 2016 Lauch Event
SharePoint 2016 Lauch Event
 
Microsoft Office 2016 Presented by Atidan
Microsoft Office 2016 Presented by AtidanMicrosoft Office 2016 Presented by Atidan
Microsoft Office 2016 Presented by Atidan
 
Office 365: Migrating Your Business to Office 365!
Office 365: Migrating Your Business to Office 365!Office 365: Migrating Your Business to Office 365!
Office 365: Migrating Your Business to Office 365!
 
Webinar - Meet the New Microsoft Office 2016 for Windows - 2015-10-15
Webinar - Meet the New Microsoft Office 2016 for Windows - 2015-10-15Webinar - Meet the New Microsoft Office 2016 for Windows - 2015-10-15
Webinar - Meet the New Microsoft Office 2016 for Windows - 2015-10-15
 
SharePoint External Sharing
SharePoint External SharingSharePoint External Sharing
SharePoint External Sharing
 

Similar to MinRole and the Benefits of SharePoint 2016 Role-Based Architecture

Gokan Ozcifci: The Office 365 and Hybrid SharePoint Deployments bare essentials
Gokan Ozcifci: The Office 365 and Hybrid SharePoint Deployments bare essentialsGokan Ozcifci: The Office 365 and Hybrid SharePoint Deployments bare essentials
Gokan Ozcifci: The Office 365 and Hybrid SharePoint Deployments bare essentialsSharePoint Saturday Warsaw
 
Share point 2010_installation_topologies-day 2
Share point 2010_installation_topologies-day 2Share point 2010_installation_topologies-day 2
Share point 2010_installation_topologies-day 2Narayana Reddy
 
Sharing the Point South America 2013 (STPSA) - Ultimate SharePoint Infrastruc...
Sharing the Point South America 2013 (STPSA) - Ultimate SharePoint Infrastruc...Sharing the Point South America 2013 (STPSA) - Ultimate SharePoint Infrastruc...
Sharing the Point South America 2013 (STPSA) - Ultimate SharePoint Infrastruc...Michael Noel
 
SPSHOU - Upgrading and Migrating to SharePoint 2016 like a Pro
SPSHOU - Upgrading and Migrating to SharePoint 2016 like a ProSPSHOU - Upgrading and Migrating to SharePoint 2016 like a Pro
SPSHOU - Upgrading and Migrating to SharePoint 2016 like a ProBrian Culver
 
What SQL DBAs need to know about SharePoint-Indianapolis 2013
What SQL DBAs need to know about SharePoint-Indianapolis 2013What SQL DBAs need to know about SharePoint-Indianapolis 2013
What SQL DBAs need to know about SharePoint-Indianapolis 2013J.D. Wade
 
Microsoft SharePoint Server 2010 governance v1
Microsoft SharePoint Server 2010 governance v1Microsoft SharePoint Server 2010 governance v1
Microsoft SharePoint Server 2010 governance v1Nilesh Mehta
 
Microsoft SharePoint server 2010 Governance v1
Microsoft SharePoint server 2010 Governance v1Microsoft SharePoint server 2010 Governance v1
Microsoft SharePoint server 2010 Governance v1Nilesh Mehta
 
The Future of SharePoint - SharePoint 2016
The Future of SharePoint - SharePoint 2016The Future of SharePoint - SharePoint 2016
The Future of SharePoint - SharePoint 2016Don Donais
 
SharePoint cloud hybrid search
SharePoint cloud hybrid searchSharePoint cloud hybrid search
SharePoint cloud hybrid searchJoAnna Cheshire
 
SharePoint Upgrade or Migration, or is it both? - SPS London 2016
SharePoint Upgrade or Migration, or is it both? - SPS London 2016SharePoint Upgrade or Migration, or is it both? - SPS London 2016
SharePoint Upgrade or Migration, or is it both? - SPS London 2016Chirag Patel
 
SPTechCon Austin - The Slippery Slope of SharePoint Migrations
SPTechCon Austin - The Slippery Slope of SharePoint MigrationsSPTechCon Austin - The Slippery Slope of SharePoint Migrations
SPTechCon Austin - The Slippery Slope of SharePoint MigrationsJill Hannemann
 
Automating SharePoint Processes with Microsoft Flow - SPSBangalore
Automating SharePoint Processes with Microsoft Flow - SPSBangaloreAutomating SharePoint Processes with Microsoft Flow - SPSBangalore
Automating SharePoint Processes with Microsoft Flow - SPSBangaloreNakkeeran Natarajan
 
SPCSEA 2013 - Setting up SharePoint 2013: Tips and Tricks and PowerShell Scripts
SPCSEA 2013 - Setting up SharePoint 2013: Tips and Tricks and PowerShell ScriptsSPCSEA 2013 - Setting up SharePoint 2013: Tips and Tricks and PowerShell Scripts
SPCSEA 2013 - Setting up SharePoint 2013: Tips and Tricks and PowerShell ScriptsMichael Noel
 
SharePoint Saturday Silicon Valley - Upgrading from SharePoint 2010 to 2013
SharePoint Saturday Silicon Valley - Upgrading from SharePoint 2010 to 2013SharePoint Saturday Silicon Valley - Upgrading from SharePoint 2010 to 2013
SharePoint Saturday Silicon Valley - Upgrading from SharePoint 2010 to 2013Shereen Qumsieh
 
Putting the "Share" and "Point" back in SharePoint 2013
Putting the "Share" and "Point" back in SharePoint 2013Putting the "Share" and "Point" back in SharePoint 2013
Putting the "Share" and "Point" back in SharePoint 2013C/D/H Technology Consultants
 
Mai Omar Desouki - What's new in SharePoint Designer 2013 #ESPC 2013
Mai Omar Desouki - What's new in SharePoint Designer 2013 #ESPC 2013Mai Omar Desouki - What's new in SharePoint Designer 2013 #ESPC 2013
Mai Omar Desouki - What's new in SharePoint Designer 2013 #ESPC 2013Mai Omar Desouki
 
pivotal share point connector
 pivotal share point connector pivotal share point connector
pivotal share point connectorPivotal CRM
 
Practical tips for migrating SharePoint Customizations to Office 365
Practical tips for migrating SharePoint Customizations to Office 365Practical tips for migrating SharePoint Customizations to Office 365
Practical tips for migrating SharePoint Customizations to Office 365Haniel Croitoru
 

Similar to MinRole and the Benefits of SharePoint 2016 Role-Based Architecture (20)

Gokan Ozcifci: The Office 365 and Hybrid SharePoint Deployments bare essentials
Gokan Ozcifci: The Office 365 and Hybrid SharePoint Deployments bare essentialsGokan Ozcifci: The Office 365 and Hybrid SharePoint Deployments bare essentials
Gokan Ozcifci: The Office 365 and Hybrid SharePoint Deployments bare essentials
 
Share point 2010_installation_topologies-day 2
Share point 2010_installation_topologies-day 2Share point 2010_installation_topologies-day 2
Share point 2010_installation_topologies-day 2
 
Sharing the Point South America 2013 (STPSA) - Ultimate SharePoint Infrastruc...
Sharing the Point South America 2013 (STPSA) - Ultimate SharePoint Infrastruc...Sharing the Point South America 2013 (STPSA) - Ultimate SharePoint Infrastruc...
Sharing the Point South America 2013 (STPSA) - Ultimate SharePoint Infrastruc...
 
SPSDen - SharePoint 2019
SPSDen - SharePoint 2019SPSDen - SharePoint 2019
SPSDen - SharePoint 2019
 
SPSHOU - Upgrading and Migrating to SharePoint 2016 like a Pro
SPSHOU - Upgrading and Migrating to SharePoint 2016 like a ProSPSHOU - Upgrading and Migrating to SharePoint 2016 like a Pro
SPSHOU - Upgrading and Migrating to SharePoint 2016 like a Pro
 
What SQL DBAs need to know about SharePoint-Indianapolis 2013
What SQL DBAs need to know about SharePoint-Indianapolis 2013What SQL DBAs need to know about SharePoint-Indianapolis 2013
What SQL DBAs need to know about SharePoint-Indianapolis 2013
 
Microsoft SharePoint Server 2010 governance v1
Microsoft SharePoint Server 2010 governance v1Microsoft SharePoint Server 2010 governance v1
Microsoft SharePoint Server 2010 governance v1
 
Microsoft SharePoint server 2010 Governance v1
Microsoft SharePoint server 2010 Governance v1Microsoft SharePoint server 2010 Governance v1
Microsoft SharePoint server 2010 Governance v1
 
The Future of SharePoint - SharePoint 2016
The Future of SharePoint - SharePoint 2016The Future of SharePoint - SharePoint 2016
The Future of SharePoint - SharePoint 2016
 
SharePoint cloud hybrid search
SharePoint cloud hybrid searchSharePoint cloud hybrid search
SharePoint cloud hybrid search
 
SharePoint Upgrade or Migration, or is it both? - SPS London 2016
SharePoint Upgrade or Migration, or is it both? - SPS London 2016SharePoint Upgrade or Migration, or is it both? - SPS London 2016
SharePoint Upgrade or Migration, or is it both? - SPS London 2016
 
SPTechCon Austin - The Slippery Slope of SharePoint Migrations
SPTechCon Austin - The Slippery Slope of SharePoint MigrationsSPTechCon Austin - The Slippery Slope of SharePoint Migrations
SPTechCon Austin - The Slippery Slope of SharePoint Migrations
 
Automating SharePoint Processes with Microsoft Flow - SPSBangalore
Automating SharePoint Processes with Microsoft Flow - SPSBangaloreAutomating SharePoint Processes with Microsoft Flow - SPSBangalore
Automating SharePoint Processes with Microsoft Flow - SPSBangalore
 
SPCSEA 2013 - Setting up SharePoint 2013: Tips and Tricks and PowerShell Scripts
SPCSEA 2013 - Setting up SharePoint 2013: Tips and Tricks and PowerShell ScriptsSPCSEA 2013 - Setting up SharePoint 2013: Tips and Tricks and PowerShell Scripts
SPCSEA 2013 - Setting up SharePoint 2013: Tips and Tricks and PowerShell Scripts
 
SharePoint Saturday Silicon Valley - Upgrading from SharePoint 2010 to 2013
SharePoint Saturday Silicon Valley - Upgrading from SharePoint 2010 to 2013SharePoint Saturday Silicon Valley - Upgrading from SharePoint 2010 to 2013
SharePoint Saturday Silicon Valley - Upgrading from SharePoint 2010 to 2013
 
Integrating SSRS with SharePoint
Integrating SSRS with SharePointIntegrating SSRS with SharePoint
Integrating SSRS with SharePoint
 
Putting the "Share" and "Point" back in SharePoint 2013
Putting the "Share" and "Point" back in SharePoint 2013Putting the "Share" and "Point" back in SharePoint 2013
Putting the "Share" and "Point" back in SharePoint 2013
 
Mai Omar Desouki - What's new in SharePoint Designer 2013 #ESPC 2013
Mai Omar Desouki - What's new in SharePoint Designer 2013 #ESPC 2013Mai Omar Desouki - What's new in SharePoint Designer 2013 #ESPC 2013
Mai Omar Desouki - What's new in SharePoint Designer 2013 #ESPC 2013
 
pivotal share point connector
 pivotal share point connector pivotal share point connector
pivotal share point connector
 
Practical tips for migrating SharePoint Customizations to Office 365
Practical tips for migrating SharePoint Customizations to Office 365Practical tips for migrating SharePoint Customizations to Office 365
Practical tips for migrating SharePoint Customizations to Office 365
 

More from InnoTech

"So you want to raise funding and build a team?"
"So you want to raise funding and build a team?""So you want to raise funding and build a team?"
"So you want to raise funding and build a team?"InnoTech
 
Artificial Intelligence is Maturing
Artificial Intelligence is MaturingArtificial Intelligence is Maturing
Artificial Intelligence is MaturingInnoTech
 
What is AI without Data?
What is AI without Data?What is AI without Data?
What is AI without Data?InnoTech
 
Courageous Leadership - When it Matters Most
Courageous Leadership - When it Matters MostCourageous Leadership - When it Matters Most
Courageous Leadership - When it Matters MostInnoTech
 
The Gathering Storm
The Gathering StormThe Gathering Storm
The Gathering StormInnoTech
 
Sql Server tips from the field
Sql Server tips from the fieldSql Server tips from the field
Sql Server tips from the fieldInnoTech
 
Quantum Computing and its security implications
Quantum Computing and its security implicationsQuantum Computing and its security implications
Quantum Computing and its security implicationsInnoTech
 
Converged Infrastructure
Converged InfrastructureConverged Infrastructure
Converged InfrastructureInnoTech
 
Making the most out of collaboration with Office 365
Making the most out of collaboration with Office 365Making the most out of collaboration with Office 365
Making the most out of collaboration with Office 365InnoTech
 
Blockchain use cases and case studies
Blockchain use cases and case studiesBlockchain use cases and case studies
Blockchain use cases and case studiesInnoTech
 
Blockchain: Exploring the Fundamentals and Promising Potential
Blockchain: Exploring the Fundamentals and Promising Potential Blockchain: Exploring the Fundamentals and Promising Potential
Blockchain: Exploring the Fundamentals and Promising Potential InnoTech
 
Business leaders are engaging labor differently - Is your IT ready?
Business leaders are engaging labor differently - Is your IT ready?Business leaders are engaging labor differently - Is your IT ready?
Business leaders are engaging labor differently - Is your IT ready?InnoTech
 
AI 3.0: Is it Finally Time for Artificial Intelligence and Sensor Networks to...
AI 3.0: Is it Finally Time for Artificial Intelligence and Sensor Networks to...AI 3.0: Is it Finally Time for Artificial Intelligence and Sensor Networks to...
AI 3.0: Is it Finally Time for Artificial Intelligence and Sensor Networks to...InnoTech
 
Using Business Intelligence to Bring Your Data to Life
Using Business Intelligence to Bring Your Data to LifeUsing Business Intelligence to Bring Your Data to Life
Using Business Intelligence to Bring Your Data to LifeInnoTech
 
User requirements is a fallacy
User requirements is a fallacyUser requirements is a fallacy
User requirements is a fallacyInnoTech
 
What I Wish I Knew Before I Signed that Contract - San Antonio
What I Wish I Knew Before I Signed that Contract - San Antonio What I Wish I Knew Before I Signed that Contract - San Antonio
What I Wish I Knew Before I Signed that Contract - San Antonio InnoTech
 
Disaster Recovery Plan - Quorum
Disaster Recovery Plan - QuorumDisaster Recovery Plan - Quorum
Disaster Recovery Plan - QuorumInnoTech
 
Share point saturday access services 2015 final 2
Share point saturday access services 2015 final 2Share point saturday access services 2015 final 2
Share point saturday access services 2015 final 2InnoTech
 
Sp tech festdallas - office 365 groups - planner session
Sp tech festdallas - office 365 groups - planner sessionSp tech festdallas - office 365 groups - planner session
Sp tech festdallas - office 365 groups - planner sessionInnoTech
 
Power apps presentation
Power apps presentationPower apps presentation
Power apps presentationInnoTech
 

More from InnoTech (20)

"So you want to raise funding and build a team?"
"So you want to raise funding and build a team?""So you want to raise funding and build a team?"
"So you want to raise funding and build a team?"
 
Artificial Intelligence is Maturing
Artificial Intelligence is MaturingArtificial Intelligence is Maturing
Artificial Intelligence is Maturing
 
What is AI without Data?
What is AI without Data?What is AI without Data?
What is AI without Data?
 
Courageous Leadership - When it Matters Most
Courageous Leadership - When it Matters MostCourageous Leadership - When it Matters Most
Courageous Leadership - When it Matters Most
 
The Gathering Storm
The Gathering StormThe Gathering Storm
The Gathering Storm
 
Sql Server tips from the field
Sql Server tips from the fieldSql Server tips from the field
Sql Server tips from the field
 
Quantum Computing and its security implications
Quantum Computing and its security implicationsQuantum Computing and its security implications
Quantum Computing and its security implications
 
Converged Infrastructure
Converged InfrastructureConverged Infrastructure
Converged Infrastructure
 
Making the most out of collaboration with Office 365
Making the most out of collaboration with Office 365Making the most out of collaboration with Office 365
Making the most out of collaboration with Office 365
 
Blockchain use cases and case studies
Blockchain use cases and case studiesBlockchain use cases and case studies
Blockchain use cases and case studies
 
Blockchain: Exploring the Fundamentals and Promising Potential
Blockchain: Exploring the Fundamentals and Promising Potential Blockchain: Exploring the Fundamentals and Promising Potential
Blockchain: Exploring the Fundamentals and Promising Potential
 
Business leaders are engaging labor differently - Is your IT ready?
Business leaders are engaging labor differently - Is your IT ready?Business leaders are engaging labor differently - Is your IT ready?
Business leaders are engaging labor differently - Is your IT ready?
 
AI 3.0: Is it Finally Time for Artificial Intelligence and Sensor Networks to...
AI 3.0: Is it Finally Time for Artificial Intelligence and Sensor Networks to...AI 3.0: Is it Finally Time for Artificial Intelligence and Sensor Networks to...
AI 3.0: Is it Finally Time for Artificial Intelligence and Sensor Networks to...
 
Using Business Intelligence to Bring Your Data to Life
Using Business Intelligence to Bring Your Data to LifeUsing Business Intelligence to Bring Your Data to Life
Using Business Intelligence to Bring Your Data to Life
 
User requirements is a fallacy
User requirements is a fallacyUser requirements is a fallacy
User requirements is a fallacy
 
What I Wish I Knew Before I Signed that Contract - San Antonio
What I Wish I Knew Before I Signed that Contract - San Antonio What I Wish I Knew Before I Signed that Contract - San Antonio
What I Wish I Knew Before I Signed that Contract - San Antonio
 
Disaster Recovery Plan - Quorum
Disaster Recovery Plan - QuorumDisaster Recovery Plan - Quorum
Disaster Recovery Plan - Quorum
 
Share point saturday access services 2015 final 2
Share point saturday access services 2015 final 2Share point saturday access services 2015 final 2
Share point saturday access services 2015 final 2
 
Sp tech festdallas - office 365 groups - planner session
Sp tech festdallas - office 365 groups - planner sessionSp tech festdallas - office 365 groups - planner session
Sp tech festdallas - office 365 groups - planner session
 
Power apps presentation
Power apps presentationPower apps presentation
Power apps presentation
 

Recently uploaded

SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
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
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
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
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
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
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
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
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 

Recently uploaded (20)

SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
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
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
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
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
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?
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
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
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 

MinRole and the Benefits of SharePoint 2016 Role-Based Architecture

  • 1. MinRole and SharePoint 2016 Roy Polvorosa
  • 2. Roy Polvorosa • Managed Services & Support Manager at Imaginet. • Rich experience architecting and deploying SharePoint solutions for a wide variety of business verticals. • Specialize in: Office 365 and Azure, ADFS, SharePoint, SQL, Exchange and Active Directory • Twitter: @rpolvorosja • E-mail: royp@imaginet.com
  • 3. Imaginet Imaginet is your trusted Dallas technology partner who turns your business innovation ideas into reality. AZURE SOLUTIONS Take Advantage of the Cloud. Now. SHAREPOINT SOLUTIONS The New Way to Work. Together. OFFICE 365 SOLUTIONS Cloud-Powered Productivity. Anywhere. SKYPE FOR BUSINESS SOLUTIONS Unify Communications. Everywhere. VISUAL STUDIO AND TFS SOLUTIONS Develop Software. Better. SQL SERVER AND BI SOLUTIONS Manage Big Data. Effortlessly. BIZTALK SOLUTIONS Unite Your Enterprise. Faster. EXCHANGE SOLUTIONS Working Together. Smarter. 18+ YEARS 1,200+ CUSTOMERS 2,500+ SUCCESSFUL ENGAGEMENTS
  • 4. Agenda • What is MinRole? • SharePoint Server Roles • How does it work in SharePoint 2016? • The Benefits • MinRole topologies • Using MinRole in your SharePoint 2016 Farm • MinRole Administration • Opting out of MinRole
  • 5. MinRole A SharePoint 2016 feature “Built from the cloud up”.
  • 6. What is MinRole? • Exclusive to SharePoint 2016. • Administrators define each server’s role in the farm topology when a new farm is created or when a server is added to an existing farm. • SharePoint automatically configures the services on each server based on the server role specified and optimizes performance of the farm based on the topology.
  • 7. SharePoint Server Roles Front-End • Service applications and components that serve user requests. These servers are optimized for low latency. Application • Server optimized for high throughput e.g. Service applications that serve backend tasks (background jobs). Distributed Cache • Service applications and components that are required for a distributed cache belong on Distributed Cache servers.
  • 8. SharePoint Server Roles Search • Service applications and components required for search. Custom • Custom service applications, services and components that do not integrate with MinRole belong on Custom servers. Single Server Farm • Service applications and components required for a single machine farm. List of Services: http://tinyurl.com/jtknksz
  • 10. How does it work? • Starts a base set of service instances that are required for the server’s role when a new farm is created or when a server is added to an existing farm. • Detects which additional services have been enabled and starts services as appropriate for the server’s role. • Starts and stops corresponding service instances in the farm. • In the past, SharePoint administrators had to manually define roles and services on each server.
  • 11. What does this mean for architecting SharePoint 2016 environments? Benefits of using MinRole in your SharePoint 2016 farm
  • 12. Simpler Deployments • SharePoint Administrators no longer need to worry about which services have been enabled on which servers. • Administrators reduce the risk of slight misconfigurations during installation by leveraging a template-type deployment. • Administrators can focus on what functionality to enable in the farm and let SharePoint take care of the rest.
  • 13. Improved Performance and Reliability • Microsoft has been operating SharePoint online since 2011 and has analyzed key performance characteristics of operating SharePoint at an internet scale such as CPU, memory, disk I/O and network latency. • SharePoint services have been optimized for the MinRole topology based on that analysis. • Improved service application load balancer services requests from local service instances instead of going across the farm to another server.
  • 14. Simpler Capacity Planning and Farm Scalability • In SharePoint 2016, Microsoft bases capacity planning on the MinRole topology • Leverage predictable and perspective capacity-planning guidance by deploying a farm based on the MinRole topology. • As SharePoint needs grow, easily add more servers to the farm and SharePoint will automatically configure the additional servers.
  • 15. MinRole Topologies What to expect in SharePoint 2016
  • 16. Typical SharePoint 2013 Topology • SharePoint Administrators manually configure services on each server to fit these roles. • As features and services are added, Administrators have to determine where these components should run based on best practices, current server load, etc. Web Front-ends Application Servers SQL Servers
  • 17. SharePoint 2016 Minimum MinRole Topology • The supported minimum MinRole configuration requires a server with each role. • If SQL is included - need at least 5 servers for MinRole. • Minimum configuration does not have any resiliency. Front-end Distributed Cache Application Server Search SQL Server
  • 18. Highly Available SharePoint 2016 MinRole Topology • Two of each server role is recommended • Three servers required for Distributed cache in a cluster quorum • Add SQL availability groups to achieve HA in the SQL layer. • Potentially requires 11 servers • Added Office Online Servers totals 13 Servers Front-end Application Server Search SQL Server Office Online Servers Distributed Cache
  • 19. Custom 3 Tier MinRole Topology • Front end servers benefit from MinRole. • Configure custom servers to run majority of SharePoint service applications and reduce number of servers. • Manual configuration of services and monitoring required on custom servers. • SharePoint Administrators determine which custom server will run which services. Custom Servers SQL Servers Front-End Servers
  • 20. Custom HA Topology with Search • Two load balanced servers with Front-end role. • Two custom servers running distributed cache, User Profile Sync, Secure Store. • Two servers with Search server role. • SQL servers configured with always on availability groups. Front-End Servers Custom Servers SQL Servers Search Servers
  • 21. How Does This Impact My SharePoint 2016 Upgrade?
  • 22. SharePoint 2016 Upgrades and MinRole • You still need to plan and design. • MinRole Topology is recommended but not the only option. • If you’re upgrading from SharePoint 2013, database-attach method is available • Versions prior to SharePoint 2013 will need additional planning.
  • 23. Using MinRole in your SharePoint 2016 Implementation
  • 24. Configuring SP2016 for the first time • See MinRole when running the SharePoint Configuration Wizard for the first time or when joining a server to an existing farm. • There is no order in which server to configure first - start with any server role. • Also use the SharePoint Management Shell or PSConfig.exe command line tool
  • 25. MinRole and the Management Shell • New LocalServerRole parameter allows a server’s role to be specified when using the management shell or PSConfig.exe command line tool. • Existing deployment scripts may have to be updated with this new parameter.
  • 26. Service Applications and MinRole • A minimum MinRole topology or custom topology needs to be setup first before deploying any service applications. • MinRole doesn’t automatically create service applications when a server’s role is defined. • When configuring a new Search Service Application, MinRole detects which server in the farm holds the Search Server role, turns on the search services and configures the search topology appropriately. • MinRole also stops service instances automatically if you delete a service application.
  • 28. Central Administration Changes • Updated Farm Servers page shows a server’s role and MinRole compliancy status along with currently running services. • The compliant column will also display a “Fix” link if a server does not meet compliancy.
  • 29. Central Administration Changes • Updated manage services page in Central Admin has been updated to display the state of each service in the farm and current MinRole Compliancy status. • Enable or disable auto provisioning of services.
  • 30. Central Administration Changes • Updated Services on Server page now displays current MinRole compliancy status for each service. • Action column has changed. Start and stop links removed for services managed by MinRole. • To start or stop a service, go back to the Manage services farm page.
  • 31. MinRole Compliancy • Once a Server’s role is configured, only those services appropriate for that role can run on that server. • SharePoint 2016 has a new set of Health Analyzer rules and timer jobs to identify when a server isn’t MinRole Compliant. • If a service is accidently turned on and shouldn’t be running on that server, SharePoint will automatically turn it off.
  • 32. Custom Server Services Running: Central Administration Claims to Windows Token Service Microsoft SharePoint Foundation Incoming E-mail Microsoft Foundation Web Application Microsoft SharePoint Foundation Workflow Timer Service Search Administration Service Application Server Services Running: Central Administration Claims to Windows Token Service Microsoft SharePoint Foundation Incoming E-mail Microsoft Foundation Web Application Microsoft SharePoint Foundation Workflow Timer Service MinRole Compliancy Search Administration Service
  • 33. Changing a Server’s Role • Minrole isn’t set in stone. SharePoint Administrators can change a Server’s role through Central Admin or through the SharePoint Management Shell. • To avoid MinRole compliancy warnings in the Health Analyzer, decommission existing service applications before changing the roles. • Plan your SharePoint 2016 farm appropriately and not have to change roles.
  • 34. What About 3rd Party Apps? • Answer – Custom Server Role. • 3rd party SharePoint applications like PerformancePoint or Nintex Workflows would best fit the custom role. • The Custom Server Role is excluded from the MinRole Compliancy checks as it can run any service the Administrator configures.
  • 35. Opting Out of MinRole • SharePoint 2016 supports backwards compatible behavior of previous versions of SharePoint with the custom role. • SharePoint farm administrators can assign zero, some or all servers to the Custom Role and manually manage service instances on these servers. • Specify the ServerRoleOptional parameter when creating a new SharePoint farm if existing deployment scripts need to remain intact. • This is done using the PSConfig.exe command line tool or Powershell cmdlet.
  • 36. Thank You Let's Continue the Conversation! Email me at royp@imaginet.com. Twitter: @rpolvorosja www.imaginet.com
  • 37. What's Next? Q&A with Roy Fill out a Speaker Evaluation Enter our Grand Prize Drawing for an Amazon Echo