Cross-Platform Parallels: Understanding SharePoint (Online) Through Notes-colored glasses

Size: px
Start display at page:

Download "Cross-Platform Parallels: Understanding SharePoint (Online) Through Notes-colored glasses"

Transcription

1 Cross-Platform Parallels: Understanding SharePoint (Online) Through Notes-colored glasses Presented by Ben Menesi

2 Speaker Head of Product at Ytria IBM Notes Domino Admin & Dev. for the past 10 years Actually did SharePoint Dev. Before getting into Domino Proud IBM Champion since 2014 Speaker at IBM and Microsoft events around the globe

3 Agenda What is SharePoint? Architecture Site Collections, Sites Lists, Columns, Items Forms, Web Parts Workflows Permissions

4 What this presentation isn t about It s NOT about Domino vs. SharePoint and which is better IBM vs. Microsoft What we ll talk about: Objective comparison of capabilities Demystifying common fears and misconceptions Understanding what SharePoint can and cannot do through Notes functionality parallels

5 What is SharePoint? SharePoint is a web framework for Collaboration Heavy integration with , Calendar, Office Products, OneDrive and more You can do a LOT with SharePoint Complete file sharing and sync (OneDrive Integration) Project Management and Tracking Websites Maintain Lists (back-end SQL) up to 30M items

6 Few examples of external sites on SP MWLUG 2017

7 Few examples of external sites on SP MWLUG 2017

8 Few examples of external sites on SP MWLUG 2017

9 Here s what a SharePoint TeamSite looks like

10 SharePoint Online 2016 Architecture From the top down Top-level website Lists Sub-Sites Column 1 Column 2 Columns Item 1 Item 2 Items

11 Development Tools to use when developing apps for SharePoint 2016 Use SharePoint Designer 2013 product discontinued but super handy Use InfoPath 2013 for designing forms and workflows Use Visual Studio for advanced coding extra Add-Ins to create SPO apps directly in SharePoint Online via Developer Suite

12 Administration MWLUG 2017

13 Administration What can the admin do? Manage Site collections Manage SPO User profiles, organizations, groups and sites Manage the Term Store (directory of common terms used across the organization) Manage search (dictionaries, schemas, results, query rules etc) SPO Apps, Catalog, Purchases Settings from Site creation, push notifications, comments, and more Third party app security

14 Site Collections Site Collections can be considered a top level entity in SharePoint. Not easy to find a Notes equivalent but it could be something similar to a mixture of a Domino server and a Connections Community. Site Collections come with a specific URL A Site collection always comes with a top level site Assign further, children or sub-sites that belong to the current site collection. Permissions are set on the site collection level, and by default inherited downwards.

15 Site Collections View their properties and create, manage site collections from the SharePoint Admin center

16 Site Collections Manage Site Collection settings from the root site settings

17 Hub sites Hub sites are a new addition to SharePoint Online Container for as many sites as you want A bit similar to a Notes Template file but Provides cross-site navigation Content aggregation (news and activities) Look and feel: sites can inherit design from hub site Scoped search (search across all sites that belong to the hubsite)

18 Sites As Notes Admins and Developers, we could consider SharePoint sites as a mixture of a Notes database and an IBM Connections Community When creating a site, you can Pick a site template think of this as a Notes DB template Select a default Site welcome page Use pre-set lists, or add your custom lists Set your permissions (Inherit or unique)

19 Sites Creating a new subsite (Site contents > Subsites > Create new subsite)

20 New in sites Introduced yesterday: SharePoint spaces

21 SharePoint spaces SharePoint data in VR Works with site templates (citizen developer) 3D models and 360 videos displayable in VR headsets Customizable via WebGL and BabylonGL

22 Lists Lowest level entity in SharePoint think Notes forms BUT Lists are THE thing in SharePoint that define what an entry think Notes document will contain. Representation of the entry on forms and in views is very flexible, while the underlying data entry isn t. What is a list? Essentially it s a relational data table Lists consist of columns think fields on a Notes form

23 Lists SharePoint Online 2016 Architecture Content Site Columns Content Types Site Columns Type Create / Edit / Display Form Central column management Central Column Collections Forms Site Permissions Column 1 Column 2 CustomColumn Item 1 Item 2 Main Site Permissions Item 3

24 Lists With Lists being the lowest entity in SharePoint, you can define a LOT of stuff around them such as: Forms for data manipulation Views to display list Workflows Custom Actions

25 Lists Editing List properties in SharePoint designer:

26 Columns Columns are what make up a list in SharePoint. Very similar to Fields in Notes A TON of available attributes can be defined

27 Columns Column type = item / field type in Notes. You don t have a lot of flexibility once you set up a datatype and start adding your items Watch out! Once created, some columns are sealed and can t be changed (e.g. Person / Group type columns) Two ways to create columns Directly created for and assigned to lists Site columns propagated to any lists using them Read more on advanced column types:

28 Column Types Computed Columns Computed columns have their own category. Can t be Person / Group type AND computed. Use Excel formulas (Tip: Use excel to evaluate them)

29 Content Types Content Types are reusable collections of (site)columns. Site Columns Workflows Document Template Content Type Information Mgmt. Policies Lists Libraries

30 Content Types Content Types are reusable collections of (site)columns. We could think of them as sub-forms or custom controls in Notes Content types are assigned to lists. When editing a given list you can Edit the content type directly but keep in mind: changes will propagate to all lists using this content type Add additional custom columns to your list, in addition to the content type(s) used

31 Content Types There are tons of pre-defined content types:

32 Content Types You can always create your own custom content types

33 Content Types Using multiple content types in the same list This is possible but needs to be enabled Once allowed, content type is visible under the new button as well as under List settings

