Automating. Administration. Microsoft SharePoint with Windows. PowerShell 2.0. Gary Lapointe Shannon Bray. Wiley Publishing, Inc.

Size: px
Start display at page:

Download "Automating. Administration. Microsoft SharePoint 2010. with Windows. PowerShell 2.0. Gary Lapointe Shannon Bray. Wiley Publishing, Inc."

Transcription

1 Automating Microsoft SharePoint 2010 Administration with Windows PowerShell 2.0 Gary Lapointe Shannon Bray WILEY Wiley Publishing, Inc.

2 TABLE OF CONTENTS B S8 0 «4} 8#«l6& Introduction xxv Part 1 Getting Started With Windows Powershell Basics 1 Chapter 1 Windows PowerShell Prepare for Your Journey 4 Automate SharePoint: A Historical Perspective 5 From STSADM to Windows PowerShell 7 Understand the Components 8 The SharePoint 2010 Management Shell 8 Understand Required Permissions 11 Windows PowerShell: An Object-Based Scripting Language 12 Discover Cmdlets and Objects 14 Understand Variables and Types 21 Declare and Use Variables 21 Understand Object Types 22 Declare and Use Arrays and Hash Tables 28 Work with Output 31 Understand the Object Pipeline and PipeBind Objects 31 Format Your Results 35 Chapter 2 Filtering and Iterating Your Data 39 Add Conditional Logic 40 Use Comparison and Logic Operators 40 Use the If/Elself/Else Statements 45 Use the Switch Statement 47 Filter Your Data 49 Use the Where-Object Cmdlet 49 Use the Sort-Object Cmdlet 51 Use the Select-Object Cmdlet 53 Iterate Through Your Data 57 Use While Loops 57 Use Do While Loops 58 Use Do Until Loops 59 Use For Loops 59 Use Foreach Loops 61 Use the ForEach-Object Cmdlet 61

3 XVI TABLE OF CONTENTS Chapter 3 Making Your PowerShell Reusable 65 Script Your Solutions 66 Create and Execute Scripts 66 Execute Script Blocks 70 Define Script Parameters 71 Comment Your Scripts 74 Understand the Use of Functions 75 Create Functions 76 Define Function Parameters 79 Process Pipeline Data 81 Understand Scopes 82 Compartmentalize with Modules 85 Create and Load Script Modules 86 Create Module Manifests 88 Add Error Handling to Scripts 92 Throw Errors 92 Use Trap Blocks 93 Use Try/Catch/Finally Blocks 97 Understand Object Disposal Issues 100 Part 2 Installing and Configuring a SharePoint 2010 Environment 107 Chapter 4 Deploying New Installations and Upgrades 109 Install SharePoint Review Helper Functions 110 Define XML Settings File 113 Run the SharePoint 2010 Server Installation Files 114 Run the Script 122 Build a SharePoint 2010 Farm 123 Create and Configure Required Accounts 124 Verify SQL Connectivity 125 Create XML Settings File 126 Review the Farm Build Cmdlets 127 Review the Central Administration Site Cmdlets 132 Run the Script 136 Upgrade to SharePoint SharePoint Upgrade Approaches 137 Perform Pre-upgrade Scan 139 Upgrade Content Database 141 Upgrade the SharePoint Look and Feel 143

4 TABLE OF CONTENTS XVII Chapter 5 Configuring Server Communications 145 Configure Intra-Farm Communications 147 Network 147 Windows Firewall 151 SQL Server and the Databases 156 Windows Services 161 Configure Inter-Server Communications 164 Active Directory 164 Chapter 6 Configuring Farm Application Settings 171 Configure IPFS 172 Configure InfoPath Forms Services Options 174 Configure Administrator-Approved Form Templates 181 Manage Form Templates, 184 Manage Data Connection Files 186 Configure Web Service Proxies 187 Configure Content Deployment 188 Prepare the Environment 189 Manage Content Deployment Jobs 193 Configure Incoming and Outgoing 199 Configure Outgoing 200 Configure Incoming 201 Part 3 Deploying and Managing Applications 207 Chapter 7 Managing Web Applications 209 Configure Application Pools, 210 Distinguish Types of Application Pools 210 List and Control Application Pool State 213 Create Application Pools 217 Create and Extend Web Applications 220 Create a New Web Application 221 Extend a Web Application 223 Use XML Files for Scripting Web Applications 224 Understand Alternate Access Mapping 226 Create a New IIS Binding 229 Add a New Alternate Access Mapping 229 Edit IIS Bindings 230 Edit Alternate Access Mappings 231 Remove a Binding from IIS 232 Remove an Alternate Access Mapping 233

