Microsoft SharePoint Technologies Solution Architecture

Size: px
Start display at page:

Download "Microsoft SharePoint Technologies Solution Architecture"

Transcription

1 Microsoft SharePoint Technologies Solution Architecture

2 Overview Information Architecture Solution Architecture

3 Lesson 1 Introduction Key planning questions for information architecture*: What information do your users need to have and use to achieve their goals? Where is that information stored now? What is the best way to organize it? Use taxonomies to organize information Metadata taxonomy primarily for searching Navigational taxonomy primarily for browsing * Adapted from the SharePoint Products & Technologies Resource Kit, Ch. 8

4 Lesson 1 Overview Metadata Taxonomy Site Columns Content Types Managed Properties Navigational Taxonomy Logical Architecture Review Components and Architecture Models Other Planning Topics Secondary Impacts of Taxonomies Content Databases

5 Metadata Taxonomy at a Glance All Metadata Site Columns* Crawled Properties Site Columns in Content Types Managed Properties** *Site columns that are not yet used for any items are not part of crawled properties. **Managed properties can be configured without any associated crawled properties.

6 Site Columns Site Columns List A List B

7 Planning for Site Columns Site columns are column templates Updates to site columns can be propagated to the entities that use them but do so with care! Site columns should be grouped into meaningful categories Use to improve data quality and simplify data entry Planning scopes: Site collection level for intrasite search & data entry Enterprise for intersite search & enterprise data entry * Be careful about renaming OOTB site columns see KB article for details

8 Content Types Document Library Content Types

9 Planning for Content Types Content types are composed of site columns Content types are independent of file type Plan for workflows to associate business processes with specific content types Site columns should be grouped into meaningful categories Planning scopes: Site collection level for intrasite search, data entry, and business processes Enterprise for intersite search and enterprise data entry & business processes

10 DEMO Metadata Taxonomy: Site Columns & Content Types

11 Managed Properties Crawled Property Metadata associated with an item of content. Content items from different content sources have different property names for the same properties. Managed Property A single property with a one to many relationship with many crawled properties. Enables improved search and metadata control.

12 Implementing Managed Properties Managed Property Customer Managed Properties Used In: Scope definitions Advanced Search Web part Property filter query syntax author:luis Custom SQL queries Results display Crawled Property Client (SharePoint) Cust (BDC) Customer (Word)

13 DEMO Metadata Taxonomy: Managed Properties

14 Metadata Taxonomy Planning Summary Element Scope(s) Planning Questions Site Column Content Type Site Site Collection Web Application* Farm* Site Site Collection Web Application* Farm* Who is the information aimed at? What type of data do users work with? Can users already find the information they require? How do users work with content? What document types do your users deal with? What site columns have you defined for user content? How will your users locate content? Managed Property (MOSS ONLY) SSP What content sources are available to users? How does content from one source relate to content from another? Will there be a benefit to the user if you create a managed property? *Requires use of Features (Lesson 2)

15 SharePoint Containment Hierarchy Farm Servers Web Front End, Application (Index, Excel, Query, etc.), SQL Web Applications Central Admin, SSP Admin, Content (with Zones & Managed Paths, associated with SSP) Databases Content, Config, SSP, Search, SSO Site Collections Publishing, Intranet Portal, Team, Records Center, MySite, etc. Sites Wikis, Blogs, Team, Doc, Mtg, etc. Lists Doc Lib, Pages, Events, Discussions, Surveys, etc. Items Folders, Documents, List Items, Other Files, Calendar Items, Images, etc.

16 SharePoint Isolation and Scalability

17 SharePoint Intranet Information Architecture Model Corporate Business Taxonomy With Divisional Stakeholders Ad Hoc Self Service w/ Life Cycle Management Central Portal Divisional Portals Groups & Teams Projects & Workspaces Permanent Central Portal Enterprise Search Enterprise Browse Permanent Division Portals Business Process Management Division News Group Reporting & Scorecards Semi Structured Group, Team, Project Sites and Workspaces Per User Personal Sites Blogs, bios, Social networking

18 Managed Paths & Site Directories Managed Paths Wildcard Many site collections Explicit One site collection Site Directories Cross-site and site collection navigation! Ordinary Site Directories Sites list & site categories Site navigation pages Connection between site creation and sites list Ad-hoc links to sites Master Site Directory Connection between site collection creation and sites list Keep sites lists up-to-date with Site Directory Links Scan

19 Examples: Secondary Impacts of Taxonomies Metadata Taxonomy Impacts on Browsing List & Library Views Content Query Web Parts Audience Targeting Navigational Taxonomy Impacts on Search URL Matching Hyperlink text URL Depth Click distance

20 Content Database Planning Considerations Setup considerations Who will create them? Naming conventions Physical considerations Plan for software boundaries Plan for backup/restore SLAs Content-specific considerations Dedicated content DBs

21 Content Database Configuration Database Administrator (DBA) Checklist Configure the database surface area Create a database with a collation of LATIN1_General_CI_AS_KS_WS Set the database owner to be the setup user account Add the application pool account to the Users group and assign roles stsadm o extendvs url <URL> - donotcreatesite exclusivelyusentlm databaseserver <Server Name> -databasename <Database Name> -apidtype configurableid description <IIS Website Name> -apidname <Application Pool Name> -apidlogin <Domain\Username> -apidpwd <Password>

22 Lesson 2: Solution Architecture Feature Architecture Installing and Uninstalling Features Activating and Deactivating Features Site Definitions Site Templates Solutions and Deployment