34 Forms There are three default forms for each list New Item Edit Item View Item Define what forms to use on the list settings interface: Edit forms using InfoPath or via source code directly

35 Forms Editing forms using InfoPath Organize fields Add graphics Add validations Define Rules

36 Views Very similar to Notes Views except You don t need designer or in-depth knowledge to edit them Up for users to view their data whichever way they want Advantages of SharePoint views over Notes views: Group by on the fly Disadvantages of SharePoint views compared to Notes views Limited Data display (max 5000 items only) Group by (i.e. categorized view) SharePoint views only allow 2 levels

37 Views Setting up views Personal or public Columns to display (only those that exist) Group By Filter (Selection formula) Style, Folders, Totals, Mobile and Item limit

38 Views To create view: List Settings \ Views \ Create View

39 Web Parts Modular units of information: building block of web part pages Think Notes Frames in a frameset Types of Web Parts: Content Editor Web Part: Add formatted text, tables, hyperlinks, images Form Web Part: Connect to and filter a column of data in another web part (think preview frame) Image Web Part List View Web Part: Display and edit List / Library data Page Viewer Web Part: Display web page, file, folder, etc. Site Users Web Part: List of users and groups with permission to use site

40 Web Parts Pre-configured web parts (they come with Site templates) Announcements Calendar Links Shared Documents Tasks Team Discussion These web parts are for representation, the underlying data is stored in lists Custom Web Parts: build your own web parts in an ASP.NET file (aspx) Read more:

41 Web Parts To edit, create web parts go to Settings > Edit Page > Add Webpart

42 Workflows There are a number of standard workflow options attached to lists using Microsoft Flow

43 Workflows Some of the pre-set options you have for flows: Send notifications when items are added, modified, deleted, etc. Start approval when an item is added Listen on various Social / Collaboration platforms and when a message matching criteria is added, create new item. Interact with Twitter, Slack, etc. Complete a custom action

44 Workflows An example of the condition + action sequence A TON of options, here are some connectors:

45 Workflows If you need something beyond the out of the box features Flow and SharePoint Designer offer, use Visual Studio Getting started with Visual Studio Workflow Development:

46 Create Docs Delete Docs Create Private Agents Create Personal Folders / Views Create Shared Folders / Views Create LS / Java agents Read Public Docs Write Public Docs Repl. or copy docs # of possible combinations MWLUG 2017 SharePoint Permissions Similar to ACL Entries in Notes Domino Recap on Domino ACL flags: 9 standard flags + n roles: ^n combinations ACL Matrix No Access No No No No No No Opt. Opt. No 2^2 Depositor Yes No No No No No Opt. Opt. Opt. 2^3 Reader No No Opt. Opt. No Opt. Yes Opt. Opt. 2^5 Author Opt. Opt. Opt. Opt. No Opt. Yes Opt. Opt. 2^7 Editor No Opt. Opt. Opt. Opt. Opt. Yes Yes Opt. 2^6 Designer Yes Opt. Yes Yes Yes Opt. Yes Yes Opt. 2^3 Manager Yes Opt. Yes Yes Yes Yes Yes Yes Opt. 2^2

47 Permissions MWLUG 2017 SharePoint Permissions Permissions are by default inherited from top to bottom Site Collection Site Child Site List / Library Item

48 SharePoint Permissions Inheritance can be broken at any point Site Collection Site Child Site List / Library Item

49 SharePoint Permissions Permissions are by default inherited from top to bottom 18 Site permissions, 12 List permissions, 3 Personal permissions (33 in total) Site Collections: Permissions are configured for the top level site or root-site All sub-sites by default inherit permissions but this can be turned off Lists: Lists inherit permissions from their parent site. Inheritance can be turned off Items Items can also have their permissions and inherit this from their list permissions.

50 SharePoint Permissions Pre-Set Permission Levels Full Control Design Edit Contribute Read View Only Approve Manage Hierarchy Restricted Read Restricted Interfaces for Translation

51 Item level permissions You can set item level permissions in SharePoint (Readers items in Notes) but Item level permissions don t work when more than 50 items in a list There is no equivalent to Managing dynamic readers items via code in Notes or the Author items management. Best to separate audience for lists as opposed to items

52 Understanding permissions With multiple permission layers, overseeing who can do what is extremely difficult You can use Check Permissions to determine what a given user can do (similar to Effective Access in Notes) More on Permissions

53 External Sharing Controlled by Site Collection Administrator under Site Permissions > Users and Permissions > Access Request Settings Options: More info:

54 Managing Sharepoint Online using Powershell PowerShell is an object oriented scripting language built on the.net Framework PowerShell cmdlets: lightweight commands used in the Windows PowerShell environment PW runtime invokes cmdlets within the context of automation scripts. HUGE difference between On-Premises install and O365 Cmdlets in SharePoint on-premises: 774 Cmdlets in SPO: 30

55 Managing Sharepoint Online using Powershell Why use PowerShell with SPO 2016? Consistency: for installing, provisioning sites and updates Schedule reports Example tasks Adding content types to documents on multiple or all sites Manipulating list items (including bulk-imports) Managing User properties Bulk-importing SPO list data (e.g. stuff exported from Domino) Learn PowerShell:

56 Managing Sharepoint Online using Powershell SharePoint Online PowerShell repositories Live360-SharePoint2016-Tasks PowerShell for SharePoint Command Builder Not updated for SP mandbuilder.html SharePointPnP.PowerShell Commands

57 Limitations Items in a list or library Up to 30M items in a list, or 30M files and folders in a library A file s name must be fewer than 400 characters Files attached to list items can t be bigger than 250MB Site Collections Up to 50 hub sites Up to 2000 subsites

58 Demo Let s see how we can transform a custom notes app to a SharePoint list Steps Understanding the notes business logic Getting ready for export Creating SharePoint List with the appropriate fields and logic PowerShell to upload the data

