SlideShare a Scribd company logo
First Look Clinic: What’s New for
IT Professionals in Microsoft®
SharePoint® Server 2013
Sayed Ali (MCTS , MCITP , MCT , MCSA , MCSE )
Sayed.ali@outlook.com
Senior SharePoint Administrator
Arabian Advanced Systems(Naseej)
About
 Senior SharePoint Administrator at Arabian Advanced Systems
(Naseej)
 Microsoft Certified Technology Specialist (MCTS)
 Microsoft Certified IT Professional (MCITP)
 Microsoft Certified Trainer (MCT)
 Microsoft Certified Solution Association , Windows Server 2012
(MCSA)
 Microsoft Certified Solution Expert , SharePoint 2013(MCSE)
 Email : sayed.ali@outlook.com
 Twitter : @sayed_dev
 LinkedIn : http://sa.linkedin.com/in/sayedaly
 Blog : http://www.sayed-ali.com/blog
 Mobile : +966541010095
Course Agenda
 Architecture Changes
 Security and Identity Management
 What’s New in Business Connectivity Services?
 What’s New in Search?
 What's New in Business Intelligence?
 What's New in Composites
 What’s New in Enterprise Content Management
 What's New in Records Management and Compliance
 What’s New in Social Computing
 What’s New for Mobile Users
 The Authoring Process
 Search-Driven Sites
Day 1 Agenda
 Architecture Changes
 Security and Identity Management
 What’s New in Business Connectivity Services?
 What’s New in Search?
Lesson 1: Architecture Changes
 Request Management
 Service Applications
 Office Web Applications
 SharePoint Apps
 Upgrading to SharePoint 2013
 Demonstration: Administering SharePoint 2013
Request Management
 Enables SharePoint to process incoming requests according to
configurable rules
 Run in integrated mode for most environments
 Run in dedicated mode for large environments and multiple farms
 Consists of three components:
 Request Throtting and Routing
 Request Prioritization
 Request Load Balancing
 Create routing rules and throttling rules to prioritize requests and
maintain service levels
Request Management
SharePoint Web Server
SharePoint Foundation Web Application Service
Filter out requests which should be throttled or prioritized
Select which web servers the request may be sent to
Select a single web server to route to, based upon weighting
schemes
Request Management Service
Incoming Requests
Configuration
Service Applications
 The Application Management Service manages licenses and permissions
for SharePoint apps
 SharePoint Translation Services provides automated, machine-based
translation of documents and content
 The Work Management Service aggregates task data from other business
platforms in SharePoint My Sites
 Office Web Applications and Web Analytics are no longer service
applications in SharePoint 15
Office Web Applications
 Office Web Applications is now a separate server product
 You can scale your Office Web Applications and SharePoint deployments
independently
 One Office Web Applications farm can serve multiple SharePoint farms
 Use Windows PowerShell to associate your SharePoint farm with an
Office Web Applications farm
SharePoint Apps
 A new way of distributing and exposing functionality through the
SharePoint UI
 App logic can run in the cloud or in the local environment
 Apps can be purchased or downloaded from the Office Marketplace
 The Corporate Catalog site collection makes apps available across a
SharePoint web application
 Apps can only access SharePoint functionality through the CSOM
Upgrading to SharePoint 2013
 Database attach upgrade is the only supported upgrade path from
SharePoint 2010 to SharePoint 15
1. Create a new SharePoint 15 server farm
2. Migrate your content databases
3. Perform the upgrade
 Upgrade of servers and databases is now separate from upgrade of site
collections
 Site collections can continue to run in SharePoint 2010 mode
 Platform supports both SharePoint 15 and SharePoint 2010 version of most
components and resources
Demonstration: Administering SharePoint 2013
 Central Administration structure is unchanged
 New options for managing SharePoint apps
 New service applications
 Application Management Service
 SharePoint Translation Services
 Work Management Service
 App Fabric Application Proxy
 Creating web applications
 Only claims authentication is available through the UI
Lesson 2: Security and Identity Management
 Authentication in SharePoint 2013
 SharePoint 2013 and OAuth 2.0
 Application Authentication and Authorization
 Server to Server Authentication
Authentication in SharePoint 2013
 Claims-based authentication is now the default option
 Classic authentication mode has been deprecated
 Three types of claims-based authentication are supported
 Windows claims
 FBA claims
 SAML claims
 Distributed Cache service tracks FedAuth cookies
 Improved logging and diagnostics for authentication