23 Feature Architecture Feature Scopes Feature Scopes Dependencies Installing Feature Receivers and Uninstalling Features Installing Feature Stapling and Uninstalling Features Installing Hidden Features and Uninstalling Features

24 Installing and Uninstalling Features stsadm o installfeature filename <Feature xml path> stsadm o uninstallfeature filename <Feature xml path> -force

25 Activating and Deactivating Features stsadm o activatefeature name <Feature name> -url <site> stsadm o deactivatefeature name <Feature name> -url <site> When activating a feature via STSADM, check the logs to confirm successful deployment. See for details.

26 DEMO Feature Architecture and Deployment

27 Site Definitions Custom WEBTEMP entry <Template Name="MySiteDefinition" ID="1091"> <Configuration ID="0" Title="My Custom Site Definition" Hidden="FALSE" ImageUrl="/_layouts/images/stsprev.png" Description="A custom site for teams" DisplayCategory="Collaboration" > </Configuration> </Template>

28 DEMO Creating and deploying custom site definitions

29 Site Templates Site Definition Customization List of changes Site Template

30 DEMO Creating and deploying custom site templates

31 Solutions and Deployment Solution Features

32 Solution Deployment Cycle 1. Install (Server Administrator) 2. Deploy (Farm Administrator) 3. Synchronize (Server Administrator - optional) Used when adding or restoring servers 4. Retract (Farm Administrator) 5. Delete (Farm Administrator)

33 DEMO Solution Architecture and Deployment

34 Design Considerations Scoping Site Definitions are scoped at the Farm level only Site Templates can only be scoped at the site, web, and farm level (unless you use a feature to install them) Modifications Features can be used to customize existing sites Changes to site definitions cannot extend existing sites (though these changes may break them) Changes to site definitions may break existing site templates

35 Design Considerations (continued) Inheritance and deployment Site templates can be deleted without consequence Site definitions should not be deleted (though they can be hidden) Features can be deactivated and uninstalled Site templates can be deployed ad-hoc by site owners Some features can be activated and deactivated by site owners and site collection administrators

36 Review Information Architecture Metadata Taxonomy Navigational Taxonomy Logical Architecture Solution Architecture Features Solutions Site Definitions Site Templates

37 Recommended References Information Architecture Microsoft Office SharePoint Server 2007 Administrator s Companion, Ch. 8, by Bill English and The Microsoft SharePoint Community Experts Microsoft SharePoint Products and Technologies Resource Kit, Chapter 8, by Bill English and Microsoft SharePoint Team Information Architecture for the World Wide Web: Designing Large-Scale Web Sites by Louis Rosenfeld and Peter Morville Unlocking Knowledge Assets by Susan Conway and Char Sligar Boxes And Arrows (Information Architecture Design site): Plan for software boundaries: SharePoint Governance Checklist Guide: Solutions, Features, Site Definitions, and Site Templates WSPBuilder: WSS 3.0 Application Templates: Working with Templates and Definitions: How to increase the size of a Site Template beyond 10MB:

Who is SharePoint Joel?

Who is SharePoint Joel? Name: Title: Company: Joel Oleson Sr. Architect Quest Software Who is SharePoint Joel? 8 year SharePoint Veteran First SharePoint Admin! Sr. Technical Product Manager - SharePoint team Launch of SharePoint

More information

Getting Started with SharePoint: The Basics

Getting Started with SharePoint: The Basics Getting Started with SharePoint: The Basics A White Paper for IT Administrators AXCELER 600 Unicorn Park Drive Woburn, MA 01801 Ph: 866.499.7092 Fax: 781.287.0180 questions@axceler.com www.axceler.com

More information

SHAREPOINT ARCHITECTURE FUNDAMENTALS

SHAREPOINT ARCHITECTURE FUNDAMENTALS CHAPTER 4 SHAREPOINT ARCHITECTURE FUNDAMENTALS Whether you re a business user, manager, architect, developer, or IT pro, you ll want to understand the fundamental structure and core terminology of SharePoint

More information

Implementing and Administering an Enterprise SharePoint Environment

Implementing and Administering an Enterprise SharePoint Environment Implementing and Administering an Enterprise SharePoint Environment There are numerous planning and management issues that your team needs to address when deploying SharePoint. This process can be simplified

More information

10 Steps to Successful Deployment (NZSPC Keynote) Joel Oleson Sr. Architect Quest Software http://www.sharepointjoel.

10 Steps to Successful Deployment (NZSPC Keynote) Joel Oleson Sr. Architect Quest Software http://www.sharepointjoel. 10 Steps to Successful Deployment (NZSPC Keynote) Joel Oleson Sr. Architect Quest Software http://www.sharepointjoel.com @joeloleson Who is SharePoint Joel? 8+ Year SharePoint Veteran 5 Years in MS IT

More information

Advanced IT Pro Course for Office SharePoint Server 2007 and SharePoint Services 3.0

Advanced IT Pro Course for Office SharePoint Server 2007 and SharePoint Services 3.0 Advanced IT Pro Course for Office SharePoint Server 2007 and SharePoint Services 3.0 50047: Advanced IT Pro Course for Microsoft Office SharePoint Server 2007 and Windows SharePoint Services 3.0 (5 Days)

More information

SharePoint User Management

SharePoint User Management SharePoint User Management A Bamboo Solutions Whitepaper Contents Introduction... 1 SharePoint Architecture... 2 SharePoint User Authentication... 5 SharePoint User Management... 6 User Profile Management...

More information