59 Thank you! Any questions: Let s

Course 55197A: Microsoft SharePoint Server 2016 for the Site Owner/Power User

Course 55197A: Microsoft SharePoint Server 2016 for the Site Owner/Power User Skip to main content Course 55197A: Microsoft SharePoint Server 2016 for the Site Owner/Power User - Course details Course Outline Module 1: The Role of the Site Owner This module provides an introduction

More information

SharePoint 2010 and 2013 Auditing and Site Content Administration using PowerShell

SharePoint 2010 and 2013 Auditing and Site Content Administration using PowerShell SharePoint 2010 and 2013 Auditing and Site Content Administration using PowerShell 55095A; 1 Days, Instructor-led Course Description This one day class is designed for SharePoint 2010 and 2013 server administrators

More information

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

Explorer View document libraries, 165 form library, 183

Explorer View document libraries, 165 form library, 183 Index A Actions section Add Listing link, 18 Add News link, 29 Add Person link, 20 Advanced Search Link, 41 Change Location link, 19 Change Settings link, 13 Create Subarea link, 13 Edit Page link, 21

More information

SharePoint Online for Power Users

SharePoint Online for Power Users Introduction This course is designed to bring users up to speed with working with SharePoint as a Power User. The course introduces and the Office 365 ecosystem and teaches basics such as navigating the

More information

Microsoft SharePoint Server 2016 for the Site Owner/Power User

Microsoft SharePoint Server 2016 for the Site Owner/Power User Course 55197: Microsoft SharePoint Server 2016 for the Site Owner/Power User Page 1 of 5 Microsoft SharePoint Server 2016 for the Site Owner/Power User Course 55197: 2 days; Instructor-Led Introduction

More information

SharePoint 2016 Power User

SharePoint 2016 Power User SharePoint Course - 55217 SharePoint 2016 Power User Length 5 days Audience This course is intended for anyone who wants to become the ultimate site owner; whether you are building sites for yourself or

More information

Index. Tony Smith 2016 T. Smith, SharePoint 2016 User's Guide, DOI /

Index. Tony Smith 2016 T. Smith, SharePoint 2016 User's Guide, DOI / Index A Alerts creation frequency, 472 list and library, 474 475 list item and document, 473 474 notifications, 478 page alerts, 475 476 search alerts, 477 items, 472 management adding alerts, 480 481

More information

SharePoint Online Power User

SharePoint Online Power User Course 55215: SharePoint Online Power User Page 1 of 6 SharePoint Online Power User Course 55215: 3 days; Instructor-Led Introduction This course delivers the complete site owner story from start to finish

More information

SharePoint Online Power User

SharePoint Online Power User Course 55215A: SharePoint Online Power User - Course details Course Outline Module 1: An Introduction to SharePoint Online Let s get started with SharePoint online by letting you know about its fantastic

More information

Microsoft SharePoint 2013 for SharePoint Readers, Authors and Site Managers

Microsoft SharePoint 2013 for SharePoint Readers, Authors and Site Managers 1800 ULEARN (853 276) www.ddls.com.au Microsoft SharePoint 2013 for SharePoint Readers, Authors and Site Managers Length 2 days Price $913.00 (inc GST) Overview The skills acquired in this course enable

More information

SHAREPOINT-2016 Syllabus

SHAREPOINT-2016 Syllabus Syllabus Overview: Gone are those days when we used to manage all information in a corporate manually. For every type of requirement we have different solutions but integrating them is a big nuisance.

More information

SharePoint 2010 Central Administration/Configuration Training

SharePoint 2010 Central Administration/Configuration Training SharePoint 2010 Central Administration/Configuration Training Overview: - This course is designed for the IT professional who has been tasked with setting up, managing and maintaining Microsoft's SharePoint

More information

Microsoft SharePoint Online Power User

Microsoft SharePoint Online Power User 1800 ULEARN (853 276) www.ddls.com.au Microsoft 55215 - SharePoint Online Power User Length 4 days Price $3740.00 (inc GST) Overview This course delivers the complete site owner story from start to finish

More information

Microsoft SharePoint 2016 Power User

Microsoft SharePoint 2016 Power User 1800 ULEARN (853 276) www.ddls.com.au Microsoft SharePoint 2016 Power User Length 4 days Price $3740.00 (inc GST) Overview This course delivers the complete site owner story from start to finish in an

More information

Index A Access data formats, 215 exporting data from, to SharePoint, forms and reports changing table used by form, 213 creating, cont

Index A Access data formats, 215 exporting data from, to SharePoint, forms and reports changing table used by form, 213 creating, cont Index A Access data formats, 215 exporting data from, to SharePoint, 215 217 forms and reports changing table used by form, 213 creating, 237 245 controlling availability of, 252 259 data connection to,

More information

Microsoft SharePoint Server 2013 for the Site Owner/Power User

Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035A: Microsoft SharePoint Server 2013 for the Site Owner/Power User Course Details Course Outline Module 1: The Role of the Site Owner This module provides an introduction to the topics covered

More information

Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035: 2 days; Instructor-Led

Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035: 2 days; Instructor-Led Course 55035: Microsoft SharePoint Server 2013 for the Site Owner/Power User Page 1 of 8 Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035: 2 days; Instructor-Led Overview This

More information

Course Outline. Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035: 2 days Instructor-Led

Course Outline. Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035: 2 days Instructor-Led Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035: 2 days Instructor-Led Introduction This two day class is designed for information workers or power users who serve as SharePoint

More information

AVANTUS TRAINING PTE PTE LTD LTD

AVANTUS TRAINING PTE PTE LTD LTD [MS55035]: Microsoft SharePoint Server 2013 for the Site Owner/Power User Length : 2 days Audience(s) : Information Workers, IT Professionals Level : 200 Technology : Microsoft SharePoint Server 2013 Delivery

