SlideShare ist ein Scribd-Unternehmen logo
1 von 50
SharePoint intersection
Session SP09
Introduction to SharePoint 2013 for IT Pros
Dan Usher
usher@binarybrewery.io
2
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
Introduction
 Overview
 First Thoughts on SharePoint 2013
 New and Shiny…
 Hardware and Software Requirements
 Improvements
 Upgrade Story
 Underlying Infrastructure
 Database Distribution
 Service Applications
 Services
 Shredded Storage
 Distributed Cache Service
 Request Management
 User Interface
 Browser Support
 SharePoint Designer
 Workflow
 Social
 OneDrive for Business
 Developer Story
 Solution Types
 Apps
Who am I?
Dan Usher
Lead Associate
Booz Allen Hamilton
usher@binarybrewery.io
http://www.sharepointdan.com
Who are you?
5
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
spoiler alert
 Cloud First…
 Significant Infrastructure Investments
 Everything’s an App!
 Apps Model
 Search is FAST
 Office Web Apps
6
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
first thoughts…
 It's new, but different, but not too different
 Hardware Requirements
 Platform improvements and investments
 Shredded Storage (SQL Server)
 SQL Improvements (database structures)
 Cache Service - App Fabric
 Request Management
 Themes and Design Manager
 OneDrive for Business
 Social Collaboration
 Web Content Management
7
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
bigger changes ahead
 I need some more resources for…
 Office Web Apps
 Workflow Client Manager Server
 Service Bus
 Search
 Web Analytics is part of search
 Web Analytics Service Application
 FAST is part of search (or is search part of FAST?)
 To the Cloud!
8
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
resourcing for single server farms
Component SharePoint 2010 SharePoint 2013
Processor 64 bit, 4 cores 64 bit, 4 cores
RAM Developer or
Evaluation
4 GB 8-10 GB
Single Server 8 GB 24 GB
Multi Server 8 GB 12 GB
Hard disk 80 (min) GB for system drive
Maintain twice as much free space as
you have RAM for production
environments.
Minimum Requirements
9
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
resourcing for database servers
Component Deployment
Size
SharePoint 2010 SharePoint 2013
Processor Small 64 bit, 4 cores 64 bit, 4 cores
Medium 64 bit, 8 cores 64 bit, 8 cores
RAM Small 8 GB 8 GB
Medium 16 GB 16 GB
Hard Disk 80 GB for system drive
Hard disk is dependent on the size of the
SharePoint content
Minimum Requirements
10
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
SharePoint software requirements
Web Servers
 Pre-requisites (WIF 1.0, 1.1; .NET 4.0; PowerShell 3.0; etc.)
 Full List - http://technet.microsoft.com/en-
us/library/cc262485.aspx#section4
 64-bit edition of Windows Server 2008 R2 Service Pack 1 (SP1)
Standard, Enterprise, Data Center
 KB 2554876 – SharePoint Parsing Crashes
 KB 2708075 – IIS 7.5 Configurations are not updated
 KB 2759112 – ASP.NET (SharePoint) race condition in .NET 4.5 RTM
11
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
SharePoint software requirements
Web Servers
 Windows Server 2012 Standard or Data Center
 KB 2765317 – ASP.NET (SharePoint) race condition in .NET 4.5 RTM
 As of this moment not available from Microsoft Website
 http://www.sharepointdan.com/?p=1015 for link to download
 Windows Server 2012 R2 Standard or Data Center
 Requires SharePoint Server 2013 SP1
 http://support.microsoft.com/kb/2891274
12
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
database software requirements
SQL
 64-bit edition of Microsoft SQL Server 2008 R2 Service Pack 1 or
 64-bit edition of Microsoft SQL Server 2012
 64-bit edition of Microsoft SQL Server 2014
 (Soon… April 2014 CU)
OS
 64-bit edition of Windows Server 2008 R2 Service Pack 1 (SP1)
Standard, Enterprise, Data Center, or
 Windows Server 2012 Standard or Data Center
13
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
lightning round: what’s new for IT Pros
 Authentication – Claims, OAuth, Server to Server
 eDiscovery – eDiscovery Center, In Place Holds, Exchange
Integration
 Mobile Experience – Responsive Design and Device Channels
 Records Management and Compliance – Site Retention Policies
 Business Intelligence – Excel BI, Excel Services, Performance
Point Services, Visio Services
 Workflow - .NET 4.5!!!
 Site Mailboxes
 Search
14
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
the upgrade story
Upgrade/migrate to
the cloud
Upgrade to next
version – sequential
(recommended)
Leapfrog to the
latest version
15
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
the end user upgrade story
16
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
the upgrade story
Upgrade Method SharePoint 2007 SharePoint 2010 SharePoint 2013
Database Attach   
In-place Upgrade  
Side by Side
Upgrade

 Microsoft recommends migrating to Claims Authentication
prior to upgrade
 Remember to enable your Claims to Windows Token Service
 SharePoint 2010 sites can be migrated into SharePoint 2013
and maintain the current UI and functionality
17
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
Upgrade considerations
 Do you have a strategy of what new
functionality you want to use?
 Are you willing to take the time to
assist end users in consolidating sites
and site collections?
 How many customizations do you
have?
 Are you deploying Office 2013?
 What about SharePoint Online or
Office 365?
18
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
migrate from classic to claims
Log into your SharePoint Server with an account
with Farm Admin privileges
Open up SharePoint Management Console
$WebAppName = "http://<yourWebAppUrl>“
$wa = get-SPWebApplication $WebAppName
$wa.UseClaimsAuthentication = $true
$wa.Update()
$account = (New-SPClaimsPrincipal –identity "yourDomainyourUser" -
identitytype 1).ToEncodedString()
$wa = get-SPWebApplication $WebAppName
$zp = $wa.ZonePolicies("Default")
$p = $zp.Add($account,"PSPolicy")
$fc=$wa.PolicyRoles.GetSpecialRole("FullControl")
$p.PolicyRoleBindings.Add($fc)
$wa.Update()
$wa.MigrateUsers($true)
$wa.ProvisionGlobally()
19
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
Databases in 2010
Administrative Databases
 Configuration
 Central Administration
Content
 Content Databases
 Usage and Health
 Business Data Connectivity
Services
 Application Registry
 Subscription Settings
SharePoint Databases
 Search Administration
 Crawl
 Property
 Web Analytics Reporting
 Web Analytics Staging
 State
 Profile
 Synchronization
 Social Tagging
 Managed Metadata Service
 Secure Store
 Word Automation Service
 PerformancePoint
20
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
Databases in 2013
Administrative Databases
 Configuration
 Central Administration
Content
 Content Databases
 Usage and Health
 Business Data Connectivity
Services
 Application Registry
 Subscription Settings
New Databases
 Analytics Reporting
 Link
 App Management
 Machine Translation Services
 Apps for SharePoint
SharePoint Databases
 Search Administration
 Crawl
 Property
 Web Analytics Reporting
 Web Analytics Staging
 State
 Profile
 Synchronization
 Social Tagging
 Managed Metadata Service
 Secure Store
 Word Automation Service
 PerformancePoint
21
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
Service Applications in 2010
 Access Services
 Business Data Connectivity
Services
 Excel Services
 Managed Metadata Service
 PerformancePoint
 Search
 Secure Store Service
 State Service
 Usage and Health Data
Collection
 User Profile Service
 Visio Graphics Service
 Web Analytics
 Word Automation Services
 Microsoft SharePoint
Foundation Subscription
Settings Service
22
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
Service Applications in 2013
 Access Services
 Access Services 2010
 App Management Service
 Business Data Connectivity