Microsoft Project Server Integration with SharePoint 2010

Microsoft Project Server Integration with SharePoint 2010 Microsoft Project Server Integration with SharePoint 2010 Microsoft Project Server 2010: brings together the business collaboration platform services of SharePoint Server 2010 with structured execution

More information

Day 1 - Technology Introduction & Digital Asset Management

Day 1 - Technology Introduction & Digital Asset Management SharePoint Developers Academy 2010 Course Syllabus Introduction Day 1 - Technology Introduction & Digital Asset Management 1. Kick Start a. Participant Introductions b. Course Overview c. Training Goals

More information

EMC SourceOne for Microsoft SharePoint Storage Management Version 7.1

EMC SourceOne for Microsoft SharePoint Storage Management Version 7.1 EMC SourceOne for Microsoft SharePoint Storage Management Version 7.1 Installation Guide 302-000-227 REV 01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

Mirjam van Olst. Best Practices & Considerations for Designing Your SharePoint Logical Architecture

Mirjam van Olst. Best Practices & Considerations for Designing Your SharePoint Logical Architecture Mirjam van Olst Best Practices & Considerations for Designing Your SharePoint Logical Architecture About me http://sharepointchick.com @mirjamvanolst mirjam@outlook.com Agenda Introduction Logical Architecture

More information

Glyma Deployment Instructions

Glyma Deployment Instructions Glyma Deployment Instructions Version 0.8 Copyright 2015 Christopher Tomich and Paul Culmsee and Peter Chow Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except

More information

MS-55115: Planning, Deploying and Managing Microsoft Project Server 2013

MS-55115: Planning, Deploying and Managing Microsoft Project Server 2013 MS-55115: Planning, Deploying and Managing Microsoft Project Server 2013 Description The goal of this three-day instructor-led course is to provide students with the knowledge and skills necessary to effectively

More information