SharePoint 2013 and OAuth 2.0
 OAuth enables users to share specific resources with third parties
without sharing their access credentials
 Third parties are issued with an access token
 An access token grants access to a specific resource for a defined period
of time (for example 30 minutes)
 SharePoint 15 implements and extends OAuth 2.0 for two scenarios:
 Application authentication and authorization
 Server to server authentication
Application Authentication and Authorization
1. User loads an app in SharePoint
2. App requests an access token from Azure ACS
3. ACS authenticates app and issues token
SharePoint
User
App
Azure ACS
1
2 3
4
5
6
4. App presents access token to SharePoint
5. SharePoint returns data to app
6. App presents data to user
Server to Server Authentication
 Enterprise functionality relies on server applications sharing information
on behalf of users
 The S2S STS issues access tokens that enable SharePoint to retrieve or
provide information on behalf of users
 PowerShell is used to configure trust relationships between SharePoint,
Exchange, and Lync
SharePoint Server Exchange Server
SharePoint STS Exchange STS
Trust Relationship
Access Token
Data
Lesson 3: What’s New in Business Connectivity
Services?
 OData Connections
 External Events
 External List Enhancements
 BDC Model Scopes
 Demonstration: Adding an OData Connection in SharePoint Designer 2013
OData Connections
 BCS includes native support for OData
 Generate BDC models from OData automatically in Visual Studio
 Build BDC models from OData interactively in SharePoint Designer
 OData provides access to a wide range of third party systems and data sources
External Events
SharePoint
SharePoint
BDC
External
System
OData
endpoint
Operations
Notifications
Alerts
External List Enhancements
 Performance improvements
 Limit number of results returned
 Sorting is performed by external system
 Filtering is performed by external system
 Users can export external list data to Excel
BDC Model Scopes
Farm (BCS) Scope
App Scope
SharePoint App SharePoint App
External Systems
BDC
Connection
BDC
Connection
BDC
Connection
BDC Model BDC Model
Demonstration: Adding an OData Connection in
SharePoint Designer 2013
 Create a new external content type in SharePoint Designer
 Add a new data connection
 Connect to an Odata provider
 Explore the data and define operations
Lesson 4: What’s New in Search?
 Search Architecture
 Search Crawl
 Relevance Enhancements
 User Interface Enhancements
Search Architecture
Crawl
Component
Content
Processing
Component
Index
Component
Query
Processing
Component
Analytics
Processing
Component
Crawl
Database
Analytics
Reporting
Database
Link
Database
Content
Sources
Client
Application
Event Store
Search Crawl
 Continuous crawl
 Alternative to scheduled incremental crawl
 Crawl processes are started automatically as required
 Keeps index as fresh as possible
 Entity search
 Crawler looks for specific words or phrases, or entities, in unstructured content
 Could include product names or project codenames
 Create and deploy dictionaries containing your entities
 Entities are stored as managed properties
Relevance Enhancements
• The search analytics component continually works to improve relevance
• Query rules enable you to match search results to user intent
• Result sources replace federated locations and search scopes
User Interface Enhancements
• Out of the box
• Search results differentiated by type
• Hover previews of Office documents
• Search results optimized per user search history
• Customized at search service level
• Result blocks provide visual grouping of particular types of results
• Customized at site level
• Result types use rules to match search results
• Display templates determine look and feel of result types
What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Day 1

More Related Content

What's hot

SPS Belgium 2015 - High-trust Apps for On-Premises Development
SPS Belgium 2015 -  High-trust Apps for On-Premises DevelopmentSPS Belgium 2015 -  High-trust Apps for On-Premises Development
SPS Belgium 2015 - High-trust Apps for On-Premises Development
Edin Kapic
 
Dynamics 365 and Office 365 Integrations
Dynamics 365 and Office 365 IntegrationsDynamics 365 and Office 365 Integrations
Dynamics 365 and Office 365 Integrations
Svetlana Avramova
 
Share point 2010-uiimprovements
Share point 2010-uiimprovementsShare point 2010-uiimprovements
Share point 2010-uiimprovements
LiquidHub
 
SharePoint 2010 and its development tools
SharePoint 2010 and its development toolsSharePoint 2010 and its development tools
SharePoint 2010 and its development tools
Shakir Majeed Khan
 
