SharePoint Provisioning Success with PnP PowerShell

Slides:



Advertisements
Similar presentations
Session 1.
Advertisements

Feature: Customer Combiner and Modifier © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are.
Building Compliant Team Sites
6/5/2018 1:30 PM THR1029 Spend less time managing data and more time with customers: Quick tour of Outlook Customer Manager Welly Lee
Azure Cloud Shell Magic of Modern Command-line Management
Learning about Containers in the Real World
Azure SDKs and Tools for You
Get Typed with TypeScript!
Optimizing Microsoft OneDrive for the enterprise
Who Needs a Developer for Automated SharePoint Provisioning?
What a Real, Functioning DevOps Team Looks Like
SQL Server on Linux on All-Flash Arrays
Workflow Orchestration with Adobe I/O
Customize Office 365 Search and create result sources
How we got a traditional bank collaborating across boundaries
Find, try and get line-of-business apps on Microsoft AppSource
User Group Best Practices
9/11/ :59 PM THR3021 Why Microsoft is updating the new OneDrive sync engine in a different way Hans Brender Cloud Productivity Evangelist Bright.
Automate all things! Microsoft Azure continuous deployment
Agile Planning with Visual Studio Team Services (VSTS)
Advancing the SharePoint Developer Community (PnP)
Microsoft Ignite /17/ :56 PM
Servicing Windows 10 in the Real World
Building a unified experience across Office 365
9/22/2018 3:49 AM BRK2247 Learn from MVPs: Panel discussion on all things SharePoint and OneDrive © Microsoft Corporation. All rights reserved. MICROSOFT.
Confidence at speed: Visual Studio 2017 and your CI pipeline
Azure PowerShell Aaron Roney Senior Program Manager Cormac McCarthy
11/15/ :59 AM THR2294 Building great looking experiences with Microsoft Graph and Office UI Fabric Ben Summers Office Marketing David Lavenda Harmon.ie.
Learn about PnP initiative and the new SharePoint Framework
Continuous Delivery with Visual Studio Team Services
Supercharge Microsoft Teams using Teams apps in node.js
Azure Advisor: Optimization in the best way
PowerShell Unplugged Jeffrey Snover Technical Fellow
11/27/2018 5:08 PM THR3057 Using a PowerShell release pipeline for a real-world service provider delivery in Microsoft Azure Niklas Åkerlund Lead Architect.
Accelerate Office 365 Adoption Through Microsoft FastTrack Services
Microsoft products for non-profits
Introduction to ASP.NET Core 1.0
Five cool things you can do with Windows PowerShell on Office 365
Microsoft To-Do Preview
Securely pass passwords into your deployment
Yammer for IT Tom Kretzmer Solutions Developer, Westinghouse THR1016
Microsoft Exchange: Through the eyes of MVPs (Panel discussion)
MDM Migration Analysis Tool (MMAT)
Overview: Dynamics 365 for Project Service Automation
Understand your Azure cloud assets dependencies with BMC Discovery
Surviving identity management in a hybrid world
Sami Laiho AMA - Ask Me Anything
Breaking Down the Value of A Yammer Post: 20 Things to Do
An introduction to the SharePoint Patterns and Patterns initiative
Cool Microsoft Edge Tips and Tricks
When Bad Things Happen to Good Applications
Explore PnP Partner Pack for IT pros, admins and architects
Getting the most out of Azure resources with Azure Advisor
4/16/2019 4:15 PM How Microsoft does IT: How Microsoft IT is embracing modern to build SharePoint experiences Sam Crewdson Senior Program Manager Rene.
“Hey Mom, I’ll Fix Your Computer”
4/21/2019 7:09 AM THR2098 Unlock New Opportunities with Nintex Hawkeye Process Intelligence and Workflow Analytics Sr. Product.
4/28/2019 3:30 AM THR1061 Learn how Dynamics 365, Office 365 and related applications work together to transform the workplace Donna Edwards Solution Architect.
Виктор Хаджийски Катедра “Металургия на желязото и металолеене”
Consolidate, manage, backup, and secure your cloud content
Designing Bots that Fit Your Organization
Ask the Experts: Windows 10 deployment and servicing
Passwordless Service Accounts
Шитманов Дархан Қаражанұлы Тарих пәнінің
Azure Networking inside and out
The complete developer's guide to the SkyDrive API
Digital Transformation: Putting the Jigsaw Together
WCF and .NET Framework Microservices in Containers
Diagnostics and troubleshooting in Azure App Service Support Center
Optimizing your content for search and discovery
Presentation transcript:

