SlideShare a Scribd company logo
1 of 35
Intranet Case Studies




                        By Michael Doyle
Who is Michael Doyle?
• Senior Architect at Waggener Edstrom
• SharePointNinja on twitter
• Author for MS Press
• Blogger on AIIM
• Can be emailed at doyle@techelixir.com
• Web site is www.sharepointninja.com
What is an Intranet anyway

Literally - Any network that cannot be accessed directly
from the internet

Specifically – A set of web sites designed to provide
information to users to help them perform their duties
• Example
Fixed
Width
        versus
 Non Fixed
 Width
Branding
–A little goes a long way
–The last twenty percent will take
 much, much longer than you expect
–Try themes to get you started
–Pretty is important
Feature Stories
• Keep them coming back
Personalize Content
Navigation issues

• One click is still the goal
• Consistent navigation is desirable but hard to
  achieve
• Popular items (my sites, search, tagging) need
  to be easy to get to and in familiar places
• Easy access to the home page
Consistent Navigation Issues
– Each Site Collection has its own navigation
– Can use custom providers such as XML Files, Web
  Services, or Databases
– SharePoint interface to manage navigation is easy
  to use but limited (per site collection and two
  levels)
– Writing your own is pretty straight forward with
  lots of examples online
Mega Menu
Security Guidelines
– Security Groups in SharePoint Groups
– Minimize the number of groups
– Security is a means to an end. Don’t over do
  it.
– Third party products can definitely help to
  manage security.
Search Integration

– Except for rare cases, search should be part
  of every page.
– All encompassing search at top, specific
  search in main content area.
– Extend search to other parts of network and
  use facets to refine
Best Bets – low hanging fruit
FAST Search
–Major investment in server hardware
 and people resources
–Virtually unlimited in scalability
–Just dropping in a FAST Server does not
 provide that much functionality (noted
 exception is the visual preview)