SharePoint 2010 - What's New?
SharePoint 2010 - What's New?SharePoint 2010 - What's New?
SharePoint 2010 - What's New?
Cory Peters
 
Office 365 SUGUK march 2011
Office 365 SUGUK march 2011Office 365 SUGUK march 2011
Office 365 SUGUK march 2011
pearce.alex
 
Intro: SharePoint 2013 Apps for IT Pros
Intro: SharePoint 2013 Apps for IT ProsIntro: SharePoint 2013 Apps for IT Pros
Intro: SharePoint 2013 Apps for IT Pros
Rene Modery
 
Demystifying SharePoint Server 2016
Demystifying SharePoint Server 2016Demystifying SharePoint Server 2016
Demystifying SharePoint Server 2016
WinWire Technologies Inc
 
Solve Todays Problems with 10 New SharePoint 2010 Features
Solve Todays Problems with 10 New SharePoint 2010 FeaturesSolve Todays Problems with 10 New SharePoint 2010 Features
Solve Todays Problems with 10 New SharePoint 2010 Features
Cory Peters
 
SPSMad2016 Rubén Toribio - Template
SPSMad2016 Rubén Toribio - TemplateSPSMad2016 Rubén Toribio - Template
SPSMad2016 Rubén Toribio - Template
Rub Toribio Gallardo
 
Comparison of SharePoint 2010 and SharePoint 2013
Comparison of SharePoint 2010 and SharePoint 2013Comparison of SharePoint 2010 and SharePoint 2013
Comparison of SharePoint 2010 and SharePoint 2013
Ian Woodgate
 
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
 
Configuring Hybrid Workloads for SharePoint 2013 and O365 by Neil Hodgkinson
Configuring Hybrid Workloads for SharePoint 2013 and O365 by Neil HodgkinsonConfiguring Hybrid Workloads for SharePoint 2013 and O365 by Neil Hodgkinson
Configuring Hybrid Workloads for SharePoint 2013 and O365 by Neil Hodgkinson
European SharePoint Conference
 
Exploring SharePoint 2013 by Chandu Raj
Exploring SharePoint 2013 by Chandu RajExploring SharePoint 2013 by Chandu Raj
Exploring SharePoint 2013 by Chandu Raj
chanduraj1984
 
What's New for Developers in SharePoint 2013
What's New for Developers in SharePoint 2013What's New for Developers in SharePoint 2013
What's New for Developers in SharePoint 2013
CTE Solutions Inc.
 
The Future of SharePoint - SharePoint 2016
The Future of SharePoint - SharePoint 2016The Future of SharePoint - SharePoint 2016
The Future of SharePoint - SharePoint 2016
Don Donais
 
Hybrid SharePoint - Office 365 & On-prem SharePoint 2013 -part2
Hybrid SharePoint - Office 365 & On-prem SharePoint 2013 -part2Hybrid SharePoint - Office 365 & On-prem SharePoint 2013 -part2
Hybrid SharePoint - Office 365 & On-prem SharePoint 2013 -part2
WinWire Technologies Inc
 
Succeeding with Hybrid SharePoint (includes new Cloud SSA material)
Succeeding with Hybrid SharePoint (includes new Cloud SSA material)Succeeding with Hybrid SharePoint (includes new Cloud SSA material)
Succeeding with Hybrid SharePoint (includes new Cloud SSA material)
Jeff Fried
 
Collab365: What's new in SharePoint 2016 for IT Pros
Collab365: What's new in SharePoint 2016 for IT ProsCollab365: What's new in SharePoint 2016 for IT Pros
Collab365: What's new in SharePoint 2016 for IT Pros
Vlad Catrinescu
 
Intro to Develop and Deploy Apps for Microsoft SharePoint and Office 2013
Intro to Develop and Deploy Apps for Microsoft SharePoint and Office 2013Intro to Develop and Deploy Apps for Microsoft SharePoint and Office 2013
Intro to Develop and Deploy Apps for Microsoft SharePoint and Office 2013
AntonioMaio2
 

What's hot (20)

SPS Belgium 2015 - High-trust Apps for On-Premises Development
SPS Belgium 2015 -  High-trust Apps for On-Premises DevelopmentSPS Belgium 2015 -  High-trust Apps for On-Premises Development
SPS Belgium 2015 - High-trust Apps for On-Premises Development
 
