SlideShare uma empresa Scribd logo
1 de 29
Baixar para ler offline
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

Mais conteúdo relacionado

Mais procurados

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 DevelopmentEdin Kapic
 
Dynamics 365 and Office 365 Integrations
Dynamics 365 and Office 365 IntegrationsDynamics 365 and Office 365 Integrations
Dynamics 365 and Office 365 IntegrationsSvetlana Avramova
 
Share point 2010-uiimprovements
Share point 2010-uiimprovementsShare point 2010-uiimprovements
Share point 2010-uiimprovementsLiquidHub
 
SharePoint 2010 and its development tools
SharePoint 2010 and its development toolsSharePoint 2010 and its development tools
SharePoint 2010 and its development toolsShakir 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 2011pearce.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 ProsRene Modery
 
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 FeaturesCory Peters
 
SPSMad2016 Rubén Toribio - Template
SPSMad2016 Rubén Toribio - TemplateSPSMad2016 Rubén Toribio - Template
SPSMad2016 Rubén Toribio - TemplateRub 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 2013Ian 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 HodgkinsonEuropean SharePoint Conference
 
Exploring SharePoint 2013 by Chandu Raj
Exploring SharePoint 2013 by Chandu RajExploring SharePoint 2013 by Chandu Raj
Exploring SharePoint 2013 by Chandu Rajchanduraj1984
 
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 2013CTE Solutions Inc.
 
The Future of SharePoint - SharePoint 2016
The Future of SharePoint - SharePoint 2016The Future of SharePoint - SharePoint 2016
The Future of SharePoint - SharePoint 2016Don 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 -part2WinWire 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 ProsVlad 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 2013AntonioMaio2
 