More information

VisualSP 2010 Help Items

VisualSP 2010 Help Items Rehmani Consulting, Inc. VisualSP 2010 Help Items http://www.visualsp.com vsp-support@visualsp.com 630-786-7026 Doc Rev 6.2 for VSP 4.7.0.4 Contents Contents... 2 Introduction... 3 VisualSP 2010 Help Ribbon

More information

Contents. Common Site Operations. Home actions. Using SharePoint

Contents. Common Site Operations. Home actions. Using SharePoint This is a companion document to About Share-Point. That document describes the features of a SharePoint website in as much detail as possible with an emphasis on the relationships between features. This

More information

Tzunami Deployer Lotus Notes Exporter Guide

Tzunami Deployer Lotus Notes Exporter Guide Tzunami Deployer Lotus Notes Exporter Guide Version 2.5 Copyright 2010. Tzunami Inc. All rights reserved. All intellectual property rights in this publication are owned by Tzunami, Inc. and protected by

More information

Sharepoint Introduction. Module-1: Working on Lists. Module-2: Predefined Lists and Libraries

Sharepoint Introduction. Module-1: Working on Lists. Module-2: Predefined Lists and Libraries Training & Consulting Sharepoint Introduction An overview of the SharePoint Admin Center 1 Comparing the different SharePoint Online versions Finding the SharePoint Admin Center in Office 365 A brief walkthrough

More information

55035: Microsoft SharePoint Server 2013 for the Site Owner/Power User

55035: Microsoft SharePoint Server 2013 for the Site Owner/Power User 55035: Microsoft SharePoint Server 2013 for the Site Owner/Power User Description This training class is designed for SharePoint Site Owners, Site Collection Administrators and SharePoint Server Administrators

More information

Microsoft SharePoint Server 2013 for the Site Owner/Power User

Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035B: Microsoft SharePoint Server 2013 for the Site Owner/Power User Page 1 of 6 Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035B: 2 days; Instructor-Led Introduction

More information

VisualSP 2016 Help Items

VisualSP 2016 Help Items Rehmani Consulting, Inc. VisualSP 2016 Help Items http://www.visualsp.com vsp-support@visualsp.com 630-786-7026 Doc Rev 6.2.1 for VSP 5.2.0.0 Contents Contents... 2 Introduction... 3 VisualSP 2016 Help

More information

SharePoint Migration Options in Ben Athawes, Head of SharePoint

SharePoint Migration Options in Ben Athawes, Head of SharePoint SharePoint Migration Options in 2016 Ben Athawes, Head of SharePoint Platform @bathawes Welcome to the Consortium: SharePoint migration projects The end is nigh Things have changed quite a bit! cloud-first

More information

So You Want To Be A Rockstar Report Developer?

So You Want To Be A Rockstar Report Developer? So You Want To Be A Rockstar Report Developer? October 15-18, 2013 Charlotte, NC Melissa Coates, BI Architect BlueGranite Speaker Bio Melissa Coates Business Intelligence & Data Warehousing Developer BI

More information

81225 &SSWSSS Call Us SharePoint 2010 S:

81225 &SSWSSS Call Us SharePoint 2010 S: 81225 &SSWSSS Call Us SharePoint 2010 S: +91 93925 63949 Course Objectives At the end of the course, students will be able to:! Understand IIS Web Server and hosting websites in IIS.! Install and configure

More information

SharePoint 2019 and Extranet User Manager

SharePoint 2019 and Extranet User Manager SharePoint 2019 and Extranet User Manager Tuesday, June 5, 2018 12:00-1:00 PM http://eum.co (#) Agenda Introductions SharePoint 2019 Announcements SharePoint On Premises Extranets EUM Features and Licensing

More information

55035: PowerShell for SharePoint Administrators

55035: PowerShell for SharePoint Administrators Let s Reach For Excellence! TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC Address: 103 Pasteur, Dist.1, HCMC Tel: 08 38245819; 38239761 Email: traincert@tdt-tanduc.com Website: www.tdt-tanduc.com; www.tanducits.com

More information

End User SharePoint 2010 Videos List

End User SharePoint 2010 Videos List End User SharePoint 2010 Videos List Screencast Name Number Abstract Category A subsite (or simply referred to as site) is created as an interface for hosting pages, lists, libraries and web parts. Creating

More information

8.0 Help for End Users About Jive for SharePoint System Requirements Using Jive for SharePoint... 6

8.0 Help for End Users About Jive for SharePoint System Requirements Using Jive for SharePoint... 6 for SharePoint 2010/2013 Contents 2 Contents 8.0 Help for End Users... 3 About Jive for SharePoint... 4 System Requirements... 5 Using Jive for SharePoint... 6 Overview of Jive for SharePoint... 6 Accessing

More information

Setting Up Jive for SharePoint Online and Office 365. Introduction 2

Setting Up Jive for SharePoint Online and Office 365. Introduction 2 Setting Up Jive for SharePoint Online and Office 365 Introduction 2 Introduction 3 Contents 4 Contents Setting Up Jive for SharePoint Online and Office 365...5 Jive for SharePoint Online System Requirements...5

More information

Running Effective Projects In Office 365. June 1, 2017

Running Effective Projects In Office 365. June 1, 2017 Running Effective Projects In Office 365 June 1, 2017 Peter Carson President, Envision IT SharePoint MVP Partner Seller, Microsoft Canada peter.carson@extranetusermanager.com http://blog.petercarson.ca

More information

MS 50547: Microsoft SharePoint 2010 Site Collection and Site Administration Duration: 5 Days Method: Instructor-Led