SharePoint Provisioning Success with PnP PowerShell 6/3/2018 9:55 AM THR3025 SharePoint Provisioning Success with PnP PowerShell Eric Overfield President, PixelMill Microsoft Regional Director Office Servers and Services MVP © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

The SharePoint Feature Framework is not recommended for provisioning. © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

6/3/2018 9:55 AM SharePoint PnP provisioning engine is the best method to repeatedly provision SharePoint. © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Traditional SharePoint deployment methods Feature Framework Full Trust – SharePoint 2007 Sandbox – SharePoint 2010 - deprecated in SPO Add-ins – SharePoint 2013+ - more cloud friendly Traditionally required Visual Studio Compiled code often used – not cloud friendly Add-in model clunky for provisioning

Feature framework challenge New features / experiences not available / difficult to transfer without continual on-going maintenance Custom V16.x SharePoint/O365 v16.x.next SharePoint Framework Customized site based on snapshot of existing OOTB site template with Feature provided customization provisioning Custom v16.x Custom v16.x SharePoint/O365 v16.x.1 Copy Customizations Time OOTB SharePoint/O365 v16.x Features / enhancement / bug fixes / new experiences released and available to new or existing sites. Deployed automatically

A Better Way SharePoint PnP 6/3/2018 9:55 AM A Better Way SharePoint PnP © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

SharePoint PnP overview 6/3/2018 9:55 AM SharePoint PnP overview SharePoint PnP is an open source initiative Created by Microsoft with support from the community in 2013 Not related to Microsoft’s general Patterns & Practices initiative Available for SharePoint 2013/2016/O365 – consists of: Code, samples, best practices Videos, tutorials, and a toolset for SharePoint customization ] Patterns & Practices Available on github – https://github.com/SharePoint/PnP © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

PnP provisioning engine with PowerShell 6/3/2018 9:55 AM PnP provisioning engine with PowerShell Reusable, scalable, repeatable provisioning engine XML based Delta provisioning PnP PowerShell plugin for PnP Core Component Wrapper for SharePoint CSOM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Start with PnP PowerShell 6/3/2018 9:55 AM Start with PnP PowerShell PnP PowerShell provides a PowerShell based wrapper to PnP Core Library Simple PowerShell commands to manipulate SharePoint Administer SharePoint with a CSOM wrapper Tenant admin access not required Install PnP PowerShell https://github.com/SharePoint/PnP-PowerShell#installation Connect to SharePoint Site Connect-PnPOnline - http://pixelmill-tenant.sharepoint.com/ –Credentials (Get-Credential) Create a provisioning template Get-PnPProvisioningTemplate -Out template.xml Apply a provisioning template Apply-PnPProvisioningTemplate -Path template.xml © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

PnP provisioning opportunities 6/3/2018 9:55 AM PnP provisioning opportunities SharePoint Deployment Components Site Columns Content Types Lists Navigation Term Groups Content Pages Master Pages / Page Layouts General branding assets (CSS, JS, etc) Localization Composed Looks / Theming Features CustomActions Property Bag Security Workflows Search Settings AddIns Webbooks © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

PnP provisioning best practices 6/3/2018 9:55 AM PnP provisioning best practices Create a model site / site artifacts Export provisioning template from model Apply provisioning template to new site Export Create Apply © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

PnP Provisioning 6/3/2018 9:55 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

6/3/2018 9:55 AM SharePoint PnP provisioning engine is the best method to repeatedly provision SharePoint. © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Please evaluate this session Tech Ready 15 6/3/2018 Please evaluate this session From your Please expand notes window at bottom of slide and read. Then Delete this text box. PC or tablet: visit MyIgnite https://myignite.microsoft.com/evaluations Phone: download and use the Microsoft Ignite mobile app https://aka.ms/ignite.mobileapp Your input is important! © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

6/3/2018 9:55 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.