Services
 Excel Services
 Machine Translation Service
 Managed Metadata Service
 PerformancePoint
 PowerPoint Conversion
 Search
 Secure Store Service
 State Service
 Usage and Health Data
Collection
 User Profile Service
 Visio Graphics Service
 Web Analytics
 Word Automation Services
 Work Management
 Microsoft SharePoint
Foundation Subscription
Settings Service
23
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
shredded storage
 SharePoint 2010 – File Synchronization via SOAP of HTTP
API (FSSHTTP or ‘Cobalt’)
 Allows for documents to be sent back and forth between WFE
and end user before commit to SQL Server
 SharePoint 2013 – Shredded Storage – sends only the
deltas to BLOBs within SQL rather than entire document
 What we know…
 On by default (can be disabled per web app) (sort of…)
 BLOBs not shredded at upgrade
 Shreds more than just Office documents
 Independent of Remote BLOB Storage (RBS)
24
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
distributed cache
 Windows Server AppFabric Distributed Caching
 Azure AppFabric != On-premises AppFabric
 Are there architectural impacts?
 Exists on every server in your farm (AppFabric Caching Service) in
the beginning…
 NT Service is run by the Farm account
 Sizing? RAM requirements? Plan! Plan!
 Similar to FIM, what it ships with is what you get!
25
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
distributed cache
 What does it power…
 Newsfeeds
 Authentication
 OneNote client access
 Security Trimming
 Page load performance
 Not database dependent
 What it doesn’t power…
 BLOB Caching
 Page Output Caching
26
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
request management
 Gives you (and SharePoint) more control over inbound
requests and routing
 Route requests based on user agent, requested URL, or
source IP address
 Managed per web application
 Route based on server health
 Identify malicious requests and drop them
 Provides resource management with throttling
 Route based on weight (e.g. heavy requests to beefier servers)
27
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
web content management improvements
 Support the tools and workflows designers use
 Adobe DreamWeaver, Microsoft Expressions, HotDog
Professional
 Variations & Content Translation
 Language Packs Required
 Search Engine Optimization
 FAST
 MCMS Cross Site Publishing
 Metadata navigation
28
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
browser compatibility and WCM improvements
 WCM features in 2013 provide deep level of control over
markup and styling
 Designers can target browser compatibility
 IE6 or standards based (IE 8+, Firefox 5.x, etc.)
 Design Manager
 Requires Publishing
Infrastructure
29
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
analytics
 New Analytics Platform replaces Web Analytics Service
Application
 What’s new?
 Data storage and IO is improved
 Find more relevant information (click-thrus, number of views,
etc.)
 Understand content usage (e.g. document comparisons)
 See discussion thread usage
 Populate views in the CBS (Content By Search) web part
 3rd parties can extend the platform
30
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
browser support
Browser Supported Not Supported
Internet Explorer 11 *
Internet Explorer 10 *
Internet Explorer 9 
Internet Explorer 8 
Internet Explorer 7 
Internet Explorer 6 
Google Chrome 
Mozilla Firefox 
Apple Safari 
31
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
SharePoint Designer
 Workflow Foundation v4 based
 SharePoint 2010 based workflows still supported
 Visio canvas within SPD for workflows
 Requires Visio be installed on workstation
 Designer provides ability to create stages and loops
 No Page Design View for UI Development
 SharePoint Designer Settings through Central Administration
32
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
SharePoint Designer 2013
33
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
workflow
 SharePoint 2010 workflow is still available
 SharePoint 2013 workflow is a separate server component that requires
Workflow Manager and Service Bus and Workflow Client
 Can be a part of your farm or separate
 Supports HTTP and HTTPS communication
 The System/Setup account cannot be used to create a 2013 workflow
 You need to deploy a User Profile Service Application so users can
deploy and run workflows
 High availability is tricky with a 3 server minimum requirement
 Ports & protocols are important
 HTTP / HTTPS Workflow Queuing (12290/12291) and SQL (Browser)
 Workflow Manager Service Bus (9354-9356, 9000* [5 random ports])
34
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
let’s get social…
 Micro-blogging
 Activity Feeds
 Communities
 Discussions
 Blogs
 Community Site Template
 Community Portal
35
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
How Social changed…
2010
My Site
Activity Feed
Document Library
Profile
2013
Newsfeed
Newsfeed
Content follow
OneDrive for
Business
Profile
My Site
36
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
What’s this OneDrive for Business thing?
 It’s not OneDrive through Live
Services!
 Office 365 provides for 25 GB
per user document library
 Fewer file type restrictions
that other document libraries
 Allows for sharing like any
other document library
 Installs with Office 365 ProPlus
/ 2013 applications
 Can be installed with
SkyDrive Pro Client
 Synchronizes files with
OneDrive for Business every 10
minutes
 Doesn’t replace SharePoint
Workspaces
Backstage
OneDrive for
Business
Windows
Sync Client
Windows (File) Explorer
(Favorites)
OneDrive
SharePoint
OneDrive @ SPDelta
OneDrive for Business
My Sites
MySite
Host
Personal Site
Collection
OneDrive for
Business
document
library
Team Sites
Document
Libraries
37
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
Where’d OneDrive for Business come from?
 Rest in Peace…
 SkyDrive Pro
 SharePoint Workspaces 2010
 Groove 2007
 Groove 2006
38
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
OneDrive for Business Requirements
Server Side
 SharePoint 2013 My Site Host
 User Profile Service Application
 Users have MySites with
Personal Site Collection Created
Miscellaneous
 Exchange AutoDiscover to
populate MySite in AD
 SMTP Outbound Configuration
for Notifications
Client Side
 Office 2013 Standard,
Professional Plus, Office 365
ProPlus, OneDrive for Business
Client
 Workstation Operating
Windows 7 or 8
39
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
OneDrive for Business
 Is not a replacement for SharePoint 2010 Workspace
 OneDrive for Business does not synchronize lists…
 Who needs meta-data?
40
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
Application Development
 Apps! Apps! Apps!
 Use SharePoint components
 Surface remote data
 Offload business logic
 Access SharePoint list data
 Make SharePoint a portal for other applications
 Integrate SharePoint with Office applications and services
Apps for SharePoint overview
41
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
custom solutions
 App Model Development is preferred
 Microsoft Hosted App Store and Enterprise Store
 Farm Solutions and Sandboxed Solutions
SharePoint
Platform
Farm
Solutions
Feature
Framework
Sandboxed
Solutions
Client Side
Object Model
App
Model
2003 (v6) 
2007 (v12)  
2010 (v14)    
2013 (v15)     
42
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
app types - Provider Hosted
 ISV or IT organization provides the hosting infrastructure
 ISV / IT is responsible for tenant isolation
 Allows for greatest flexibility, requires greatest responsibility
 Can use site elements, lists, files, web parts
Cloud
Provider-hosted
SharePoint
Existing sites and
services
app web (optional)
Dedicated server / hosting service
REST + OAuth or
client object models
43
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
Cloud
Autohosted
SharePoint
Existing sites and
services
app web (optional)
REST + OAuth or
client object models
app types - Autohosted (Preview)
 Web and SQL Azure components are provisioned behind the scenes when
app is installed
 Multitenancy isolation is provided for
 Can use site elements, lists, files, web parts
44
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
SharePoint-hosted
SharePoint
Existing sites and
services
app web
app types - SharePoint hosted
 Can use site elements, lists, files web parts
 Can use HTML and JavaScript
 Isolation is contained through app web provisioning