MS 50547: Microsoft SharePoint 2010 Site Collection and Site Administration Duration: 5 Days Method: Instructor-Led MS 50547: Microsoft SharePoint 2010 Site Collection and Site Administration Duration: 5 Days Method: Instructor-Led Course Description This five-day instructor-led Site Collection and Site Administrator

More information

SharePoint Designer Customizing and Branding SharePoint 2010 and Office 365

SharePoint Designer Customizing and Branding SharePoint 2010 and Office 365 SharePoint Designer 2010 - Customizing and Branding SharePoint 2010 and Office 365 55010; 3 Days, Instructor-led Course Description This three-day instructor-led course provides students with the knowledge

More information

SharePoint Online from Scratch. By Peter Kalmström

SharePoint Online from Scratch. By Peter Kalmström SharePoint Online from Scratch By Peter Kalmström SHAREPOINT ONLINE FROM SCRATCH Welcome to SharePoint Online from Scratch! In this book for SharePoint administrators, content creators and other power

More information

Microsoft SharePoint Server 2013 for the Site Owner/Power User

Microsoft SharePoint Server 2013 for the Site Owner/Power User 3 Riverchase Office Plaza Hoover, Alabama 35244 Phone: 205.989.4944 Fax: 855.317.2187 E-Mail: rwhitney@discoveritt.com Web: www.discoveritt.com Course 55035A: Microsoft SharePoint Server 2013 for the Site

More information

IT Training Services. SharePoint 2013 Getting Started. Version: 2015/2016 V1

IT Training Services. SharePoint 2013 Getting Started. Version: 2015/2016 V1 IT Training Services SharePoint 2013 Getting Started Version: 2015/2016 V1 Table of Contents ACCESSING SHAREPOINT SITE 1 IT Intranet SharePoint Site... 1 Create a SubSite... 1 DOCUMENT LIBRARIES 2 Create

More information

How-to: SharePoint Web Forms

How-to: SharePoint Web Forms How-to: SharePoint Web Forms Contents Overview:... 3 Create Web Form Site... 3 Web Form Components:... 4 Web Form page... 4 Confirmation page... 5 Responses list:... 6 Views:... 6 Form design... 7 Web

More information

UMB Sharepoint Online Guidelines

UMB Sharepoint Online Guidelines 2017 UMB Sharepoint Online Guidelines DEVELOPED BY CENTER FOR INFORMATION TECHNOLOGY SERVICES TRISHA KAUFMAN UNIVERSITY OF MARYLAND, BALTIMORE [Company address] Table of Contents What is Sharepoint?...2

More information

SharePoint 2016 Site Collections and Site Owner Administration

SharePoint 2016 Site Collections and Site Owner Administration Course 55234A: SharePoint 2016 Site Collections and Site Owner Administration Course Outline Module 1: Getting Started with SharePoint 2016 This module explains to site collection and site administrators

More information

WHAT IS NEW FOR DEVS IN SP 2013

WHAT IS NEW FOR DEVS IN SP 2013 WHAT IS NEW FOR DEVS IN SP 2013 ADIS JUGO, PLANB. SHAREPOINT AND PROJECT CONFERENCE ADRIATICS ZAGREB, 11/28/2012 ponsors Agenda Apps Search Workflow WCM Mobile Other APPS In its most basic form, an app

More information

SharePoint Server 2016 Feature Comparison* Accessibility Standards Support Yes Yes. Asset Library Enhancements/Video Support Yes Yes.

