Skip to main content

Notes from Sydney SPUG session

Took some notes today @ Sydney #SPUG session "SharePoint 2013 -Technical Overview" facilitated by Aaron Saikovski from Microsoft:


Took some notes today @ Sydney #SPUG session "SharePoint 2013 -Technical Overview" facilitated by Aaron Saikovski from Microsoft:

1. Search is big in SharePoint 2013 + Exchange 2013

2. Managing risks

  • Central policies 
  • Audit policies 
  • RMS encryption 
  • Info protection and prevention policies 
  • Secure configuration for published environments 
  • Protect and preserve 


3. Manage costs

  • Adaptive cross-premise environments with public and private clouds 
  • Comprehensive I/O performance across disk & data 
  • Storage optimization with Shredded Storage 
  • Application aware routing and management ñ max availability and protects from attack 
  • Unprecedented scale through Distributed Cache
  • Social and security tokens ñ claims. 
  • Rich navigation and performance reduction through Minimal Download. Reduce bandwidth. 


4. Manage time

  • Resilient and simple automation with PowerShell 3.0 
  • Option to upgrade on a site collection level. 


5. Upgrade


  • In-Place upgrade has gone. 
  • Only database attach upgrade. 


6. Service Applications


  • Services can be individually consumed by any Web Application 
  • SharePoint 2010 farms can consume: Search, User Profiles, Secure Store, BCS from 2013. 


New:

  • App Management ñ install SP apps from Office Marketplace or the App Catalog ñ user code service?
  • SharePoint Translation Services ñ simple language translations of Word, PPT, XLIFF files into HTML
  • Work Management Service ñ Task aggregation across systems like SharePoint, Exchange and Project 
  • Azure Workflow Server ñ provides externalized host using REST and OAuth to run workflows 
  • Office Web Apps ñ no longer a service application. Office Web Apps are decoupled from SharePoint and require separate server infrastructure. 
  • Web Analytics ñ no longer a service application. Now part of search role. 


7. Search


  • Has been combined into a single enterprise search platform (FAST + SP Search = Enterprise Search) 
  • Deeply integrated into the platform. Social, eDiscovery, Analytics etc. 
  • New topologies, components and features to consider 
  • Scaling and sizing guidance is currently in progress "Continuous crawling" of SharePoint sources 
  • Easier to manage and failover 
  • Keep an eye on TechNet for Upgrade guidance 


Things


  • No more Search Server Express 
  • SkyDrive Pro is an evolution of SharePoint Workspace. 
  • Users must have a My Site created in order to use all social features. 
  • Document preview from Search Results. Needs Office Web Apps. 
  • You can use any Web authoring tool to customize SharePoint pages 


Key Takeaways


  • Plan for Claims Authentication ñ Default 
  • Design for Cloud (Private/O365/Azure/Hybrid) 
  • There are MANY changes 
  • Don't be afraid to scale 
  • Refer to TechNet for guidance 
  • SharePoint 2013 is still a beta product!!

Comments

Popular posts from this blog

Setting up External Content Type for SQL Server database using SQL Server authentication - SharePoint 2010 Foundation

This post is a follow up on the issues that I have got setting up External Content Type (ECT) on SharePoint 2010 Foundation that was going to connect to remote SQL Server database for information. I cannot use my SharePoint user accounts to access SQL Server. According to the information I have discovered ECT and Business Connectivity Services are available in the SharePoint 2010 Foundation, but there are some issues if you want to use authentication methods in your external connections that are different from Windows Identity or Current User Identity. This is because there is no Secure Store Service in SharePoint 2010 Foundation which serves as an impersonation hub and is only available in SharePoint 2010 Server edition. The issues are coming from the fact that you can actually create ECT in SharePoint Designer 2010 providing just Secure Store ID and system would ask you for credentials and here you go, but when you try to use your ECT in External Lists or as a lookup columns you w...

SharePoint 2013 Development and Consulting - Laptop & Conferencing Experience with Lync

Have just jumped on a brand new SharePoint 2013 massive Intranet project and because of specific working conditions have found some items that required addressing almost immediately in order to continue the job. Maybe this will be interesting to someone else who is about to start SharePoint 2013 development to have an idea of what might be necessary. I started working with SharePoint using my own infrastructure in 2009. I used iMac with 320GB HDD and 4GB RAM running VMWare Fusion to virtualise Windows  environment ( SQL Server 2008, standalone SharePoint 2007, Visual Studio 2008, Office 2007). It was all-in-one virtual machine. A bit slow, but enough for any SharePoint work that I had at that time. For communication with colleagues and partners we used GoToMeeting . Great tool that worked (and still works) without any problems. Voice, video, screen-sharing - all worked well using built-in audio/video hardware. In 2010 I got a MacBook Pro  with 500GB HDD and 8GB ...

InfoPath 2013 Preview - URL not valid error when publishing

In InfoPath 2010 there is a problem when you try to publish a Form to a SharePoint site that doesn't have root site collection. You will get an error message "The following url is not valid". It's described here:   http://support.microsoft.com/kb/981854 The solution is to create root site collection for the Web application. Same problem is with InfoPath 2013: In my situation I didn't create the root site collection initially, but used "/sites" managed path instead for all site collections. To solve the problem with InfoPath I had to create it. Used a new site template "Project Site". Will get a chance to research that too. :)