Dynamics 365 and Office 365 Integrations
Dynamics 365 and Office 365 IntegrationsDynamics 365 and Office 365 Integrations
Dynamics 365 and Office 365 Integrations
 
Share point 2010-uiimprovements
Share point 2010-uiimprovementsShare point 2010-uiimprovements
Share point 2010-uiimprovements
 
SharePoint 2010 and its development tools
SharePoint 2010 and its development toolsSharePoint 2010 and its development tools
SharePoint 2010 and its development tools
 
SharePoint 2010 - What's New?
SharePoint 2010 - What's New?SharePoint 2010 - What's New?
SharePoint 2010 - What's New?
 
Office 365 SUGUK march 2011
Office 365 SUGUK march 2011Office 365 SUGUK march 2011
Office 365 SUGUK march 2011
 
Intro: SharePoint 2013 Apps for IT Pros
Intro: SharePoint 2013 Apps for IT ProsIntro: SharePoint 2013 Apps for IT Pros
Intro: SharePoint 2013 Apps for IT Pros
 
Demystifying SharePoint Server 2016
Demystifying SharePoint Server 2016Demystifying SharePoint Server 2016
Demystifying SharePoint Server 2016
 
Solve Todays Problems with 10 New SharePoint 2010 Features
Solve Todays Problems with 10 New SharePoint 2010 FeaturesSolve Todays Problems with 10 New SharePoint 2010 Features
Solve Todays Problems with 10 New SharePoint 2010 Features
 
SPSMad2016 Rubén Toribio - Template
SPSMad2016 Rubén Toribio - TemplateSPSMad2016 Rubén Toribio - Template
SPSMad2016 Rubén Toribio - Template
 
Comparison of SharePoint 2010 and SharePoint 2013
Comparison of SharePoint 2010 and SharePoint 2013Comparison of SharePoint 2010 and SharePoint 2013
Comparison of SharePoint 2010 and SharePoint 2013
 
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?
 
Configuring Hybrid Workloads for SharePoint 2013 and O365 by Neil Hodgkinson
Configuring Hybrid Workloads for SharePoint 2013 and O365 by Neil HodgkinsonConfiguring Hybrid Workloads for SharePoint 2013 and O365 by Neil Hodgkinson
Configuring Hybrid Workloads for SharePoint 2013 and O365 by Neil Hodgkinson
 
Exploring SharePoint 2013 by Chandu Raj
Exploring SharePoint 2013 by Chandu RajExploring SharePoint 2013 by Chandu Raj
Exploring SharePoint 2013 by Chandu Raj
 
What's New for Developers in SharePoint 2013
What's New for Developers in SharePoint 2013What's New for Developers in SharePoint 2013
What's New for Developers in SharePoint 2013
 
The Future of SharePoint - SharePoint 2016
The Future of SharePoint - SharePoint 2016The Future of SharePoint - SharePoint 2016
The Future of SharePoint - SharePoint 2016
 
Hybrid SharePoint - Office 365 & On-prem SharePoint 2013 -part2
Hybrid SharePoint - Office 365 & On-prem SharePoint 2013 -part2Hybrid SharePoint - Office 365 & On-prem SharePoint 2013 -part2
Hybrid SharePoint - Office 365 & On-prem SharePoint 2013 -part2
 
Succeeding with Hybrid SharePoint (includes new Cloud SSA material)
Succeeding with Hybrid SharePoint (includes new Cloud SSA material)Succeeding with Hybrid SharePoint (includes new Cloud SSA material)
Succeeding with Hybrid SharePoint (includes new Cloud SSA material)
 
Collab365: What's new in SharePoint 2016 for IT Pros
Collab365: What's new in SharePoint 2016 for IT ProsCollab365: What's new in SharePoint 2016 for IT Pros
Collab365: What's new in SharePoint 2016 for IT Pros
 
Intro to Develop and Deploy Apps for Microsoft SharePoint and Office 2013
Intro to Develop and Deploy Apps for Microsoft SharePoint and Office 2013Intro to Develop and Deploy Apps for Microsoft SharePoint and Office 2013
Intro to Develop and Deploy Apps for Microsoft SharePoint and Office 2013
 

Viewers also liked

What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Day 2
What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Day 2What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Day 2
What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Day 2
Sayed Ali
 
Biomar tacna 3
Biomar tacna 3Biomar tacna 3
Biomar tacna 3
Alberto Sanchez
 