SharePoint Server 2016 Feature Comparison* Accessibility Standards Support Yes Yes. Asset Library Enhancements/Video Support Yes Yes. Content Features SharePoint Server 2016 Feature Comparison* Accessibility Standards Support Yes Yes Asset Library Enhancements/Video Support Yes Yes Auditing Yes Yes Auditing & Reporting (e.g. doc edits,

More information

OFFICE 365 AND SHAREPOINT ONLINE: RAPID UPSKILL TRACK

OFFICE 365 AND SHAREPOINT ONLINE: RAPID UPSKILL TRACK Education and Support for SharePoint, Office 365 and Azure www.combined-knowledge.com COURSE OUTLINE OFFICE 365 AND SHAREPOINT ONLINE: RAPID UPSKILL TRACK Course Duration: 4 Days Overview The first day

More information

One of the fundamental kinds of websites that SharePoint 2010 allows

One of the fundamental kinds of websites that SharePoint 2010 allows Chapter 1 Getting to Know Your Team Site In This Chapter Requesting a new team site and opening it in the browser Participating in a team site Changing your team site s home page One of the fundamental

More information

55035A: Microsoft SharePoint Server 2013 for the Site Owner/Power User

55035A: Microsoft SharePoint Server 2013 for the Site Owner/Power User 55035A: Microsoft SharePoint Server 2013 for the Site Owner/Power User Microsoft - Sharepoint Nível: Intermédio Duração: 14h Sobre o curso This two day class is designed for information workers or power

More information

Unpacking Office 365 A high level overview of the apps and services bundled in the standard Office 365 subscription: What is it Use cases FAQ

Unpacking Office 365 A high level overview of the apps and services bundled in the standard Office 365 subscription: What is it Use cases FAQ Unpacking Office 365 A high level overview of the apps and services bundled in the standard Office 365 subscription: What is it Use cases Unpacking Office 365 Making the move to Office 365? Whether your

More information

SharePoint 2013 End User Level I

SharePoint 2013 End User Level I SharePoint 2013 End User Level I 55050; 4 Days, Instructor-led Course Description This 4-day course explores all the basic end user features of SharePoint 2013 including all basic lists and sites (aka

More information

De La Salle University Information Technology Center. Microsoft Windows SharePoint Services and SharePoint Portal Server 2003

De La Salle University Information Technology Center. Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 De La Salle University Information Technology Center Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 WEB DESIGNER / ADMINISTRATOR User s Guide 2 Table Of Contents I. What is Microsoft

More information

Me, We, All: OneDrive, Teams, and SharePoint Online. By Craig Jahnke

Me, We, All: OneDrive, Teams, and SharePoint Online. By Craig Jahnke Me, We, All: OneDrive, Teams, and SharePoint Online By Craig Jahnke About me Craig Jahnke Technical Architect Concurrency, Inc Worked in IT past 15 years M.S. in Information Systems Organize SPS Chicago

More information

: Course : SharePoint 2016 Site Collection and Site Administration

: Course : SharePoint 2016 Site Collection and Site Administration Module Title Duration : Course 55194 : SharePoint 2016 Site Collection and Site Administration : 5 days Course Description This five-day instructor-led course is intended for power users and IT professionals,

More information

(Introduction Title slide) (Forward engineering) [Start demo]

(Introduction Title slide) (Forward engineering) [Start demo] (Introduction Title slide) Welcome to this demonstration of IBM InfoSphere Data Architect. InfoSphere Data Architect is a collaborative data design solution to discover, model, relate, and standardize

More information

SharePoint 2013 Power User

SharePoint 2013 Power User SharePoint 2013 Power User Course 55028; 2 Days, Instructor-led Course Description This SharePoint 2013 Power User training class is designed for individuals who need to learn the fundamentals of managing

More information

Microsoft SharePoint End User level 1 course content (3-day)

Microsoft SharePoint End User level 1 course content (3-day) http://www.multimediacentre.co.za Cape Town: 021 790 3684 Johannesburg: 011 083 8384 Microsoft SharePoint End User level 1 course content (3-day) Course Description SharePoint End User Level 1 teaches

More information

"Charting the Course to Your Success!" MOC Microsoft SharePoint 2010 Site Collection and Site Administration Course Summary

Charting the Course to Your Success! MOC Microsoft SharePoint 2010 Site Collection and Site Administration Course Summary MOC 50547 Microsoft SharePoint Site Collection and Site Course Summary Description This five-day instructor-led Site Collection and Site Administrator course gives students who have SharePoint Owner permissions

More information

Modern Requirements4TFS 2018 Release Notes

Modern Requirements4TFS 2018 Release Notes Modern Requirements4TFS 2018 Release Notes Modern Requirements 3/7/2018 Table of Contents 1. INTRODUCTION... 3 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 3 GENERAL... 4 1. FEATURES... 4 2. ENHANCEMENT...

More information

Product Documentation. ER/Studio Portal. User Guide. Version Published February 21, 2012

Product Documentation. ER/Studio Portal. User Guide. Version Published February 21, 2012 Product Documentation ER/Studio Portal User Guide Version 1.6.3 Published February 21, 2012 2012 Embarcadero Technologies, Inc. Embarcadero, the Embarcadero Technologies logos, and all other Embarcadero

More information

TSInfo Technologies (OPC) Pvt Ltd

TSInfo Technologies (OPC) Pvt Ltd ABSTRACT Courses for SharePoint online Office 365 and SharePoint 2016 training SharePoint Training Courses Prepared By Bijay Kumar Sahoo (Microsoft MVP) SharePoint Online Office 365 SharePoint 2016 SharePoint

More information

"Charting the Course... SharePoint 2007 Hands-On Labs Course Summary

Charting the Course... SharePoint 2007 Hands-On Labs Course Summary Course Summary Description This series of 33 hands-on labs allows students to explore the new features of Microsoft SharePoint Server, Microsoft Windows, Microsoft Office, including Microsoft Office Groove,

More information

Page 1. Peers Technologies Pvt. Ltd. Course Brochure. Share Point 2007

Page 1. Peers Technologies Pvt. Ltd. Course Brochure. Share Point 2007 Page 1 Peers Technologies Pvt. Ltd. Course Brochure Page 2 Overview SharePoint is becoming the web development platform of the future. The ability to quickly plan, design, deploy and utilize effective

More information

12/05/2017. Geneva ServiceNow Custom Application Development

12/05/2017. Geneva ServiceNow Custom Application Development 12/05/2017 Contents...3 Applications...3 Creating applications... 3 Parts of an application...22 Contextual development environment... 48 Application management... 56 Studio... 64 Service Creator...87

More information

6 th October 2018 Milan

6 th October 2018 Milan 6 th October 2018 Milan What s New in SharePoint Server 2019 Spencer Harbar @harbars ITP02 #SPSMilan A Huge Thank You! To Our Sponsors Buongiorno! Chief Architect, ClearPeople Edinburgh, United Kingdom

More information

IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://www.certqueen.com

IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://www.certqueen.com IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://www.certqueen.com Exam : 070-332 Title : Advanced Solutions of Microsoft SharePoint Server 2013 Version : DEMO 1 / 9 1.Topic

More information

About Customizing a SharePoint Server 2007 Site

About Customizing a SharePoint Server 2007 Site SharePoint How To s / Customizing a Site of About Customizing a SharePoint Server 007 Site Modify the structure and appearance of your SharePoint Server 007 site to best suit the needs of your group. Use

More information

SharePoint 2010 Tutorial

SharePoint 2010 Tutorial SharePoint 2010 Tutorial TABLE OF CONTENTS Introduction... 1 Basic Navigation... 2 Navigation Buttons & Bars... 3 Ribbon... 4 Library Ribbon... 6 Recycle Bin... 7 Permission Levels & Groups... 8 Create

More information

Playing Tag: Managed Metadata and Taxonomies in SharePoint 2010 SharePoint Saturday San Diego February 2011 Chris McNulty

Playing Tag: Managed Metadata and Taxonomies in SharePoint 2010 SharePoint Saturday San Diego February 2011 Chris McNulty Playing Tag: Managed Metadata and Taxonomies in SharePoint 2010 SharePoint Saturday San Diego February 2011 Chris McNulty About Me Working with SharePoint technologies since 2000/2001 20 years consulting

More information

SharePoint Online Office 365 Developer Course Content

SharePoint Online Office 365 Developer Course Content This PDF contains full course content of SharePoint Online Office 365 developer training. The course designed from beginners, advanced and latest topics from SharePoint Online. SharePoint Online Office

More information

Office 365 for Business Basics

Office 365 for Business Basics Office 365 for Business Basics Notice of Rights No part of this document may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated into any language, in any form or by any

More information

SharePoint Online 101

SharePoint Online 101 Work Smart by Microsoft IT SharePoint Online 101 Customization note: This document contains guidance and/or step-by-step installation instructions that can be reused, customized, or deleted entirely if

More information

Rehmani Consulting, Inc. VisualSP 2013 Help Items. SharePoint-Videos.com

Rehmani Consulting, Inc. VisualSP 2013 Help Items. SharePoint-Videos.com Rehmani Consulting, Inc. VisualSP 2013 Help Items SharePoint-Videos.com info@sharepointelearning.com 630-786-7026 Contents Contents... 2 Introduction... 3 VisualSP 2013 Help Ribbon Details... 4 Document

More information

Super User Series: SharePoint Lists (Power User/Site Owner Focus) Nicholas Miller SharePoint Architect & Developer

Super User Series: SharePoint Lists (Power User/Site Owner Focus) Nicholas Miller SharePoint Architect & Developer Super User Series: SharePoint Lists (Power User/Site Owner Focus) Nicholas Miller SharePoint Architect & Developer What are SharePoint Lists? Differences between SharePoint Lists and Excel Workbooks How

More information

Admin Table is oftr Caoto ntr e s U ntsser Guide Table of Contents Introduction Accessing the Portal

Admin Table is oftr Caoto ntr e s U ntsser Guide Table of Contents Introduction Accessing the Portal Administrator s Table of Contents User Guide Table of Contents Introduction 3 Accessing the Portal 3 Create User Accounts 4 Enable / Disable User Accounts 5 Manage Users from an LDAP Server 5 User Roles

More information

SHAREPOINT 2010 OVERVIEW FOR DEVELOPERS RAI UMAIR SHAREPOINT MENTOR MAVENTOR

SHAREPOINT 2010 OVERVIEW FOR DEVELOPERS RAI UMAIR SHAREPOINT MENTOR MAVENTOR SHAREPOINT 2010 OVERVIEW FOR DEVELOPERS RAI UMAIR SHAREPOINT MENTOR MAVENTOR About Rai Umair SharePoint Mentor with Maventor 8+ years of experience in SharePoint Development, Training and Consulting APAC

More information

What Is SharePoint Server 2007? SharePoint Server 2007 Sites. SharePoint How To s / Collaboration 1of 5

What Is SharePoint Server 2007? SharePoint Server 2007 Sites. SharePoint How To s / Collaboration 1of 5 SharePoint How To s / Collaboration 1of 5 SharePoint Server 2007 is an integrated suite of server applications that helps people and teams work together. At Microsoft, these sites are most commonly used

More information

[AV-SP2016-SM]: SharePoint 2016 Site Members

[AV-SP2016-SM]: SharePoint 2016 Site Members [AV-SP2016-SM]: SharePoint 2016 Site Members Length : 1 Day Audience(s) : SharePoint Site Members/ Visitors Level : Immediate/ Advanced Technology : SharePoint 2016 Delivery Method : Instructor-led (Classroom)

More information

SharePoint 2016 Site Collections and Site Owner Administration

SharePoint 2016 Site Collections and Site Owner Administration SharePoint 2016 Site Collections and Site Owner Administration Course 55234A - Five days - Instructor-led - Hands-on Introduction This five-day instructor-led course is intended for power users and IT

More information

Curriculum Guide. ThingWorx

Curriculum Guide. ThingWorx Curriculum Guide ThingWorx Live Classroom Curriculum Guide Introduction to ThingWorx 8 ThingWorx 8 User Interface Development ThingWorx 8 Platform Administration ThingWorx 7.3 Fundamentals Applying Machine

More information

Tzunami Deployer Lotus Notes Exporter Guide

Tzunami Deployer Lotus Notes Exporter Guide Tzunami Deployer Lotus Notes Exporter Guide Supports migration of Notes contents into Microsoft SharePoint using Tzunami Deployer Version 2.7 Table of Content PREFACE... I INTENDED AUDIENCE... I CONVENTIONS...

More information

SharePoint 2013 End User

SharePoint 2013 End User SharePoint 2013 End User Course 55031A; 3 Days, Instructor-led Course Description This SharePoint 2013 End User class is for end users working in a SharePoint 2013 environment. The course teaches SharePoint

More information

SharePoint General Instructions

SharePoint General Instructions SharePoint General Instructions Table of Content What is GC Drive?... 2 Access GC Drive... 2 Navigate GC Drive... 2 View and Edit My Profile... 3 OneDrive for Business... 3 What is OneDrive for Business...

More information

Eli Robillard, SharePoint MVP. Consultant Solution Architect Author Speaker Phone:

Eli Robillard, SharePoint MVP. Consultant Solution Architect Author Speaker   Phone: Eli Robillard, SharePoint MVP Consultant Solution Architect Author Speaker E-mail: Eli@ERobillard.com Phone: 416.317.6729 Twitter: @erobillard Upcoming Appearances With The Secondments: Friday, November

More information

Quick Reference Guide SharePoint Quick Reference Guide

Quick Reference Guide SharePoint Quick Reference Guide Quick Reference Guide 1 P age Table of Contents What is SharePoint?... 3 1. Home Page Layout... 4 2. Uploading Documents to a Library... 6 3. To Open a Document... 7 4. To Delete a Document... 7 5. Adding

More information

[MS55199]: SharePoint 2016 End User Training. Audience Profile This course is intended for new and existing users of SharePoint.

[MS55199]: SharePoint 2016 End User Training. Audience Profile This course is intended for new and existing users of SharePoint. [MS55199]: SharePoint 2016 End User Training Length : 3 Days Audience(s) : Information Workers Level : 100 Technology : Microsoft SharePoint Server Delivery Method : Instructor-led (Classroom) Course Overview

More information

Free Download Dev. Virto Workflow Activities Kit for SP2010 computer software free download ]

Free Download Dev. Virto Workflow Activities Kit for SP2010 computer software free download ] Free Download Dev. Virto Workflow Activities Kit for SP2010 computer software free download ] Description: Although customized working processes are included in Microsoft Office SharePoint 2007, 2010 and