45
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
app types
Cloud
Provider-hosted
Autohosted
SharePoint-hosted
SharePoint
Existing sites and
services
app web (optional)
Existing sites and
services
app web (optional)
Existing sites and
services
app web
ISV or IT organization provides
the hosting infrastructure
ISV / IT is responsible for
tenant isolation
Allows for greatest flexibility,
requires greatest responsibility
Can use site elements, lists,
files, web parts
Web and SQL Azure
components are provisioned
behind the scenes when app is
installed
Multitenancy isolation is
provided for
Can use site elements, lists,
files, web parts
Can use site elements, lists,
files web parts
Can use HTML and JavaScript
Isolation is contained through
app web provisioning
Dedicated server / hosting service
REST + OAuth or
client object models
REST + OAuth or
client object models
46
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
information architecture planning
 Host Named Site Collections
 Host Header Based Site Collections in a Single Web App
 Recommendation to basically use Multi-Tenant Capabilities
 Multi-zone support
 Path Based Site Collections
 Managed Paths Required
 Separation and Partitioning of Processes
 Self Service Site Creation
 Create a Site or a Site Collection in a different Web Application
 Policies in a Content Hub can be employed on creation
47
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
how do I get some of this goodness?
 Office 365 on SharePoint 2013
 http://www.office.com
 CloudShare
 http://www.cloudshare.com
 MSDN & TechNet bits available for on-premises
 SharePoint 2013 and Office 365 Service Descriptions:
 http://technet.microsoft.com/en-us/library/jj819267.aspx
 Azure
48
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
when can my clients get this?
 RTM has happened…
 http://sharepoint.microsoft.com/blog/Pages/BlogPost.aspx?pID=
1035
 Late October 2012 release on MSDN
 December 1 2012 volume licensing
 29 January 2013 Office 365 with 2013 available to
consumers.
 27 February 2013 Office 365 with 2013 available to
businesses.
 March 2013 Public Update is considered baseline
 Service Pack 1 has arrived!
49
© DEVintersection. All rights reserved.
http://www.DEVintersection.com
Review
 Overview
 First Thoughts on SharePoint 2013
 New and Shiny…
 Hardware and Software Requirements
 Improvements
 Upgrade Story
 Underlying Infrastructure
 Database Distribution
 Service Applications
 Services
 Shredded Storage
 Distributed Cache Service
 Request Management
 User Interface
 Browser Support
 SharePoint Designer
 Workflow
 Social
 OneDrive for Business
 Developer Story
 Solution Types
 Apps
Questions?
Thank you!
Don’t forget to enter your evaluation
of this session using EventBoard!

Weitere ähnliche Inhalte

Was ist angesagt?

MOSS 2007 Deployment Fundamentals -Part2
MOSS 2007 Deployment Fundamentals -Part2MOSS 2007 Deployment Fundamentals -Part2
MOSS 2007 Deployment Fundamentals -Part2
Information Technology
 
Brian Jackett: Managing SharePoint 2010 Farms with Powershell
Brian Jackett: Managing SharePoint 2010 Farms with PowershellBrian Jackett: Managing SharePoint 2010 Farms with Powershell
Brian Jackett: Managing SharePoint 2010 Farms with Powershell
SharePoint Saturday NY
 

Was ist angesagt? (20)

MOSS 2007 Deployment Fundamentals -Part2
MOSS 2007 Deployment Fundamentals -Part2MOSS 2007 Deployment Fundamentals -Part2
MOSS 2007 Deployment Fundamentals -Part2
 
Brian Jackett: Managing SharePoint 2010 Farms with Powershell
Brian Jackett: Managing SharePoint 2010 Farms with PowershellBrian Jackett: Managing SharePoint 2010 Farms with Powershell
Brian Jackett: Managing SharePoint 2010 Farms with Powershell
 
Best Practices to SharePoint Architecture Fundamentals NZ & AUS
Best Practices to SharePoint Architecture Fundamentals NZ & AUSBest Practices to SharePoint Architecture Fundamentals NZ & AUS
Best Practices to SharePoint Architecture Fundamentals NZ & AUS
 
ECS19 - Paul Collinge - Transforming enterprise network connectivity in a clo...
ECS19 - Paul Collinge - Transforming enterprise network connectivity in a clo...ECS19 - Paul Collinge - Transforming enterprise network connectivity in a clo...
ECS19 - Paul Collinge - Transforming enterprise network connectivity in a clo...
 
[McDermott] Configuring SharePoint Hybrid Search and Taxonomy
[McDermott] Configuring SharePoint Hybrid Search and Taxonomy[McDermott] Configuring SharePoint Hybrid Search and Taxonomy
[McDermott] Configuring SharePoint Hybrid Search and Taxonomy
 
SharePoint Topology
SharePoint Topology SharePoint Topology
SharePoint Topology
 
Windows Azure SQL Database Federations
Windows Azure SQL Database FederationsWindows Azure SQL Database Federations
Windows Azure SQL Database Federations
 
Back to the Basics: SharePoint Fundamentals by Joel Oleson
Back to the Basics: SharePoint Fundamentals by Joel OlesonBack to the Basics: SharePoint Fundamentals by Joel Oleson
Back to the Basics: SharePoint Fundamentals by Joel Oleson
 
SharePoint Intelligence Extending Share Point Designer 2010 Workflows With Cu...
SharePoint Intelligence Extending Share Point Designer 2010 Workflows With Cu...SharePoint Intelligence Extending Share Point Designer 2010 Workflows With Cu...
SharePoint Intelligence Extending Share Point Designer 2010 Workflows With Cu...
 
Developing a provider hosted share point app
Developing a provider hosted share point appDeveloping a provider hosted share point app
Developing a provider hosted share point app
 
Deploying Exchange 2013 in Hybrid Mode
Deploying Exchange 2013 in Hybrid ModeDeploying Exchange 2013 in Hybrid Mode
Deploying Exchange 2013 in Hybrid Mode
 
Office 365 and SharePoint 2013 Hybrid Environments
Office 365 and SharePoint 2013 Hybrid EnvironmentsOffice 365 and SharePoint 2013 Hybrid Environments
Office 365 and SharePoint 2013 Hybrid Environments
 
ECS19 - Johan Delimon - Keep your Skype for Business Hybrid working like a ch...
ECS19 - Johan Delimon - Keep your Skype for Business Hybrid working like a ch...ECS19 - Johan Delimon - Keep your Skype for Business Hybrid working like a ch...
ECS19 - Johan Delimon - Keep your Skype for Business Hybrid working like a ch...
 
ECS19 - Patrick Curran, Eric Shupps - SHAREPOINT 24X7X365: ARCHITECTING FOR H...
ECS19 - Patrick Curran, Eric Shupps - SHAREPOINT 24X7X365: ARCHITECTING FOR H...ECS19 - Patrick Curran, Eric Shupps - SHAREPOINT 24X7X365: ARCHITECTING FOR H...
ECS19 - Patrick Curran, Eric Shupps - SHAREPOINT 24X7X365: ARCHITECTING FOR H...
 
Web Center Services and Framework
Web Center Services and  FrameworkWeb Center Services and  Framework
Web Center Services and Framework
 
Tech Ed Africa Demystifying Backup Restore In Share Point 2007
Tech Ed Africa Demystifying Backup Restore In Share Point 2007Tech Ed Africa Demystifying Backup Restore In Share Point 2007
Tech Ed Africa Demystifying Backup Restore In Share Point 2007
 
What’s new in SharePoint 2016 Beta 2?
What’s new in SharePoint 2016 Beta 2?What’s new in SharePoint 2016 Beta 2?
What’s new in SharePoint 2016 Beta 2?
 