Overview of NonProfit Web Content Marketing Strategy Presentation for ESCHous...
Overview of NonProfit Web Content Marketing Strategy Presentation for ESCHous...Overview of NonProfit Web Content Marketing Strategy Presentation for ESCHous...
Overview of NonProfit Web Content Marketing Strategy Presentation for ESCHous...
Sarah M Worthy
 
Halloween ppt
Halloween pptHalloween ppt
Halloween ppt
Olesea Jechiu
 
Fc business entrepreneurshipmanagement
Fc business entrepreneurshipmanagementFc business entrepreneurshipmanagement
Fc business entrepreneurshipmanagement
Shikha Sharma
 
SharePoint 2013 Preview Web Content Management(WCM)
SharePoint 2013 PreviewWeb Content Management(WCM)SharePoint 2013 PreviewWeb Content Management(WCM)
SharePoint 2013 Preview Web Content Management(WCM)
Sayed Ali
 
Incorporating “Culture” in psychology research from the indigenous perspective
Incorporating “Culture” in psychology research from the indigenous perspectiveIncorporating “Culture” in psychology research from the indigenous perspective
Incorporating “Culture” in psychology research from the indigenous perspective
Sinauonline - The Passion of Learning
 

Viewers also liked (7)

What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Day 2
What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Day 2What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Day 2
What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Day 2
 
Biomar tacna 3
Biomar tacna 3Biomar tacna 3
Biomar tacna 3
 
Overview of NonProfit Web Content Marketing Strategy Presentation for ESCHous...
Overview of NonProfit Web Content Marketing Strategy Presentation for ESCHous...Overview of NonProfit Web Content Marketing Strategy Presentation for ESCHous...
Overview of NonProfit Web Content Marketing Strategy Presentation for ESCHous...
 
Halloween ppt
Halloween pptHalloween ppt
Halloween ppt
 
Fc business entrepreneurshipmanagement
Fc business entrepreneurshipmanagementFc business entrepreneurshipmanagement
Fc business entrepreneurshipmanagement
 
SharePoint 2013 Preview Web Content Management(WCM)
SharePoint 2013 PreviewWeb Content Management(WCM)SharePoint 2013 PreviewWeb Content Management(WCM)
SharePoint 2013 Preview Web Content Management(WCM)
 
Incorporating “Culture” in psychology research from the indigenous perspective
Incorporating “Culture” in psychology research from the indigenous perspectiveIncorporating “Culture” in psychology research from the indigenous perspective
Incorporating “Culture” in psychology research from the indigenous perspective
 

Similar to What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Day 1

Introducing SP2010 To Administrators
Introducing SP2010 To AdministratorsIntroducing SP2010 To Administrators
Introducing SP2010 To Administrators
Florin Muntean
 
Meec 2010 SharePoint 2010
Meec 2010 SharePoint 2010Meec 2010 SharePoint 2010
Meec 2010 SharePoint 2010
Daniel Cohen-Dumani
 
Office 365 Deployment Strategies 2.0
Office 365 Deployment Strategies 2.0Office 365 Deployment Strategies 2.0
Office 365 Deployment Strategies 2.0
Bert Johnson
 
MicroSoft Sharepoint Online Training in Canada
MicroSoft Sharepoint Online Training in Canada MicroSoft Sharepoint Online Training in Canada
MicroSoft Sharepoint Online Training in Canada
BoundTechS
 
SharePoint Server 2016 - Lets get ready - Wisconsin SharePoint User Group
SharePoint Server 2016 - Lets get ready - Wisconsin SharePoint User GroupSharePoint Server 2016 - Lets get ready - Wisconsin SharePoint User Group
SharePoint Server 2016 - Lets get ready - Wisconsin SharePoint User Group
Drew Madelung
 
Is BCS Dead?
Is BCS Dead?Is BCS Dead?
Is BCS Dead?
Jeff Fried
 
SharePoint 2010
SharePoint 2010SharePoint 2010
SharePoint 2010
nplowman
 
Chris givens building custom service applications
Chris givens building custom service applicationsChris givens building custom service applications
Chris givens building custom service applications
Chris Givens
 
Seminar On Share Point By Maroof Ahmad
Seminar On Share Point By Maroof AhmadSeminar On Share Point By Maroof Ahmad
Seminar On Share Point By Maroof Ahmad
MaroofAhmad
 
