SlideShare a Scribd company logo
1 of 47
Consultant
Certification
Mohan Arumugam
Technologies Specialist
E-mail : moohanan@gmail.com
Phone : +91 99406 53876
Profile
Blogger
Trainer
Who Am I ?
• Topologies
• Architecture Changes-New
• Distributed Cache
• Shredded Storage
• App Model / SharePoint Store
• Request Management
• License Mapping
• Architecture Changes - Changed
• Office Web Apps
• Workflow
• Search
• Security
• Features
• Web Content Management (WCM)
• Machine Translation
• App Management / Subscription Service
• Work Management
hanges Things only get more complex
 SharePoint 2010
 Medium Farm
 High Load Services
 Search
Client
SharePoint Server 2010
SharePoint Farm
SPWFE01
CPU: 2 Cores
RAM: 8GB
SQL Server 2008 R2
SPSQL
SPSQL01
CPU: 4 Cores
RAM: 16 GB
SPSQL01
CPU: 4 Cores
RAM: 16 GB
SPPAP01
CPU: 2 Cores
RAM: 8 GB
SPWFE01
CPU: 2 Cores
RAM: 8GB
 SharePoint 2013
 Medium Farm
 High Load Services
 Distributed Cache
 Search
SharePoint Server 2013
SharePoint Farm
SPWFE01
CPU: 4 Cores
RAM: 12 GB
SPAPP01
CPU: 4 Cores
RAM: 24 GB
SPAPP02
CPU: 4 Cores
RAM: 24 GB
WOPI01
Office Web Applications 2013
Shared OWA Farm
WOPI02
Client
Load Balancer
SQL Server 2008 R2
SPSQL
SPSQL01
CPU: 8 Cores
RAM: 16 GB
SPSQL02
CPU: 8 Cores
RAM: 16 GB
Search Architecture
Query Processing
Replica ReplicaIndex partition 0
Administration Content Processing
Query Processing
AnalyticsCrawl
SPWFE02
CPU: 4 Cores
RAM: 12 GB
 SharePoint 2013
 Medium-er Farm
 High Load Services
 Distributed Cache
 Search
SharePoint Server 2013
SharePoint Farm
SPWFE01
CPU: 4 Cores
RAM: 12 GB
SPAPP01
CPU: 8 Cores
RAM: 24 GB
SPAPP02
CPU: 8 Cores
RAM: 24 GB
SPAPP03
CPU: 8 Cores
RAM: 24 GB
WOPI01
Office Web Applications 2013
Shared OWA Farm
WOPI02
Client
Load Balancer
SQL Server 2008 R2
SPSQL
SPSQL03
CPU: 8 Cores
RAM: 16 GB
SPSQL04
CPU: 8 Cores
RAM: 16 GB
Search Architecture
Query Processing Query Processing
Replica Replica Index partition 0
ReplicaReplicaIndex partition 1
Administration
Content Processing
Crawl Crawl
Analytics
SPWFE02
CPU: 4 Cores
RAM: 12 GB
SQL Server 2008 R2
SPSearchSQL
SPSQL01
CPU: 8 Cores
RAM: 16 GB
SPSQL02
CPU: 8 Cores
RAM: 16 GB
 What’s New
 Shredded Storage
 Distributed Cache
 Request Management
 License Mapping
 App Model / SharePoint Store
 What’s Changed
 Office Web Apps
 Workflow
 Search
 Security
 What is it?
 Stores changes instead of entire new version
 Does it help me?
 Yes (in a lot of scenarios)
 Database growth should be slower than in 2010
 Improved I/O
 What else should I know about it?
 Works best with OpenXML Office docs
 Documents are not shredded on upgrade
 What is it?
 Stores various types of information in memory
 Does it help me?
 Claim token caching
 Social Feature Caching
 What else should I know about it?
 Adjust your memory considerations
 Do NOT use dynamic memory
 During install assigns 10% of total physical memory
 Update-SPDistributedCacheSize –CacheSizeInMB <CacheSize>
 When “stopping” service use Graceful shutdown
 Stop-SPDistributedCacheServiceInstance –Graceful
 Remove-SPDistributedCacheServiceInstance
 What is it?
 enables administrators to manage the routing and throttling of incoming