5 XVIII TABLE OF CONTENTS Configure Web Applications 234 Modify the General Settings of a Web Application 234 Work with Managed Paths 243 Implement Security 246 Manage Blocked File Types 246 Manage User Permissions 247 Manage Web Application Policies 250 Access Web Applications from the Server 253 Configure the DisableLoopbackCheck Setting 254 Configure the BackConnectionHostNames Setting 254 Chapter 8 Managing Site Collections and Sites 257 Understand Site Collections and Sites 258 Manage Site Collections 260 Create a Site Collection 261 Retrieve a Site Collection 265 Modify a Site Collection 267 Delete a Site Collection 269 Move a Site Collection 269 Manage Site Collections as a Farm Administrator 270 Manage Sites 271 Create a Site 272 Retrieve a Site 273 Modify a Site 275 Delete a Site 278 Configure Auditing 278 Configure Audit Log Trimming 279 Configure Audit Settings for Documents and Items 280 Configure Audit Settings for Lists, Libraries, and Sites 281 Manage Quotas and Locks 282 Create a New Quota Template 283 Retrieve Quota Templates 283 Apply a Quota Template to a Site Collection 284 Configure Locks 285 Manage Security 287 Manage SharePoint Groups 290 Manage SharePoint Users 294 Create Permission Levels 301 Chapter 9 Understanding Authentication 303 Understand the Various Forms of Authentication 304 Configure Classic Mode Authentication 310

6 TABLE OF CONTENTS XIX Configure Classic Mode Web Applications 310 Configure Secure Sockets Layer 311 Configure Kerberos 312 Configure Claims Mode Authentication 315 Create a Web Application Using Claims Mode Authentication 315 Configure Forms-Based Authentication 317 Retrieve an Authentication Provider 320 Configure SharePoint to Use a Claim 321 Chapter 10 Managing Features and Solutions 329 Deploy and Manage Features 330 Understand the Components of a Feature 331 Retrieve Features 335 Install Features 339 Uninstall Features 341 Activate Features 342 Deactivate Features 343 Deploy and Manage Farm Solutions 345 Add a Farm Solution 346 Deploy a Farm Solution 347 Retrieve Farm Solutions 349 Retract a Farm Solution 350 Remove a Farm Solution 352 Update a Farm Solution 352 Start Administration Jobs 354 Remove a Farm Solution Deployment Lock 355 Deploy and Manage Sandboxed Solutions 356 The Solution Gallery 357 Add a Sandboxed Solution 358 Deploy a Sandboxed Solution 359 Retrieve Sandboxed Solutions 360 Retract a Sandboxed Solution 362 Remove a Sandboxed Solution 362 Update a Sandboxed Solution 363 Part 4 Services and Service Applications 367 Chapter 11 Managing Service Applications 369 Manage Service Instances 371 Retrieve Service Instances 371 Start Service Instances 373 Stop Service Instances 375 Manage Service Applications 376

7 XX TABLE OF CONTENTS Retrieve Service Applications 377 Create Service Application Pools 378 Create Service Applications 381 Manage Service Application Proxies 382 Retrieve Service Application Proxies 382 Create Service Application Proxies 383 Manage Proxy Groups 384 Secure Service Applications 388 Retrieve Service Application Administrators and Permissions 389 Set Service Application Administrators and Permissions 391 Publish and Consume Service Applications Across Farms 394 Export Certificates 396 Establish the Trust Relationship 396 Grant Permissions 397 Publish a Service Application 400 Connect to a Service Application 401 Chapter 12 Provisioning Support Services 403 Provision Web Analytics Services 404 Provision the Web Analytics Services Service Application 405 Test the Service Application 412 Provision State Services 412 Provision the State Services Service Application 413 Test the State Services Service Application 417 Provision Secure Store Services 417 Provision the Secure Store Services Service Application 418 Generate a Secure Key 422 Test the Secure Store Services Service Application 423 Provision User Code Services 423 Start the User Code Service 423 Set the User Code Service Identity 424 Test the User Code Service 426 Provision Claims to Windows Token Services 426 Start the c2wts Service Instance 427 Set the c2wts Identity 428 Reset the c2wts Identity 428 Test the Claims to Windows Token Service 429 Provision Usage and Health Data Collection Services 430 Provision the Service Application 430 Provision the Service Application Proxy 431 Configure the Service Instance 432 Configure Usage Definitions 434

8 TABLE OF CONTENTS XXI Chapter 13 Provisioning Business Intelligence, Business Connectivity, and Word Automation Services 437 Provision Excel Services 438 Provision the Excel Services Service Application 439 Create the Secure Store Target Application 442 Test the Service Application 446 Provision Access Services 448 Enable the Session State Service 449 Provision the Access Services Service Application 451 Test the Service Application 454 Provision Visio Graphics Services 456 Provision the Visio Services Service Application 457 Create the Secure Store Target Application 460 Test the Service Application 461 Provision PerformancePoint Services 462 Provision the PerformancePoint Service Application 464 Set the Unattended Service Account 467 Test the Service Application 468 Provision Business Connectivity Services 470 Provision the BCS Service Application 471 Test the Service Application.474 Provision Word Automation Services 476 Provision the Word Automation Services Service Application 476 Test the Service Application 479 Chapter 14 Provisioning Search Services 481 Understand Enterprise Search Concepts 482 Understand Administration Topology Components 482 Understand Query Topology Components 483 Understand Crawl Topology Components 485 Understand Query Processor Components 486 Understand Service Placement 487 Understand the Crawling Process 488 Retrieve Enterprise Search Services 491 Retrieve the Service Application 492 Retrieve the Crawl Components 492 Retrieve the Query Components 493 Retrieve the Crawl Database 494 Retrieve the Property Database 495 Provision Enterprise Search Services 496 Define Service Accounts 496