Search is a garden. It needs tending to produce
results.
- Monitor crawl times
- Tag, tag, tag
- Delete unwanted content (weed it out)
- Adjust results on what people are searching
  on. (Search Service Application: Search
  Administration -> Web Analytics Reports
Managed Metadata
– Open vs Closed
– Some is better than none
– Pick a central hub location and consume
  the metadata from other locations
– Managing metadata requires resources
– Greatly increases find ability
Managing Metadata
InfoPath Forms
– Best bang for the buck of any service
– InfoPath Web forms saves time and
  money
– Client not required
– Worth the cost of the Enterprise edition
– Don’t program if you don’t have to
Site Maps
My Site Customization

– Lots of work
– Politically charged
– Powerful momentum from social
  networking
– Less is definitely more
– 2007, 2010, and 2013 are all vastly different
  in their look and feel
My Site Example
Profile Replication

        US




Asia           Europe
Replication Information
– Part of SharePoint Administration kit
– Overview at http://technet.microsoft.com/en-
  us/library/cc663011.aspx
– PowerShell interface
– Remember the DoSocialReplication option
– Based on audiences and trusted My Sites
Consuming the User Profile
– Can be a little tricky to set up
                      Service
– Issues with creating My Site Hosts
– Connect to Metadata service as well
– Blog post
  http://www.sharepointninja.com/Blog/Lists/Posts
  /Post.aspx?List=1b1adaf0%2Dd914%2D4578%2D9
  613%2Df33ce22c41fe&ID=44
Storage
– Upgrade to SP1 (or SP2) now to get
  Storman.aspx if using SP2010
Content Databases

– Size should be guided by disaster recovery
  guidelines
– General rule of thumb is still below 200 gig
– New technology can make content
  databases in the terabyte size
– BLOB storage. Really make sure you can
  recover these files.
Language Packs


• Download at
  http://www.microsoft.com/download/en/det
  ails.aspx?displaylang=en&id=3411

• Service Pack 1
  http://www.microsoft.com/download/en/det
  ails.aspx?displaylang=en&id=26629
Simplified Chinese Example
Intranet Example
Top Searches
Build Your Own Top Search
• Create a Database Connection
• Connect to SharePoint database
• Use an account with read access
• Use the database
  WebAnalyticsServiceApplication_ReportingDB
  (followed by a GUID normally)
• Edit SQL Command
Top Search SQL
•   SELECT TOP 10 ROW_NUMBER() OVER (Order by SUM([TotalFrequency]) Desc) As
    Row, [QueryText],SUM([TotalFrequency])as Count       FROM
    [WebAnalyticsServiceApplication_ReportingDB_90199734-6932-4fe2-80b2-
    95a037354f45].[dbo].[WAQueryTextAggregationByDate]
    a, [WebAnalyticsServiceApplication_ReportingDB_90199734-6932-4fe2-80b2-
    95a037354f45].[dbo].[WAQueryText] b
    where a.[QueryTextHash] = b.[QueryTextHash] and DateId >
    CAST(CONVERT(varchar(10), DATEADD(d, -30, GETDATE()), 112) As int)
    and [ScopeNameHash] <> 0xD62E20AE0D633059C732F7A81FCDB2C7
    Group By [QueryText] Order by Count Desc
Yammer
• Now a Microsoft Product
• Acquisition too close to SP2013
  release to be included
• Expect a web part integration soon
Questions?

More Related Content

What's hot

ECS19 - Melissa Hubbard - How to be a Super Team Owner
ECS19 - Melissa Hubbard - How to be a Super Team OwnerECS19 - Melissa Hubbard - How to be a Super Team Owner
ECS19 - Melissa Hubbard - How to be a Super Team OwnerEuropean Collaboration Summit
 
Introduction to SharePoint 2013 Content Management
Introduction to SharePoint 2013 Content ManagementIntroduction to SharePoint 2013 Content Management
Introduction to SharePoint 2013 Content ManagementNetwoven Inc.
 
SharePoint 2013 Admin in the Hybrid World
SharePoint 2013 Admin in the Hybrid WorldSharePoint 2013 Admin in the Hybrid World
SharePoint 2013 Admin in the Hybrid WorldJason Himmelstein
 
SharePoint Online (365) vs SharePoint On-Premises
SharePoint Online (365) vs SharePoint On-PremisesSharePoint Online (365) vs SharePoint On-Premises
SharePoint Online (365) vs SharePoint On-PremisesLior Zamir
 
Ms. Search and Mr. Project
Ms. Search and Mr. ProjectMs. Search and Mr. Project
Ms. Search and Mr. ProjectSPC Adriatics
 
Creating an FAQ for end users, An evolution of an idea - SharePoint Saturday ...
Creating an FAQ for end users, An evolution of an idea - SharePoint Saturday ...Creating an FAQ for end users, An evolution of an idea - SharePoint Saturday ...
Creating an FAQ for end users, An evolution of an idea - SharePoint Saturday ...Paul Hunt
 
Top ten new ECM features in SharePoint 2013
Top ten new ECM features in SharePoint 2013Top ten new ECM features in SharePoint 2013
Top ten new ECM features in SharePoint 2013John F. Holliday
 
SPSNYC 2016 - Big data in SharePoint and the 5,000 Item List View Threshold
SPSNYC 2016 - Big data in SharePoint and the 5,000 Item List View ThresholdSPSNYC 2016 - Big data in SharePoint and the 5,000 Item List View Threshold
SPSNYC 2016 - Big data in SharePoint and the 5,000 Item List View ThresholdBen Steinhauser
 
ECS19 - Laura Kokkarinen - Everything you need to know about SharePoint site ...
ECS19 - Laura Kokkarinen - Everything you need to know about SharePoint site ...ECS19 - Laura Kokkarinen - Everything you need to know about SharePoint site ...
ECS19 - Laura Kokkarinen - Everything you need to know about SharePoint site ...European Collaboration Summit
 
Share Point 2010 Site Solutions – Knowledge Base
Share Point 2010 Site Solutions – Knowledge BaseShare Point 2010 Site Solutions – Knowledge Base
Share Point 2010 Site Solutions – Knowledge BasePriority SharePoint
 
Office 365 – SharePoint 2013 onprem hybrid
Office 365 – SharePoint 2013 onprem hybridOffice 365 – SharePoint 2013 onprem hybrid
Office 365 – SharePoint 2013 onprem hybridArild Aarnes
 
Handling Cross-Domain calls & authentication in SharePoint 2013
Handling Cross-Domain calls & authentication in SharePoint 2013Handling Cross-Domain calls & authentication in SharePoint 2013
Handling Cross-Domain calls & authentication in SharePoint 2013BIWUG
 
Week 1 - Interactive News Editing and Producing
Week 1 - Interactive News Editing and ProducingWeek 1 - Interactive News Editing and Producing
Week 1 - Interactive News Editing and Producingkurtgessler
 
Developing social solutions on Microsoft technologies (SP Social and Yammer)
Developing social solutions on Microsoft technologies (SP Social and Yammer)Developing social solutions on Microsoft technologies (SP Social and Yammer)
Developing social solutions on Microsoft technologies (SP Social and Yammer)SPC Adriatics
 
ECS19 - Rodrigo Pinto - Migrating to Teams, real cases and scenarios
ECS19 - Rodrigo Pinto - Migrating to Teams, real cases and scenariosECS19 - Rodrigo Pinto - Migrating to Teams, real cases and scenarios
ECS19 - Rodrigo Pinto - Migrating to Teams, real cases and scenariosEuropean Collaboration Summit
 
SPCAdriatics - Search Administration and Troubleshooting in SharePoint 2013
SPCAdriatics - Search Administration and Troubleshooting in SharePoint 2013SPCAdriatics - Search Administration and Troubleshooting in SharePoint 2013
SPCAdriatics - Search Administration and Troubleshooting in SharePoint 2013Agnes Molnar
 

What's hot (20)

ECS19 - Melissa Hubbard - How to be a Super Team Owner
ECS19 - Melissa Hubbard - How to be a Super Team OwnerECS19 - Melissa Hubbard - How to be a Super Team Owner
ECS19 - Melissa Hubbard - How to be a Super Team Owner
 
Introduction to SharePoint 2013 Content Management
Introduction to SharePoint 2013 Content ManagementIntroduction to SharePoint 2013 Content Management
Introduction to SharePoint 2013 Content Management
 
SharePoint 2013 Admin in the Hybrid World
SharePoint 2013 Admin in the Hybrid WorldSharePoint 2013 Admin in the Hybrid World
SharePoint 2013 Admin in the Hybrid World
 
Search Server 2010
Search Server 2010Search Server 2010
Search Server 2010
 
SharePoint Online (365) vs SharePoint On-Premises
SharePoint Online (365) vs SharePoint On-PremisesSharePoint Online (365) vs SharePoint On-Premises
SharePoint Online (365) vs SharePoint On-Premises
 
Ms. Search and Mr. Project
Ms. Search and Mr. ProjectMs. Search and Mr. Project
Ms. Search and Mr. Project
 
Creating an FAQ for end users, An evolution of an idea - SharePoint Saturday ...
Creating an FAQ for end users, An evolution of an idea - SharePoint Saturday ...Creating an FAQ for end users, An evolution of an idea - SharePoint Saturday ...
Creating an FAQ for end users, An evolution of an idea - SharePoint Saturday ...
 
Top ten new ECM features in SharePoint 2013
Top ten new ECM features in SharePoint 2013Top ten new ECM features in SharePoint 2013
Top ten new ECM features in SharePoint 2013
 
SPSNYC 2016 - Big data in SharePoint and the 5,000 Item List View Threshold
SPSNYC 2016 - Big data in SharePoint and the 5,000 Item List View ThresholdSPSNYC 2016 - Big data in SharePoint and the 5,000 Item List View Threshold
SPSNYC 2016 - Big data in SharePoint and the 5,000 Item List View Threshold
 
ECS19 - Laura Kokkarinen - Everything you need to know about SharePoint site ...
ECS19 - Laura Kokkarinen - Everything you need to know about SharePoint site ...ECS19 - Laura Kokkarinen - Everything you need to know about SharePoint site ...
ECS19 - Laura Kokkarinen - Everything you need to know about SharePoint site ...
 
Share Point 2010 Site Solutions – Knowledge Base
Share Point 2010 Site Solutions – Knowledge BaseShare Point 2010 Site Solutions – Knowledge Base
Share Point 2010 Site Solutions – Knowledge Base
 
Office 365 – SharePoint 2013 onprem hybrid
Office 365 – SharePoint 2013 onprem hybridOffice 365 – SharePoint 2013 onprem hybrid
Office 365 – SharePoint 2013 onprem hybrid
 
Handling Cross-Domain calls & authentication in SharePoint 2013
Handling Cross-Domain calls & authentication in SharePoint 2013Handling Cross-Domain calls & authentication in SharePoint 2013
Handling Cross-Domain calls & authentication in SharePoint 2013
 
Week 1 - Interactive News Editing and Producing
Week 1 - Interactive News Editing and ProducingWeek 1 - Interactive News Editing and Producing
Week 1 - Interactive News Editing and Producing
 
Developing social solutions on Microsoft technologies (SP Social and Yammer)
Developing social solutions on Microsoft technologies (SP Social and Yammer)Developing social solutions on Microsoft technologies (SP Social and Yammer)
Developing social solutions on Microsoft technologies (SP Social and Yammer)
 
A Career in SharePoint
A Career in SharePointA Career in SharePoint
A Career in SharePoint
 
Geek basics
Geek basicsGeek basics
Geek basics
 
ECS19 - Rodrigo Pinto - Migrating to Teams, real cases and scenarios
ECS19 - Rodrigo Pinto - Migrating to Teams, real cases and scenariosECS19 - Rodrigo Pinto - Migrating to Teams, real cases and scenarios
ECS19 - Rodrigo Pinto - Migrating to Teams, real cases and scenarios
 
SPCAdriatics - Search Administration and Troubleshooting in SharePoint 2013
SPCAdriatics - Search Administration and Troubleshooting in SharePoint 2013SPCAdriatics - Search Administration and Troubleshooting in SharePoint 2013
SPCAdriatics - Search Administration and Troubleshooting in SharePoint 2013
 
Webinar: The Slippery Slope of Migrating to SharePoint Online or On-Premise
Webinar: The Slippery Slope of Migrating to SharePoint Online or On-PremiseWebinar: The Slippery Slope of Migrating to SharePoint Online or On-Premise
Webinar: The Slippery Slope of Migrating to SharePoint Online or On-Premise
 

Similar to Intranet Case Studies - HNL SPS

SharePoint Palooza 2010 - Allyis showcase
SharePoint Palooza 2010 - Allyis showcaseSharePoint Palooza 2010 - Allyis showcase
SharePoint Palooza 2010 - Allyis showcaseAllyis
 
Planning Your Migration to SharePoint Online #SPBiz60
Planning Your Migration to SharePoint Online #SPBiz60Planning Your Migration to SharePoint Online #SPBiz60
Planning Your Migration to SharePoint Online #SPBiz60Christian Buckley
 
Search Engine Optimization (Seo) for Developers
Search Engine Optimization (Seo) for DevelopersSearch Engine Optimization (Seo) for Developers
Search Engine Optimization (Seo) for DevelopersMatthew Robinson
 
Best Practices to SharePoint Architecture Fundamentals NZ & AUS
Best Practices to SharePoint Architecture Fundamentals NZ & AUSBest Practices to SharePoint Architecture Fundamentals NZ & AUS
Best Practices to SharePoint Architecture Fundamentals NZ & AUSguest7c2e070
 
Absolute Beginners Guide to Drupal
Absolute Beginners Guide to DrupalAbsolute Beginners Guide to Drupal
Absolute Beginners Guide to DrupalRod Martin
 
Solve Todays Problems with 10 New SharePoint 2010 Features
Solve Todays Problems with 10 New SharePoint 2010 FeaturesSolve Todays Problems with 10 New SharePoint 2010 Features
Solve Todays Problems with 10 New SharePoint 2010 FeaturesCory Peters
 
Mct Summit 2013 Why SharePoint 2013
Mct Summit 2013   Why SharePoint 2013Mct Summit 2013   Why SharePoint 2013
Mct Summit 2013 Why SharePoint 2013Chris Givens
 
Your collaboration should be wide not deep
Your collaboration should be wide not deepYour collaboration should be wide not deep
Your collaboration should be wide not deepRobert Crane
 
SPSDenver - Wrapping Your Head Around the SharePoint Beast
SPSDenver - Wrapping Your Head Around the SharePoint BeastSPSDenver - Wrapping Your Head Around the SharePoint Beast
SPSDenver - Wrapping Your Head Around the SharePoint BeastMark Rackley
 
SharePoint Advanced Administration with Joel Oleson, Shane Young and Mike Watson
SharePoint Advanced Administration with Joel Oleson, Shane Young and Mike WatsonSharePoint Advanced Administration with Joel Oleson, Shane Young and Mike Watson
SharePoint Advanced Administration with Joel Oleson, Shane Young and Mike WatsonJoel Oleson
 
5 Common Mistakes You are Making on your Website
 5 Common Mistakes You are Making on your Website 5 Common Mistakes You are Making on your Website
5 Common Mistakes You are Making on your WebsiteAcquia
 
Tridion Content Broker - how and why we are using it at the RSPB (2007)
Tridion Content Broker - how and why we are using it at the RSPB (2007)Tridion Content Broker - how and why we are using it at the RSPB (2007)
Tridion Content Broker - how and why we are using it at the RSPB (2007)Graham Bird
 
What Makes Migrating to the Cloud Different Than On-Premises
What Makes Migrating to the Cloud Different Than On-PremisesWhat Makes Migrating to the Cloud Different Than On-Premises
What Makes Migrating to the Cloud Different Than On-PremisesChristian Buckley
 
Introduction and What’s new in SharePoint 2013
Introduction and What’s new in SharePoint 2013Introduction and What’s new in SharePoint 2013
Introduction and What’s new in SharePoint 2013MJ Ferdous
 
How_To_Soup_Up_Your_Farm
How_To_Soup_Up_Your_FarmHow_To_Soup_Up_Your_Farm
How_To_Soup_Up_Your_FarmNigel Price
 
September 2022 CIAOPS Need to Know Webinar
September 2022 CIAOPS Need to Know WebinarSeptember 2022 CIAOPS Need to Know Webinar
September 2022 CIAOPS Need to Know WebinarRobert Crane
 
SharePoint User Group Meeting- SharePoint 2013 Search
SharePoint User Group Meeting- SharePoint 2013 SearchSharePoint User Group Meeting- SharePoint 2013 Search
SharePoint User Group Meeting- SharePoint 2013 SearchC/D/H Technology Consultants
 

Similar to Intranet Case Studies - HNL SPS (20)

SharePoint Palooza 2010 - Allyis showcase
SharePoint Palooza 2010 - Allyis showcaseSharePoint Palooza 2010 - Allyis showcase
SharePoint Palooza 2010 - Allyis showcase
 
Real world rm in share point 2013
Real world rm in share point 2013Real world rm in share point 2013
Real world rm in share point 2013
 
Planning Your Migration to SharePoint Online #SPBiz60
Planning Your Migration to SharePoint Online #SPBiz60Planning Your Migration to SharePoint Online #SPBiz60
Planning Your Migration to SharePoint Online #SPBiz60
 
Search Engine Optimization (Seo) for Developers
Search Engine Optimization (Seo) for DevelopersSearch Engine Optimization (Seo) for Developers
Search Engine Optimization (Seo) for Developers
 
Best Practices to SharePoint Architecture Fundamentals NZ & AUS
Best Practices to SharePoint Architecture Fundamentals NZ & AUSBest Practices to SharePoint Architecture Fundamentals NZ & AUS
Best Practices to SharePoint Architecture Fundamentals NZ & AUS
 
Absolute Beginners Guide to Drupal
Absolute Beginners Guide to DrupalAbsolute Beginners Guide to Drupal
Absolute Beginners Guide to Drupal
 
Solve Todays Problems with 10 New SharePoint 2010 Features
Solve Todays Problems with 10 New SharePoint 2010 FeaturesSolve Todays Problems with 10 New SharePoint 2010 Features
Solve Todays Problems with 10 New SharePoint 2010 Features
 
L19 Application Architecture
L19 Application ArchitectureL19 Application Architecture
L19 Application Architecture
 
Mct Summit 2013 Why SharePoint 2013
Mct Summit 2013   Why SharePoint 2013Mct Summit 2013   Why SharePoint 2013
Mct Summit 2013 Why SharePoint 2013
 
Your collaboration should be wide not deep
Your collaboration should be wide not deepYour collaboration should be wide not deep
Your collaboration should be wide not deep
 
SPSDenver - Wrapping Your Head Around the SharePoint Beast
SPSDenver - Wrapping Your Head Around the SharePoint BeastSPSDenver - Wrapping Your Head Around the SharePoint Beast
SPSDenver - Wrapping Your Head Around the SharePoint Beast
 
SharePoint Advanced Administration with Joel Oleson, Shane Young and Mike Watson
SharePoint Advanced Administration with Joel Oleson, Shane Young and Mike WatsonSharePoint Advanced Administration with Joel Oleson, Shane Young and Mike Watson
SharePoint Advanced Administration with Joel Oleson, Shane Young and Mike Watson
 
5 Common Mistakes You are Making on your Website
 5 Common Mistakes You are Making on your Website 5 Common Mistakes You are Making on your Website
5 Common Mistakes You are Making on your Website
 
Tridion Content Broker - how and why we are using it at the RSPB (2007)
Tridion Content Broker - how and why we are using it at the RSPB (2007)Tridion Content Broker - how and why we are using it at the RSPB (2007)
Tridion Content Broker - how and why we are using it at the RSPB (2007)
 
Web Performance Optimization (WPO)
Web Performance Optimization (WPO)Web Performance Optimization (WPO)
Web Performance Optimization (WPO)
 
What Makes Migrating to the Cloud Different Than On-Premises
What Makes Migrating to the Cloud Different Than On-PremisesWhat Makes Migrating to the Cloud Different Than On-Premises
What Makes Migrating to the Cloud Different Than On-Premises
 
Introduction and What’s new in SharePoint 2013
Introduction and What’s new in SharePoint 2013Introduction and What’s new in SharePoint 2013
Introduction and What’s new in SharePoint 2013
 
How_To_Soup_Up_Your_Farm
How_To_Soup_Up_Your_FarmHow_To_Soup_Up_Your_Farm
How_To_Soup_Up_Your_Farm
 
September 2022 CIAOPS Need to Know Webinar
September 2022 CIAOPS Need to Know WebinarSeptember 2022 CIAOPS Need to Know Webinar
September 2022 CIAOPS Need to Know Webinar
 
SharePoint User Group Meeting- SharePoint 2013 Search
SharePoint User Group Meeting- SharePoint 2013 SearchSharePoint User Group Meeting- SharePoint 2013 Search
SharePoint User Group Meeting- SharePoint 2013 Search
 

Intranet Case Studies - HNL SPS

  • 1. Intranet Case Studies By Michael Doyle
  • 2. Who is Michael Doyle? • Senior Architect at Waggener Edstrom • SharePointNinja on twitter • Author for MS Press • Blogger on AIIM • Can be emailed at doyle@techelixir.com • Web site is www.sharepointninja.com
  • 3. What is an Intranet anyway Literally - Any network that cannot be accessed directly from the internet Specifically – A set of web sites designed to provide information to users to help them perform their duties
  • 5. Fixed Width versus Non Fixed Width
  • 6. Branding –A little goes a long way –The last twenty percent will take much, much longer than you expect –Try themes to get you started –Pretty is important
  • 7. Feature Stories • Keep them coming back
  • 9. Navigation issues • One click is still the goal • Consistent navigation is desirable but hard to achieve • Popular items (my sites, search, tagging) need to be easy to get to and in familiar places • Easy access to the home page
  • 10. Consistent Navigation Issues – Each Site Collection has its own navigation – Can use custom providers such as XML Files, Web Services, or Databases – SharePoint interface to manage navigation is easy to use but limited (per site collection and two levels) – Writing your own is pretty straight forward with lots of examples online
  • 12. Security Guidelines – Security Groups in SharePoint Groups – Minimize the number of groups – Security is a means to an end. Don’t over do it. – Third party products can definitely help to manage security.
  • 13. Search Integration – Except for rare cases, search should be part of every page. – All encompassing search at top, specific search in main content area. – Extend search to other parts of network and use facets to refine
  • 14. Best Bets – low hanging fruit
  • 15. FAST Search –Major investment in server hardware and people resources –Virtually unlimited in scalability –Just dropping in a FAST Server does not provide that much functionality (noted exception is the visual preview)
  • 16. Search is a garden. It needs tending to produce results. - Monitor crawl times - Tag, tag, tag - Delete unwanted content (weed it out) - Adjust results on what people are searching on. (Search Service Application: Search Administration -> Web Analytics Reports
  • 17. Managed Metadata – Open vs Closed – Some is better than none – Pick a central hub location and consume the metadata from other locations – Managing metadata requires resources – Greatly increases find ability
  • 19. InfoPath Forms – Best bang for the buck of any service – InfoPath Web forms saves time and money – Client not required – Worth the cost of the Enterprise edition – Don’t program if you don’t have to
  • 21. My Site Customization – Lots of work – Politically charged – Powerful momentum from social networking – Less is definitely more – 2007, 2010, and 2013 are all vastly different in their look and feel
  • 23. Profile Replication US Asia Europe
  • 24. Replication Information – Part of SharePoint Administration kit – Overview at http://technet.microsoft.com/en- us/library/cc663011.aspx – PowerShell interface – Remember the DoSocialReplication option – Based on audiences and trusted My Sites
  • 25. Consuming the User Profile – Can be a little tricky to set up Service – Issues with creating My Site Hosts – Connect to Metadata service as well – Blog post http://www.sharepointninja.com/Blog/Lists/Posts /Post.aspx?List=1b1adaf0%2Dd914%2D4578%2D9 613%2Df33ce22c41fe&ID=44
  • 26. Storage – Upgrade to SP1 (or SP2) now to get Storman.aspx if using SP2010
  • 27. Content Databases – Size should be guided by disaster recovery guidelines – General rule of thumb is still below 200 gig – New technology can make content databases in the terabyte size – BLOB storage. Really make sure you can recover these files.
  • 28. Language Packs • Download at http://www.microsoft.com/download/en/det ails.aspx?displaylang=en&id=3411 • Service Pack 1 http://www.microsoft.com/download/en/det ails.aspx?displaylang=en&id=26629
  • 32. Build Your Own Top Search • Create a Database Connection • Connect to SharePoint database • Use an account with read access • Use the database WebAnalyticsServiceApplication_ReportingDB (followed by a GUID normally) • Edit SQL Command
  • 33. Top Search SQL • SELECT TOP 10 ROW_NUMBER() OVER (Order by SUM([TotalFrequency]) Desc) As Row, [QueryText],SUM([TotalFrequency])as Count FROM [WebAnalyticsServiceApplication_ReportingDB_90199734-6932-4fe2-80b2- 95a037354f45].[dbo].[WAQueryTextAggregationByDate] a, [WebAnalyticsServiceApplication_ReportingDB_90199734-6932-4fe2-80b2- 95a037354f45].[dbo].[WAQueryText] b where a.[QueryTextHash] = b.[QueryTextHash] and DateId > CAST(CONVERT(varchar(10), DATEADD(d, -30, GETDATE()), 112) As int) and [ScopeNameHash] <> 0xD62E20AE0D633059C732F7A81FCDB2C7 Group By [QueryText] Order by Count Desc
  • 34. Yammer • Now a Microsoft Product • Acquisition too close to SP2013 release to be included • Expect a web part integration soon

Editor's Notes

  1. Introduction slide