More information

Microsoft SharePoint Server 2013 Plan, Configure & Manage

Microsoft SharePoint Server 2013 Plan, Configure & Manage Microsoft SharePoint Server 2013 Plan, Configure & Manage Course 20331-20332B 5 Days Instructor-led, Hands on Course Information This five day instructor-led course omits the overlap and redundancy that

More information

Define Your Office 365 External Sharing Strategy

Define Your Office 365 External Sharing Strategy Define Your Office 365 External Sharing Strategy Tuesday, April 24, 2018 12:00-1:00 PM Peter Carson President, Extranet User Manager and Envision IT SharePoint MVP Partner Seller, Microsoft Canada peter.carson@extranetusermanager.com

More information

SharePoint. How to Get Started With Microsoft

SharePoint. How to Get Started With Microsoft How to Get Started With Microsoft SharePoint SkillPath a division of the Graceland College Center for Professional Development and Lifelong Learning, Inc. All rights reserved, including the right to reproduce

More information

Chronodat Issue Tracker Add-in. User Manual CHRONODAT, LLC. February 15, 2017 Version P age

Chronodat Issue Tracker Add-in. User Manual CHRONODAT, LLC. February 15, 2017 Version P age Chronodat Issue Tracker Add-in User Manual CHRONODAT, LLC February 15, 2017 Version 2.0 1 P age Introduction The introduction section of the document describes the scope and objective of Office 365 Chronodat

