SlideShare uma empresa Scribd logo
1 de 81
Baixar para ler offline
ITPro’s taking the
                 SharePoint 2013 Red Pill
Jason Himmelstein
SharePoint Practice Director
Sentri, Inc
jhimmelstein@sentri.com
@sharepointlhorn.com
Israel - Development &
     Business since 1999                      Engineering




 2012 East Region Partner of the Year

          Partner of the Year
Microsoft 2010/2011/2012 Northeast

        Partner of the Year
  Microsoft 2011 Northeast VOICE
Winner


                     EAST REGION
                 PARTNER OF THE YEAR
                                       2012

                     Three Time Winner….
    Northeast Partner of the Year 2012 | 2011 | 2010

Northeast vTSP (Technical Specialist) 2011   |   NY Metro Voice Partner of the Year 2011
Ignite



                                        Silver Management & Virtualization

         Coming in October 2012         Gold Server Platform
                                  Gold Management & Virtualization



              Professional Service Managed Services Cloud Services
SharePoint Practice




SharePoint
 Services
About Jason


http://spflogger.codeplex.com
     www.sentri.com
     www.sharepointlonghorn.com
        @sharepointlhorn
         www.linkedin.com/in/jasonhimmelstein

 http://bit.ly/sharepointbi
Why Do I Do This?
Agenda
How do we explain SharePoint?


                                        Wheels?




                        Where we are going, we don’t need wheels!
Hardware Requirements
    Dependencies and Prerequisites
Web & Application Servers | Single Server Farms
                                     Load balanced or routed requests




                                Web tier
                                                                  Web servers with
                                                                  query component




                                                            Application server with:
                                Application tier            • Central Administration
                                                            • Search administration
                                                              component
                                                            • Crawl component



                                                           Database server with:
                                Database tier              • Central Administration
                                                             configuration and content
                                                             databases
                                                           • Farm content database
                                                           • Search administration database
                                                           • Crawl database
                                                           • Property database
Web & Application Servers | Single Server Farms
  SharePoint 2010 vs. SharePoint “2013” Comparison:
Component      SharePoint 2010 Minimum Requirement                     SharePoint “2013” Minimum Requirement

Processor      64-bit, four cores                                      64-bit, four cores

RAM            4 GB for developer or evaluation use                    4 GB for developer or evaluation use

               8 GB for production use in a single server              8 GB for production use in a single server or
               or multiple server farm                                 in a multiple server farm


Hard disk      80 GB for system drive                                  80 GB for system drive
               Maintain twice as much free space as you have RAM for   Maintain twice as much free space as you have RAM for
               production environments.                                production environments.
Database Servers
                        Load balanced or routed requests




                   Web tier
                                                     Web servers with
                                                     query component




                                               Application server with:
                   Application tier            • Central Administration
                                               • Search administration
                                                 component
                                               • Crawl component



                                              Database server with:
                   Database tier              • Central Administration
                                                configuration and content
                                                databases
                                              • Farm content database
                                              • Search administration database
                                              • Crawl database
                                              • Property database
Database Servers – Minimum Hardware Requirements
  SharePoint 2010 vs. SharePoint “2013” Comparison:
Component   SharePoint 2010 Minimum Requirement        SharePoint “2013” Minimum Requirement

Processor   64-bit, four cores for small deployments   64-bit, 4 cores for small deployments

            64-bit, eight cores for medium             64-bit, 8 cores for medium deployments
            Deployments
RAM         8 GB for small deployments                 8 GB for small deployments

            16 GB for medium deployments               16 GB for medium deployments

Hard disk   80 GB for system drive                     80 GB for system drive

            Hard disk space is dependent on the size   Hard disk space is dependent on the size of your
            of your SharePoint content                 SharePoint content
Software Requirements
    Dependencies and Prerequisites
Database Servers
Minimum Software Requirements
Database Servers – Minimum Software Requirements
 SharePoint 2010 vs. SharePoint “2013” Comparison:
Component    SharePoint 2010 Minimum Requirements         SharePoint “2013” Minimum
                                                          Requirements
SQL Server   The 64-bit edition of Microsoft SQL Server   The 64-bit edition of Microsoft SQL
             2005 with Service Pack 3 (SP3).              Server 2008 R2 Service Pack 1.

             The 64-bit edition of Microsoft SQL Server
             2008 with Service Pack 1 (SP1) and
             Cumulative Update 2

             The 64-bit edition of Microsoft SQL Server
             2008 R2
Windows      The 64-bit edition of Windows Server 2008    The 64-bit edition of Windows Server
Server       with SP2                                     2008 R2 Service Pack 1 (SP1)

             The 64-bit edition of Windows Server 2008
             R2
Database Servers – Optional Software
Web & Application Servers
Minimum Software Requirements

• 64-bit edition of Windows Server 2008 R2
  Service Pack 1 (SP1) Standard, Enterprise,
  Data Center, or Web Server
  Preparation tool installs the following prerequisites:

  Web Server (IIS) role         .NET 4 DGR Update KB           Information Protection &
  Application Server role(s)    2468871                        Control Client (MSIPC)
  Windows Identity Foundation   SQL Server 2008 R2 Native      Sync Framework Runtime v1.0
  (WIF 1.0 and 1.1)             Client                         (x64)
  .Net Framework version 4.0    Open Data Library (ODataLib)   Windows PowerShell 3.0
Versioning Changes
 • Shredded Storage
     • Versioning Scenario
            • 1st file = 10m storage requirement
            • 2nd.. 10th = 1m file increase per version storage requirement
 Old versioning model
1st = 10m           2nd = 11m          3rd =12m          10th = 19m           Total = 145m


 Shredded Storage versioning model
1st = 10m           2nd = 1m           3rd =1m           10th = 1m            Total = 19m

 What does this mean for RBS?
Claims
Authentication Modes
• SharePoint 15 continues to offer support for both claims and classic
  authentication modes
• However claims authentication is THE default authentication option now
   • Classic authentication mode is still there, but can only be managed in PowerShell – it’s
     gone from the UI
   • Support for classic mode is deprecated and will go away in a future release, so we
     recommend moving to Claims
   • There also a new process to migrate accounts from Windows classic to
     Windows claims
Authentication Migration
• The MigrateUsers method in SharePoint 2010 is no longer the
  correct way to migrate accounts – it is now deprecated
• A new cmdlet has been created called Convert-SPWebApplication
• A simple example – you have a Windows classic web application
  • Run Convert-SPWebApplication -Identity "http://yourWebapp" -To Claims –
    RetainPermissions [-Force]
Other Claims Migration Scenarios
• You have an existing Windows claims application and you want to bring over
  content from a SharePoint 2010 Windows classic web app
   • Option 1 (the safest):
       • Create a web application in o15 that uses Windows classic authentication
       • Attach the SharePoint 2010 content database to this o15 web app
       • Attaching it will upgrade it to the o15 database format, so verify that it is working correctly
         after attach
       • Run the Convert-SPWebApplication command on the o15 web app to convert the users from
         Windows classic to Windows claims
       • Detach the content database from the o15 Windows classic web app
       • Attach the content database to it’s final o15 Windows claims web app
   • Option 2 (the quickest):
       • Attach the content DB to an existing Windows claims web application
       • Run the Convert-SPWebApplication cmdlet again on the web app
Authentication Infrastructure
• One of the big improvements is that SharePoint tracks
  FedAuth cookies in the new Distributed Cache Service
  • In SharePoint 2010 each WFE had its own copy
  • That meant that if you got redirected to a different WFE, you
    would need to re-authenticate
  • This means that sticky sessions are no longer required when
    using SAML claims!
New Claims Features
• You can choose the characters for the claim type and there is no
  enforcement on the ordering of claim types
  • Pre-populate the custom claim types and characters across all farms
  • Install the claim providers that use those custom claim types in any order
• You can add multiple token signing certificates to the SharePoint
  STS
  • Useful in S2S scenarios
  • Use the Set-SecurityTokenServiceConfig cmdlet
New Claims Features (continued)
• The SharePoint STS now supports a federation metadata
  endpoint
  • SharePoint publishes an endpoint describing it’s configuration and
    certificates, and can consume the same
  • HOWEVER…the format it uses and consumes is JSON, so the trusting
    partner must support that (AD FS does not today)
  • There is a possibility we will publish guidance on how to develop this for
    ADFS
  • That would also support multiple token signing certs
Authentication Logging
• There is significantly more logging provided to help troubleshoot
  authentication issues. You can see things like:
  •   Adding / removing FedAuth cookies from the cache
  •   Where authentication requests get redirected
  •   Which claims providers were used and which were not
  •   Reason why a FedAuth cookie failed to be used (i.e. expiration, failure to
      decrypt, etc.)
Request Management




     Sourced from: http://articles.boston.com/2011-12-23/metro/30545715_1_traffic-cops-holiday-shoppers-christmas-shopping
Request Management (RM)
• The purpose of the Request Management feature is to give
  SharePoint knowledge of and more control over incoming
  requests