Mais procurados (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
 

Destaque

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 2Sayed Ali
 
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
 
Fc business entrepreneurshipmanagement
Fc business entrepreneurshipmanagementFc business entrepreneurshipmanagement
Fc business entrepreneurshipmanagementShikha 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 perspectiveSinauonline - The Passion of Learning
 

Destaque (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
 

Semelhante a 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 AdministratorsFlorin Muntean
 
Office 365 Deployment Strategies 2.0
Office 365 Deployment Strategies 2.0Office 365 Deployment Strategies 2.0
Office 365 Deployment Strategies 2.0Bert 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 GroupDrew Madelung
 
SharePoint 2010
SharePoint 2010SharePoint 2010
SharePoint 2010nplowman
 
Chris givens building custom service applications
Chris givens building custom service applicationsChris givens building custom service applications
Chris givens building custom service applicationsChris 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 AhmadMaroofAhmad
 
Sp products and technologies- Dipali Shiledar
Sp products and technologies- Dipali ShiledarSp products and technologies- Dipali Shiledar
Sp products and technologies- Dipali ShiledarDipali 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 3Sayed 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 DevelopersRob Wilson
 
Get Ready for SharePoint 2016
Get Ready for SharePoint 2016Get Ready for SharePoint 2016
Get Ready for SharePoint 2016Trigent_Senthil
 
Introduction to SharePoint 2013
Introduction to SharePoint 2013Introduction to SharePoint 2013
Introduction to SharePoint 2013Folio3 Software
 
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 ManagementChris McNulty
 
SharePoint 2010 Enterprise Search
SharePoint 2010 Enterprise SearchSharePoint 2010 Enterprise Search
SharePoint 2010 Enterprise SearchAgnes Molnar
 
sps-2013-architecture-overview.pdf
sps-2013-architecture-overview.pdfsps-2013-architecture-overview.pdf
sps-2013-architecture-overview.pdfandinieldananty
 

Semelhante a 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
 

Último

UiPath Community: AI for UiPath Automation Developers
UiPath Community: AI for UiPath Automation DevelopersUiPath Community: AI for UiPath Automation Developers
UiPath Community: AI for UiPath Automation DevelopersUiPathCommunity
 
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration WorkflowsIgniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration WorkflowsSafe Software
 
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...UbiTrack UK
 
Building Your Own AI Instance (TBLC AI )
Building Your Own AI Instance (TBLC AI )Building Your Own AI Instance (TBLC AI )
Building Your Own AI Instance (TBLC AI )Brian Pichman
 
Nanopower In Semiconductor Industry.pdf
Nanopower  In Semiconductor Industry.pdfNanopower  In Semiconductor Industry.pdf
Nanopower In Semiconductor Industry.pdfPedro Manuel
 
Salesforce Miami User Group Event - 1st Quarter 2024
Salesforce Miami User Group Event - 1st Quarter 2024Salesforce Miami User Group Event - 1st Quarter 2024
Salesforce Miami User Group Event - 1st Quarter 2024SkyPlanner
 
OpenShift Commons Paris - Choose Your Own Observability Adventure
OpenShift Commons Paris - Choose Your Own Observability AdventureOpenShift Commons Paris - Choose Your Own Observability Adventure
OpenShift Commons Paris - Choose Your Own Observability AdventureEric D. Schabell
 
AI Fame Rush Review – Virtual Influencer Creation In Just Minutes
AI Fame Rush Review – Virtual Influencer Creation In Just MinutesAI Fame Rush Review – Virtual Influencer Creation In Just Minutes
AI Fame Rush Review – Virtual Influencer Creation In Just MinutesMd Hossain Ali
 
Bird eye's view on Camunda open source ecosystem
Bird eye's view on Camunda open source ecosystemBird eye's view on Camunda open source ecosystem
Bird eye's view on Camunda open source ecosystemAsko Soukka
 
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdfUiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdfDianaGray10
 
Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024D Cloud Solutions
 
UiPath Studio Web workshop series - Day 7
UiPath Studio Web workshop series - Day 7UiPath Studio Web workshop series - Day 7
UiPath Studio Web workshop series - Day 7DianaGray10
 
Crea il tuo assistente AI con lo Stregatto (open source python framework)
Crea il tuo assistente AI con lo Stregatto (open source python framework)Crea il tuo assistente AI con lo Stregatto (open source python framework)
Crea il tuo assistente AI con lo Stregatto (open source python framework)Commit University
 
How Accurate are Carbon Emissions Projections?
How Accurate are Carbon Emissions Projections?How Accurate are Carbon Emissions Projections?
How Accurate are Carbon Emissions Projections?IES VE
 
Basic Building Blocks of Internet of Things.
Basic Building Blocks of Internet of Things.Basic Building Blocks of Internet of Things.
Basic Building Blocks of Internet of Things.YounusS2
 
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019IES VE
 
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...Aggregage
 
Videogame localization & technology_ how to enhance the power of translation.pdf
Videogame localization & technology_ how to enhance the power of translation.pdfVideogame localization & technology_ how to enhance the power of translation.pdf
Videogame localization & technology_ how to enhance the power of translation.pdfinfogdgmi
 
20230202 - Introduction to tis-py
20230202 - Introduction to tis-py20230202 - Introduction to tis-py
20230202 - Introduction to tis-pyJamie (Taka) Wang
 
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...DianaGray10
 

Último (20)

UiPath Community: AI for UiPath Automation Developers
UiPath Community: AI for UiPath Automation DevelopersUiPath Community: AI for UiPath Automation Developers
UiPath Community: AI for UiPath Automation Developers
 
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration WorkflowsIgniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
 
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...
UWB Technology for Enhanced Indoor and Outdoor Positioning in Physiological M...
 
Building Your Own AI Instance (TBLC AI )
Building Your Own AI Instance (TBLC AI )Building Your Own AI Instance (TBLC AI )
Building Your Own AI Instance (TBLC AI )
 
Nanopower In Semiconductor Industry.pdf
Nanopower  In Semiconductor Industry.pdfNanopower  In Semiconductor Industry.pdf
Nanopower In Semiconductor Industry.pdf
 
Salesforce Miami User Group Event - 1st Quarter 2024
Salesforce Miami User Group Event - 1st Quarter 2024Salesforce Miami User Group Event - 1st Quarter 2024
Salesforce Miami User Group Event - 1st Quarter 2024
 
OpenShift Commons Paris - Choose Your Own Observability Adventure
OpenShift Commons Paris - Choose Your Own Observability AdventureOpenShift Commons Paris - Choose Your Own Observability Adventure
OpenShift Commons Paris - Choose Your Own Observability Adventure
 
AI Fame Rush Review – Virtual Influencer Creation In Just Minutes
AI Fame Rush Review – Virtual Influencer Creation In Just MinutesAI Fame Rush Review – Virtual Influencer Creation In Just Minutes
AI Fame Rush Review – Virtual Influencer Creation In Just Minutes
 
Bird eye's view on Camunda open source ecosystem
Bird eye's view on Camunda open source ecosystemBird eye's view on Camunda open source ecosystem
Bird eye's view on Camunda open source ecosystem
 
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdfUiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
UiPath Solutions Management Preview - Northern CA Chapter - March 22.pdf
 
Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024
 
UiPath Studio Web workshop series - Day 7
UiPath Studio Web workshop series - Day 7UiPath Studio Web workshop series - Day 7
UiPath Studio Web workshop series - Day 7
 
Crea il tuo assistente AI con lo Stregatto (open source python framework)
Crea il tuo assistente AI con lo Stregatto (open source python framework)Crea il tuo assistente AI con lo Stregatto (open source python framework)
Crea il tuo assistente AI con lo Stregatto (open source python framework)
 
How Accurate are Carbon Emissions Projections?
How Accurate are Carbon Emissions Projections?How Accurate are Carbon Emissions Projections?
How Accurate are Carbon Emissions Projections?
 
Basic Building Blocks of Internet of Things.
Basic Building Blocks of Internet of Things.Basic Building Blocks of Internet of Things.
Basic Building Blocks of Internet of Things.
 
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
 
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...
The Data Metaverse: Unpacking the Roles, Use Cases, and Tech Trends in Data a...
 
Videogame localization & technology_ how to enhance the power of translation.pdf
Videogame localization & technology_ how to enhance the power of translation.pdfVideogame localization & technology_ how to enhance the power of translation.pdf
Videogame localization & technology_ how to enhance the power of translation.pdf
 
20230202 - Introduction to tis-py
20230202 - Introduction to tis-py20230202 - Introduction to tis-py
20230202 - Introduction to tis-py
 
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...
 

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