9 XXII TABLE OF CONTENTS Start the Service Instance 497 Configure the Search Service 499 Create the Service Application 501 Configure the Administration Component 504 Create the Crawl and Query Components 506 Create the Service Application Proxy 518 Perform a Full or Incremental Crawl 519 Provision Foundation Search Services 520 Start the Foundation Search Service 521 Examine Foundation Search Services Settings 526 Start and Stop Full Crawls 526 Chapter 15 Provisioning Metadata and User Profile Services 527 Provision Managed Metadata Services 528 Provision the Managed Metadata Services Service Application 528 Test the Service Application 535 Provision User Profile Services 536 Provision the User Profile Services Service Application 537 Test the Service Application 545 Provision the User Profile Synchronization Service 545 Test the Synchronization Service 548 Address Common Issues 551 Part 5 Managing and Maintaining a SharePoint Environment 557 Chapter 16 Managing Operational Settings 559 Manage Logging 560 Review Diagnostic Configuration Settings 562 Modify Diagnostic Configuration Settings 563 Review Log Levels 565 Modify Log Levels 567 Reset Log Levels 568 Create New Log Files 569 Merge Existing Log Files 569 Review Log Events 571 Write Log Events 573 Examine the Health Analyzer 577 Review and Modify Rule Definitions 578 Review Failed Rules 579 Manage Timer Jobs 581 Review Timer Jobs 581 Execute a Timer Job 583 Modify Timer Jobs 584

10 TABLE OF CONTENTS XXIII Understand the Developer Dashboard 585 Overview of the Developer Dashboard 585 Configure the Developer Dashboard 587 Chapter 17 Back Up and Restore a SharePoint Environment 591 Back Up and Restore a Farm 592 Back Up a Farm 593 Back Up an Inactive Farm Configuration 597 Restore a Farm 600 Retrieve Backup History 603 Back Up and Restore a Site Collection 605 Back Up a Site Collection 605 Restore a Site Collection 607 Export and Import Sites and Lists 609 Export a Site or List 610 Import a Site or List 613 Chapter 18 Optimizing the Performance of a SharePoint Environment 617 Configure Resource Throttling 618 Configure Performance Counter Monitoring 620 Monitor HTTP Throttling 625 Configure Caching Options 629 Configure Page Output Caching 629 Configure Object Caching 631 Configure BLOB Caching 634 Configure Remote BLOB Storage 636 Configure RBS in SQL Server 638 Migrate Content to Another Provider 641 Disable RBS 642 Part 6 Advanced Administration 643 Chapter 19 Remote Administration 645 Use Classic Remoting 646 Configure Windows PowerShell Remoting 649 Enable Remoting 650 Enable CredSSP 652 Increase Memory for Remote Sessions 654 Execute Remote Commands 655 Use Invoke-Command 656 Use Enter-PSSession 661 Uselmport-PSSession 663 Understand Serialization 668

11 XXIV TABLE OF CONTENTS Configure Sessions 672 Create Session Configurations 672 Secure Session Configurations 676 Chapter 20 Multi-Tenancy 679 Create a Tenant Hosting Web Application 681 Create the Web Application 683 Create the Managed Paths 684 Configure Service Applications 685 Provision the Subscription Settings Service 685 Configure Tenant Services 688 Manage Feature Packs and Site Subscriptions 695 Manage Feature Packs 696 Manage Site Subscriptions 699 Provision Tenants 701 Create Member Sites 701 Create the Tenant Administration Site 702 Configure User Profile and Managed Metadata Service Applications 703 Store Tenant Information 705 Index 707

Course: 10174B: Configuring and Administering Microsoft SharePoint 2010

Course: 10174B: Configuring and Administering Microsoft SharePoint 2010 Course: 10174B: Configuring and Administering Microsoft SharePoint 2010 Description: This five-day instructor-led course teaches students how to install, configure, and administer Microsoft SharePoint

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

"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

Microsoft SharePoint 2010 Overview

Microsoft SharePoint 2010 Overview Course Code: M10174 Vendor: Microsoft Course Overview Duration: 5 RRP: 1,980 Configuring and Administering Microsoft SharePoint 2010 Overview This five day course teaches delegates how to install, configure

More information

Course 10174B: Configuring and Administering Microsoft SharePoint 2010

Course 10174B: Configuring and Administering Microsoft SharePoint 2010 www.etidaho.com (208) 327-0768 Course 10174B: Configuring and Administering Microsoft SharePoint 2010 5 Days About this Course This five-day instructor-led course teaches students how to install, configure,

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