requests
 Does it help me?
 It can in certain scenarios
 Most admins will not use
 What else should I know about it?
 Does not replace your load balancer
 Managed through PowerShell
 What is it?
 Enables admins to map licenses to users associated with AD Groups
 Does it help me?
 Yes - buy CALs for what your users are using
 Mixing CALs in a farm is fully supported
 What else should I know about it?
 Managed through PowerShell (have you figured out you need PowerShell yet?)
 PowerShell cmdlets
 Add-SPUserLicenseMapping
 Disable-SPUserLicensing
 Enable-SPUserLicensing
 Get-SPUserLicense
 Get-SPUserLicenseMapping
 Get-SPUserLicensing
 New-SPUserLicenseMapping
 Remove-SPUserLicenseMapping
 Feature Categories
 Unlicensed
 Standard
 Enterprise
 Project
 WACEdit (Office Web Apps)
Enable-SPUserLicensing
$lm = New-SPUserLicenseMapping
-SecurityGroup "CORPEnterprise Client Access License"
-License Enterprise
Add-SPUserLicenseMapping -Mapping $lm
 What is it?
 New development model for “customizations”
 Heavy use of the client side object model
 Does it help me?
 If you don’t want server side code – YES
 If you want server side code – NO
 What else should I know about it?
 Need wildcard DNS A (HOST) record for app domain
 companyapps.com
 Wildcard SSL Certificate
 Use SSL otherwise OAuth tokens unsecured
 SharePoint Store
 App Requests
 Enabled or Not
 What else should I know about it?
 App Catalog (Special site collection) used for managing approved apps
 App Licensing
 No explicit setting prevents site owners from purchasing apps, use App
Request process
 URL Structure
 https://<prefix>-<appID>.<appdomain>
 Example: https://hrapp-4a9cce52782633.companyapps.com
 Related Service Applications
 Subscription Settings
 App Management
 User Profile Service (High Trust Apps)
 What is it?
 Allows for viewing and editing Office documents in browser
 Does it help me?
 Yes - eliminates need to open client application
 Yes - allows for co-authoring
 Yes - preview capabilities
 What else should I know about it ?
 Separate product now
 Needs its own server( No really, it does...)
 Read-only is free
 SSL Certificate (Wildcard Certificates NOT supported)
 What is it?
 Enables new workflow actions / conditions
 Does it help me?
 Actions
 Calling HTTP web services
 Start List / Site workflow
 Translation
 Project Support
 Conditions
 “Valid” SharePoint User
 Skip Project Stage
 Components
 Non-sequential workflows using stages
 App Steps
 Looping
 What else should I know about it?
 Requires SharePoint Server (Standard or Enterprise)
 Requires User Profile Service Application
 Separate installation
 Azure Workflow Manager
 Azure Workflow Client
 Can be installed ON or OFF of SharePoint servers
 Requires routable DNS entry
 Should utilize SSL for OAuth connectivity
 What is it?
 Single service instance using FAST as the base service regardless of
Foundation, Standard or Enterprise
 Does it help me?
 Site Admins can now managed components
 Result Sources (Scope Replacement)
 Result Types
 Query Rules
 Schema (Managed Properties)
 Farm Settings
 Search Dictionaries
 Result Sources
 Query Rules
 Crawl Schedules (Continuous Crawl)
 What else should I know about it?
 Search Components
 What else should I know about it?
 Search Topology can only be managed through PowerShell
 Don’t forget to remove inactive topologies