Sp products and technologies- Dipali Shiledar
Sp products and technologies- Dipali ShiledarSp products and technologies- Dipali Shiledar
Sp products and technologies- Dipali Shiledar
Dipali Shiledar
 
What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Day 3
What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Day 3What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Day 3
What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Day 3
Sayed Ali
 
What's new in SharePoint Server 2013 (End user - Admin – Developer)
What's new in SharePoint Server 2013 (End user - Admin – Developer)What's new in SharePoint Server 2013 (End user - Admin – Developer)
What's new in SharePoint Server 2013 (End user - Admin – Developer)
Mahmoud Hamed Mahmoud
 
Intro to SharePoint for Developers
Intro to SharePoint for DevelopersIntro to SharePoint for Developers
Intro to SharePoint for Developers
Rob Wilson
 
Get Ready for SharePoint 2016
Get Ready for SharePoint 2016Get Ready for SharePoint 2016
Get Ready for SharePoint 2016
Trigent_Senthil
 
Introduction to SharePoint 2013
Introduction to SharePoint 2013Introduction to SharePoint 2013
Introduction to SharePoint 2013
Folio3 Software
 
Updates from Microsoft Ignite
Updates from Microsoft Ignite Updates from Microsoft Ignite
Updates from Microsoft Ignite
Momentum Digital Solutions Inc.
 
Share point 2010
Share point 2010Share point 2010
Share point 2010
Saurabh Parikh
 
SharePoint 2010 - IT Platform upgrade and Management
SharePoint 2010 - IT Platform upgrade and ManagementSharePoint 2010 - IT Platform upgrade and Management
SharePoint 2010 - IT Platform upgrade and Management
Chris McNulty
 
SharePoint 2010 Enterprise Search
SharePoint 2010 Enterprise SearchSharePoint 2010 Enterprise Search
SharePoint 2010 Enterprise Search
Agnes Molnar
 
sps-2013-architecture-overview.pdf
sps-2013-architecture-overview.pdfsps-2013-architecture-overview.pdf
sps-2013-architecture-overview.pdf
andinieldananty
 

Similar to What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Day 1 (20)

Introducing SP2010 To Administrators
Introducing SP2010 To AdministratorsIntroducing SP2010 To Administrators
Introducing SP2010 To Administrators
 
Meec 2010 SharePoint 2010
Meec 2010 SharePoint 2010Meec 2010 SharePoint 2010
Meec 2010 SharePoint 2010
 
Office 365 Deployment Strategies 2.0
Office 365 Deployment Strategies 2.0Office 365 Deployment Strategies 2.0
Office 365 Deployment Strategies 2.0
 
MicroSoft Sharepoint Online Training in Canada
MicroSoft Sharepoint Online Training in Canada MicroSoft Sharepoint Online Training in Canada
MicroSoft Sharepoint Online Training in Canada
 
SharePoint Server 2016 - Lets get ready - Wisconsin SharePoint User Group
SharePoint Server 2016 - Lets get ready - Wisconsin SharePoint User GroupSharePoint Server 2016 - Lets get ready - Wisconsin SharePoint User Group
SharePoint Server 2016 - Lets get ready - Wisconsin SharePoint User Group
 
Is BCS Dead?
Is BCS Dead?Is BCS Dead?
Is BCS Dead?
 
SharePoint 2010
SharePoint 2010SharePoint 2010
SharePoint 2010
 
Chris givens building custom service applications
Chris givens building custom service applicationsChris givens building custom service applications
Chris givens building custom service applications
 
Seminar On Share Point By Maroof Ahmad
Seminar On Share Point By Maroof AhmadSeminar On Share Point By Maroof Ahmad
Seminar On Share Point By Maroof Ahmad
 
Sp products and technologies- Dipali Shiledar
Sp products and technologies- Dipali ShiledarSp products and technologies- Dipali Shiledar
Sp products and technologies- Dipali Shiledar
 
What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Day 3
What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Day 3What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Day 3
What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Day 3
 
What's new in SharePoint Server 2013 (End user - Admin – Developer)
What's new in SharePoint Server 2013 (End user - Admin – Developer)What's new in SharePoint Server 2013 (End user - Admin – Developer)
What's new in SharePoint Server 2013 (End user - Admin – Developer)
 