• Having knowledge over the nature of incoming requests – for
  example, the user agent, requested URL, or source IP – allows
  SharePoint to customize the response to each request
• RM is applied per web app, just like throttling is done in
  SharePoint 2010
RM – Goals
• RM can route to WFEs with better health, keeping low-health
  WFEs alive
• RM can identify harmful requests and deny them immediately
• RM can prioritize requests by throttling lower-priority ones (bots)
  to serve higher-priority ones (end-users)
• RM can send all requests of specific type, like search for example,
  to specific machines
• Isolated traffic can help troubleshoot errors on one machine
• RM can send heavy requests to more powerful WFEs
RM Components
             Request Manager (RM)
              Request Throttling and Routing
          Throttle if appropriate, or select which
          WFE’s the request may be sent to

                   Request Prioritization
          Filter WFEs to only ones healthy
          enough for the request

                  Request Load Balancing
          Select a single WFE to route to, based
          on weighting schemes like health
RM Routing and Pools
•   Routing rules route requests and are associated with MachinePools
•   MachinePools contain servers
•   Servers use weights for routing – static weights and health weights
•   Static weights are constant for WFEs; health weights change dynamically based on health
    scores



                                                               Routing Rule #1
                                                               Routing Rule #2
                       Static Weight = 1   Static Weight = 1   …
                       Health Weight = 4   Health Weight = 4   Routing Rule #n
RM Routing Rules
• Routing to a server in a MachinePool is based on
  matching a routing rule
• Routing rules are placed in ExecutionGroups
  • These are numbered 0 to 2, with 0 the default
• Rules are evaluated in each ExecutionGroup
  • As soon as a match is found no more ExecutionGroups are evaluated
  • All machines from pools that match any routing rules are union’ed
    together to determine possible target servers
• This means that you create your most important rules in
  ExecutionGroup 0
Routing Rules and Execution Groups

                     Routing Rule #4
                     Routing Rule #5
Routing Rule #1




                       X
                     Execution Group 1
Routing Rule #2
                        Match!
                     Routing Rule #6
Routing Rule #3
Execution Group 0
                     Routing Rule #7
No Match
                     Execution Group 2

                    Not Evaluated
RM Routing Rules (cont.)
• There are some important caveats to remember
  about routing rules
  • If no rules are matched, then the request will be sent
    to any server that is NOT in any machine pool for any
    rule
  • In a one server farm that means nothing will route if
    no rules match, so the alternative is to create a “catch
    all” rule that matches everything
    • Just put it in ExecutionGroup 1 or 2 so it’s the last match
RM Routing Weights
• RM uses static weights and health weights
• Static weights are associated with WFEs so certain ones will always be
  favored when selecting.
• This gives added weight to more powerful WFEs and less to weaker
  machines
• Health weights are used to even out load and keep “sick” WFEs going
• Health scores run from 0 to 10 where 0 is the healthiest and therefore will
  get the most requests; this score is used to derive the health weight
• WFEs start with a healthy weight; the Policy Engine health rule updates
  health weights dynamically – you cannot change it manually
RM Scenario – Health Based Routing
• A series of requests come in; one WFE is in poor health, while two
  others are in good health. RM evaluates the following:
   • Health information: { [WFE1, sick], [WFE2, healthy], [WFE3, healthy] }
• Based on this RM routes most of the requests among WFE2 and
  WFE3
   • It is still random routing, but greater weight is given to healthier machines
• Alternatively the admin could remove WFE1 from the routing
  pool, allow it to complete its requests then return it back to the
  pool
New & Retiring Service Applications
What happened to Office Web Apps?
• OWA is now stand alone. It cannot run on a SharePoint Server.
• Why?
   • Not all documents are in SharePoint
       • Provide unified platform for other applications as well

• Benefits
   • Large customers had numerous farms to manage in 2010 time frame
       • Consolidation of services to single Office Web Apps farm which provides services for multiple
         applications
       • Manage scale and performance of Office Web Apps independent of the SharePoint environment
   • Easier upgrade and maintenance for Office Web Apps functionality
   • Easier consuming of Office Web Apps functionalities without complex SharePoint
     federation
   • Easier to setup also without SharePoint – if only used for example with Exchange
   • Scalability with OWA “Farms”
New Replacement for Web Analytics Service
• The Analytics Platform replaces the Web Analytics service application
• Some of the reasons for that included:
   • There was no concept of item-to-item recommendations based on user behavior, i.e.
     people who viewed this also viewed foo
   • Couldn’t promote search results based on an item’s popularity (as determined by # of
     times an item was viewed)
   • It required a very powerful SQL box and significant storage and IO
   • Lists don’t have explicit view counts
   • The architecture could have problems scaling to large numbers