Configuring and Administering Microsoft SharePoint 2010 Course 10174B; 5 Days, Instructor-led

Configuring and Administering Microsoft SharePoint 2010 Course 10174B; 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 Configuring and Administering Microsoft SharePoint 2010 Course 10174B; 5

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

Course 10174B: Configuring and Administering Microsoft SharePoint 2010

Course 10174B: Configuring and Administering Microsoft SharePoint 2010 Course 10174B: Configuring and Administering Microsoft SharePoint 2010 Five Days, Instructor-Led About this course This five-day instructor-led course teaches students how to install, configure, and administer

More information

Configuring and Administering Microsoft SharePoint 2010

Configuring and Administering Microsoft SharePoint 2010 Course 10174 : Configuring and Administering Microsoft SharePoint 2010 Page 1 of 7 Configuring and Administering Microsoft SharePoint 2010 Course 10174: 4 days; Instructor-Led Introduction This four-day

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

10174: Configuring and Managing Microsoft SharePoint 2010

10174: Configuring and Managing Microsoft SharePoint 2010 10174: Configuring and Managing Microsoft SharePoint 2010 Microsoft - Sharepoint Promoção: 10% Desconto Localidade: Porto Data: 14 Mar 2016 Preço: 1650 ( Os valores apresentados não incluem IVA. Oferta

More information

Configuring and Administering Microsoft SharePoint 2010

Configuring and Administering Microsoft SharePoint 2010 Configuring and Administering Microsoft Course Details Course Code: Duration: Notes: 10174B 5 days This course syllabus should be used to determine whether the course is appropriate for the students, based

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

Configuring and Administering Microsoft SharePoint 2013 Curso Personalizado en

Configuring and Administering Microsoft SharePoint 2013 Curso Personalizado en Configuring and Administering Microsoft SharePoint 2013 Course: Corrientes 861 Piso 5 S2000CTH Rosario Argentina TEL: +54 (341) 426 4844 Info@fullsolutions.com Configuring and Administering Microsoft SharePoint

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 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

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

MCITP: Sharepoint Administrator Boot Camp (10174, 10231) H6C10S

MCITP: Sharepoint Administrator Boot Camp (10174, 10231) H6C10S HP Education Services course data sheet MCITP: Sharepoint Administrator Boot Camp (10174, 10231) H6C10S Course Overview Prepare for the MCTS and MCITP SharePoint 2010 certifications. Gain the cloud-related

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

EXAM - 70-667. TS: Microsoft SharePoint Server 2010, Configuring. Buy Full Product. http://www.examskey.com/70-667.html

EXAM - 70-667. TS: Microsoft SharePoint Server 2010, Configuring. Buy Full Product. http://www.examskey.com/70-667.html Microsoft EXAM - 70-667 TS: Microsoft SharePoint Server 2010, Configuring Buy Full Product http://www.examskey.com/70-667.html Examskey Microsoft 70-667 exam demo product is here for you to test the quality

More information

The Best SharePoint 2010 Courses For You

The Best SharePoint 2010 Courses For You www.compvisions.com 16 Corporate Woods Blvd. Albany, NY 12211 Computer Visions Course Outline Get What You Want We offer highly customizable group training courses: desktop applications, web development,

More information

SharePoint 2013 Logical Architecture

SharePoint 2013 Logical Architecture SharePoint 2013 Logical Architecture This document is provided "as-is". Information and views expressed in this document, including URL and other Internet Web site references, may change without notice.

More information

TS: Microsoft SharePoint 2010, Configuring

TS: Microsoft SharePoint 2010, Configuring Microsoft 70-667 TS: Microsoft SharePoint 2010, Configuring Version: 36.2 QUESTION NO: 1 Microsoft 70-667 Exam You have a SharePoint Server 2010 server farm that contains a web Application named WebApp1

More information

PassTest. Bessere Qualität, bessere Dienstleistungen!

PassTest. Bessere Qualität, bessere Dienstleistungen! PassTest Bessere Qualität, bessere Dienstleistungen! Q&A Exam : 70-667 Title : TS: Microsoft SharePoint Server 2010, Configuring Version : Demo 1 / 7 1.You have a Microsoft Office SharePoint Server 2007

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

SSC2016: SharePoint 2016 Administrator s Survival Camp

SSC2016: SharePoint 2016 Administrator s Survival Camp SHAREPOINT 2016 FOR IT PROFESSIONALS 5 DAYS SSC2016: SharePoint 2016 Administrator s Survival Camp AUDIENCE FORMAT COURSE DESCRIPTION STUDENT PREREQUISITES Administrators Instructor-led training with hands-on

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

CHAPTER 1: INTRODUCTION TO SHAREPOINT 2010 1

CHAPTER 1: INTRODUCTION TO SHAREPOINT 2010 1 INTRODUCTION xxv CHAPTER 1: INTRODUCTION TO SHAREPOINT 2010 1 What s New in the SharePoint Platform and Tools 1 Language Integrated Query 2 List Enhancements 2 Business Connectivity Services 2 Silverlight

More information

Microsoft SharePoint 2010 Administration

Microsoft SharePoint 2010 Administration Microsoft SharePoint 2010 Administration Real-World Skills for MCITP Certification and Beyond Tom Carpenter James Pyles WILEY Wiley Publishing, Inc. Contents Introduction xxiii Chapter 1 Planning the Logical

More information

Microsoft Windows PowerShell v2 For Administrators

Microsoft Windows PowerShell v2 For Administrators Course 50414B: Microsoft Windows PowerShell v2 For Administrators Course Details Course Outline Module 1: Introduction to PowerShell the Basics This module explains how to install and configure PowerShell.

More information

PASS4TEST 専 門 IT 認 証 試 験 問 題 集 提 供 者

PASS4TEST 専 門 IT 認 証 試 験 問 題 集 提 供 者 PASS4TEST 専 門 IT 認 証 試 験 問 題 集 提 供 者 http://www.pass4test.jp 1 年 で 無 料 進 級 することに 提 供 する Exam : 70-667 Title : TS: Microsoft SharePoint Server 2010, Configuring Vendors : Microsoft Version : DEMO NO.1 You

More information

Deployment guide for Microsoft SharePoint Server 2010

Deployment guide for Microsoft SharePoint Server 2010 Deployment guide for Microsoft SharePoint Server 2010 Microsoft Corporation Published: August 2010 Author: Microsoft Office System and Servers Team (itspdocs@microsoft.com) Abstract This book provides

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

Module: Sharepoint Administrator

Module: Sharepoint Administrator Module: Sharepoint Administrator Mode: Classroom Duration: 40 hours This course teaches IT Professionals to design and deploy Microsoft SharePoint 2010. Course Outline: Module 1: Designing a Logical Architecture

More information

Office 2010 Workflow;

Office 2010 Workflow; Office 2010 Workflow; Developing Collaborative Solutions MARK J. COLLINS Apress* Contents Preface About the Author About the Technical Reviewers Acknowledgements Introduction xix xxi xxii xxiii xxiv PART

More information

SharePoint Checklist and Resources

SharePoint Checklist and Resources SharePoint Checklist and Resources Activity Labs for Developer Labs for Administrator Resources Create a re-buildable SharePoint environment Lab : Install SharePoint 2010 Exercise 1: Create Active Directory

More information

About this Course This 5 day ILT course teaches IT Professionals to design and deploy Microsoft SharePoint 2010.

About this Course This 5 day ILT course teaches IT Professionals to design and deploy Microsoft SharePoint 2010. Course 10231B: Designing a Microsoft SharePoint 2010 Infrastructure OVERVIEW About this Course This 5 day ILT course teaches IT Professionals to design and deploy Microsoft SharePoint 2010. Audience Profile

More information

Michael Noel. Colin Spence. SharePoint UNLEASHED. 800 East 96th Street, Indianapolis, Indiana 46240 USA

Michael Noel. Colin Spence. SharePoint UNLEASHED. 800 East 96th Street, Indianapolis, Indiana 46240 USA Michael Noel Colin Spence SharePoint 2013 UNLEASHED 800 East 96th Street, Indianapolis, Indiana 46240 USA Table of Contents Introduction 1 Part I Planning for and Deploying SharePoint Server 2013 1 Introducing

More information

MOC 20467B: Designing Business Intelligence Solutions with Microsoft SQL Server 2012

MOC 20467B: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 MOC 20467B: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Course Overview This course provides students with the knowledge and skills to design business intelligence solutions

More information

Using Windows PowerShell to Manage SharePoint 2010

Using Windows PowerShell to Manage SharePoint 2010 The release of SharePoint 2010 (both SharePoint Foundation and SharePoint Server) offers welcome support for Windows PowerShell. Of course it has always been technically possible to use PowerShell to manage

More information

SharePoint Training Program. Topics Covered. SharePoint 2010 Developer Training

SharePoint Training Program. Topics Covered. SharePoint 2010 Developer Training SharePoint Training Program Duration: 80 Hrs Training Mode: Class Room/On-line Training Methodology: Real-time Project oriented Training Features: 1. Trainers from Corporate 2. Unlimited Lab facility 3.

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

Entwickler. SharePoint Foundation. Standard Edition. Enterprise Edition

Entwickler. SharePoint Foundation. Standard Edition. Enterprise Edition Entwickler Access Services nein nein ja App Catalog () App Deployment: Autohosted Apps nein nein nein App Deployment: Cloud-Hosted Apps App Deployment: -Hosted Apps App Management Services BCS: Alerts

More information

Professional SharePoint Server 2010 Administration

Professional SharePoint Server 2010 Administration Professional SharePoint Server 2010 Administration Target Audience IT Professionals, Administrators Course Description This accelerated 4-day course has been designed to teach experienced IT Professionals

More information

Partie Serveur 2008. Lab : Implement Group Policy. Create, Edit and Link GPOs. Lab : Explore Group Policy Settings and Features

Partie Serveur 2008. Lab : Implement Group Policy. Create, Edit and Link GPOs. Lab : Explore Group Policy Settings and Features Partie Serveur 2008 Implement a Group Policy Infrastructure This module explains what Group Policy is, how it works, and how best to implement Group Policy in your organization. Understand Group Policy

More information

Configuring and Troubleshooting Internet Information Services in Windows Server 2008

Configuring and Troubleshooting Internet Information Services in Windows Server 2008 Course 6427A: Configuring and Troubleshooting Internet Information Services in Windows Server 2008 OVERVIEW About this Course In this 3-day instructor-led course, the students will learn to install, configure,

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 2013 - Comparison of Features

SharePoint 2013 - Comparison of Features 2013 - Comparison of Features 2013 Features User Authentication and Authorization Foundation 2013 Server 2013 Standard Server 2013 Enterprise User authentication in 2013 is the process that verifies the

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

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

Business continuity management for Microsoft SharePoint Server 2010

Business continuity management for Microsoft SharePoint Server 2010 Business continuity management for Microsoft SharePoint Server 2010 Microsoft Corporation Published: March 2011 Author: Microsoft Office System and Servers Team (itspdocs@microsoft.com) Abstract This book

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

Developing Microsoft SharePoint Server 2013 Core Solutions

Developing Microsoft SharePoint Server 2013 Core Solutions Course 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions Course Details Course Outline Module 1: SharePoint as a Developer Platform This module examines different approaches that can be

More information

Phase Name 1 Initiation. 2 Requirements. 3 Design

Phase Name 1 Initiation. 2 Requirements. 3 Design No Phase Name 1 Initiation 2 Requirements 3 Design 4 Pre-Migration 5 Pre-Migrate 6 Pre-Migrate 7 Migrate 8 Migrate 9 Migrate 10 Migrate 11 Post-Migrate 12 Post-Migrate 13 Post-Migrate 14 Post-Migrate 15

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

System Administration of Windchill 10.2

System Administration of Windchill 10.2 System Administration of Windchill 10.2 Overview Course Code Course Length TRN-4340-T 3 Days In this course, you will gain an understanding of how to perform routine Windchill system administration tasks,

More information

Windows PowerShell Cookbook

Windows PowerShell Cookbook Windows PowerShell Cookbook Lee Holmes O'REILLY' Beijing Cambridge Farnham Koln Paris Sebastopol Taipei Tokyo Table of Contents Foreword Preface xvii xxi Part I. Tour A Guided Tour of Windows PowerShell

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

SharePoint 2010 End User - Level II

SharePoint 2010 End User - Level II Course Outline Module 1: Overview A simple introduction module. Understand your course, classroom, classmates, facility and instructor. Module 2: Server Site Definitions In this module we will explore

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

Microsoft SQL Server 2012 Administration

Microsoft SQL Server 2012 Administration PROFESSION Microsoft SQL Server 2012 Administration Adam Jorgensen Steven Wort Ross LoForte Brian Knight WILEY John Wiley & Sons, Inc. INTRODUCTION xxxvii CHAPTER 1: SQL SERVER 2012 ARCHITECTURE 1 SQL

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

This instructor-led course will show you the new architectural changes made to SharePoint 2010 and how to upgrade your 2007 environment to 2010.

This instructor-led course will show you the new architectural changes made to SharePoint 2010 and how to upgrade your 2007 environment to 2010. 50353B: SharePoint 2010 for IT Professionals Course Number: 50353B Course Length: 3 Day Course This instructor-led course will show you the new architectural changes made to SharePoint 2010 and how to

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

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

SharePoint 2010. Overview, Governance, and Planning. (^Rll^^fc^ i ip?"^biifiis:'iissiipi. Scott Jamison. Susan Hanley Mauro Cardarelli.

SharePoint 2010. Overview, Governance, and Planning. (^Rll^^fc^ i ip?^biifiis:'iissiipi. Scott Jamison. Susan Hanley Mauro Cardarelli. Ec,V$%fMM SharePoint 2010 i ip?"^biifiis:'iissiipi Overview, Governance, (^Rll^^fc^ and Planning Ipft^'" Scott Jamison Susan Hanley Mauro Cardarelli Upper Saddle River, NJ Boston Indianapolis San Francisco

More information

for Excel and SharePoint

for Excel and SharePoint for Excel and SharePoint Sivakumar Harinath Ron Pihlgren Denny Guang-Yeu Lee WILEY Wiley Publishing, Inc. INTRODUCTION xxi fbppvstlki^kt'y^^mfscst"'- " : '. CHAPTER 1: SELF-SERVICE BUSINESS INTELLIGENCE

More information

Implementing Microsoft SharePoint on NetApp Storage Systems Course MSSP; 5 Days, Instructor-led

Implementing Microsoft SharePoint on NetApp Storage Systems Course MSSP; 5 Days, Instructor-led Implementing Microsoft SharePoint on NetApp Storage Systems Course MSSP; 5 Days, Instructor-led Course Description Learn how to implement your Microsoft SharePoint solution on NetApp for maximum benefit.

More information

(Exam 70-680): Configuring

(Exam 70-680): Configuring Microsoft MCTS Self-Paced Training Kit (Exam 70-680): Configuring Windows? Ian McLean Orin Thomas Contents Introduction Lab Setup Instructions Hardware Requirements Using the DVD xxv How to Install the

More information

Philadelphia Area SharePoint User Group June 27th, 2012. Ken Choyce RJB Technical Consulting, Inc. www.rjbtech.com

Philadelphia Area SharePoint User Group June 27th, 2012. Ken Choyce RJB Technical Consulting, Inc. www.rjbtech.com Philadelphia Area SharePoint User Group June 27th, 2012 Ken Choyce RJB Technical Consulting, Inc. www.rjbtech.com Agenda Overview of SharePoint Backups Purpose of backing up SharePoint Levels of SharePoint

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

SQL Server Training Course Content

SQL Server Training Course Content SQL Server Training Course Content SQL Server Training Objectives Installing Microsoft SQL Server Upgrading to SQL Server Management Studio Monitoring the Database Server Database and Index Maintenance

More information

Advanced Solutions of Microsoft SharePoint Server 2013 (20332) H6C76S

Advanced Solutions of Microsoft SharePoint Server 2013 (20332) H6C76S HP Education Services course data sheet Advanced Solutions of Microsoft SharePoint Server 2013 (20332) H6C76S Course Description In this class, you will learn how to design, configure, and manage a SharePoint

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

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015 Metalogix SharePoint Backup Publication Date: August 24, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this

More information

SQL Server 2008 Administration

SQL Server 2008 Administration SQL Server 2008 Administration Real World Skills for ITP Certification and Beyond Tom Carpenter WILEY Wiley Publishing, Inc. Contents Introduction xxi Part i Introducing SQL Server 2008 1 Chapter 1 Understanding

More information

Upgrading a Microsoft Dynamics NAV 2009 R2 or Microsoft Dynamics NAV 2009 SP1 Database to Microsoft Dynamics NAV 2015

Upgrading a Microsoft Dynamics NAV 2009 R2 or Microsoft Dynamics NAV 2009 SP1 Database to Microsoft Dynamics NAV 2015 Upgrading a Microsoft Dynamics NAV 2009 R2 or Microsoft Dynamics NAV 2009 SP1 Database to Microsoft Dynamics NAV 2015 White Paper November 2014 Contents Introduction... 3 Data Upgrade Short Overview...

More information

SQL Server Administrator Introduction - 3 Days Objectives

SQL Server Administrator Introduction - 3 Days Objectives SQL Server Administrator Introduction - 3 Days INTRODUCTION TO MICROSOFT SQL SERVER Exploring the components of SQL Server Identifying SQL Server administration tasks INSTALLING SQL SERVER Identifying

More information

Administering the Web Server (IIS) Role of Windows Server

Administering the Web Server (IIS) Role of Windows Server Course 10972B: Administering the Web Server (IIS) Role of Windows Server Page 1 of 7 Administering the Web Server (IIS) Role of Windows Server Course 10972B: 4 days; Instructor-Led Introduction This course

More information

Designing a Microsoft SharePoint 2010 Infrastructure

Designing a Microsoft SharePoint 2010 Infrastructure Designing a Microsoft SharePoint 2010 Infrastructure Course Details Course Code: Duration: Notes: 10231B 5 days This course syllabus should be used to determine whether the course is appropriate for the

More information

Deployment guide for Microsoft SharePoint Server 2010

Deployment guide for Microsoft SharePoint Server 2010 Deployment guide for Microsoft SharePoint Server 2010 Microsoft Corporation Published: January 2011 Author: Microsoft Office System and Servers Team (itspdocs@microsoft.com) Abstract This book provides

More information

Administering the Web Server (IIS) Role of Windows Server 10972B; 5 Days

Administering the Web Server (IIS) Role of Windows Server 10972B; 5 Days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Administering the Web Server (IIS) Role of Windows Server 10972B; 5 Days

More information

ICT Professional Optional Programmes

ICT Professional Optional Programmes ICT Professional Optional Programmes Skills Team are a Microsoft Academy with new training rooms and IT labs in our purpose built training centre in Ealing, West London. We offer a range of year-long qualifications

More information

Microsoft Recommended Guidelines & Limits for SharePoint 2013

Microsoft Recommended Guidelines & Limits for SharePoint 2013 Microsoft Recommended Guidelines & s for SharePoint 2013 The tables in this document are from Microsoft s article Software boundaries and limits for SharePoint 2013. The information is only provided for

More information

MS-10232: Designing and Developing Microsoft SharePoint Server 2010 Applications. Course Objectives. Price. Duration. Methods of Delivery

MS-10232: Designing and Developing Microsoft SharePoint Server 2010 Applications. Course Objectives. Price. Duration. Methods of Delivery MS-10232: Designing and Developing Microsoft SharePoint Server 2010 Applications This five-day instructor led course is intended for Microsoft SharePoint Development professionals who are responsible for

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

multiple placeholders bound to one definition, 158 page approval not match author/editor rights, 157 problems with, 156 troubleshooting, 156 158

multiple placeholders bound to one definition, 158 page approval not match author/editor rights, 157 problems with, 156 troubleshooting, 156 158 Index A Active Directory Active Directory nested groups, 96 creating user accounts, 67 custom authentication, 66 group members cannot log on, 153 mapping certificates, 65 mapping user to Active Directory

More information

Service Applications. Bye-Bye SSP Hello Service Applications. Presented By: Elijah Van Eenwyk

Service Applications. Bye-Bye SSP Hello Service Applications. Presented By: Elijah Van Eenwyk Service Applications Bye-Bye SSP Hello Service Applications Presented By: Elijah Van Eenwyk About Me Elijah Van Eenwyk Senior SharePoint Consultant for Inergex, Inc. Based out of Buffalo, NY Microsoft

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

Course Syllabus. Configuring and Troubleshooting Internet Information Services in Windows Server 2008. Key Data. Audience. At Course Completion

Course Syllabus. Configuring and Troubleshooting Internet Information Services in Windows Server 2008. Key Data. Audience. At Course Completion Key Data Product #: 3728 Course #: 6427A Number of Days: 3 Format: Instructor-Led Certification Exams: 70-643 This course syllabus should be used to determine whether the course is appropriate for the

More information

Microsoft Windows Server 2008: Configuring and Troubleshooting Internet Information Services IIS 7.0 6427

Microsoft Windows Server 2008: Configuring and Troubleshooting Internet Information Services IIS 7.0 6427 coursemonster.com/us Microsoft Windows Server 2008: Configuring and Troubleshooting Internet Information Services IIS 7.0 6427 View training dates» Audience This course introduces students to install,

More information

Trainer Preparation Guide for Course 10174A: Configuring and Administering Microsoft SharePoint 2010

Trainer Preparation Guide for Course 10174A: Configuring and Administering Microsoft SharePoint 2010 Trainer Preparation Guide for Course 10174A: Configuring and Administering Microsoft SharePoint 2010 1 Trainer Preparation Guide for Course 10174A: Configuring and Administering Microsoft SharePoint 2010

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

Workflow Administration of Windchill 10.2

Workflow Administration of Windchill 10.2 Workflow Administration of Windchill 10.2 Overview Course Code Course Length TRN-4339-T 2 Days In this course, you will learn about Windchill workflow features and how to design, configure, and test workflow

More information

SharePoint 2010/2013 Course

SharePoint 2010/2013 Course *Must Have Knowledge SharePoint 2010/2013 Course SQL and DBMS Concepts ASP.net web application development using c# and Visual studio 2008 or above Client Server and three tier Architecture Basic knowledge

More information

Windchill Service Information Manager 10.2. Curriculum Guide

Windchill Service Information Manager 10.2. Curriculum Guide Windchill Service Information Manager 10.2 Curriculum Guide Live Classroom Curriculum Guide Introduction to Windchill Service Information Manager 10.2 Building Information Structures with Windchill Service

More information

AppFabric. Pro Windows Server. Stephen Kaufman. Danny Garber. Apress. INFORMATIONSBIBLIOTHbK TECHNISCHE. U N! V En SIT AT S R!

AppFabric. Pro Windows Server. Stephen Kaufman. Danny Garber. Apress. INFORMATIONSBIBLIOTHbK TECHNISCHE. U N! V En SIT AT S R! Pro Windows Server AppFabric Stephen Kaufman Danny Garber Apress TECHNISCHE INFORMATIONSBIBLIOTHbK T1B/UB Hannover 133 294 706 U N! V En SIT AT S R! B L' OT H E K HANNOVER Contents it Contents at a Glance

More information

System. Operations Manager. Center 2012 UNLEASHED. Kerrie Meyler. Cameron Fuller John Joyner

System. Operations Manager. Center 2012 UNLEASHED. Kerrie Meyler. Cameron Fuller John Joyner Kerrie Meyler Cameron Fuller John Joyner with Jonathan Almquist, Alex Fedotyev, Scott Moss, Oskar Landman, Marnix Wolf, and Pete Zerger Center 2012 System Operations Manager UNLEASHED 800 East 96th Street,

More information

Multi-Tenancy in SharePoint 2010. DD105 Spencer Harbar Enterprise Architect harbar.net

Multi-Tenancy in SharePoint 2010. DD105 Spencer Harbar Enterprise Architect harbar.net Multi-Tenancy in SharePoint 2010 DD105 Spencer Harbar Enterprise Architect harbar.net About Spencer www.harbar.net spence@harbar.net @harbars General SharePoint Dogsbody Microsoft Certified Master SharePoint

More information