Set up My Sites (SharePoint Server

Set up My Sites (SharePoint Server 1 of 8 5/15/2011 9:14 PM Set up My Sites (SharePoint Server 2010) Published: May 12, 2010 This article describes how to set up My Sites in Microsoft SharePoint Server 2010. Like other tasks in SharePoint

More information

SharePoint Data Management and Scalability on Microsoft SQL Server

SharePoint Data Management and Scalability on Microsoft SQL Server SharePoint Data Management and Scalability on Microsoft SQL Server Kevin Kline Technical Strategy Manager for SQL Server Quest Software http://www.kevinekline.com @KEKline Contributions: Joel Oleson, Mike

More information

HOWTO: Installation of Microsoft Office SharePoint Server 2007

HOWTO: Installation of Microsoft Office SharePoint Server 2007 HOWTO: Installation of Microsoft Office SharePoint Server 2007 PREREQUISITES... 2 STEP -1: DO I NEED AN ACTIVE DIRECTORY... 2 STEP 0: INSTALL OS, INCLUDING ALL SERVICE PACKS AND PATCHES... 2 STEP 1: CREATE

More information

126 SW 148 th Street Suite C-100, #105 Seattle, WA 98166 Tel: 877-795-9372 Fax: 866-417-6192 www.seattlepro.com

126 SW 148 th Street Suite C-100, #105 Seattle, WA 98166 Tel: 877-795-9372 Fax: 866-417-6192 www.seattlepro.com SharePoint 2010 Bootcamp This five-day course is designed to equip Systems Administrators, Integrators and Developers with a strong foundation for implementing solutions on Microsoft SharePoint 2010. Attendees

More information

Saving SharePoint. Presented By: Sean McDonough Product Manager, SharePoint Products Idera

Saving SharePoint. Presented By: Sean McDonough Product Manager, SharePoint Products Idera Saving SharePoint Presented By: Sean McDonough Product Manager, SharePoint Products Idera DISASTER RECOVERY: SOMETHING EVERYBODY NEEDS, BUT NEVER WANTS TO USE What Do I Mean By Disaster? 1 Natural (hurricane,

More information

Kentico CMS 7.0 Intranet Administrator's Guide

Kentico CMS 7.0 Intranet Administrator's Guide Kentico CMS 7.0 Intranet Administrator's Guide 2 Kentico CMS 7.0 Intranet Administrator's Guide Table of Contents Introduction 5... 5 About this guide Getting started 7... 7 Installation... 11 Accessing

More information

EMC Documentum Repository Services for Microsoft SharePoint

EMC Documentum Repository Services for Microsoft SharePoint EMC Documentum Repository Services for Microsoft SharePoint Version 6.5 SP2 Installation Guide P/N 300 009 829 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com

More information

Capacity Planning for Microsoft SharePoint Technologies

Capacity Planning for Microsoft SharePoint Technologies Capacity Planning for Microsoft SharePoint Technologies Capacity Planning The process of evaluating a technology against the needs of an organization, and making an educated decision about the configuration

More information

Course 55115: Planning, Deploying and Managing Microsoft Project Server 2013

Course 55115: Planning, Deploying and Managing Microsoft Project Server 2013 CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 55115: Planning, Deploying and Managing Microsoft Project Server 2013 Length: 3 Days Audience:

More information

Cabarrus County SharePoint Governance

Cabarrus County SharePoint Governance Cabarrus County SharePoint Governance Table of Contents Table of Contents... 2 Document Control... 3 Executive Summary... 3 Strategic Goals... 3 Roles and Responsibilities... 3 Operations and Support...

More information

Managing Microsoft Office SharePoint Server Content with Hitachi Data Discovery for Microsoft SharePoint and the Hitachi NAS Platform

Managing Microsoft Office SharePoint Server Content with Hitachi Data Discovery for Microsoft SharePoint and the Hitachi NAS Platform Managing Microsoft Office SharePoint Server Content with Hitachi Data Discovery for Microsoft SharePoint and the Hitachi NAS Platform Implementation Guide By Art LaMountain and Ken Ewers February 2010

More information

Microsoft SharePoint Products & Technologies

Microsoft SharePoint Products & Technologies Tips & Tricks / SharePoint Page 1 of 2 Microsoft SharePoint Products & Technologies SharePoint Products and Technologies provide you enterprise-scale capabilities to meet businesscritical needs such as

More information

Upgrading to SharePoint 2010: A Case Study. St. Louis SharePoint Users Group February 8, 2011

Upgrading to SharePoint 2010: A Case Study. St. Louis SharePoint Users Group February 8, 2011 Upgrading to SharePoint 2010: A Case Study St. Louis SharePoint Users Group February 8, 2011 About the Brown School One of eight schools at Washington University in St. Louis Graduate programs in Social

More information

EMC Documentum Connector for Microsoft SharePoint

EMC Documentum Connector for Microsoft SharePoint EMC Documentum Connector for Microsoft SharePoint Version 7.1 Installation Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2013-2014

More information

Advanced Solutions of Microsoft SharePoint Server 2013 Course 20332A; 5 Days, Instructor-led

Advanced Solutions of Microsoft SharePoint Server 2013 Course 20332A; 5 Days, Instructor-led Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Advanced Solutions of Microsoft SharePoint Server 2013 Course 20332A; 5 Days,

More information

10174 - SharePoint 2010

10174 - SharePoint 2010 Configuring and Managing Microsoft SharePoint 2010 Introduction The course teaches students how to install, configure and administer SharePoint, and also manage and monitor sites and users by using SharePoint

More information

Deciding When to Deploy Microsoft Windows SharePoint Services and Microsoft Office SharePoint Portal Server 2003. White Paper

Deciding When to Deploy Microsoft Windows SharePoint Services and Microsoft Office SharePoint Portal Server 2003. White Paper Deciding When to Deploy Microsoft Windows SharePoint Services and Microsoft Office SharePoint Portal Server 2003 White Paper Published: October, 2003 Table of Contents Introduction 4 Relationship between

More information

10231B: Designing a Microsoft SharePoint 2010 Infrastructure

10231B: Designing a Microsoft SharePoint 2010 Infrastructure 10231B: Designing a Microsoft SharePoint 2010 Infrastructure Course Number: 10231B Course Length: 5 Days Course Overview This 5 day course teaches IT Professionals to design and deploy Microsoft SharePoint

More information

SharePoint Server 2010 Capacity Management: Software Boundaries and Limits

SharePoint Server 2010 Capacity Management: Software Boundaries and Limits SharePoint Server 2010 Capacity Management: Software Boundaries and s This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site references,

More information

UOFL SHAREPOINT ADMINISTRATORS GUIDE

UOFL SHAREPOINT ADMINISTRATORS GUIDE UOFL SHAREPOINT ADMINISTRATORS GUIDE WOW What Power! Learn how to administer a SharePoint site. [Type text] SharePoint Administrator Training Table of Contents Basics... 3 Definitions... 3 The Ribbon...

More information

Contents. Chapter 1: Introduction to SharePoint 2003 1. Chapter 2: Installing Windows SharePoint Services 21. Acknowledgments Introduction

Contents. Chapter 1: Introduction to SharePoint 2003 1. Chapter 2: Installing Windows SharePoint Services 21. Acknowledgments Introduction Acknowledgments Introduction ix xix Chapter 1: Introduction to SharePoint 2003 1 What Is SharePoint? 1 The History of SharePoint 2 The Future of SharePoint 3 Differences between WSS and SPS 4 Windows SharePoint

More information

ITMC 2079 MCTS Configuring and Administering Microsoft SharePoint 2010

ITMC 2079 MCTS Configuring and Administering Microsoft SharePoint 2010 ITMC 2079 MCTS Configuring and Administering Microsoft SharePoint 2010 Length: 48 Hours Delivery Method: Instructor-led (classroom); MOC 10174 Course Description The course teaches students how to install,

More information

SharePoint 2013 Syllabus

SharePoint 2013 Syllabus General Introduction What is IIS IIS Website & Web Application Steps to Create Multiple Website on Port 80 What is Application Pool What is AppDomain What is ISAPI Filter / Extension Web Garden & Web Farm

More information

SharePoint 2010 Performance and Capacity Planning Best Practices

SharePoint 2010 Performance and Capacity Planning Best Practices Information Technology Solutions SharePoint 2010 Performance and Capacity Planning Best Practices Eric Shupps SharePoint Server MVP About Information Me Technology Solutions SharePoint Server MVP President,

More information

How to Scale out SharePoint Server 2007 from a single server farm to a 3 server farm with Microsoft Network Load Balancing on the Web servers.

How to Scale out SharePoint Server 2007 from a single server farm to a 3 server farm with Microsoft Network Load Balancing on the Web servers. 1 How to Scale out SharePoint Server 2007 from a single server farm to a 3 server farm with Microsoft Network Load Balancing on the Web servers. Back to Basics Series By Steve Smith, MVP SharePoint Server,

More information

SHAREPOINT NEWBIES Claudia Frank, 17 January 2016

SHAREPOINT NEWBIES Claudia Frank, 17 January 2016 SHAREPOINT NEWBIES Claudia Frank, 17 January 2016 AGENDA WHAT IS SHAREPOINT? SHAREPOINT 2013 KEY FEATURES Data Connectivity Business Connectivity Services Import Data without Code User driven solutions

More information

Planning, Deploying, and Managing an Enterprise Project Management Solution

Planning, Deploying, and Managing an Enterprise Project Management Solution Planning, Deploying, and Managing an Enterprise Project Management Solution Course 2732 Five days Instructor-led Introduction The goal of this five-day, instructor-led course is to provide systems engineers

More information

Microsoft Office SharePoint Server (MOSS) 2007 Overview

Microsoft Office SharePoint Server (MOSS) 2007 Overview Microsoft Office SharePoint Server (MOSS) 2007 Overview for Technology Manager Wei Wang MOSS Technical Expert Consultant shangmeizhai@hotmail.commsiw 17.04.2010 - Seite 1 Agenda Collaboration Portal Search

More information

Scaling out a SharePoint Farm and Configuring Network Load Balancing on the Web Servers. Steve Smith Combined Knowledge MVP SharePoint Server

Scaling out a SharePoint Farm and Configuring Network Load Balancing on the Web Servers. Steve Smith Combined Knowledge MVP SharePoint Server Scaling out a SharePoint Farm and Configuring Network Load Balancing on the Web Servers Steve Smith Combined Knowledge MVP SharePoint Server Scaling out a SharePoint Farm and Configuring Network Load Balancing

More information

TABLE OF CONTENTS. Features - SharePoint Server idataagent. Page 1 of 72 OVERVIEW SYSTEM REQUIREMENTS - SHAREPOINT SERVER IDATAAGENT INSTALLATION

TABLE OF CONTENTS. Features - SharePoint Server idataagent. Page 1 of 72 OVERVIEW SYSTEM REQUIREMENTS - SHAREPOINT SERVER IDATAAGENT INSTALLATION Page 1 of 72 Features - SharePoint Server idataagent TABLE OF CONTENTS OVERVIEW SYSTEM REQUIREMENTS - SHAREPOINT SERVER IDATAAGENT INSTALLATION Install the SharePoint Server idataagent BACKUP DATA - SHAREPOINT

More information

Microsoft SharePoint Products & Technologies

Microsoft SharePoint Products & Technologies Tips & Tricks / SharePoint Page 1 of 2 Microsoft SharePoint Products & Technologies SharePoint Products and Technologies provide you enterprise-scale capabilities to meet businesscritical needs such as

More information

metaengine DataConnect For SharePoint 2007 Configuration Guide

metaengine DataConnect For SharePoint 2007 Configuration Guide metaengine DataConnect For SharePoint 2007 Configuration Guide metaengine DataConnect for SharePoint 2007 Configuration Guide (2.4) Page 1 Contents Introduction... 5 Installation and deployment... 6 Installation...

More information

Microsoft SharePoint 2010 End User Quick Reference Card

Microsoft SharePoint 2010 End User Quick Reference Card Microsoft SharePoint 2010 End User Quick Reference Card Microsoft SharePoint 2010 brings together the people, documents, information, and ideas of the University into a customizable workspace where everyone

More information

DocAve 6 Service Pack 1 Administrator

DocAve 6 Service Pack 1 Administrator DocAve 6 Service Pack 1 Administrator User Guide Revision C Issued October 2012 1 Table of Contents Table of Contents... 2 About DocAve Administrator for SharePoint... 6 Complementary Products... 6 Submitting

More information

MS 50547B Microsoft SharePoint 2010 Collection and Site Administration

MS 50547B Microsoft SharePoint 2010 Collection and Site Administration MS 50547B Microsoft SharePoint 2010 Collection and Site Administration Description: Days: 5 Prerequisites: This five-day instructor-led Site Collection and Site Administrator course gives students who

More information

Office SharePoint Server 2007

Office SharePoint Server 2007 Top 10 Benefits of WSS 3.0 Office SharePoint Server 2007 1. Improve team productivity with easy-to-use collaborative tools Connect people with the information and resources they need. Users can create

More information

Planning, Implementing and Managing a Microsoft SharePoint 2003 Infrastructure

Planning, Implementing and Managing a Microsoft SharePoint 2003 Infrastructure Planning, Implementing and Managing a Microsoft SharePoint 2003 Infrastructure Course 8036 - Three days - Instructor-led - Hands on Introduction This instructor-led course provides students with the knowledge

More information

Customer admin guide. UC Management Centre

Customer admin guide. UC Management Centre Customer admin guide UC Management Centre June 2013 Contents 1. Introduction 1.1 Logging into the UC Management Centre 1.2 Language Options 1.3 Navigating Around the UC Management Centre 4 4 5 5 2. Customers

More information

SharePoint Security. Advanced SharePoint Security Tips and Tools. Presented by: Francis Brown Stach & Liu, LLC www.stachliu.com.

SharePoint Security. Advanced SharePoint Security Tips and Tools. Presented by: Francis Brown Stach & Liu, LLC www.stachliu.com. SharePoint Security Advanced SharePoint Security Tips and Tools 05 Oct 2010 Presented by: Francis Brown Stach & Liu, LLC www.stachliu.com Agenda O V E R V I E W Brief Intro to SharePoint Overview of Major

More information

Business Portal for Microsoft Dynamics GP 2010. Field Service Suite

Business Portal for Microsoft Dynamics GP 2010. Field Service Suite Business Portal for Microsoft Dynamics GP 2010 Field Service Suite Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views

More information

Item Audit Log 2.0 User Guide

Item Audit Log 2.0 User Guide Item Audit Log 2.0 User Guide Item Audit Log 2.0 User Guide Page 1 Copyright Copyright 2008-2013 BoostSolutions Co., Ltd. All rights reserved. All materials contained in this publication are protected

More information

Designing IT Platform Collaborative Applications with Microsoft SharePoint 2003 Workshop

Designing IT Platform Collaborative Applications with Microsoft SharePoint 2003 Workshop Designing IT Platform Collaborative Applications with Microsoft SharePoint 2003 Workshop Course 8036: Two days; Instructor-led Microsoft Certified Professional Exams No Microsoft Certified Professional

More information

SumITUp. A Complete Summary for Our 70-631 Practice Test. TS: Microsoft Windows SharePoint Services 3.0, Configuring

SumITUp. A Complete Summary for Our 70-631 Practice Test. TS: Microsoft Windows SharePoint Services 3.0, Configuring SumITUp A Complete Summary for Our 70-631 Practice Test TS: Microsoft Windows SharePoint Services 3.0, Configuring SumITUp is a great summary recap of the objectives & material covered on the exam. Use

More information

DottsConnected SHAREPOINT 2010 ADMIN TRAINING. Exercise 1: Create Dedicated Service Accounts in Active Directory

DottsConnected SHAREPOINT 2010 ADMIN TRAINING. Exercise 1: Create Dedicated Service Accounts in Active Directory DottsConnected SHAREPOINT 2010 ADMIN TRAINING Module 1 - Getting started with SharePoint 2010 This introductory module introduces students to the fundamental terminology and architecture of SharePoint

More information

Microsoft Corporation. Project Server 2010 Installation Guide

Microsoft Corporation. Project Server 2010 Installation Guide Microsoft Corporation Project Server 2010 Installation Guide Office Asia Team 11/4/2010 Table of Contents 1. Prepare the Server... 2 1.1 Install KB979917 on Windows Server... 2 1.2 Creating users and groups

More information

Cascaded Lookup 5.0 User Guide

Cascaded Lookup 5.0 User Guide Cascaded Lookup 5.0 User Guide Copyright Copyright 2008-2013 BoostSolutions Co., Ltd. All rights reserved. All material contained in this publication is protected by Copyright and no part of this publication

More information

SharePoint Training DVD Videos

SharePoint Training DVD Videos SharePoint Training DVD Videos SharePoint 2013 Administration Intended for: Prerequisites: Hours: Enterprise Content Managers / Administrators Planners / Project managers None 16 hours of video + 18 hours

More information

Myriad Technologies Training 5 Day Level 200 Introduction

Myriad Technologies Training 5 Day Level 200 Introduction Myriad Technologies Training 5 Day Level 200 Introduction The course teaches students how to install, configure and administer SharePoint, and also manage and monitor sites and users by using SharePoint

More information

Introduction to Records Management in SharePoint 2013

Introduction to Records Management in SharePoint 2013 Introduction to Records Management in SharePoint 2013 Real World tips and tools to build out your SharePoint 2013 Records Management System Noorez Khamis @nkhamis http://www.khamis.net March 10 th, 2015

More information

Business Portal for Microsoft Dynamics GP 2010. User s Guide Release 5.1

Business Portal for Microsoft Dynamics GP 2010. User s Guide Release 5.1 Business Portal for Microsoft Dynamics GP 2010 User s Guide Release 5.1 Copyright Copyright 2011 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and

More information

Advanced Solutions of Microsoft SharePoint Server 2013

Advanced Solutions of Microsoft SharePoint Server 2013 Course 20332B: Advanced Solutions of Microsoft SharePoint Server 2013 Course Details Course Outline Module 1: Understanding the SharePoint Server 2013 Architecture This module introduces the architectural

More information

Integrating Business Portal 3.0 with Microsoft Office SharePoint Portal Server 2003: A Natural Fit

Integrating Business Portal 3.0 with Microsoft Office SharePoint Portal Server 2003: A Natural Fit Integrating Business Portal 3.0 with Microsoft Office SharePoint Portal Server 2003: A Natural Fit Published: December 2005 For the latest information, please see http://mbs.microsoft.com/public/gponline

More information

UF Health SharePoint 2010 Document Libraries

UF Health SharePoint 2010 Document Libraries UF Health SharePoint 2010 Document Libraries Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Last Updated 2/7/2014 SharePoint 2010 Document Libraries 1.5 Hours 1.0 Shared Network

More information

55115 - Planning, Deploying and Managing Microsoft Project Server 2013

55115 - Planning, Deploying and Managing Microsoft Project Server 2013 55115 - Planning, Deploying and Managing Microsoft Project Server 2013 Duration: 3 Days Course Price: $1,785 Software Assurance Eligible Course Description Course Overview The goal of this three-day instructor-led

More information

How to move a SharePoint Server 2007 32-bit environment to a 64-bit environment on Windows Server 2008.

How to move a SharePoint Server 2007 32-bit environment to a 64-bit environment on Windows Server 2008. 1 How to move a SharePoint Server 2007 32-bit environment to a 64-bit environment on Windows Server 2008. By & Steve Smith, MVP SharePoint Server, MCT Penny Coventry, MVP SharePoint Server, MCT Combined

More information

The knowledge of ASP.NET 2.0 is a must. Knowledge of Sharepoint Portal Server (SPS 2003) would be an added advantage.

The knowledge of ASP.NET 2.0 is a must. Knowledge of Sharepoint Portal Server (SPS 2003) would be an added advantage. Course Title : SharePoint Portal Server Development(MOSS 2010) Duration : 5 days Microsoft Office SharePoint Server 2010 is a set of integrated server platform technologies used for connecting people,

More information

Getting Started The Windows SharePoint Services Window

Getting Started The Windows SharePoint Services Window QUICK Source Microsoft Windows SharePoint Services 3.0 for Windows Server 2003 Getting Started The Windows SharePoint Services Window Browser Toolbars - allow the user to navigate in the browser. Link

More information

"Charting the Course...... to Your Success!" MOC 10174 B Configuring and Administering Microsoft SharePoint 2010. Course Summary

Charting the Course...... to Your Success! MOC 10174 B Configuring and Administering Microsoft SharePoint 2010. Course Summary Description Course Summary This five-day instructor-led course teaches students how to install, configure, and administer Microsoft SharePoint and also how to manage and monitor sites and users by using

More information

SharePoint 2013 Site Owner and Power User Boot Camp SP31; 3 Days, Instructor-led

SharePoint 2013 Site Owner and Power User Boot Camp SP31; 3 Days, Instructor-led SharePoint 2013 Site Owner and Power User Boot Camp SP31; 3 Days, Instructor-led Course Description Users that have some basic knowledge of navigating a SharePoint site will find this class the perfect

More information

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2 DocAve 6 Service Pack 1 Installation Guide Revision C Issued September 2012 1 Table of Contents About the Installation Guide... 4 Submitting Documentation Feedback to AvePoint... 4 Before You Begin...

More information

MarkLogic Server. Connector for SharePoint Administrator s Guide. MarkLogic 8 February, 2015

MarkLogic Server. Connector for SharePoint Administrator s Guide. MarkLogic 8 February, 2015 Connector for SharePoint Administrator s Guide 1 MarkLogic 8 February, 2015 Last Revised: 8.0-1, February, 2015 Copyright 2015 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents

More information

Configuring and Administrating Microsoft SharePoint 2010 (10174) HK913S

Configuring and Administrating Microsoft SharePoint 2010 (10174) HK913S HP Education Services course data sheet Configuring and Administrating Microsoft SharePoint 2010 (10174) HK913S Course Overview The course teaches students how to install, configure and administer SharePoint,

More information

Microsoft Enterprise Search for IT Professionals Course 10802A; 3 Days, Instructor-led

Microsoft Enterprise Search for IT Professionals Course 10802A; 3 Days, Instructor-led Microsoft Enterprise Search for IT Professionals Course 10802A; 3 Days, Instructor-led Course Description This three day course prepares IT Professionals to administer enterprise search solutions using

More information

Course Code NCS2013: SharePoint 2013 No-code Solutions for Office 365 and On-premises

Course Code NCS2013: SharePoint 2013 No-code Solutions for Office 365 and On-premises 4 DAYS SHAREPOINT FOR THE POWER USER AND SOLUTIONS BUILDER Course Code NCS: SharePoint No-code Solutions for Office 365 and On-premises AUDIENCE FORMAT COURSE DESCRIPTION Power Users Instructor led training

More information

Moving Exchange Message Stores and Transaction Logs to an Alternate Drive

Moving Exchange Message Stores and Transaction Logs to an Alternate Drive Moving Exchange Message Stores and Transaction Logs to an Alternate Drive Document ID: 26520 Contents Introduction Prerequisites Requirements Components Used Conventions Problem Solutions Exchange 5.5

More information

Presented by Sam Gill Innovative Solutions Inc.

Presented by Sam Gill Innovative Solutions Inc. Presented by Sam Gill Innovative Solutions Inc. ISInc Serving the business community since 1982 Technical and Desktop Training Networking and Software Consulting Partnerships ISInc Technical and Desktop

More information

SharePoint Development for.net Developers

SharePoint Development for.net Developers SharePoint Development for.net Developers About This Course Description Objectives Audience Prerequisites At least six month s experience developing solutions on the.net platform Proficiency in either

More information

A brief introduction on SharePoint

A brief introduction on SharePoint A brief introduction on SharePoint Raizel Consulting 11/09/2007 SharePoint is an enterprise information portal, from Microsoft, that can be configured to run Intranet, Extranet and Internet sites. SharePoint

More information

Microsoft Project Server 2010 Administrator's Guide

Microsoft Project Server 2010 Administrator's Guide Microsoft Project Server 2010 Administrator's Guide 1 Copyright This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site references,

More information

Data Protection for Microsoft SharePoint Portal Server 2003. Agent for Microsoft SharePoint Portal Server

Data Protection for Microsoft SharePoint Portal Server 2003. Agent for Microsoft SharePoint Portal Server WHITE PAPER Data Protection for Microsoft SharePoint Portal Server 2003 VERITAS Backup Exec TM 10 for Windows Servers Agent for Microsoft SharePoint Portal Server Applicable for Windows SharePoint Portal

More information

Coveo Platform 7.0. Microsoft SharePoint Connector Guide

Coveo Platform 7.0. Microsoft SharePoint Connector Guide Coveo Platform 7.0 Microsoft SharePoint Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing

More information

Colligo Engage Windows App 7.0. Administrator s Guide

Colligo Engage Windows App 7.0. Administrator s Guide Colligo Engage Windows App 7.0 Administrator s Guide Contents Introduction... 3 Target Audience... 3 Overview... 3 Localization... 3 SharePoint Security & Privileges... 3 System Requirements... 4 Software

More information

Intelligent Dashboards made Simple! Using Excel Services

Intelligent Dashboards made Simple! Using Excel Services Intelligent Dashboards made Simple! Using Excel Services Presented by: Asif Rehmani, SharePoint Server MVP Trainer/Solution Architect asif@sharepointsolutions.com Who am I? One of the founders of Chicago

More information

Virto Password Reset Web Part for SharePoint. Release 3.1.0. Installation and User Guide

Virto Password Reset Web Part for SharePoint. Release 3.1.0. Installation and User Guide Virto Password Reset Web Part for SharePoint Release 3.1.0 Installation and User Guide 2 Table of Contents OVERVIEW... 3 SYSTEM REQUIREMENTS... 3 OPERATING SYSTEM... 3 SERVER... 3 BROWSER... 4 INSTALLATION...

More information

SharePoint 2010 Interview Questions-Architect

SharePoint 2010 Interview Questions-Architect Basic Intro SharePoint Architecture Questions 1) What are Web Applications in SharePoint? An IIS Web site created and used by SharePoint 2010. Saying an IIS virtual server is also an acceptable answer.

More information

SharePoint Forum BETA

SharePoint Forum BETA SharePoint Forum BETA Copyright 2005 KWizCom LTD. All rights reserved. Company Headquarters P.O. Box #38514 North York, Ontario M2K 2Y5 Canada E-mail: info@kwizcom.com Web site: http://www.kwizcom.com

More information

Technical Notes. EMC NetWorker Performing Backup and Recovery of SharePoint Server by using NetWorker Module for Microsoft SQL VDI Solution

Technical Notes. EMC NetWorker Performing Backup and Recovery of SharePoint Server by using NetWorker Module for Microsoft SQL VDI Solution EMC NetWorker Performing Backup and Recovery of SharePoint Server by using NetWorker Module for Microsoft SQL VDI Solution Release number 9.0 TECHNICAL NOTES 302-001-760 REV 01 September, 2015 These technical

More information

SharePoint 2013 for End Users

SharePoint 2013 for End Users Page 1 of 8 Overview Who should attend? This SharePoint 2013 End User class is for end users working in a SharePoint 2013 environment. The course teaches SharePoint basics such as working with lists and

More information

Implementing and Administering an Enterprise SharePoint Environment

Implementing and Administering an Enterprise SharePoint Environment Implementing and Administering an Enterprise SharePoint Environment There are numerous planning and management issues that your team needs to address when deploying SharePoint. This process can be simplified

More information

Stellar Phoenix Exchange Server Backup

Stellar Phoenix Exchange Server Backup Stellar Phoenix Exchange Server Backup Version 1.0 Installation Guide Introduction This is the first release of Stellar Phoenix Exchange Server Backup tool documentation. The contents will be updated periodically

More information

SHAREPOINT 2016 POWER USER BETA. Duration: 4 days

SHAREPOINT 2016 POWER USER BETA. Duration: 4 days SHAREPOINT 2016 POWER USER BETA Duration: 4 days Overview This course delivers the complete site owner story from start to finish in an engaging and practical way to ensure you have the confidence to plan

More information

SharePoint 2010 Intranet Case Study. Presented by Peter Carson President, Envision IT

SharePoint 2010 Intranet Case Study. Presented by Peter Carson President, Envision IT SharePoint 2010 Intranet Case Study Presented by Peter Carson President, Envision IT Peter Carson President, Envision IT Virtual Technical Specialist, Microsoft Canada Computer Engineering, UW peter@envisionit.com

More information

Using SMIGRATE to Backup, Restore and Migrate Team Sites in SharePoint Products and Technologies 2003

Using SMIGRATE to Backup, Restore and Migrate Team Sites in SharePoint Products and Technologies 2003 Using SMIGRATE to Backup, Restore and Migrate Team Sites in SharePoint Products and Technologies 2003 Introduction In the last paper, I looked at using the STSADM command to backup and restore either an

More information

SP Term Cloud Installation

SP Term Cloud Installation Contents SP Term Cloud Installation... 2 SP Term Cloud User Solution... 2 Installing the user solution... 2 Adding the SP Term Cloud web part to a page... 2 SP Term Cloud User Solution license activation...

More information

Administration GUIDE. SharePoint Server idataagent. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 201

Administration GUIDE. SharePoint Server idataagent. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 201 Administration GUIDE SharePoint Server idataagent Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 201 Getting Started - SharePoint Server idataagent Overview Deployment Configuration Decision Table

More information

s@lm@n Microsoft Exam MB2-702 Microsoft Dynamics CRM 2013 Deployment Version: 6.1 [ Total Questions: 90 ]

s@lm@n Microsoft Exam MB2-702 Microsoft Dynamics CRM 2013 Deployment Version: 6.1 [ Total Questions: 90 ] s@lm@n Microsoft Exam MB2-702 Microsoft Dynamics CRM 2013 Deployment Version: 6.1 [ Total Questions: 90 ] Question No : 1 You install Microsoft Dynamics CRM on-premises. The Microsoft Dynamics CRM environment

More information

70-667 MCTS SharePoint 2010, Configuring

70-667 MCTS SharePoint 2010, Configuring 70-667 MCTS SharePoint 2010, Configuring Number: 070667 Passing Score: 700 Time Limit: 120 min File Version: 1.1 (70-667): Microsoft SharePoint 2010, Configuring 98 Questions. 120 Minutes. Exam A QUESTION

More information