Effective SharePoint Architecture - SharePoint Saturday Stockholm 2016
Effective SharePoint Architecture - SharePoint Saturday Stockholm 2016Effective SharePoint Architecture - SharePoint Saturday Stockholm 2016
Effective SharePoint Architecture - SharePoint Saturday Stockholm 2016
 
A Real World Guide to Building Highly Available Fault Tolerant SharePoint Farms
A Real World Guide to Building Highly Available Fault Tolerant SharePoint FarmsA Real World Guide to Building Highly Available Fault Tolerant SharePoint Farms
A Real World Guide to Building Highly Available Fault Tolerant SharePoint Farms
 
Analytically shiny and new: A guided tour of Microsoft’s Business Intelligenc...
Analytically shiny and new: A guided tour of Microsoft’s Business Intelligenc...Analytically shiny and new: A guided tour of Microsoft’s Business Intelligenc...
Analytically shiny and new: A guided tour of Microsoft’s Business Intelligenc...
 

Andere mochten auch

Haslam powerpoint with narration
Haslam powerpoint with narrationHaslam powerpoint with narration
Haslam powerpoint with narration
hasla1ad
 
Money (It's What We Want)
Money (It's What We Want)Money (It's What We Want)
Money (It's What We Want)
NTEN
 
Film Directing By Juan Lona
Film Directing By Juan LonaFilm Directing By Juan Lona
Film Directing By Juan Lona
JDLona
 

Andere mochten auch (19)

Pitch 1
Pitch 1Pitch 1
Pitch 1
 
Jaaj 49 out11
Jaaj 49 out11Jaaj 49 out11
Jaaj 49 out11
 
Kevin taller par
Kevin taller parKevin taller par
Kevin taller par
 
eSanté, quels impacts sur le marché de la santé
eSanté, quels impacts sur le marché de la santéeSanté, quels impacts sur le marché de la santé
eSanté, quels impacts sur le marché de la santé
 
Image180314132921
Image180314132921Image180314132921
Image180314132921
 
My film pitch
My film pitchMy film pitch
My film pitch
 
Start 2016 by being creative - 10 famous quotes (infographic)
Start 2016 by being creative - 10 famous quotes (infographic)Start 2016 by being creative - 10 famous quotes (infographic)
Start 2016 by being creative - 10 famous quotes (infographic)
 
KPIT Cummins
KPIT CumminsKPIT Cummins
KPIT Cummins
 
Automated, creative and dispersed: The future of work in the 21st century
Automated, creative and dispersed: The future of work in the 21st centuryAutomated, creative and dispersed: The future of work in the 21st century
Automated, creative and dispersed: The future of work in the 21st century
 
Haslam powerpoint with narration
Haslam powerpoint with narrationHaslam powerpoint with narration
Haslam powerpoint with narration
 
Digital marketing and web development
Digital marketing and web developmentDigital marketing and web development
Digital marketing and web development
 
3rd Global Islamic Microfinance Forum' 2013
3rd Global Islamic Microfinance Forum' 20133rd Global Islamic Microfinance Forum' 2013
3rd Global Islamic Microfinance Forum' 2013
 
Money (It's What We Want)
Money (It's What We Want)Money (It's What We Want)
Money (It's What We Want)
 
Film Directing By Juan Lona
Film Directing By Juan LonaFilm Directing By Juan Lona
Film Directing By Juan Lona
 
Brand management in china
Brand management in chinaBrand management in china
Brand management in china
 
Por que amamos u odiamos las cosas de dia a dia
Por que amamos u odiamos las cosas de dia a diaPor que amamos u odiamos las cosas de dia a dia
Por que amamos u odiamos las cosas de dia a dia
 
Theatre hire at the Newhampton Arts Centre
Theatre hire at the Newhampton Arts CentreTheatre hire at the Newhampton Arts Centre
Theatre hire at the Newhampton Arts Centre
 
American Public Opinion Landscape – International Affairs
American Public Opinion Landscape – International AffairsAmerican Public Opinion Landscape – International Affairs
American Public Opinion Landscape – International Affairs
 
Cotidiano Na Educacao Infantil
Cotidiano Na Educacao InfantilCotidiano Na Educacao Infantil
Cotidiano Na Educacao Infantil
 

Ähnlich wie SharePoint Intersections - SP09 - Introduction to SharePoint 2013 for IT Pros

John Burkholder: SharePoint 2010 in a multi tenant and hosted environment-nyc
John Burkholder: SharePoint 2010 in a multi tenant and hosted environment-nycJohn Burkholder: SharePoint 2010 in a multi tenant and hosted environment-nyc
John Burkholder: SharePoint 2010 in a multi tenant and hosted environment-nyc
SharePoint Saturday NY
 
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
Michael Noel
 
SharePoint 2010 Architecture - TechEd Brasil 2010
SharePoint 2010 Architecture - TechEd Brasil 2010SharePoint 2010 Architecture - TechEd Brasil 2010
SharePoint 2010 Architecture - TechEd Brasil 2010
Michael Noel
 
MOSS 2007 Deployment Fundamentals -Part1
MOSS 2007 Deployment Fundamentals -Part1MOSS 2007 Deployment Fundamentals -Part1
MOSS 2007 Deployment Fundamentals -Part1
Information Technology
 
SharePoint in the Extranet Joel Oleson
SharePoint in the Extranet Joel OlesonSharePoint in the Extranet Joel Oleson
SharePoint in the Extranet Joel Oleson
webhostingguy
 
Sp administration-training-prism
Sp administration-training-prismSp administration-training-prism
Sp administration-training-prism
Thuan Ng
 
2013-07-24 - CapArea.NET SSIG - SharePoint 2013, A Brief Capability Overview ...
2013-07-24 - CapArea.NET SSIG - SharePoint 2013, A Brief Capability Overview ...2013-07-24 - CapArea.NET SSIG - SharePoint 2013, A Brief Capability Overview ...
2013-07-24 - CapArea.NET SSIG - SharePoint 2013, A Brief Capability Overview ...
Dan Usher
 

Ähnlich wie SharePoint Intersections - SP09 - Introduction to SharePoint 2013 for IT Pros (20)

Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...
Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...
Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...
 
John Burkholder: SharePoint 2010 in a multi tenant and hosted environment-nyc
John Burkholder: SharePoint 2010 in a multi tenant and hosted environment-nycJohn Burkholder: SharePoint 2010 in a multi tenant and hosted environment-nyc
John Burkholder: SharePoint 2010 in a multi tenant and hosted environment-nyc
 
Mai Omar Desouki - SharePoint 2010 ITPRO
Mai Omar Desouki - SharePoint 2010 ITPROMai Omar Desouki - SharePoint 2010 ITPRO
Mai Omar Desouki - SharePoint 2010 ITPRO
 
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
 
Prepare for SharePoint 2016 - IT Pro best practices for managing your SharePo...
Prepare for SharePoint 2016 - IT Pro best practices for managing your SharePo...Prepare for SharePoint 2016 - IT Pro best practices for managing your SharePo...
Prepare for SharePoint 2016 - IT Pro best practices for managing your SharePo...
 
Sharepointarchitecturereal worldscenariofundamentals-150419043032-conversion-...
Sharepointarchitecturereal worldscenariofundamentals-150419043032-conversion-...Sharepointarchitecturereal worldscenariofundamentals-150419043032-conversion-...
Sharepointarchitecturereal worldscenariofundamentals-150419043032-conversion-...
 
SharePoint 2010 Architecture - TechEd Brasil 2010
SharePoint 2010 Architecture - TechEd Brasil 2010SharePoint 2010 Architecture - TechEd Brasil 2010
SharePoint 2010 Architecture - TechEd Brasil 2010
 
MOSS 2007 Deployment Fundamentals -Part1
MOSS 2007 Deployment Fundamentals -Part1MOSS 2007 Deployment Fundamentals -Part1
MOSS 2007 Deployment Fundamentals -Part1
 
SharePoint in the Extranet Joel Oleson
SharePoint in the Extranet Joel OlesonSharePoint in the Extranet Joel Oleson
SharePoint in the Extranet Joel Oleson
 
A Deep Dive into SharePoint 2016 architecture and deployment
A Deep Dive into SharePoint 2016 architecture and deploymentA Deep Dive into SharePoint 2016 architecture and deployment
A Deep Dive into SharePoint 2016 architecture and deployment
 
SPSNYC SharePoint Worst Practices
SPSNYC SharePoint Worst PracticesSPSNYC SharePoint Worst Practices
SPSNYC SharePoint Worst Practices
 
Intro to SharePoint for Developers
Intro to SharePoint for DevelopersIntro to SharePoint for Developers
Intro to SharePoint for Developers
 
Sp administration-training-prism
Sp administration-training-prismSp administration-training-prism
Sp administration-training-prism
 
2013-07-24 - CapArea.NET SSIG - SharePoint 2013, A Brief Capability Overview ...
2013-07-24 - CapArea.NET SSIG - SharePoint 2013, A Brief Capability Overview ...2013-07-24 - CapArea.NET SSIG - SharePoint 2013, A Brief Capability Overview ...
2013-07-24 - CapArea.NET SSIG - SharePoint 2013, A Brief Capability Overview ...
 
SharePoint 2010 Virtualization - Hungarian SharePoint User Group
SharePoint 2010 Virtualization - Hungarian SharePoint User GroupSharePoint 2010 Virtualization - Hungarian SharePoint User Group
SharePoint 2010 Virtualization - Hungarian SharePoint User Group
 
SharePoint on Azure
SharePoint on Azure SharePoint on Azure
SharePoint on Azure
 
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
 
Surviving the Azure Avalanche
Surviving the Azure AvalancheSurviving the Azure Avalanche
Surviving the Azure Avalanche
 
Preparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software Webcast
Preparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software WebcastPreparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software Webcast
Preparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software Webcast
 
From Zero to Hero: A Real World Guide to Building High Availability SharePoin...
From Zero to Hero: A Real World Guide to Building High Availability SharePoin...From Zero to Hero: A Real World Guide to Building High Availability SharePoin...
From Zero to Hero: A Real World Guide to Building High Availability SharePoin...
 

Mehr von Dan Usher

SPTechCon 2014 - Boston - Worst practices of SharePoint
SPTechCon 2014 - Boston - Worst practices of SharePointSPTechCon 2014 - Boston - Worst practices of SharePoint
SPTechCon 2014 - Boston - Worst practices of SharePoint
Dan Usher
 
SPTechCon - Boston 2014 - Getting started with Office 365
SPTechCon - Boston 2014 - Getting started with Office 365SPTechCon - Boston 2014 - Getting started with Office 365
SPTechCon - Boston 2014 - Getting started with Office 365
Dan Usher
 
2014 05-19 - getting started with office 365.release
2014 05-19 - getting started with office 365.release2014 05-19 - getting started with office 365.release
2014 05-19 - getting started with office 365.release
Dan Usher
 
2014-05-17 SPS Baltimore - Worst Practices of SharePoint
2014-05-17 SPS Baltimore - Worst Practices of SharePoint2014-05-17 SPS Baltimore - Worst Practices of SharePoint
2014-05-17 SPS Baltimore - Worst Practices of SharePoint
Dan Usher
 
2014-005-17 SPS Baltimore - Getting Started with Office 365
2014-005-17 SPS Baltimore - Getting Started with Office 3652014-005-17 SPS Baltimore - Getting Started with Office 365
2014-005-17 SPS Baltimore - Getting Started with Office 365
Dan Usher
 
SharePoint Intersections - SP11 - SharePoint and IaaS - The OnPrem in the Cloud
SharePoint Intersections - SP11 - SharePoint and IaaS - The OnPrem in the CloudSharePoint Intersections - SP11 - SharePoint and IaaS - The OnPrem in the Cloud
SharePoint Intersections - SP11 - SharePoint and IaaS - The OnPrem in the Cloud
Dan Usher
 
2013-09-12 - SUGDC - Office 365 and Hybrid Solutions
2013-09-12 - SUGDC - Office 365 and Hybrid Solutions2013-09-12 - SUGDC - Office 365 and Hybrid Solutions
2013-09-12 - SUGDC - Office 365 and Hybrid Solutions
Dan Usher
 

Mehr von Dan Usher (20)

SPS Pittsburgh - Getting Started with Office 365
SPS Pittsburgh - Getting Started with Office 365SPS Pittsburgh - Getting Started with Office 365
SPS Pittsburgh - Getting Started with Office 365
 
SPS NYC - Getting started with Office 365 for IT Pros
SPS NYC - Getting started with Office 365 for IT ProsSPS NYC - Getting started with Office 365 for IT Pros
SPS NYC - Getting started with Office 365 for IT Pros
 
2014 09-20 - SPSNJ - Worst Practices of SharePoint
2014 09-20 - SPSNJ - Worst Practices of SharePoint2014 09-20 - SPSNJ - Worst Practices of SharePoint
2014 09-20 - SPSNJ - Worst Practices of SharePoint
 
2014 09-20 - SPSNJ - Getting Started with Office 365
2014 09-20 - SPSNJ - Getting Started with Office 3652014 09-20 - SPSNJ - Getting Started with Office 365
2014 09-20 - SPSNJ - Getting Started with Office 365
 
SPTechCon 2014 - Boston - Worst practices of SharePoint
SPTechCon 2014 - Boston - Worst practices of SharePointSPTechCon 2014 - Boston - Worst practices of SharePoint
SPTechCon 2014 - Boston - Worst practices of SharePoint
 
SPTechCon - Boston 2014 - Getting started with Office 365
SPTechCon - Boston 2014 - Getting started with Office 365SPTechCon - Boston 2014 - Getting started with Office 365
SPTechCon - Boston 2014 - Getting started with Office 365
 
2014 08-15 - Getting Started with Office 365 - Office 365 Ramp Up
2014 08-15 - Getting Started with Office 365 - Office 365 Ramp Up2014 08-15 - Getting Started with Office 365 - Office 365 Ramp Up
2014 08-15 - Getting Started with Office 365 - Office 365 Ramp Up
 
SPSNYC 2014 - Authentication and Authorization
SPSNYC 2014 - Authentication and AuthorizationSPSNYC 2014 - Authentication and Authorization
SPSNYC 2014 - Authentication and Authorization
 
2014 05-19 - getting started with office 365.release
2014 05-19 - getting started with office 365.release2014 05-19 - getting started with office 365.release
2014 05-19 - getting started with office 365.release
 
2014-05-17 SPS Baltimore - Worst Practices of SharePoint
2014-05-17 SPS Baltimore - Worst Practices of SharePoint2014-05-17 SPS Baltimore - Worst Practices of SharePoint
2014-05-17 SPS Baltimore - Worst Practices of SharePoint
 
2014-005-17 SPS Baltimore - Getting Started with Office 365
2014-005-17 SPS Baltimore - Getting Started with Office 3652014-005-17 SPS Baltimore - Getting Started with Office 365
2014-005-17 SPS Baltimore - Getting Started with Office 365
 
SharePoint Intersections - SP11 - SharePoint and IaaS - The OnPrem in the Cloud
SharePoint Intersections - SP11 - SharePoint and IaaS - The OnPrem in the CloudSharePoint Intersections - SP11 - SharePoint and IaaS - The OnPrem in the Cloud
SharePoint Intersections - SP11 - SharePoint and IaaS - The OnPrem in the Cloud
 
2014-04-05 - SPSPhilly - Authentication and Authorization
2014-04-05 - SPSPhilly - Authentication and Authorization2014-04-05 - SPSPhilly - Authentication and Authorization
2014-04-05 - SPSPhilly - Authentication and Authorization
 
2014-04-05 - SPSPhilly - Getting Started with Office 365
2014-04-05 - SPSPhilly - Getting Started with Office 3652014-04-05 - SPSPhilly - Getting Started with Office 365
2014-04-05 - SPSPhilly - Getting Started with Office 365
 
2014 03-19 - CapArea.net SSIG - Getting Started with Office 365
2014 03-19 - CapArea.net SSIG - Getting Started with Office 3652014 03-19 - CapArea.net SSIG - Getting Started with Office 365
2014 03-19 - CapArea.net SSIG - Getting Started with Office 365
 
2014-03-13 - Getting Started with Office 365 at SUGDC
2014-03-13 - Getting Started with Office 365 at SUGDC2014-03-13 - Getting Started with Office 365 at SUGDC
2014-03-13 - Getting Started with Office 365 at SUGDC
 
2014 02-26 - Princeton SUG presents - Getting Started with Office 365
2014 02-26 - Princeton SUG presents - Getting Started with Office 3652014 02-26 - Princeton SUG presents - Getting Started with Office 365
2014 02-26 - Princeton SUG presents - Getting Started with Office 365
 
2013-09-12 - SUGDC - Office 365 and Hybrid Solutions
2013-09-12 - SUGDC - Office 365 and Hybrid Solutions2013-09-12 - SUGDC - Office 365 and Hybrid Solutions
2013-09-12 - SUGDC - Office 365 and Hybrid Solutions
 
2014-02-22 - IT Pro Camp - SharePoint 2013, A Brief Overview of Capability
2014-02-22 - IT Pro Camp - SharePoint 2013, A Brief Overview of Capability2014-02-22 - IT Pro Camp - SharePoint 2013, A Brief Overview of Capability
2014-02-22 - IT Pro Camp - SharePoint 2013, A Brief Overview of Capability
 
2014-02-22 - IT Pro Camp - Getting Started with Office 365
2014-02-22 - IT Pro Camp - Getting Started with Office 3652014-02-22 - IT Pro Camp - Getting Started with Office 365
2014-02-22 - IT Pro Camp - Getting Started with Office 365
 

Kürzlich hochgeladen

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Kürzlich hochgeladen (20)

FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 

SharePoint Intersections - SP09 - Introduction to SharePoint 2013 for IT Pros

  • 1. SharePoint intersection Session SP09 Introduction to SharePoint 2013 for IT Pros Dan Usher usher@binarybrewery.io
  • 2. 2 © DEVintersection. All rights reserved. http://www.DEVintersection.com Introduction  Overview  First Thoughts on SharePoint 2013  New and Shiny…  Hardware and Software Requirements  Improvements  Upgrade Story  Underlying Infrastructure  Database Distribution  Service Applications  Services  Shredded Storage  Distributed Cache Service  Request Management  User Interface  Browser Support  SharePoint Designer  Workflow  Social  OneDrive for Business  Developer Story  Solution Types  Apps
  • 3. Who am I? Dan Usher Lead Associate Booz Allen Hamilton usher@binarybrewery.io http://www.sharepointdan.com
  • 5. 5 © DEVintersection. All rights reserved. http://www.DEVintersection.com spoiler alert  Cloud First…  Significant Infrastructure Investments  Everything’s an App!  Apps Model  Search is FAST  Office Web Apps
  • 6. 6 © DEVintersection. All rights reserved. http://www.DEVintersection.com first thoughts…  It's new, but different, but not too different  Hardware Requirements  Platform improvements and investments  Shredded Storage (SQL Server)  SQL Improvements (database structures)  Cache Service - App Fabric  Request Management  Themes and Design Manager  OneDrive for Business  Social Collaboration  Web Content Management
  • 7. 7 © DEVintersection. All rights reserved. http://www.DEVintersection.com bigger changes ahead  I need some more resources for…  Office Web Apps  Workflow Client Manager Server  Service Bus  Search  Web Analytics is part of search  Web Analytics Service Application  FAST is part of search (or is search part of FAST?)  To the Cloud!
  • 8. 8 © DEVintersection. All rights reserved. http://www.DEVintersection.com resourcing for single server farms Component SharePoint 2010 SharePoint 2013 Processor 64 bit, 4 cores 64 bit, 4 cores RAM Developer or Evaluation 4 GB 8-10 GB Single Server 8 GB 24 GB Multi Server 8 GB 12 GB Hard disk 80 (min) GB for system drive Maintain twice as much free space as you have RAM for production environments. Minimum Requirements
  • 9. 9 © DEVintersection. All rights reserved. http://www.DEVintersection.com resourcing for database servers Component Deployment Size SharePoint 2010 SharePoint 2013 Processor Small 64 bit, 4 cores 64 bit, 4 cores Medium 64 bit, 8 cores 64 bit, 8 cores RAM Small 8 GB 8 GB Medium 16 GB 16 GB Hard Disk 80 GB for system drive Hard disk is dependent on the size of the SharePoint content Minimum Requirements
  • 10. 10 © DEVintersection. All rights reserved. http://www.DEVintersection.com SharePoint software requirements Web Servers  Pre-requisites (WIF 1.0, 1.1; .NET 4.0; PowerShell 3.0; etc.)  Full List - http://technet.microsoft.com/en- us/library/cc262485.aspx#section4  64-bit edition of Windows Server 2008 R2 Service Pack 1 (SP1) Standard, Enterprise, Data Center  KB 2554876 – SharePoint Parsing Crashes  KB 2708075 – IIS 7.5 Configurations are not updated  KB 2759112 – ASP.NET (SharePoint) race condition in .NET 4.5 RTM
  • 11. 11 © DEVintersection. All rights reserved. http://www.DEVintersection.com SharePoint software requirements Web Servers  Windows Server 2012 Standard or Data Center  KB 2765317 – ASP.NET (SharePoint) race condition in .NET 4.5 RTM  As of this moment not available from Microsoft Website  http://www.sharepointdan.com/?p=1015 for link to download  Windows Server 2012 R2 Standard or Data Center  Requires SharePoint Server 2013 SP1  http://support.microsoft.com/kb/2891274
  • 12. 12 © DEVintersection. All rights reserved. http://www.DEVintersection.com database software requirements SQL  64-bit edition of Microsoft SQL Server 2008 R2 Service Pack 1 or  64-bit edition of Microsoft SQL Server 2012  64-bit edition of Microsoft SQL Server 2014  (Soon… April 2014 CU) OS  64-bit edition of Windows Server 2008 R2 Service Pack 1 (SP1) Standard, Enterprise, Data Center, or  Windows Server 2012 Standard or Data Center
  • 13. 13 © DEVintersection. All rights reserved. http://www.DEVintersection.com lightning round: what’s new for IT Pros  Authentication – Claims, OAuth, Server to Server  eDiscovery – eDiscovery Center, In Place Holds, Exchange Integration  Mobile Experience – Responsive Design and Device Channels  Records Management and Compliance – Site Retention Policies  Business Intelligence – Excel BI, Excel Services, Performance Point Services, Visio Services  Workflow - .NET 4.5!!!  Site Mailboxes  Search
  • 14. 14 © DEVintersection. All rights reserved. http://www.DEVintersection.com the upgrade story Upgrade/migrate to the cloud Upgrade to next version – sequential (recommended) Leapfrog to the latest version
  • 15. 15 © DEVintersection. All rights reserved. http://www.DEVintersection.com the end user upgrade story
  • 16. 16 © DEVintersection. All rights reserved. http://www.DEVintersection.com the upgrade story Upgrade Method SharePoint 2007 SharePoint 2010 SharePoint 2013 Database Attach    In-place Upgrade   Side by Side Upgrade   Microsoft recommends migrating to Claims Authentication prior to upgrade  Remember to enable your Claims to Windows Token Service  SharePoint 2010 sites can be migrated into SharePoint 2013 and maintain the current UI and functionality
  • 17. 17 © DEVintersection. All rights reserved. http://www.DEVintersection.com Upgrade considerations  Do you have a strategy of what new functionality you want to use?  Are you willing to take the time to assist end users in consolidating sites and site collections?  How many customizations do you have?  Are you deploying Office 2013?  What about SharePoint Online or Office 365?
  • 18. 18 © DEVintersection. All rights reserved. http://www.DEVintersection.com migrate from classic to claims Log into your SharePoint Server with an account with Farm Admin privileges Open up SharePoint Management Console $WebAppName = "http://<yourWebAppUrl>“ $wa = get-SPWebApplication $WebAppName $wa.UseClaimsAuthentication = $true $wa.Update() $account = (New-SPClaimsPrincipal –identity "yourDomainyourUser" - identitytype 1).ToEncodedString() $wa = get-SPWebApplication $WebAppName $zp = $wa.ZonePolicies("Default") $p = $zp.Add($account,"PSPolicy") $fc=$wa.PolicyRoles.GetSpecialRole("FullControl") $p.PolicyRoleBindings.Add($fc) $wa.Update() $wa.MigrateUsers($true) $wa.ProvisionGlobally()
  • 19. 19 © DEVintersection. All rights reserved. http://www.DEVintersection.com Databases in 2010 Administrative Databases  Configuration  Central Administration Content  Content Databases  Usage and Health  Business Data Connectivity Services  Application Registry  Subscription Settings SharePoint Databases  Search Administration  Crawl  Property  Web Analytics Reporting  Web Analytics Staging  State  Profile  Synchronization  Social Tagging  Managed Metadata Service  Secure Store  Word Automation Service  PerformancePoint
  • 20. 20 © DEVintersection. All rights reserved. http://www.DEVintersection.com Databases in 2013 Administrative Databases  Configuration  Central Administration Content  Content Databases  Usage and Health  Business Data Connectivity Services  Application Registry  Subscription Settings New Databases  Analytics Reporting  Link  App Management  Machine Translation Services  Apps for SharePoint SharePoint Databases  Search Administration  Crawl  Property  Web Analytics Reporting  Web Analytics Staging  State  Profile  Synchronization  Social Tagging  Managed Metadata Service  Secure Store  Word Automation Service  PerformancePoint
  • 21. 21 © DEVintersection. All rights reserved. http://www.DEVintersection.com Service Applications in 2010  Access Services  Business Data Connectivity Services  Excel Services  Managed Metadata Service  PerformancePoint  Search  Secure Store Service  State Service  Usage and Health Data Collection  User Profile Service  Visio Graphics Service  Web Analytics  Word Automation Services  Microsoft SharePoint Foundation Subscription Settings Service
  • 22. 22 © DEVintersection. All rights reserved. http://www.DEVintersection.com Service Applications in 2013  Access Services  Access Services 2010  App Management Service  Business Data Connectivity Services  Excel Services  Machine Translation Service  Managed Metadata Service  PerformancePoint  PowerPoint Conversion  Search  Secure Store Service  State Service  Usage and Health Data Collection  User Profile Service  Visio Graphics Service  Web Analytics  Word Automation Services  Work Management  Microsoft SharePoint Foundation Subscription Settings Service
  • 23. 23 © DEVintersection. All rights reserved. http://www.DEVintersection.com shredded storage  SharePoint 2010 – File Synchronization via SOAP of HTTP API (FSSHTTP or ‘Cobalt’)  Allows for documents to be sent back and forth between WFE and end user before commit to SQL Server  SharePoint 2013 – Shredded Storage – sends only the deltas to BLOBs within SQL rather than entire document  What we know…  On by default (can be disabled per web app) (sort of…)  BLOBs not shredded at upgrade  Shreds more than just Office documents  Independent of Remote BLOB Storage (RBS)
  • 24. 24 © DEVintersection. All rights reserved. http://www.DEVintersection.com distributed cache  Windows Server AppFabric Distributed Caching  Azure AppFabric != On-premises AppFabric  Are there architectural impacts?  Exists on every server in your farm (AppFabric Caching Service) in the beginning…  NT Service is run by the Farm account  Sizing? RAM requirements? Plan! Plan!  Similar to FIM, what it ships with is what you get!
  • 25. 25 © DEVintersection. All rights reserved. http://www.DEVintersection.com distributed cache  What does it power…  Newsfeeds  Authentication  OneNote client access  Security Trimming  Page load performance  Not database dependent  What it doesn’t power…  BLOB Caching  Page Output Caching
  • 26. 26 © DEVintersection. All rights reserved. http://www.DEVintersection.com request management  Gives you (and SharePoint) more control over inbound requests and routing  Route requests based on user agent, requested URL, or source IP address  Managed per web application  Route based on server health  Identify malicious requests and drop them  Provides resource management with throttling  Route based on weight (e.g. heavy requests to beefier servers)
  • 27. 27 © DEVintersection. All rights reserved. http://www.DEVintersection.com web content management improvements  Support the tools and workflows designers use  Adobe DreamWeaver, Microsoft Expressions, HotDog Professional  Variations & Content Translation  Language Packs Required  Search Engine Optimization  FAST  MCMS Cross Site Publishing  Metadata navigation
  • 28. 28 © DEVintersection. All rights reserved. http://www.DEVintersection.com browser compatibility and WCM improvements  WCM features in 2013 provide deep level of control over markup and styling  Designers can target browser compatibility  IE6 or standards based (IE 8+, Firefox 5.x, etc.)  Design Manager  Requires Publishing Infrastructure
  • 29. 29 © DEVintersection. All rights reserved. http://www.DEVintersection.com analytics  New Analytics Platform replaces Web Analytics Service Application  What’s new?  Data storage and IO is improved  Find more relevant information (click-thrus, number of views, etc.)  Understand content usage (e.g. document comparisons)  See discussion thread usage  Populate views in the CBS (Content By Search) web part  3rd parties can extend the platform
  • 30. 30 © DEVintersection. All rights reserved. http://www.DEVintersection.com browser support Browser Supported Not Supported Internet Explorer 11 * Internet Explorer 10 * Internet Explorer 9  Internet Explorer 8  Internet Explorer 7  Internet Explorer 6  Google Chrome  Mozilla Firefox  Apple Safari 
  • 31. 31 © DEVintersection. All rights reserved. http://www.DEVintersection.com SharePoint Designer  Workflow Foundation v4 based  SharePoint 2010 based workflows still supported  Visio canvas within SPD for workflows  Requires Visio be installed on workstation  Designer provides ability to create stages and loops  No Page Design View for UI Development  SharePoint Designer Settings through Central Administration
  • 32. 32 © DEVintersection. All rights reserved. http://www.DEVintersection.com SharePoint Designer 2013
  • 33. 33 © DEVintersection. All rights reserved. http://www.DEVintersection.com workflow  SharePoint 2010 workflow is still available  SharePoint 2013 workflow is a separate server component that requires Workflow Manager and Service Bus and Workflow Client  Can be a part of your farm or separate  Supports HTTP and HTTPS communication  The System/Setup account cannot be used to create a 2013 workflow  You need to deploy a User Profile Service Application so users can deploy and run workflows  High availability is tricky with a 3 server minimum requirement  Ports & protocols are important  HTTP / HTTPS Workflow Queuing (12290/12291) and SQL (Browser)  Workflow Manager Service Bus (9354-9356, 9000* [5 random ports])
  • 34. 34 © DEVintersection. All rights reserved. http://www.DEVintersection.com let’s get social…  Micro-blogging  Activity Feeds  Communities  Discussions  Blogs  Community Site Template  Community Portal
  • 35. 35 © DEVintersection. All rights reserved. http://www.DEVintersection.com How Social changed… 2010 My Site Activity Feed Document Library Profile 2013 Newsfeed Newsfeed Content follow OneDrive for Business Profile My Site
  • 36. 36 © DEVintersection. All rights reserved. http://www.DEVintersection.com What’s this OneDrive for Business thing?  It’s not OneDrive through Live Services!  Office 365 provides for 25 GB per user document library  Fewer file type restrictions that other document libraries  Allows for sharing like any other document library  Installs with Office 365 ProPlus / 2013 applications  Can be installed with SkyDrive Pro Client  Synchronizes files with OneDrive for Business every 10 minutes  Doesn’t replace SharePoint Workspaces Backstage OneDrive for Business Windows Sync Client Windows (File) Explorer (Favorites) OneDrive SharePoint OneDrive @ SPDelta OneDrive for Business My Sites MySite Host Personal Site Collection OneDrive for Business document library Team Sites Document Libraries
  • 37. 37 © DEVintersection. All rights reserved. http://www.DEVintersection.com Where’d OneDrive for Business come from?  Rest in Peace…  SkyDrive Pro  SharePoint Workspaces 2010  Groove 2007  Groove 2006
  • 38. 38 © DEVintersection. All rights reserved. http://www.DEVintersection.com OneDrive for Business Requirements Server Side  SharePoint 2013 My Site Host  User Profile Service Application  Users have MySites with Personal Site Collection Created Miscellaneous  Exchange AutoDiscover to populate MySite in AD  SMTP Outbound Configuration for Notifications Client Side  Office 2013 Standard, Professional Plus, Office 365 ProPlus, OneDrive for Business Client  Workstation Operating Windows 7 or 8
  • 39. 39 © DEVintersection. All rights reserved. http://www.DEVintersection.com OneDrive for Business  Is not a replacement for SharePoint 2010 Workspace  OneDrive for Business does not synchronize lists…  Who needs meta-data?
  • 40. 40 © DEVintersection. All rights reserved. http://www.DEVintersection.com Application Development  Apps! Apps! Apps!  Use SharePoint components  Surface remote data  Offload business logic  Access SharePoint list data  Make SharePoint a portal for other applications  Integrate SharePoint with Office applications and services Apps for SharePoint overview
  • 41. 41 © DEVintersection. All rights reserved. http://www.DEVintersection.com custom solutions  App Model Development is preferred  Microsoft Hosted App Store and Enterprise Store  Farm Solutions and Sandboxed Solutions SharePoint Platform Farm Solutions Feature Framework Sandboxed Solutions Client Side Object Model App Model 2003 (v6)  2007 (v12)   2010 (v14)     2013 (v15)     
  • 42. 42 © DEVintersection. All rights reserved. http://www.DEVintersection.com app types - Provider Hosted  ISV or IT organization provides the hosting infrastructure  ISV / IT is responsible for tenant isolation  Allows for greatest flexibility, requires greatest responsibility  Can use site elements, lists, files, web parts Cloud Provider-hosted SharePoint Existing sites and services app web (optional) Dedicated server / hosting service REST + OAuth or client object models
  • 43. 43 © DEVintersection. All rights reserved. http://www.DEVintersection.com Cloud Autohosted SharePoint Existing sites and services app web (optional) REST + OAuth or client object models app types - Autohosted (Preview)  Web and SQL Azure components are provisioned behind the scenes when app is installed  Multitenancy isolation is provided for  Can use site elements, lists, files, web parts
  • 44. 44 © DEVintersection. All rights reserved. http://www.DEVintersection.com SharePoint-hosted SharePoint Existing sites and services app web app types - SharePoint hosted  Can use site elements, lists, files web parts  Can use HTML and JavaScript  Isolation is contained through app web provisioning
  • 45. 45 © DEVintersection. All rights reserved. http://www.DEVintersection.com app types Cloud Provider-hosted Autohosted SharePoint-hosted SharePoint Existing sites and services app web (optional) Existing sites and services app web (optional) Existing sites and services app web ISV or IT organization provides the hosting infrastructure ISV / IT is responsible for tenant isolation Allows for greatest flexibility, requires greatest responsibility Can use site elements, lists, files, web parts Web and SQL Azure components are provisioned behind the scenes when app is installed Multitenancy isolation is provided for Can use site elements, lists, files, web parts Can use site elements, lists, files web parts Can use HTML and JavaScript Isolation is contained through app web provisioning Dedicated server / hosting service REST + OAuth or client object models REST + OAuth or client object models
  • 46. 46 © DEVintersection. All rights reserved. http://www.DEVintersection.com information architecture planning  Host Named Site Collections  Host Header Based Site Collections in a Single Web App  Recommendation to basically use Multi-Tenant Capabilities  Multi-zone support  Path Based Site Collections  Managed Paths Required  Separation and Partitioning of Processes  Self Service Site Creation  Create a Site or a Site Collection in a different Web Application  Policies in a Content Hub can be employed on creation
  • 47. 47 © DEVintersection. All rights reserved. http://www.DEVintersection.com how do I get some of this goodness?  Office 365 on SharePoint 2013  http://www.office.com  CloudShare  http://www.cloudshare.com  MSDN & TechNet bits available for on-premises  SharePoint 2013 and Office 365 Service Descriptions:  http://technet.microsoft.com/en-us/library/jj819267.aspx  Azure
  • 48. 48 © DEVintersection. All rights reserved. http://www.DEVintersection.com when can my clients get this?  RTM has happened…  http://sharepoint.microsoft.com/blog/Pages/BlogPost.aspx?pID= 1035  Late October 2012 release on MSDN  December 1 2012 volume licensing  29 January 2013 Office 365 with 2013 available to consumers.  27 February 2013 Office 365 with 2013 available to businesses.  March 2013 Public Update is considered baseline  Service Pack 1 has arrived!
  • 49. 49 © DEVintersection. All rights reserved. http://www.DEVintersection.com Review  Overview  First Thoughts on SharePoint 2013  New and Shiny…  Hardware and Software Requirements  Improvements  Upgrade Story  Underlying Infrastructure  Database Distribution  Service Applications  Services  Shredded Storage  Distributed Cache Service  Request Management  User Interface  Browser Support  SharePoint Designer  Workflow  Social  OneDrive for Business  Developer Story  Solution Types  Apps
  • 50. Questions? Thank you! Don’t forget to enter your evaluation of this session using EventBoard!