$searchInstance = Get-SPEnterpriseSearchServiceInstance -Local
$ssa = Get-SPEnterpriseSearchServiceApplication
$clone = $ssa.ActiveTopology.Clone()
New-SPEnterpriseSearchAdminComponent -SearchTopology $clone -SearchServiceInstance $searchInstance
New-SPEnterpriseSearchContentProcessingComponent -SearchTopology $clone -SearchServiceInstance
$searchInstance
New-SPEnterpriseSearchAnalyticsProcessingComponent -SearchTopology $clone -SearchServiceInstance
$searchInstance
New-SPEnterpriseSearchCrawlComponent -SearchTopology $clone -SearchServiceInstance $searchInstance
New-SPEnterpriseSearchIndexComponent -SearchTopology $clone -SearchServiceInstance $searchInstance
New-SPEnterpriseSearchQueryProcessingComponent -SearchTopology $clone -SearchServiceInstance
$searchInstance
$clone.Activate()
 Claims vs. Classic
 And the winner is……Claims
 Claims is needed for full functionality
 Switch to claims post-upgrade or before upgrade?
 Post-upgrade allows for easy fallback if needed
 Pre-upgrade seems cleaner and makes upgrade easier
 Time will tell...
 Sharing
 Facebook like
 Very easy to break inheritance (Is this a good thing?)
 Web Content Management (WCM)
 Enterprise Content Management (ECM)
 Search
 Access Services 2013
 User Profile Service
 Machine Translation
 App Management / Subscription Service
 Work Management
 Metadata navigation
 Use Term Sets to navigate your site
 Clean URLs (e.g. /west/northwest/wild)
 SEO Improvements
 Meta Description
 Keywords
 SiteMap
 Channels
 HTML5 / CSS3
 Theming
 Records Management
 Site based retention policies
 eDiscovery improved
 search and in-place hold
 Drag and Drop
 Browser Support
 Firefox - latest version
 Chrome - latest version
 IE 10 desktop
 IE 8 or IE 9 only if Office 2013 is installed
 Team Mailbox
 Adding site mailbox allows users to share communication concerning project
 Requires Exchange 2013
 Terminology
 Result Sources (Scope replacement)
 Display Templates (JavaScript kills XSLT)
 Search Schema (Managed / Crawled Properties)
 Query Rules
 Promoted Results (Best Bets, can be defined at service application)
 Result Block (Group like results)
 Continual Crawling
 Results also include social content
 All analytics controlled in Search
 Search web parts have been re-written
 New Content Search Web Part (Enterprise Only – NOT in Office365)
 When using Office Web Applications, includes document previews
 Admins can force a re-index of specific lists / libraries
 Managed Properties have more power
 Query, Search, Retrieve, Refine, Sort
 Requires SQL 2012 and a dedicated server
 Allows users to create web applications
 Each App gets its own SQL Server database (not
access)
 databases are created with GUID in name
 Access 2013 client is required to build your app
 it then gets published to SharePoint
 Replacement for Info Path?
 Direct AD Import vs. FIM
 Direct AD Import
 Much faster
 Single domain
 Start here
 Switch to FIM if you need the features
 Social Feature Dependencies
 News Feed
 SkyDrive Pro
 Has nothing to do with SkyDrive (thank you Microsoft Marketing)
 Allows sync between SharePoint and your PC
 New version of SharePoint WorkSpace
 If you want social you need MySites
 Provides a central location where service administrators configure and
administer the following features:
 User profiles – contain detailed information about people in an
organization. A user profile organizes and displays all of the properties
related to each user, together with social tags, documents, and other
items related to that user.
 Profile synchronization – provides a reliable way to synchronize
groups and user profile information that is stored in the SharePoint
Server 2013 profile database together with information that is stored in
directory services across the enterprise.
 Enables translation for pages and documents
 Documents: docx, doc, docm, dotx, dotm, dot, rtf
 Pages: html, htm, aspx, xhtml, xhtm
 Other: txt, xlf
 Out of the box uses Microsoft Translator
 Mostly utilized through development API’s
 Requires Server to Server authentication and app
authentication
 Translation also works in Word Web Application
 Service Application Dependencies
 App Management
 Subscription
 User Profile
 Word Web App Example
 App Catalog site per web application
 Publish “acceptable” apps
 Manage App Request
 Internet Facing Apps
 Web Application feature
 Requires routable internet DNS
 Task Aggregation
 View and track to-dos and tasks
 Can be aggregated from Exchange, Project Server and SharePoint
 Tasks can be cached on users MySite
 Requirements
 Search Application
 User profile service application
Mohan Arumugam
Technologies Specialist
E-mail : moohanan@gmail.com
Phone : +91 99406 53876
Profile
Thank You

More Related Content