Intro to SharePoint for Developers
Intro to SharePoint for DevelopersIntro to SharePoint for Developers
Intro to SharePoint for Developers
 
Get Ready for SharePoint 2016
Get Ready for SharePoint 2016Get Ready for SharePoint 2016
Get Ready for SharePoint 2016
 
Introduction to SharePoint 2013
Introduction to SharePoint 2013Introduction to SharePoint 2013
Introduction to SharePoint 2013
 
Updates from Microsoft Ignite
Updates from Microsoft Ignite Updates from Microsoft Ignite
Updates from Microsoft Ignite
 
Share point 2010
Share point 2010Share point 2010
Share point 2010
 
SharePoint 2010 - IT Platform upgrade and Management
SharePoint 2010 - IT Platform upgrade and ManagementSharePoint 2010 - IT Platform upgrade and Management
SharePoint 2010 - IT Platform upgrade and Management
 
SharePoint 2010 Enterprise Search
SharePoint 2010 Enterprise SearchSharePoint 2010 Enterprise Search
SharePoint 2010 Enterprise Search
 
sps-2013-architecture-overview.pdf
sps-2013-architecture-overview.pdfsps-2013-architecture-overview.pdf
sps-2013-architecture-overview.pdf
 

Recently uploaded

Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Speck&Tech
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
James Anderson
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
Claudio Di Ciccio
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
Edge AI and Vision Alliance
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
Matthew Sinclair
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website
Pixlogix Infotech
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
Zilliz
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 

Recently uploaded (20)

Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 