How the New Platform Improves on Analytics
• The new Analytics Processing engine aims to solve these issues:
   • Find relevant information (improve search relevance) – based on views, click
     thru, etc.
   • See what others are looking at (“hot” indicators and usage numbers – i.e.
     what’s popular based on # of views as well as # of unique users to view)
   • Understand how much content is being used (i.e. viewed) and how it compares
     to other documents
   • See discussion thread usage and find the hot topics
   • Use this popularity info to populate views through the Content by Search (CBS)
     WebPart
   • The model is extensible for 3rd parties to build into the platform
Processing and Storing Analytics Data
• Data goes through an analysis and reporting process that is contained
  within the search service application
• Things like views and counts are combined with click-thru and other
  search metrics and pushed into the reporting database
• Some data like view counts are also pushed into the index so it can be
  included in search results, sorted on (i.e. what’s most viewed), etc.
• An analytics processing job examines data for clicks, links, tags, etc., as
  well as the usage data to create the data points used for reporting
Analytics System Components
• The Analytics system can be considered as five parts:
  • Event: Each item comes into the system as an event with certain
    parameters
  • Filtering & Normalization: Each event is looked at to see:
     • Special Handling: Certain types of events will be directly written to the
       .usage files
     • Filtered Out: Some events like those from robots, should not be counted
       and allowed to pass
     • Normalized: Rewritten so it can be counted along with other hit types. E.g.
       document reads through the WAC should be counted as reads against the
       document
     • Allowed to Pass: So that normal counting methods can be performed
Analytics System Components (cont.)
 • Custom Events: You can configure up to 12 custom
   events in addition to what comes OOB
 • Calculation: We run calculations to sum or average
   across events
 • Reports: A number of default reports are available,
   including:
   • Top queries
   • Most popular documents in a library or site
   • Historic usage of an item – view counts for last recent
     history as well as all time
Service applications in SharePoint 2013
• New service applications available and
  improvements on existing ones

• Office Web Apps is no longer a service
  application

• Web Analytics is no longer service application,
  it’s part of search
Enterprise Content Management
New Cache Service
• A new Windows service – the AppFabric Caching Service – is installed
  on each server in the farm when SharePoint is installed
• It is managed via the Services on Server page in central admin as the
  Distributed Cache service
• The config DB keeps track of
    which machines in the farm
    are running the cache service
Cache Setup
• The farm account is used as service account for Cache Service
• Like user profile service in SharePoint 2010, during setup the
  service account should have elevated privileges (i.e. local admin)
• After setup is complete you should lower the privileges for the
  account
Cache Architecture
• For caching in farm, scale points have not been determined yet
  • How many servers are needed, what resources should be built out (CPU,
    memory, etc.)
  • More data will be available after Beta 2
Cache Server Performance
• There are hundred(s) of perf counters; there are also counts
  exposed via developer’s dashboard
  •   # of reads
  •   # of writes
  •   # of hits
  •   # of misses
  •   time for read
  •   time for write
  •   Total I/O (how much data has been transferred in a given period of time)
Cache Service Health
• The following health rules have been created to help you track the Cache
  Service (look in the Availability section for most):
   • One of the cache hosts in the cluster is down (Availability)
   • Firewall client settings on the cache host are incorrect (Configuration)
   • Cache host is in throttled state (Availability)
   • The high availability node for SharePoint distributed cache is not available
     (Availability) – happens when there are less than 2 servers running the cache service
   • There exists at least one cache host in the cluster, which SP doesn't know about
     (Configuration) – happens when the cache service is disabled in SharePoint but
     AppFabricCaching Service is running on the machine
   • Cached objects have been evicted (Configuration) – indicates eviction happened
     across the cache cluster. Not bad in and of itself but may be a clue if it happens
     frequently and/or there are perf issues
ECM & e-Discovery
SharePoint 2013 ECM - Big Bets

     Internet Business           eDiscovery                Team Folders

• Major WCM               • In place preservation    • Work on mail and
  Investment                in SP & Exchange           documents together
• Search Driven Sites     • Integrated, enterprise     • SharePoint, Outlook,
• Intranet and Internet     wide case                    OWA
  applicability             management               • Retention/compliance
                                                       across stores
Central Place to view all Cases
Add, manage and export discovery sets
Site Based Compliance & Preservation
• Compliance officers create policies, which
  define:
   • The retention policy for the entire site and
     the team mailbox, if one is associated with
     the site.
   • What causes a project to be closed.
   • When a project should expire
   • Can set also site collection as read only
• Policy also available optionally from self
  site creation
• Policies can be replicated from content
  type hub cross enterprises
The Team Folders – Exchange and SP together
                        • Documents are stored in
                          SharePoint
                        • Emails are stored in Exchange
                        • Team Folders can receive
                          emails and have their own
                          email address
                        • Easy access to both from
                          Outlook and SharePoint
                        • Unified compliance policy
                          applies to both
Unified Discovery across Exchange, SharePoint and Lync

• Find it all in one place (unified console)
• Find more (in-place discovery returns the richest data)
• Find it without impacting the user (Give legal team discovery, leave IWs alone)
                  Discovery Center in SharePoint   Unified Preserve, Search and Export

                  Exchange Web Services            Connect to Exchange to get mailbox data
                  Lync Archiving to Exchange       Exchange is the compliance store for Lync

                  Search Infrastructure            Exchange and SharePoint use the same search platform
Search
Search
• New Search architecture
  with one unified search

• Personalized search results
  based on search history

• Rich contextual previews
Connectors
Crawling and Content Sources
Crawling “Continuously”
Search UI Configuration
• Result Types
  • Display Templates
• Search Navigation
• Search Refinement
• Query Suggestions
• Thumbnail Previews
• Site Level Search Admin Summary
Search Refinement
Faceted Navigation with Search Refiners
Query Suggestions
Thumbnail Previews
Business Intelligence
Business Intelligence
• Excel BI
   • Instant analysis through In Memory BI
     Engine
   • Power View Add-in

• Excel Services
   •   Improved data exploration
   •   Field List and Field Well Support
   •   Calculated Measures and Members
   •   Enhanced Timeline Controls
Business Intelligence
• PerformancePoint Services
   • Filter enhancements and Filter search
   • Dashboard migration
   • Support for Analysis Services Effective
     User
• Visio Services
   • Refresh data from external sources –
     BCS and Azure SQL
   • Supports comments on Visio Drawings
   • Maximum Cache Size service parameter
       • Health Analyzer Rules to report on
         Maximum Cache Size
Jason’s favorite new feature…
Introduction
• Business challenge
   • It is challenging for information workers to get a comprehensive view of their tasks or to
     have a central point for managing their work.
   • Tasks are stored across applications and systems, and even in the case where all tasks
     are stored within a single system, information can still be scattered.


• Work management Service applications provides functionality to aggregate
  tasks to central place
   • Users can go to view and track their work and to-dos
   • Tasks cached to person’s my site
Tasks - Architecture




                       animated
Technical background and configuration
• Service application doesn’t have any configuration options in Central
  Administration
   • Accessed and used directly programmatically by out of the box functionalities


• Out of the box task aggregation with Microsoft SharePoint Products,
  Microsoft Exchange Server, and Microsoft Project Server
   • Example, users can edit tasks from Exchange Server on a mobile phone, and the
     Work Management Service aggregates tasks to the My tasks SharePoint list.


• Implementation is based on provider model, so that additional systems
  maybe integrated to same architecture in future
was made possible by the generous
       support of the following sponsors…




And by your participation…   Thank you!
SharePoint Next Steps

                         Learn                         Plan                Prove & Deploy                      Manage


                SharePoint Quick             SharePoint 2013              SharePoint POC &               SharePoint Managed
                Reference Guide              Planning Session             Deployment Funds               Services

                Request a free ‘Quick        Plan the best solution,      Work with Sentri on a POC      Get flexible and scalable
   SharePoint   Reference’ guide to help     roadmap, and architecture.   or a deployment effort and     fixed price support to
   Next Steps   end users understand the     Fixed fee upgrade planning   you may qualify for valuable   realize the ROI you need
                features of the SharePoint   engagement                   funds                          from SharePoint
                platform


                SharePoint Quick             2013 Fixed Price             SharePoint or Office           SharePoint Managed
                Reference Guide              Planning Session             365 POC                        Services
                No Charge                    $3000                        Up to $9000                    Request Details

                                             For webinar attendees        SharePoint or Office
                                             only                         365 Deployment
                                                                          Up to $10,000
Handy information
• Jason’s info
   •   http://www.sharepointlonghorn.com
   •   jase@sharepointlonghorn.com
   •   @sharepointlhorn

• SharePoint 2013 Presentation: ITPro training
   •   http://www.microsoft.com/en-us/download/details.aspx?id=30361
• SharePoint 2013: Claims is the new black
   •   http://www.wictorwilen.se/sharepoint-2013-claims-is-the-new-black
• Todd Klindt’s Blog
   •   http://www.toddklindt.com/blog
   •   Weekly Netcast

• 2013 Sessions I want to attend today:
   •   Introduction to the new SharePoint 2013 App Model for Developers – Noorez Khamis - 10a
   •   SharePoint BI in 2013 – Dave Feldman - 1115a
   •   Search in SharePoint 2013: Everything You Need to Know, in a Nutshell – Jeff Fried- 130p
   •   Installing SharePoint 2013 without screwing it up (too badly) – Todd Klindt - 245p
   •   DOUBLE TAG! - MANAGED METADATA & TAXONOMIES IN #SHAREPOINT 2013 – Chris McNulty - 415p

Mais conteúdo relacionado

Mais procurados

SQL Server and SharePoint - Best Practices presented by Steffen Krause, Micro...
SQL Server and SharePoint - Best Practices presented by Steffen Krause, Micro...SQL Server and SharePoint - Best Practices presented by Steffen Krause, Micro...
SQL Server and SharePoint - Best Practices presented by Steffen Krause, Micro...European SharePoint Conference
 
What SQL DBAs need to know about SharePoint-Indianapolis 2013
What SQL DBAs need to know about SharePoint-Indianapolis 2013What SQL DBAs need to know about SharePoint-Indianapolis 2013
What SQL DBAs need to know about SharePoint-Indianapolis 2013J.D. Wade
 
Ultimate SharePoint 2013 Infrastructure Best Practices Session - SPKSLO 2012
Ultimate SharePoint 2013 Infrastructure Best Practices Session - SPKSLO 2012Ultimate SharePoint 2013 Infrastructure Best Practices Session - SPKSLO 2012
Ultimate SharePoint 2013 Infrastructure Best Practices Session - SPKSLO 2012Michael Noel
 
SharePoint 2010 - Installation from the Ground Up
SharePoint 2010 - Installation from the Ground UpSharePoint 2010 - Installation from the Ground Up
SharePoint 2010 - Installation from the Ground UpDan Usher
 
Slide 1 - St. Louis SharePoint Users Group
Slide 1 - St. Louis SharePoint Users GroupSlide 1 - St. Louis SharePoint Users Group
Slide 1 - St. Louis SharePoint Users Groupwebhostingguy
 
Deep Dive into SharePoint Topologies and Server Architecture for SharePoint 2013
Deep Dive into SharePoint Topologies and Server Architecture for SharePoint 2013Deep Dive into SharePoint Topologies and Server Architecture for SharePoint 2013
Deep Dive into SharePoint Topologies and Server Architecture for SharePoint 2013K.Mohamed Faizal
 
Viestinnän seminaari 8.11.2012 / SharePoint
Viestinnän seminaari 8.11.2012 / SharePointViestinnän seminaari 8.11.2012 / SharePoint
Viestinnän seminaari 8.11.2012 / SharePointSalcom Group
 
KMWorld SharePoint 2010-Admin 101
KMWorld SharePoint 2010-Admin 101KMWorld SharePoint 2010-Admin 101
KMWorld SharePoint 2010-Admin 101Chris McNulty
 
Migrating to share point 2013 – practices and solution
Migrating to share point 2013 – practices and solutionMigrating to share point 2013 – practices and solution
Migrating to share point 2013 – practices and solutionGopinath Dhandapani
 
SharePoint Performance - Tales from the Field
SharePoint Performance - Tales from the FieldSharePoint Performance - Tales from the Field
SharePoint Performance - Tales from the FieldChris McNulty
 
SPSAD - Ultimate SharePoint Infrastructure Best Practices Session - SharePoin...
SPSAD - Ultimate SharePoint Infrastructure Best Practices Session - SharePoin...SPSAD - Ultimate SharePoint Infrastructure Best Practices Session - SharePoin...
SPSAD - Ultimate SharePoint Infrastructure Best Practices Session - SharePoin...Michael Noel
 
SPSSV 2013 - Ultimate SharePoint Infrastructure Best Practices Session
SPSSV 2013 - Ultimate SharePoint Infrastructure Best Practices SessionSPSSV 2013 - Ultimate SharePoint Infrastructure Best Practices Session
SPSSV 2013 - Ultimate SharePoint Infrastructure Best Practices SessionMichael Noel
 
Best Practice SharePoint Architecture
Best Practice SharePoint ArchitectureBest Practice SharePoint Architecture
Best Practice SharePoint ArchitectureMichael Noel
 
Sp2010 high availlability_sql
Sp2010 high availlability_sqlSp2010 high availlability_sql
Sp2010 high availlability_sqlSamuel Zürcher
 
Getting SharePoint 2010 Deployment Right final
Getting SharePoint 2010 Deployment Right finalGetting SharePoint 2010 Deployment Right final
Getting SharePoint 2010 Deployment Right finalvmaximiuk
 
What SharePoint Admins need to know about SQL-Cinncinati
What SharePoint Admins need to know about SQL-CinncinatiWhat SharePoint Admins need to know about SQL-Cinncinati
What SharePoint Admins need to know about SQL-CinncinatiJ.D. Wade
 
Dogfood Conference 2010 - What Every SharePoint 2010 Administrator Must Know
Dogfood Conference 2010 - What Every SharePoint 2010 Administrator Must KnowDogfood Conference 2010 - What Every SharePoint 2010 Administrator Must Know
Dogfood Conference 2010 - What Every SharePoint 2010 Administrator Must Knowvmaximiuk
 
Tuning Your SharePoint Environment
Tuning Your SharePoint EnvironmentTuning Your SharePoint Environment
Tuning Your SharePoint Environmentvmaximiuk
 

Mais procurados (20)

SQL Server and SharePoint - Best Practices presented by Steffen Krause, Micro...
SQL Server and SharePoint - Best Practices presented by Steffen Krause, Micro...SQL Server and SharePoint - Best Practices presented by Steffen Krause, Micro...
SQL Server and SharePoint - Best Practices presented by Steffen Krause, Micro...
 
What SQL DBAs need to know about SharePoint-Indianapolis 2013
What SQL DBAs need to know about SharePoint-Indianapolis 2013What SQL DBAs need to know about SharePoint-Indianapolis 2013
What SQL DBAs need to know about SharePoint-Indianapolis 2013
 
Ultimate SharePoint 2013 Infrastructure Best Practices Session - SPKSLO 2012
Ultimate SharePoint 2013 Infrastructure Best Practices Session - SPKSLO 2012Ultimate SharePoint 2013 Infrastructure Best Practices Session - SPKSLO 2012
Ultimate SharePoint 2013 Infrastructure Best Practices Session - SPKSLO 2012
 
SharePoint Topology
SharePoint Topology SharePoint Topology
SharePoint Topology
 
SharePoint 2010 - Installation from the Ground Up
SharePoint 2010 - Installation from the Ground UpSharePoint 2010 - Installation from the Ground Up
SharePoint 2010 - Installation from the Ground Up
 
Slide 1 - St. Louis SharePoint Users Group
Slide 1 - St. Louis SharePoint Users GroupSlide 1 - St. Louis SharePoint Users Group
Slide 1 - St. Louis SharePoint Users Group
 
Deep Dive into SharePoint Topologies and Server Architecture for SharePoint 2013
Deep Dive into SharePoint Topologies and Server Architecture for SharePoint 2013Deep Dive into SharePoint Topologies and Server Architecture for SharePoint 2013
Deep Dive into SharePoint Topologies and Server Architecture for SharePoint 2013
 
Viestinnän seminaari 8.11.2012 / SharePoint
Viestinnän seminaari 8.11.2012 / SharePointViestinnän seminaari 8.11.2012 / SharePoint
Viestinnän seminaari 8.11.2012 / SharePoint
 
KMWorld SharePoint 2010-Admin 101
KMWorld SharePoint 2010-Admin 101KMWorld SharePoint 2010-Admin 101
KMWorld SharePoint 2010-Admin 101
 
Migrating to share point 2013 – practices and solution
Migrating to share point 2013 – practices and solutionMigrating to share point 2013 – practices and solution
Migrating to share point 2013 – practices and solution
 
SharePoint Performance - Tales from the Field
SharePoint Performance - Tales from the FieldSharePoint Performance - Tales from the Field
SharePoint Performance - Tales from the Field
 
SPSAD - Ultimate SharePoint Infrastructure Best Practices Session - SharePoin...
SPSAD - Ultimate SharePoint Infrastructure Best Practices Session - SharePoin...SPSAD - Ultimate SharePoint Infrastructure Best Practices Session - SharePoin...
SPSAD - Ultimate SharePoint Infrastructure Best Practices Session - SharePoin...
 
SPSSV 2013 - Ultimate SharePoint Infrastructure Best Practices Session
SPSSV 2013 - Ultimate SharePoint Infrastructure Best Practices SessionSPSSV 2013 - Ultimate SharePoint Infrastructure Best Practices Session
SPSSV 2013 - Ultimate SharePoint Infrastructure Best Practices Session
 
Best Practice SharePoint Architecture
Best Practice SharePoint ArchitectureBest Practice SharePoint Architecture
Best Practice SharePoint Architecture
 
(28.04) MOSSCA Invita - Bienvenidos a la casa de Sharepoint - Visión técnica
(28.04) MOSSCA Invita - Bienvenidos a la casa de Sharepoint - Visión técnica(28.04) MOSSCA Invita - Bienvenidos a la casa de Sharepoint - Visión técnica
(28.04) MOSSCA Invita - Bienvenidos a la casa de Sharepoint - Visión técnica
 
Sp2010 high availlability_sql
Sp2010 high availlability_sqlSp2010 high availlability_sql
Sp2010 high availlability_sql
 
Getting SharePoint 2010 Deployment Right final
Getting SharePoint 2010 Deployment Right finalGetting SharePoint 2010 Deployment Right final
Getting SharePoint 2010 Deployment Right final
 
What SharePoint Admins need to know about SQL-Cinncinati
What SharePoint Admins need to know about SQL-CinncinatiWhat SharePoint Admins need to know about SQL-Cinncinati
What SharePoint Admins need to know about SQL-Cinncinati
 
Dogfood Conference 2010 - What Every SharePoint 2010 Administrator Must Know
Dogfood Conference 2010 - What Every SharePoint 2010 Administrator Must KnowDogfood Conference 2010 - What Every SharePoint 2010 Administrator Must Know
Dogfood Conference 2010 - What Every SharePoint 2010 Administrator Must Know
 
Tuning Your SharePoint Environment
Tuning Your SharePoint EnvironmentTuning Your SharePoint Environment
Tuning Your SharePoint Environment
 

Semelhante a ITPro's taking the SharePoint 2013 Red Pill

Share point 2010_installation_topologies-day 2
Share point 2010_installation_topologies-day 2Share point 2010_installation_topologies-day 2
Share point 2010_installation_topologies-day 2Narayana Reddy
 
What SQL DBAs need to know about SharePoint-Kansas City, Sept 2013
What SQL DBAs need to know about SharePoint-Kansas City, Sept 2013What SQL DBAs need to know about SharePoint-Kansas City, Sept 2013
What SQL DBAs need to know about SharePoint-Kansas City, Sept 2013J.D. Wade
 
Sp2010 high availlability
Sp2010 high availlabilitySp2010 high availlability
Sp2010 high availlabilitySamuel Zürcher
 
Share point 2013 migration solutions
Share point 2013 migration solutionsShare point 2013 migration solutions
Share point 2013 migration solutionsPeter Ganev
 
SharePoint 2010 Upgrade Planning
SharePoint 2010 Upgrade PlanningSharePoint 2010 Upgrade Planning
SharePoint 2010 Upgrade PlanningChaitu Madala
 
What SQL DBA's need to know about SharePoint
What SQL DBA's need to know about SharePointWhat SQL DBA's need to know about SharePoint
What SQL DBA's need to know about SharePointJ.D. Wade
 
SharePoint 2013 i SharePoint Online
SharePoint 2013i SharePoint OnlineSharePoint 2013i SharePoint Online
SharePoint 2013 i SharePoint OnlineDragan Panjkov
 
Introduction to SharePoint for SQLserver DBAs
Introduction to SharePoint for SQLserver DBAsIntroduction to SharePoint for SQLserver DBAs
Introduction to SharePoint for SQLserver DBAsSteve Knutson
 
Android SharePoint
Android SharePointAndroid SharePoint
Android SharePointBenCox35
 
Pitfalls of Migrating to SharePoint 2010
Pitfalls of Migrating to SharePoint 2010Pitfalls of Migrating to SharePoint 2010
Pitfalls of Migrating to SharePoint 2010Dan Usher
 
Sharing the Point South America 2013 (STPSA) - Ultimate SharePoint Infrastruc...
Sharing the Point South America 2013 (STPSA) - Ultimate SharePoint Infrastruc...Sharing the Point South America 2013 (STPSA) - Ultimate SharePoint Infrastruc...
Sharing the Point South America 2013 (STPSA) - Ultimate SharePoint Infrastruc...Michael Noel
 
10 Things I Like in SharePoint 2013 Search
10 Things I Like in SharePoint 2013 Search10 Things I Like in SharePoint 2013 Search
10 Things I Like in SharePoint 2013 SearchSPC Adriatics
 
SPCAdriatics - 10 Things I Like In SharePoint 2013 Search
SPCAdriatics - 10 Things I Like In SharePoint 2013 SearchSPCAdriatics - 10 Things I Like In SharePoint 2013 Search
SPCAdriatics - 10 Things I Like In SharePoint 2013 SearchAgnes Molnar
 
ITPro's taking the SharePoint 2013 Red Pill
ITPro's taking the SharePoint 2013 Red PillITPro's taking the SharePoint 2013 Red Pill
ITPro's taking the SharePoint 2013 Red PillJason Himmelstein
 
SharePoint Saturday St. Louis 2014: What SharePoint Admins need to know about...
SharePoint Saturday St. Louis 2014: What SharePoint Admins need to know about...SharePoint Saturday St. Louis 2014: What SharePoint Admins need to know about...
SharePoint Saturday St. Louis 2014: What SharePoint Admins need to know about...J.D. Wade
 
SharePoint 2010 - Tips and Tricks of the Trade - Avoiding Administrative Blun...
SharePoint 2010 - Tips and Tricks of the Trade - Avoiding Administrative Blun...SharePoint 2010 - Tips and Tricks of the Trade - Avoiding Administrative Blun...
SharePoint 2010 - Tips and Tricks of the Trade - Avoiding Administrative Blun...Dan Usher
 
Datapolis Guest Expert Presentation: Top 15 SharePoint Server Configuration M...
Datapolis Guest Expert Presentation: Top 15 SharePoint Server Configuration M...Datapolis Guest Expert Presentation: Top 15 SharePoint Server Configuration M...
Datapolis Guest Expert Presentation: Top 15 SharePoint Server Configuration M...Datapolis
 

Semelhante a ITPro's taking the SharePoint 2013 Red Pill (20)

Share point 2010_installation_topologies-day 2
Share point 2010_installation_topologies-day 2Share point 2010_installation_topologies-day 2
Share point 2010_installation_topologies-day 2
 
What SQL DBAs need to know about SharePoint-Kansas City, Sept 2013
What SQL DBAs need to know about SharePoint-Kansas City, Sept 2013What SQL DBAs need to know about SharePoint-Kansas City, Sept 2013
What SQL DBAs need to know about SharePoint-Kansas City, Sept 2013
 
Sp2010 high availlability
Sp2010 high availlabilitySp2010 high availlability
Sp2010 high availlability
 
Share point 2013 migration solutions
Share point 2013 migration solutionsShare point 2013 migration solutions
Share point 2013 migration solutions
 
SharePoint 2010 Upgrade Planning
SharePoint 2010 Upgrade PlanningSharePoint 2010 Upgrade Planning
SharePoint 2010 Upgrade Planning
 
What SQL DBA's need to know about SharePoint
What SQL DBA's need to know about SharePointWhat SQL DBA's need to know about SharePoint
What SQL DBA's need to know about SharePoint
 
SharePoint 2016 Upgrade Planning
SharePoint 2016 Upgrade PlanningSharePoint 2016 Upgrade Planning
SharePoint 2016 Upgrade Planning
 
SharePoint 2013 i SharePoint Online
SharePoint 2013i SharePoint OnlineSharePoint 2013i SharePoint Online
SharePoint 2013 i SharePoint Online
 
SharePointDetails.ppt
SharePointDetails.pptSharePointDetails.ppt
SharePointDetails.ppt
 
Share Point
Share PointShare Point
Share Point
 
Introduction to SharePoint for SQLserver DBAs
Introduction to SharePoint for SQLserver DBAsIntroduction to SharePoint for SQLserver DBAs
Introduction to SharePoint for SQLserver DBAs
 
Android SharePoint
Android SharePointAndroid SharePoint
Android SharePoint
 
Pitfalls of Migrating to SharePoint 2010
Pitfalls of Migrating to SharePoint 2010Pitfalls of Migrating to SharePoint 2010
Pitfalls of Migrating to SharePoint 2010
 
Sharing the Point South America 2013 (STPSA) - Ultimate SharePoint Infrastruc...
Sharing the Point South America 2013 (STPSA) - Ultimate SharePoint Infrastruc...Sharing the Point South America 2013 (STPSA) - Ultimate SharePoint Infrastruc...
Sharing the Point South America 2013 (STPSA) - Ultimate SharePoint Infrastruc...
 
10 Things I Like in SharePoint 2013 Search
10 Things I Like in SharePoint 2013 Search10 Things I Like in SharePoint 2013 Search
10 Things I Like in SharePoint 2013 Search
 
SPCAdriatics - 10 Things I Like In SharePoint 2013 Search
SPCAdriatics - 10 Things I Like In SharePoint 2013 SearchSPCAdriatics - 10 Things I Like In SharePoint 2013 Search
SPCAdriatics - 10 Things I Like In SharePoint 2013 Search
 
ITPro's taking the SharePoint 2013 Red Pill
ITPro's taking the SharePoint 2013 Red PillITPro's taking the SharePoint 2013 Red Pill
ITPro's taking the SharePoint 2013 Red Pill
 
SharePoint Saturday St. Louis 2014: What SharePoint Admins need to know about...
SharePoint Saturday St. Louis 2014: What SharePoint Admins need to know about...SharePoint Saturday St. Louis 2014: What SharePoint Admins need to know about...
SharePoint Saturday St. Louis 2014: What SharePoint Admins need to know about...
 
SharePoint 2010 - Tips and Tricks of the Trade - Avoiding Administrative Blun...
SharePoint 2010 - Tips and Tricks of the Trade - Avoiding Administrative Blun...SharePoint 2010 - Tips and Tricks of the Trade - Avoiding Administrative Blun...
SharePoint 2010 - Tips and Tricks of the Trade - Avoiding Administrative Blun...
 
Datapolis Guest Expert Presentation: Top 15 SharePoint Server Configuration M...
Datapolis Guest Expert Presentation: Top 15 SharePoint Server Configuration M...Datapolis Guest Expert Presentation: Top 15 SharePoint Server Configuration M...
Datapolis Guest Expert Presentation: Top 15 SharePoint Server Configuration M...
 

Mais de Sentri

Uncover the Benefits of Office 365 & Windows Azure
Uncover the Benefits of Office 365 & Windows AzureUncover the Benefits of Office 365 & Windows Azure
Uncover the Benefits of Office 365 & Windows AzureSentri
 
Discover SharePoint 2013 & Dynamics CRM
Discover SharePoint 2013 & Dynamics CRMDiscover SharePoint 2013 & Dynamics CRM
Discover SharePoint 2013 & Dynamics CRMSentri
 
Explore Microsoft Lync & Exchange 2013 Webinar
Explore Microsoft Lync & Exchange 2013  WebinarExplore Microsoft Lync & Exchange 2013  Webinar
Explore Microsoft Lync & Exchange 2013 WebinarSentri
 
Relationship Management for Property Investment Management webinar 2.5.13
Relationship Management for Property Investment Management webinar 2.5.13Relationship Management for Property Investment Management webinar 2.5.13
Relationship Management for Property Investment Management webinar 2.5.13Sentri
 
SharePoint 2013 Communities Overview for SPS Philly
SharePoint 2013 Communities Overview for SPS PhillySharePoint 2013 Communities Overview for SPS Philly
SharePoint 2013 Communities Overview for SPS PhillySentri
 
Move Storage to the Cloud with Windows Azure webinar 2.21.2013
Move Storage to the Cloud with Windows Azure webinar 2.21.2013Move Storage to the Cloud with Windows Azure webinar 2.21.2013
Move Storage to the Cloud with Windows Azure webinar 2.21.2013Sentri
 
SharePoint 2013 Extranets webinar
SharePoint 2013 Extranets webinarSharePoint 2013 Extranets webinar
SharePoint 2013 Extranets webinarSentri
 
Lync Intro Exchange User Group New York 2_12_2013
Lync Intro Exchange User Group New York 2_12_2013Lync Intro Exchange User Group New York 2_12_2013
Lync Intro Exchange User Group New York 2_12_2013Sentri
 
Lync IM and Presence Sentri webinar 2.7.13
Lync IM and Presence Sentri webinar 2.7.13 Lync IM and Presence Sentri webinar 2.7.13
Lync IM and Presence Sentri webinar 2.7.13 Sentri
 
WEBINAR: Uncover the Benefits of Office 365 and Windows Azure
WEBINAR: Uncover the Benefits of Office 365 and Windows Azure WEBINAR: Uncover the Benefits of Office 365 and Windows Azure
WEBINAR: Uncover the Benefits of Office 365 and Windows Azure Sentri
 
SharePoint 2013 Unveiled webinar 1.24.13
SharePoint 2013 Unveiled webinar 1.24.13SharePoint 2013 Unveiled webinar 1.24.13
SharePoint 2013 Unveiled webinar 1.24.13Sentri
 
Webinar: Understanding the System Center suite & Windows Server 2012
Webinar: Understanding the System Center suite & Windows Server 2012 Webinar: Understanding the System Center suite & Windows Server 2012
Webinar: Understanding the System Center suite & Windows Server 2012 Sentri
 
Sentri Webinar: Microsoft Lync Exchange 2013
Sentri Webinar: Microsoft Lync Exchange 2013Sentri Webinar: Microsoft Lync Exchange 2013
Sentri Webinar: Microsoft Lync Exchange 2013Sentri
 
Windows Azure overview webinar by Sentri
Windows Azure overview webinar by SentriWindows Azure overview webinar by Sentri
Windows Azure overview webinar by SentriSentri
 
SystemCenter webinar 12 6 12
SystemCenter webinar 12 6 12SystemCenter webinar 12 6 12
SystemCenter webinar 12 6 12Sentri
 
Exchange 2013 webinar
Exchange 2013 webinarExchange 2013 webinar
Exchange 2013 webinarSentri
 
Share point 2013 webinar november 2012
Share point 2013 webinar november 2012Share point 2013 webinar november 2012
Share point 2013 webinar november 2012Sentri
 
Empowering Collaboration through Self-Service BI
Empowering Collaboration through Self-Service BIEmpowering Collaboration through Self-Service BI
Empowering Collaboration through Self-Service BISentri
 
Empowering Collaboration through Self-Service BI
Empowering Collaboration through Self-Service BIEmpowering Collaboration through Self-Service BI
Empowering Collaboration through Self-Service BISentri
 
Exchange 2013
Exchange 2013Exchange 2013
Exchange 2013Sentri
 

Mais de Sentri (20)

Uncover the Benefits of Office 365 & Windows Azure
Uncover the Benefits of Office 365 & Windows AzureUncover the Benefits of Office 365 & Windows Azure
Uncover the Benefits of Office 365 & Windows Azure
 
Discover SharePoint 2013 & Dynamics CRM
Discover SharePoint 2013 & Dynamics CRMDiscover SharePoint 2013 & Dynamics CRM
Discover SharePoint 2013 & Dynamics CRM
 
Explore Microsoft Lync & Exchange 2013 Webinar
Explore Microsoft Lync & Exchange 2013  WebinarExplore Microsoft Lync & Exchange 2013  Webinar
Explore Microsoft Lync & Exchange 2013 Webinar
 
Relationship Management for Property Investment Management webinar 2.5.13
Relationship Management for Property Investment Management webinar 2.5.13Relationship Management for Property Investment Management webinar 2.5.13
Relationship Management for Property Investment Management webinar 2.5.13
 
SharePoint 2013 Communities Overview for SPS Philly
SharePoint 2013 Communities Overview for SPS PhillySharePoint 2013 Communities Overview for SPS Philly
SharePoint 2013 Communities Overview for SPS Philly
 
Move Storage to the Cloud with Windows Azure webinar 2.21.2013
Move Storage to the Cloud with Windows Azure webinar 2.21.2013Move Storage to the Cloud with Windows Azure webinar 2.21.2013
Move Storage to the Cloud with Windows Azure webinar 2.21.2013
 
SharePoint 2013 Extranets webinar
SharePoint 2013 Extranets webinarSharePoint 2013 Extranets webinar
SharePoint 2013 Extranets webinar
 
Lync Intro Exchange User Group New York 2_12_2013
Lync Intro Exchange User Group New York 2_12_2013Lync Intro Exchange User Group New York 2_12_2013
Lync Intro Exchange User Group New York 2_12_2013
 
Lync IM and Presence Sentri webinar 2.7.13
Lync IM and Presence Sentri webinar 2.7.13 Lync IM and Presence Sentri webinar 2.7.13
Lync IM and Presence Sentri webinar 2.7.13
 
WEBINAR: Uncover the Benefits of Office 365 and Windows Azure
WEBINAR: Uncover the Benefits of Office 365 and Windows Azure WEBINAR: Uncover the Benefits of Office 365 and Windows Azure
WEBINAR: Uncover the Benefits of Office 365 and Windows Azure
 
SharePoint 2013 Unveiled webinar 1.24.13
SharePoint 2013 Unveiled webinar 1.24.13SharePoint 2013 Unveiled webinar 1.24.13
SharePoint 2013 Unveiled webinar 1.24.13
 
Webinar: Understanding the System Center suite & Windows Server 2012
Webinar: Understanding the System Center suite & Windows Server 2012 Webinar: Understanding the System Center suite & Windows Server 2012
Webinar: Understanding the System Center suite & Windows Server 2012
 
Sentri Webinar: Microsoft Lync Exchange 2013
Sentri Webinar: Microsoft Lync Exchange 2013Sentri Webinar: Microsoft Lync Exchange 2013
Sentri Webinar: Microsoft Lync Exchange 2013
 
Windows Azure overview webinar by Sentri
Windows Azure overview webinar by SentriWindows Azure overview webinar by Sentri
Windows Azure overview webinar by Sentri
 
SystemCenter webinar 12 6 12
SystemCenter webinar 12 6 12SystemCenter webinar 12 6 12
SystemCenter webinar 12 6 12
 
Exchange 2013 webinar
Exchange 2013 webinarExchange 2013 webinar
Exchange 2013 webinar
 
Share point 2013 webinar november 2012
Share point 2013 webinar november 2012Share point 2013 webinar november 2012
Share point 2013 webinar november 2012
 
Empowering Collaboration through Self-Service BI
Empowering Collaboration through Self-Service BIEmpowering Collaboration through Self-Service BI
Empowering Collaboration through Self-Service BI
 
Empowering Collaboration through Self-Service BI
Empowering Collaboration through Self-Service BIEmpowering Collaboration through Self-Service BI
Empowering Collaboration through Self-Service BI
 
Exchange 2013
Exchange 2013Exchange 2013
Exchange 2013
 

Último

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 RobisonAnna Loughnan Colquhoun
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 

Último (20)

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
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 

ITPro's taking the SharePoint 2013 Red Pill

  • 1. ITPro’s taking the SharePoint 2013 Red Pill Jason Himmelstein SharePoint Practice Director Sentri, Inc jhimmelstein@sentri.com @sharepointlhorn.com
  • 2. Israel - Development & Business since 1999 Engineering 2012 East Region Partner of the Year Partner of the Year Microsoft 2010/2011/2012 Northeast Partner of the Year Microsoft 2011 Northeast VOICE
  • 3. Winner EAST REGION PARTNER OF THE YEAR 2012 Three Time Winner…. Northeast Partner of the Year 2012 | 2011 | 2010 Northeast vTSP (Technical Specialist) 2011 | NY Metro Voice Partner of the Year 2011
  • 4. Ignite Silver Management & Virtualization Coming in October 2012 Gold Server Platform Gold Management & Virtualization Professional Service Managed Services Cloud Services
  • 6. About Jason http://spflogger.codeplex.com www.sentri.com www.sharepointlonghorn.com @sharepointlhorn www.linkedin.com/in/jasonhimmelstein http://bit.ly/sharepointbi
  • 7. Why Do I Do This?
  • 9. How do we explain SharePoint? Wheels? Where we are going, we don’t need wheels!
  • 10. Hardware Requirements Dependencies and Prerequisites
  • 11. Web & Application Servers | Single Server Farms Load balanced or routed requests Web tier Web servers with query component Application server with: Application tier • Central Administration • Search administration component • Crawl component Database server with: Database tier • Central Administration configuration and content databases • Farm content database • Search administration database • Crawl database • Property database
  • 12. Web & Application Servers | Single Server Farms SharePoint 2010 vs. SharePoint “2013” Comparison: Component SharePoint 2010 Minimum Requirement SharePoint “2013” Minimum Requirement Processor 64-bit, four cores 64-bit, four cores RAM 4 GB for developer or evaluation use 4 GB for developer or evaluation use 8 GB for production use in a single server 8 GB for production use in a single server or or multiple server farm in a multiple server farm Hard disk 80 GB for system drive 80 GB for system drive Maintain twice as much free space as you have RAM for Maintain twice as much free space as you have RAM for production environments. production environments.
  • 13. Database Servers Load balanced or routed requests Web tier Web servers with query component Application server with: Application tier • Central Administration • Search administration component • Crawl component Database server with: Database tier • Central Administration configuration and content databases • Farm content database • Search administration database • Crawl database • Property database
  • 14. Database Servers – Minimum Hardware Requirements SharePoint 2010 vs. SharePoint “2013” Comparison: Component SharePoint 2010 Minimum Requirement SharePoint “2013” Minimum Requirement Processor 64-bit, four cores for small deployments 64-bit, 4 cores for small deployments 64-bit, eight cores for medium 64-bit, 8 cores for medium deployments Deployments RAM 8 GB for small deployments 8 GB for small deployments 16 GB for medium deployments 16 GB for medium deployments Hard disk 80 GB for system drive 80 GB for system drive Hard disk space is dependent on the size Hard disk space is dependent on the size of your of your SharePoint content SharePoint content
  • 15. Software Requirements Dependencies and Prerequisites
  • 17. Database Servers – Minimum Software Requirements SharePoint 2010 vs. SharePoint “2013” Comparison: Component SharePoint 2010 Minimum Requirements SharePoint “2013” Minimum Requirements SQL Server The 64-bit edition of Microsoft SQL Server The 64-bit edition of Microsoft SQL 2005 with Service Pack 3 (SP3). Server 2008 R2 Service Pack 1. The 64-bit edition of Microsoft SQL Server 2008 with Service Pack 1 (SP1) and Cumulative Update 2 The 64-bit edition of Microsoft SQL Server 2008 R2 Windows The 64-bit edition of Windows Server 2008 The 64-bit edition of Windows Server Server with SP2 2008 R2 Service Pack 1 (SP1) The 64-bit edition of Windows Server 2008 R2
  • 18. Database Servers – Optional Software
  • 19. Web & Application Servers Minimum Software Requirements • 64-bit edition of Windows Server 2008 R2 Service Pack 1 (SP1) Standard, Enterprise, Data Center, or Web Server Preparation tool installs the following prerequisites: Web Server (IIS) role .NET 4 DGR Update KB Information Protection & Application Server role(s) 2468871 Control Client (MSIPC) Windows Identity Foundation SQL Server 2008 R2 Native Sync Framework Runtime v1.0 (WIF 1.0 and 1.1) Client (x64) .Net Framework version 4.0 Open Data Library (ODataLib) Windows PowerShell 3.0
  • 20.
  • 21. Versioning Changes • Shredded Storage • Versioning Scenario • 1st file = 10m storage requirement • 2nd.. 10th = 1m file increase per version storage requirement Old versioning model 1st = 10m 2nd = 11m 3rd =12m 10th = 19m Total = 145m Shredded Storage versioning model 1st = 10m 2nd = 1m 3rd =1m 10th = 1m Total = 19m What does this mean for RBS?
  • 23. Authentication Modes • SharePoint 15 continues to offer support for both claims and classic authentication modes • However claims authentication is THE default authentication option now • Classic authentication mode is still there, but can only be managed in PowerShell – it’s gone from the UI • Support for classic mode is deprecated and will go away in a future release, so we recommend moving to Claims • There also a new process to migrate accounts from Windows classic to Windows claims
  • 24. Authentication Migration • The MigrateUsers method in SharePoint 2010 is no longer the correct way to migrate accounts – it is now deprecated • A new cmdlet has been created called Convert-SPWebApplication • A simple example – you have a Windows classic web application • Run Convert-SPWebApplication -Identity "http://yourWebapp" -To Claims – RetainPermissions [-Force]
  • 25. Other Claims Migration Scenarios • You have an existing Windows claims application and you want to bring over content from a SharePoint 2010 Windows classic web app • Option 1 (the safest): • Create a web application in o15 that uses Windows classic authentication • Attach the SharePoint 2010 content database to this o15 web app • Attaching it will upgrade it to the o15 database format, so verify that it is working correctly after attach • Run the Convert-SPWebApplication command on the o15 web app to convert the users from Windows classic to Windows claims • Detach the content database from the o15 Windows classic web app • Attach the content database to it’s final o15 Windows claims web app • Option 2 (the quickest): • Attach the content DB to an existing Windows claims web application • Run the Convert-SPWebApplication cmdlet again on the web app
  • 26. Authentication Infrastructure • One of the big improvements is that SharePoint tracks FedAuth cookies in the new Distributed Cache Service • In SharePoint 2010 each WFE had its own copy • That meant that if you got redirected to a different WFE, you would need to re-authenticate • This means that sticky sessions are no longer required when using SAML claims!
  • 27. New Claims Features • You can choose the characters for the claim type and there is no enforcement on the ordering of claim types • Pre-populate the custom claim types and characters across all farms • Install the claim providers that use those custom claim types in any order • You can add multiple token signing certificates to the SharePoint STS • Useful in S2S scenarios • Use the Set-SecurityTokenServiceConfig cmdlet
  • 28. New Claims Features (continued) • The SharePoint STS now supports a federation metadata endpoint • SharePoint publishes an endpoint describing it’s configuration and certificates, and can consume the same • HOWEVER…the format it uses and consumes is JSON, so the trusting partner must support that (AD FS does not today) • There is a possibility we will publish guidance on how to develop this for ADFS • That would also support multiple token signing certs
  • 29. Authentication Logging • There is significantly more logging provided to help troubleshoot authentication issues. You can see things like: • Adding / removing FedAuth cookies from the cache • Where authentication requests get redirected • Which claims providers were used and which were not • Reason why a FedAuth cookie failed to be used (i.e. expiration, failure to decrypt, etc.)
  • 30. Request Management Sourced from: http://articles.boston.com/2011-12-23/metro/30545715_1_traffic-cops-holiday-shoppers-christmas-shopping
  • 31. Request Management (RM) • The purpose of the Request Management feature is to give SharePoint knowledge of and more control over incoming requests • Having knowledge over the nature of incoming requests – for example, the user agent, requested URL, or source IP – allows SharePoint to customize the response to each request • RM is applied per web app, just like throttling is done in SharePoint 2010
  • 32. RM – Goals • RM can route to WFEs with better health, keeping low-health WFEs alive • RM can identify harmful requests and deny them immediately • RM can prioritize requests by throttling lower-priority ones (bots) to serve higher-priority ones (end-users) • RM can send all requests of specific type, like search for example, to specific machines • Isolated traffic can help troubleshoot errors on one machine • RM can send heavy requests to more powerful WFEs
  • 33. RM Components Request Manager (RM) Request Throttling and Routing Throttle if appropriate, or select which WFE’s the request may be sent to Request Prioritization Filter WFEs to only ones healthy enough for the request Request Load Balancing Select a single WFE to route to, based on weighting schemes like health
  • 34. RM Routing and Pools • Routing rules route requests and are associated with MachinePools • MachinePools contain servers • Servers use weights for routing – static weights and health weights • Static weights are constant for WFEs; health weights change dynamically based on health scores Routing Rule #1 Routing Rule #2 Static Weight = 1 Static Weight = 1 … Health Weight = 4 Health Weight = 4 Routing Rule #n
  • 35. RM Routing Rules • Routing to a server in a MachinePool is based on matching a routing rule • Routing rules are placed in ExecutionGroups • These are numbered 0 to 2, with 0 the default • Rules are evaluated in each ExecutionGroup • As soon as a match is found no more ExecutionGroups are evaluated • All machines from pools that match any routing rules are union’ed together to determine possible target servers • This means that you create your most important rules in ExecutionGroup 0
  • 36. Routing Rules and Execution Groups Routing Rule #4 Routing Rule #5 Routing Rule #1 X Execution Group 1 Routing Rule #2 Match! Routing Rule #6 Routing Rule #3 Execution Group 0 Routing Rule #7 No Match Execution Group 2 Not Evaluated
  • 37. RM Routing Rules (cont.) • There are some important caveats to remember about routing rules • If no rules are matched, then the request will be sent to any server that is NOT in any machine pool for any rule • In a one server farm that means nothing will route if no rules match, so the alternative is to create a “catch all” rule that matches everything • Just put it in ExecutionGroup 1 or 2 so it’s the last match
  • 38. RM Routing Weights • RM uses static weights and health weights • Static weights are associated with WFEs so certain ones will always be favored when selecting. • This gives added weight to more powerful WFEs and less to weaker machines • Health weights are used to even out load and keep “sick” WFEs going • Health scores run from 0 to 10 where 0 is the healthiest and therefore will get the most requests; this score is used to derive the health weight • WFEs start with a healthy weight; the Policy Engine health rule updates health weights dynamically – you cannot change it manually
  • 39. RM Scenario – Health Based Routing • A series of requests come in; one WFE is in poor health, while two others are in good health. RM evaluates the following: • Health information: { [WFE1, sick], [WFE2, healthy], [WFE3, healthy] } • Based on this RM routes most of the requests among WFE2 and WFE3 • It is still random routing, but greater weight is given to healthier machines • Alternatively the admin could remove WFE1 from the routing pool, allow it to complete its requests then return it back to the pool
  • 40. New & Retiring Service Applications
  • 41. What happened to Office Web Apps? • OWA is now stand alone. It cannot run on a SharePoint Server. • Why? • Not all documents are in SharePoint • Provide unified platform for other applications as well • Benefits • Large customers had numerous farms to manage in 2010 time frame • Consolidation of services to single Office Web Apps farm which provides services for multiple applications • Manage scale and performance of Office Web Apps independent of the SharePoint environment • Easier upgrade and maintenance for Office Web Apps functionality • Easier consuming of Office Web Apps functionalities without complex SharePoint federation • Easier to setup also without SharePoint – if only used for example with Exchange • Scalability with OWA “Farms”
  • 42. New Replacement for Web Analytics Service • The Analytics Platform replaces the Web Analytics service application • Some of the reasons for that included: • There was no concept of item-to-item recommendations based on user behavior, i.e. people who viewed this also viewed foo • Couldn’t promote search results based on an item’s popularity (as determined by # of times an item was viewed) • It required a very powerful SQL box and significant storage and IO • Lists don’t have explicit view counts • The architecture could have problems scaling to large numbers
  • 43. How the New Platform Improves on Analytics • The new Analytics Processing engine aims to solve these issues: • Find relevant information (improve search relevance) – based on views, click thru, etc. • See what others are looking at (“hot” indicators and usage numbers – i.e. what’s popular based on # of views as well as # of unique users to view) • Understand how much content is being used (i.e. viewed) and how it compares to other documents • See discussion thread usage and find the hot topics • Use this popularity info to populate views through the Content by Search (CBS) WebPart • The model is extensible for 3rd parties to build into the platform
  • 44. Processing and Storing Analytics Data • Data goes through an analysis and reporting process that is contained within the search service application • Things like views and counts are combined with click-thru and other search metrics and pushed into the reporting database • Some data like view counts are also pushed into the index so it can be included in search results, sorted on (i.e. what’s most viewed), etc. • An analytics processing job examines data for clicks, links, tags, etc., as well as the usage data to create the data points used for reporting
  • 45. Analytics System Components • The Analytics system can be considered as five parts: • Event: Each item comes into the system as an event with certain parameters • Filtering & Normalization: Each event is looked at to see: • Special Handling: Certain types of events will be directly written to the .usage files • Filtered Out: Some events like those from robots, should not be counted and allowed to pass • Normalized: Rewritten so it can be counted along with other hit types. E.g. document reads through the WAC should be counted as reads against the document • Allowed to Pass: So that normal counting methods can be performed
  • 46. Analytics System Components (cont.) • Custom Events: You can configure up to 12 custom events in addition to what comes OOB • Calculation: We run calculations to sum or average across events • Reports: A number of default reports are available, including: • Top queries • Most popular documents in a library or site • Historic usage of an item – view counts for last recent history as well as all time
  • 47. Service applications in SharePoint 2013 • New service applications available and improvements on existing ones • Office Web Apps is no longer a service application • Web Analytics is no longer service application, it’s part of search
  • 49. New Cache Service • A new Windows service – the AppFabric Caching Service – is installed on each server in the farm when SharePoint is installed • It is managed via the Services on Server page in central admin as the Distributed Cache service • The config DB keeps track of which machines in the farm are running the cache service
  • 50. Cache Setup • The farm account is used as service account for Cache Service • Like user profile service in SharePoint 2010, during setup the service account should have elevated privileges (i.e. local admin) • After setup is complete you should lower the privileges for the account
  • 51. Cache Architecture • For caching in farm, scale points have not been determined yet • How many servers are needed, what resources should be built out (CPU, memory, etc.) • More data will be available after Beta 2
  • 52. Cache Server Performance • There are hundred(s) of perf counters; there are also counts exposed via developer’s dashboard • # of reads • # of writes • # of hits • # of misses • time for read • time for write • Total I/O (how much data has been transferred in a given period of time)
  • 53. Cache Service Health • The following health rules have been created to help you track the Cache Service (look in the Availability section for most): • One of the cache hosts in the cluster is down (Availability) • Firewall client settings on the cache host are incorrect (Configuration) • Cache host is in throttled state (Availability) • The high availability node for SharePoint distributed cache is not available (Availability) – happens when there are less than 2 servers running the cache service • There exists at least one cache host in the cluster, which SP doesn't know about (Configuration) – happens when the cache service is disabled in SharePoint but AppFabricCaching Service is running on the machine • Cached objects have been evicted (Configuration) – indicates eviction happened across the cache cluster. Not bad in and of itself but may be a clue if it happens frequently and/or there are perf issues
  • 55. SharePoint 2013 ECM - Big Bets Internet Business eDiscovery Team Folders • Major WCM • In place preservation • Work on mail and Investment in SP & Exchange documents together • Search Driven Sites • Integrated, enterprise • SharePoint, Outlook, • Intranet and Internet wide case OWA applicability management • Retention/compliance across stores
  • 56. Central Place to view all Cases
  • 57. Add, manage and export discovery sets
  • 58. Site Based Compliance & Preservation • Compliance officers create policies, which define: • The retention policy for the entire site and the team mailbox, if one is associated with the site. • What causes a project to be closed. • When a project should expire • Can set also site collection as read only • Policy also available optionally from self site creation • Policies can be replicated from content type hub cross enterprises
  • 59. The Team Folders – Exchange and SP together • Documents are stored in SharePoint • Emails are stored in Exchange • Team Folders can receive emails and have their own email address • Easy access to both from Outlook and SharePoint • Unified compliance policy applies to both
  • 60. Unified Discovery across Exchange, SharePoint and Lync • Find it all in one place (unified console) • Find more (in-place discovery returns the richest data) • Find it without impacting the user (Give legal team discovery, leave IWs alone) Discovery Center in SharePoint Unified Preserve, Search and Export Exchange Web Services Connect to Exchange to get mailbox data Lync Archiving to Exchange Exchange is the compliance store for Lync Search Infrastructure Exchange and SharePoint use the same search platform
  • 62. Search • New Search architecture with one unified search • Personalized search results based on search history • Rich contextual previews
  • 66. Search UI Configuration • Result Types • Display Templates • Search Navigation • Search Refinement • Query Suggestions • Thumbnail Previews • Site Level Search Admin Summary
  • 68. Faceted Navigation with Search Refiners
  • 72. Business Intelligence • Excel BI • Instant analysis through In Memory BI Engine • Power View Add-in • Excel Services • Improved data exploration • Field List and Field Well Support • Calculated Measures and Members • Enhanced Timeline Controls
  • 73. Business Intelligence • PerformancePoint Services • Filter enhancements and Filter search • Dashboard migration • Support for Analysis Services Effective User • Visio Services • Refresh data from external sources – BCS and Azure SQL • Supports comments on Visio Drawings • Maximum Cache Size service parameter • Health Analyzer Rules to report on Maximum Cache Size
  • 75. Introduction • Business challenge • It is challenging for information workers to get a comprehensive view of their tasks or to have a central point for managing their work. • Tasks are stored across applications and systems, and even in the case where all tasks are stored within a single system, information can still be scattered. • Work management Service applications provides functionality to aggregate tasks to central place • Users can go to view and track their work and to-dos • Tasks cached to person’s my site
  • 77. Technical background and configuration • Service application doesn’t have any configuration options in Central Administration • Accessed and used directly programmatically by out of the box functionalities • Out of the box task aggregation with Microsoft SharePoint Products, Microsoft Exchange Server, and Microsoft Project Server • Example, users can edit tasks from Exchange Server on a mobile phone, and the Work Management Service aggregates tasks to the My tasks SharePoint list. • Implementation is based on provider model, so that additional systems maybe integrated to same architecture in future
  • 78. was made possible by the generous support of the following sponsors… And by your participation… Thank you!
  • 79. SharePoint Next Steps Learn Plan Prove & Deploy Manage SharePoint Quick SharePoint 2013 SharePoint POC & SharePoint Managed Reference Guide Planning Session Deployment Funds Services Request a free ‘Quick Plan the best solution, Work with Sentri on a POC Get flexible and scalable SharePoint Reference’ guide to help roadmap, and architecture. or a deployment effort and fixed price support to Next Steps end users understand the Fixed fee upgrade planning you may qualify for valuable realize the ROI you need features of the SharePoint engagement funds from SharePoint platform SharePoint Quick 2013 Fixed Price SharePoint or Office SharePoint Managed Reference Guide Planning Session 365 POC Services No Charge $3000 Up to $9000 Request Details For webinar attendees SharePoint or Office only 365 Deployment Up to $10,000
  • 80.
  • 81. Handy information • Jason’s info • http://www.sharepointlonghorn.com • jase@sharepointlonghorn.com • @sharepointlhorn • SharePoint 2013 Presentation: ITPro training • http://www.microsoft.com/en-us/download/details.aspx?id=30361 • SharePoint 2013: Claims is the new black • http://www.wictorwilen.se/sharepoint-2013-claims-is-the-new-black • Todd Klindt’s Blog • http://www.toddklindt.com/blog • Weekly Netcast • 2013 Sessions I want to attend today: • Introduction to the new SharePoint 2013 App Model for Developers – Noorez Khamis - 10a • SharePoint BI in 2013 – Dave Feldman - 1115a • Search in SharePoint 2013: Everything You Need to Know, in a Nutshell – Jeff Fried- 130p • Installing SharePoint 2013 without screwing it up (too badly) – Todd Klindt - 245p • DOUBLE TAG! - MANAGED METADATA & TAXONOMIES IN #SHAREPOINT 2013 – Chris McNulty - 415p