More information

Call: SharePoint 2013 Course Content:35-40hours Course Outline

Call: SharePoint 2013 Course Content:35-40hours Course Outline SharePoint 2013 Course Content:35-40hours Course Outline Exploring SharePoint Designer 2013 Understanding SharePoint Designer 2013 Using SharePoint Designer to Carry Out Common Tasks Understanding What's

More information

SHAREPOINT 2013 DEVELOPMENT

SHAREPOINT 2013 DEVELOPMENT SHAREPOINT 2013 DEVELOPMENT Audience Profile: This course is for those people who have couple of years of development experience on ASP.NET with C#. Career Path: After completing this course you will be

More information

SITE DESIGN & ADVANCED WEB PART FEATURES...

SITE DESIGN & ADVANCED WEB PART FEATURES... Overview OVERVIEW... 2 SITE DESIGN & ADVANCED WEB PART FEATURES... 4 SITE HIERARCHY... 4 Planning Your Site Hierarchy & Content... 4 Content Building Tools... 5 Pages vs Sites... 6 Creating Pages... 6

More information

Office 365 External Sharing Webinar November 7, 2017

Office 365 External Sharing Webinar November 7, 2017 Office 365 External Sharing Webinar November 7, 2017 Introductions Peter Carson President, Extranet User Manager and Envision IT SharePoint MVP Partner Seller, Microsoft Canada peter.carson@extranetusermanager.com

More information

Microsoft. SharePoint Your Organization s Name Here

Microsoft. SharePoint Your Organization s Name Here Microsoft SharePoint 2013 Your Organization s Name Here Table of Contents Table of Contents... 2 Introducing CustomGuide Training Manuals... 7 How it Works... 8 The Fundamentals... 9 Introduction to SharePoint...

More information

Securing SharePoint TASSCC TEC 2009 Web 2.0 Conference

Securing SharePoint TASSCC TEC 2009 Web 2.0 Conference Securing SharePoint TASSCC TEC 2009 Web 2.0 Conference Dan Cornell Email: dan@denimgroup.comd Twitter: @danielcornell March 26 th, 2009 Agenda Background SharePoint Basics Securing SharePoint Common Approaches

More information

SharePoint SP380: SharePoint Training for Power Users (Site Owners and Site Collection Administrators)

SharePoint SP380: SharePoint Training for Power Users (Site Owners and Site Collection Administrators) SharePoint SP380: SharePoint Training for Power Users (Site Owners and Site Collection Administrators) This 5-day, Interface-exclusive course dives deep into the features of all SharePoint versions including

More information

MCSE Productivity. A Success Guide to Prepare- Core Solutions of Microsoft SharePoint Server edusum.com

MCSE Productivity. A Success Guide to Prepare- Core Solutions of Microsoft SharePoint Server edusum.com 70-331 MCSE Productivity A Success Guide to Prepare- Core Solutions of Microsoft SharePoint Server 2013 edusum.com Table of Contents Introduction to 70-331 Exam on Core Solutions of Microsoft SharePoint

More information

SharePoint Online/Office 365 Training

SharePoint Online/Office 365 Training SharePoint Online/Office 365 Training Power User / Fundamentals Intended for: Prerequisites: Power User / Site Administrator / Forms and Workflows Designers None OVERVIEW The SharePoint Power User Fundamentals

More information