What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Day 1

  • 1. First Look Clinic: What’s New for IT Professionals in Microsoft® SharePoint® Server 2013 Sayed Ali (MCTS , MCITP , MCT , MCSA , MCSE ) Sayed.ali@outlook.com Senior SharePoint Administrator Arabian Advanced Systems(Naseej)
  • 2. About  Senior SharePoint Administrator at Arabian Advanced Systems (Naseej)  Microsoft Certified Technology Specialist (MCTS)  Microsoft Certified IT Professional (MCITP)  Microsoft Certified Trainer (MCT)  Microsoft Certified Solution Association , Windows Server 2012 (MCSA)  Microsoft Certified Solution Expert , SharePoint 2013(MCSE)  Email : sayed.ali@outlook.com  Twitter : @sayed_dev  LinkedIn : http://sa.linkedin.com/in/sayedaly  Blog : http://www.sayed-ali.com/blog  Mobile : +966541010095
  • 3. Course Agenda  Architecture Changes  Security and Identity Management  What’s New in Business Connectivity Services?  What’s New in Search?  What's New in Business Intelligence?  What's New in Composites  What’s New in Enterprise Content Management  What's New in Records Management and Compliance  What’s New in Social Computing  What’s New for Mobile Users  The Authoring Process  Search-Driven Sites
  • 4. Day 1 Agenda  Architecture Changes  Security and Identity Management  What’s New in Business Connectivity Services?  What’s New in Search?
  • 5. Lesson 1: Architecture Changes  Request Management  Service Applications  Office Web Applications  SharePoint Apps  Upgrading to SharePoint 2013  Demonstration: Administering SharePoint 2013
  • 6. Request Management  Enables SharePoint to process incoming requests according to configurable rules  Run in integrated mode for most environments  Run in dedicated mode for large environments and multiple farms  Consists of three components:  Request Throtting and Routing  Request Prioritization  Request Load Balancing  Create routing rules and throttling rules to prioritize requests and maintain service levels
  • 7. Request Management SharePoint Web Server SharePoint Foundation Web Application Service Filter out requests which should be throttled or prioritized Select which web servers the request may be sent to Select a single web server to route to, based upon weighting schemes Request Management Service Incoming Requests Configuration
  • 8. Service Applications  The Application Management Service manages licenses and permissions for SharePoint apps  SharePoint Translation Services provides automated, machine-based translation of documents and content  The Work Management Service aggregates task data from other business platforms in SharePoint My Sites  Office Web Applications and Web Analytics are no longer service applications in SharePoint 15
  • 9. Office Web Applications  Office Web Applications is now a separate server product  You can scale your Office Web Applications and SharePoint deployments independently  One Office Web Applications farm can serve multiple SharePoint farms  Use Windows PowerShell to associate your SharePoint farm with an Office Web Applications farm
  • 10. SharePoint Apps  A new way of distributing and exposing functionality through the SharePoint UI  App logic can run in the cloud or in the local environment  Apps can be purchased or downloaded from the Office Marketplace  The Corporate Catalog site collection makes apps available across a SharePoint web application  Apps can only access SharePoint functionality through the CSOM
  • 11. Upgrading to SharePoint 2013  Database attach upgrade is the only supported upgrade path from SharePoint 2010 to SharePoint 15 1. Create a new SharePoint 15 server farm 2. Migrate your content databases 3. Perform the upgrade  Upgrade of servers and databases is now separate from upgrade of site collections  Site collections can continue to run in SharePoint 2010 mode  Platform supports both SharePoint 15 and SharePoint 2010 version of most components and resources
  • 12. Demonstration: Administering SharePoint 2013  Central Administration structure is unchanged  New options for managing SharePoint apps  New service applications  Application Management Service  SharePoint Translation Services  Work Management Service  App Fabric Application Proxy  Creating web applications  Only claims authentication is available through the UI
  • 13. Lesson 2: Security and Identity Management  Authentication in SharePoint 2013  SharePoint 2013 and OAuth 2.0  Application Authentication and Authorization  Server to Server Authentication
  • 14. Authentication in SharePoint 2013  Claims-based authentication is now the default option  Classic authentication mode has been deprecated  Three types of claims-based authentication are supported  Windows claims  FBA claims  SAML claims  Distributed Cache service tracks FedAuth cookies  Improved logging and diagnostics for authentication
  • 15. SharePoint 2013 and OAuth 2.0  OAuth enables users to share specific resources with third parties without sharing their access credentials  Third parties are issued with an access token  An access token grants access to a specific resource for a defined period of time (for example 30 minutes)  SharePoint 15 implements and extends OAuth 2.0 for two scenarios:  Application authentication and authorization  Server to server authentication
  • 16. Application Authentication and Authorization 1. User loads an app in SharePoint 2. App requests an access token from Azure ACS 3. ACS authenticates app and issues token SharePoint User App Azure ACS 1 2 3 4 5 6 4. App presents access token to SharePoint 5. SharePoint returns data to app 6. App presents data to user
  • 17. Server to Server Authentication  Enterprise functionality relies on server applications sharing information on behalf of users  The S2S STS issues access tokens that enable SharePoint to retrieve or provide information on behalf of users  PowerShell is used to configure trust relationships between SharePoint, Exchange, and Lync SharePoint Server Exchange Server SharePoint STS Exchange STS Trust Relationship Access Token Data
  • 18. Lesson 3: What’s New in Business Connectivity Services?  OData Connections  External Events  External List Enhancements  BDC Model Scopes  Demonstration: Adding an OData Connection in SharePoint Designer 2013
  • 19. OData Connections  BCS includes native support for OData  Generate BDC models from OData automatically in Visual Studio  Build BDC models from OData interactively in SharePoint Designer  OData provides access to a wide range of third party systems and data sources
  • 21. External List Enhancements  Performance improvements  Limit number of results returned  Sorting is performed by external system  Filtering is performed by external system  Users can export external list data to Excel
  • 22. BDC Model Scopes Farm (BCS) Scope App Scope SharePoint App SharePoint App External Systems BDC Connection BDC Connection BDC Connection BDC Model BDC Model
  • 23. Demonstration: Adding an OData Connection in SharePoint Designer 2013  Create a new external content type in SharePoint Designer  Add a new data connection  Connect to an Odata provider  Explore the data and define operations
  • 24. Lesson 4: What’s New in Search?  Search Architecture  Search Crawl  Relevance Enhancements  User Interface Enhancements
  • 26. Search Crawl  Continuous crawl  Alternative to scheduled incremental crawl  Crawl processes are started automatically as required  Keeps index as fresh as possible  Entity search  Crawler looks for specific words or phrases, or entities, in unstructured content  Could include product names or project codenames  Create and deploy dictionaries containing your entities  Entities are stored as managed properties
  • 27. Relevance Enhancements • The search analytics component continually works to improve relevance • Query rules enable you to match search results to user intent • Result sources replace federated locations and search scopes
  • 28. User Interface Enhancements • Out of the box • Search results differentiated by type • Hover previews of Office documents • Search results optimized per user search history • Customized at search service level • Result blocks provide visual grouping of particular types of results • Customized at site level • Result types use rules to match search results • Display templates determine look and feel of result types