Recently uploaded

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
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
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
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
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
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
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
 
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
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
[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
 

Recently uploaded (20)

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
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
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
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
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
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
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
 
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
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
[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
 

Featured

Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTExpeed Software
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsPixeldarts
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
 

Featured (20)

Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 

SharePoint 2013 - What’s New? What's Changed ??

  • 1.
  • 2. Consultant Certification Mohan Arumugam Technologies Specialist E-mail : moohanan@gmail.com Phone : +91 99406 53876 Profile Blogger Trainer Who Am I ?
  • 3. • Topologies • Architecture Changes-New • Distributed Cache • Shredded Storage • App Model / SharePoint Store • Request Management • License Mapping • Architecture Changes - Changed • Office Web Apps • Workflow • Search • Security • Features • Web Content Management (WCM) • Machine Translation • App Management / Subscription Service • Work Management
  • 4. hanges Things only get more complex
  • 5.
  • 6.  SharePoint 2010  Medium Farm  High Load Services  Search Client SharePoint Server 2010 SharePoint Farm SPWFE01 CPU: 2 Cores RAM: 8GB SQL Server 2008 R2 SPSQL SPSQL01 CPU: 4 Cores RAM: 16 GB SPSQL01 CPU: 4 Cores RAM: 16 GB SPPAP01 CPU: 2 Cores RAM: 8 GB SPWFE01 CPU: 2 Cores RAM: 8GB
  • 7.  SharePoint 2013  Medium Farm  High Load Services  Distributed Cache  Search SharePoint Server 2013 SharePoint Farm SPWFE01 CPU: 4 Cores RAM: 12 GB SPAPP01 CPU: 4 Cores RAM: 24 GB SPAPP02 CPU: 4 Cores RAM: 24 GB WOPI01 Office Web Applications 2013 Shared OWA Farm WOPI02 Client Load Balancer SQL Server 2008 R2 SPSQL SPSQL01 CPU: 8 Cores RAM: 16 GB SPSQL02 CPU: 8 Cores RAM: 16 GB Search Architecture Query Processing Replica ReplicaIndex partition 0 Administration Content Processing Query Processing AnalyticsCrawl SPWFE02 CPU: 4 Cores RAM: 12 GB
  • 8.  SharePoint 2013  Medium-er Farm  High Load Services  Distributed Cache  Search SharePoint Server 2013 SharePoint Farm SPWFE01 CPU: 4 Cores RAM: 12 GB SPAPP01 CPU: 8 Cores RAM: 24 GB SPAPP02 CPU: 8 Cores RAM: 24 GB SPAPP03 CPU: 8 Cores RAM: 24 GB WOPI01 Office Web Applications 2013 Shared OWA Farm WOPI02 Client Load Balancer SQL Server 2008 R2 SPSQL SPSQL03 CPU: 8 Cores RAM: 16 GB SPSQL04 CPU: 8 Cores RAM: 16 GB Search Architecture Query Processing Query Processing Replica Replica Index partition 0 ReplicaReplicaIndex partition 1 Administration Content Processing Crawl Crawl Analytics SPWFE02 CPU: 4 Cores RAM: 12 GB SQL Server 2008 R2 SPSearchSQL SPSQL01 CPU: 8 Cores RAM: 16 GB SPSQL02 CPU: 8 Cores RAM: 16 GB
  • 9.
  • 10.  What’s New  Shredded Storage  Distributed Cache  Request Management  License Mapping  App Model / SharePoint Store  What’s Changed  Office Web Apps  Workflow  Search  Security
  • 11.  What is it?  Stores changes instead of entire new version  Does it help me?  Yes (in a lot of scenarios)  Database growth should be slower than in 2010  Improved I/O  What else should I know about it?  Works best with OpenXML Office docs  Documents are not shredded on upgrade
  • 12.  What is it?  Stores various types of information in memory  Does it help me?  Claim token caching  Social Feature Caching  What else should I know about it?  Adjust your memory considerations  Do NOT use dynamic memory  During install assigns 10% of total physical memory  Update-SPDistributedCacheSize –CacheSizeInMB <CacheSize>  When “stopping” service use Graceful shutdown  Stop-SPDistributedCacheServiceInstance –Graceful  Remove-SPDistributedCacheServiceInstance
  • 13.  What is it?  enables administrators to manage the routing and throttling of incoming requests  Does it help me?  It can in certain scenarios  Most admins will not use  What else should I know about it?  Does not replace your load balancer  Managed through PowerShell
  • 14.  What is it?  Enables admins to map licenses to users associated with AD Groups  Does it help me?  Yes - buy CALs for what your users are using  Mixing CALs in a farm is fully supported  What else should I know about it?  Managed through PowerShell (have you figured out you need PowerShell yet?)
  • 15.  PowerShell cmdlets  Add-SPUserLicenseMapping  Disable-SPUserLicensing  Enable-SPUserLicensing  Get-SPUserLicense  Get-SPUserLicenseMapping  Get-SPUserLicensing  New-SPUserLicenseMapping  Remove-SPUserLicenseMapping
  • 16.  Feature Categories  Unlicensed  Standard  Enterprise  Project  WACEdit (Office Web Apps) Enable-SPUserLicensing $lm = New-SPUserLicenseMapping -SecurityGroup "CORPEnterprise Client Access License" -License Enterprise Add-SPUserLicenseMapping -Mapping $lm
  • 17.  What is it?  New development model for “customizations”  Heavy use of the client side object model  Does it help me?  If you don’t want server side code – YES  If you want server side code – NO  What else should I know about it?  Need wildcard DNS A (HOST) record for app domain  companyapps.com  Wildcard SSL Certificate  Use SSL otherwise OAuth tokens unsecured  SharePoint Store  App Requests  Enabled or Not
  • 18.  What else should I know about it?  App Catalog (Special site collection) used for managing approved apps  App Licensing  No explicit setting prevents site owners from purchasing apps, use App Request process  URL Structure  https://<prefix>-<appID>.<appdomain>  Example: https://hrapp-4a9cce52782633.companyapps.com  Related Service Applications  Subscription Settings  App Management  User Profile Service (High Trust Apps)
  • 19.
  • 20.  What is it?  Allows for viewing and editing Office documents in browser  Does it help me?  Yes - eliminates need to open client application  Yes - allows for co-authoring  Yes - preview capabilities
  • 21.  What else should I know about it ?  Separate product now  Needs its own server( No really, it does...)  Read-only is free  SSL Certificate (Wildcard Certificates NOT supported)
  • 22.  What is it?  Enables new workflow actions / conditions  Does it help me?  Actions  Calling HTTP web services  Start List / Site workflow  Translation  Project Support  Conditions  “Valid” SharePoint User  Skip Project Stage  Components  Non-sequential workflows using stages  App Steps  Looping
  • 23.  What else should I know about it?  Requires SharePoint Server (Standard or Enterprise)  Requires User Profile Service Application  Separate installation  Azure Workflow Manager  Azure Workflow Client  Can be installed ON or OFF of SharePoint servers  Requires routable DNS entry  Should utilize SSL for OAuth connectivity
  • 24.  What is it?  Single service instance using FAST as the base service regardless of Foundation, Standard or Enterprise  Does it help me?  Site Admins can now managed components  Result Sources (Scope Replacement)  Result Types  Query Rules  Schema (Managed Properties)  Farm Settings  Search Dictionaries  Result Sources  Query Rules  Crawl Schedules (Continuous Crawl)
  • 25.  What else should I know about it?  Search Components
  • 26.  What else should I know about it?  Search Topology can only be managed through PowerShell  Don’t forget to remove inactive topologies $searchInstance = Get-SPEnterpriseSearchServiceInstance -Local $ssa = Get-SPEnterpriseSearchServiceApplication $clone = $ssa.ActiveTopology.Clone() New-SPEnterpriseSearchAdminComponent -SearchTopology $clone -SearchServiceInstance $searchInstance New-SPEnterpriseSearchContentProcessingComponent -SearchTopology $clone -SearchServiceInstance $searchInstance New-SPEnterpriseSearchAnalyticsProcessingComponent -SearchTopology $clone -SearchServiceInstance $searchInstance New-SPEnterpriseSearchCrawlComponent -SearchTopology $clone -SearchServiceInstance $searchInstance New-SPEnterpriseSearchIndexComponent -SearchTopology $clone -SearchServiceInstance $searchInstance New-SPEnterpriseSearchQueryProcessingComponent -SearchTopology $clone -SearchServiceInstance $searchInstance $clone.Activate()
  • 27.  Claims vs. Classic  And the winner is……Claims  Claims is needed for full functionality  Switch to claims post-upgrade or before upgrade?  Post-upgrade allows for easy fallback if needed  Pre-upgrade seems cleaner and makes upgrade easier  Time will tell...  Sharing  Facebook like  Very easy to break inheritance (Is this a good thing?)
  • 28.
  • 29.  Web Content Management (WCM)  Enterprise Content Management (ECM)  Search  Access Services 2013  User Profile Service  Machine Translation  App Management / Subscription Service  Work Management
  • 30.
  • 31.  Metadata navigation  Use Term Sets to navigate your site  Clean URLs (e.g. /west/northwest/wild)  SEO Improvements  Meta Description  Keywords  SiteMap  Channels  HTML5 / CSS3  Theming
  • 32.
  • 33.  Records Management  Site based retention policies  eDiscovery improved  search and in-place hold  Drag and Drop  Browser Support  Firefox - latest version  Chrome - latest version  IE 10 desktop  IE 8 or IE 9 only if Office 2013 is installed  Team Mailbox  Adding site mailbox allows users to share communication concerning project  Requires Exchange 2013
  • 34.
  • 35.  Terminology  Result Sources (Scope replacement)  Display Templates (JavaScript kills XSLT)  Search Schema (Managed / Crawled Properties)  Query Rules  Promoted Results (Best Bets, can be defined at service application)  Result Block (Group like results)  Continual Crawling  Results also include social content  All analytics controlled in Search  Search web parts have been re-written  New Content Search Web Part (Enterprise Only – NOT in Office365)  When using Office Web Applications, includes document previews  Admins can force a re-index of specific lists / libraries  Managed Properties have more power  Query, Search, Retrieve, Refine, Sort
  • 36.
  • 37.  Requires SQL 2012 and a dedicated server  Allows users to create web applications  Each App gets its own SQL Server database (not access)  databases are created with GUID in name  Access 2013 client is required to build your app  it then gets published to SharePoint  Replacement for Info Path?
  • 38.
  • 39.  Direct AD Import vs. FIM  Direct AD Import  Much faster  Single domain  Start here  Switch to FIM if you need the features  Social Feature Dependencies  News Feed  SkyDrive Pro  Has nothing to do with SkyDrive (thank you Microsoft Marketing)  Allows sync between SharePoint and your PC  New version of SharePoint WorkSpace  If you want social you need MySites
  • 40.
  • 41.  Provides a central location where service administrators configure and administer the following features:  User profiles – contain detailed information about people in an organization. A user profile organizes and displays all of the properties related to each user, together with social tags, documents, and other items related to that user.  Profile synchronization – provides a reliable way to synchronize groups and user profile information that is stored in the SharePoint Server 2013 profile database together with information that is stored in directory services across the enterprise.
  • 42.  Enables translation for pages and documents  Documents: docx, doc, docm, dotx, dotm, dot, rtf  Pages: html, htm, aspx, xhtml, xhtm  Other: txt, xlf  Out of the box uses Microsoft Translator  Mostly utilized through development API’s  Requires Server to Server authentication and app authentication  Translation also works in Word Web Application  Service Application Dependencies  App Management  Subscription  User Profile
  • 43.  Word Web App Example
  • 44.  App Catalog site per web application  Publish “acceptable” apps  Manage App Request  Internet Facing Apps  Web Application feature  Requires routable internet DNS
  • 45.  Task Aggregation  View and track to-dos and tasks  Can be aggregated from Exchange, Project Server and SharePoint  Tasks can be cached on users MySite  Requirements  Search Application  User profile service application
  • 46.
  • 47. Mohan Arumugam Technologies Specialist E-mail : moohanan@gmail.com Phone : +91 99406 53876 Profile Thank You

Editor's Notes

  1. Presenter: Mohan
  2. Presenter: Mohan
  3. Presenter: Mohan
  4. Presenter: Mohan
  5. Presenter: Mohan
  6. Presenter: Mohan
  7. Presenter: Mohan
  8. Presenter: Mohan
  9. Presenter: Mohan
  10. Presenter: Mohan
  11. Presenter: Mohan
  12. Presenter: Mohan
  13. Presenter: Mohan
  14. Presenter: Mohan
  15. Presenter: Mohan
  16. Presenter: Mohan
  17. Presenter: Mohan
  18. Presenter: Mohan
  19. Presenter: Brian
  20. Presenter: Mohan
  21. Presenter: Mohan
  22. Presenter: Mohan
  23. Presenter: Mohan
  24. Presenter: Mohan
  25. Presenter: Mohan
  26. Presenter: Mohan
  27. Presenter: Mohan
  28. Show document searchShow people searchShow social searchShow video search
  29. Presenter: Mohan
  30. Presenter: Mohan
  31. Presenter: Mohan
  32. Presenter: Mohan
  33. Presenter: Mohan
  34. Presenter: Mohan
  35. Presenter: Mohan
  36. Presenter: Mohan
  37. Presenter: Mohan
  38. Presenter: Mohan
  39. Presenter: Mohan
  40. Presenter: Mohan
  41. Thank YOu