SlideShare a Scribd company logo
1 of 41
Essentials for the
SharePoint Power User
North American Collab Summit 2018
#CollabSummit
MAKE SURE TO THANK OUR SPONSORS!
WEAR YOUR NACS WRISTBAND FOR
LUNCH SPECIALS ON BRANSON LANDING
PLAY VENDOR BINGO FOR YOUR
CHANCE TO WIN A i7 16GB 1TB SURFACE
BOOK
MAKE SURE TO
ATTEND THE
ATTENDEE
PARTY FRIDAY
NIGHT AT
7:30PM AT
BLACK OAK
GRILL FOR
GREATE LIVE
MUSIC
GET YOUR
FREE DRINK
TICKETS AT THE
END OF THE
DAY SESSION
ON FRIDAY
PRIZE DRAWINGS HAPPEN AFTER THE END OF THE DAY SESSIONS ON FRIDAY AND
SATURDAY. YOU MUST ATTEND THE END OF THE DAY SESSION TO WIN.
Drew Madelung
Email : dmadelung@concurrency.com
Twitter : @dmadelung
Website: drewmadelung.com
Technical Architect – SharePoint & Office 365
How to speak SharePoint
Security
Demos, Demos & more Demos
Essentials for the
SharePoint Power User
North American Collab Summit
Search
Libraries & Lists & Content
“If you ask 10
people to define
SharePoint, you’re
likely to get ten
different answers”
Reference
Power Users are essential
for SharePoint adoption
Power Users vs Administrators
Power Users (Site Owners)
• Works with…
• Sites
• Security
• Content
• Lists & Libraries
• Pages
• Metadata
• Look & Feel
• Workflows
• Business process
Administrators
• Works with…
• Servers
• Farm
• Database
• Services
• Web applications
• Active Directory
• Enterprise settings
• 3rd party setup
• Roles could be spread across a team
Architecture
How to Speak SharePoint
Web Application
Farm
Site Collection
Library & Lists
Sub site
https://intranet.com/sites/HR
https://intranet.com
https://intranet.com/sites/HR/lists/contacts
https://intranet.com/sites/HR/team
Library
How to Speak SharePoint
List
Content Type
Columns
View
Web Part
SharePoint Group
Permission Level
SharePoint Workflows
SharePoint Designer
CONGRATULATIONS!
You have passed level 1 of how to speak SharePoint
Online or On-Premises?
Core site owner
functionality is not different
Online will require keeping
pace with new features
Library List
Used to store and manage things like
documents, videos or other pieces of
actual content and apply metadata
A table to hold data. Very similar to excel in that it
contains rows and columns. These are not used to
store documents but control information.
Libraries & Lists
Document Library List
Libraries & Lists
Libraries Lists
Libraries & Lists
Document Library
Picture Library
Wiki Page Library
Form Library
Asset Library
Pages Library
Custom List
Tasks
Calendar
Contacts
Promoted Links
Issue Tracking
External List
Survey
Links
Announcements
You can start with a template!
Libraries & Lists Advice
Don’t put spaces in names, please don’t
Be warned of the list view threshold (5,000) – Predictive indexing…
Can manage modern experience at the library/list level
Build useful views
Turn on content types through advanced library/list settings
Start using PowerApps & Flow instead of InfoPath & SharePoint Designer if possible
Content Types & Columns
Project
Document
Document
Type
Project
Number
Client
Invoice
Document
Document
Type
Finance
Team
IT
Document
Document
Type
IT Team
Content Types
Columns
Content Types
Document
Organization
Document
Project
Document
Finance
Document
Invoice
Document
IT Document
Infrastructure
Document
Content Types are
based on inheritance
Site Columns vs List Columns
• Created when creating a column directly
on a list or library
• Cannot be reused
• Easy to create and customize
Site Column List Column
• Created at the site level via “Site Columns”
• Available in all list, libraries, and subsites
• Centralized data
• Requires extended rights
• Requires planning
• Created when Content Type Hub used
Managed Metadata (column type)
Manage your metadata outside of the column structure
Groups, Term Sets, & Terms
Hierarchy of terms
Labels
• (SOW = Statement of Work)
Content Types & Columns info & advice
Don’t modify/delete default site columns
Use site columns for reuse across a site or site collection when possible
Once a content type is associated with a library/list it can be modified there
Use the right column type for the job
List & Column validation can be handy
A Content Type Hub can be used to have centralized content types – (session tomorrow)
Create columns without spaces then add them (like libraries/lists) for good internal field name
Content
Management
Demo
Let’s talk Security
Site
Collection
Site
Library, List
Item,
Document,
Folder
Permission
Level
Full Control
Edit
Contribute
Read
View Only
Approve
Design
Create your own!
User or Group SharePoint Object
3 things make up SharePoint Security
Security is based on inheritance
Site
Collection
Site
Library, List
Item,
Document,
Folder
Site
Collection
Site
Library, List
Item,
Document,
Folder
Unbroken Inheritance Broken Inheritance
Groups & Broken Inheritance
Site
Collection
Site
Library, List
Item,
Document,
Folder
Group members do not
change through broken
inheritance
Members Owners
Owners
Once in a group, access
applied wherever that
group is
Deleting a group, deletes
the whole group
Security info & advice
Start with an open permission model and restrict when needed
Permissions can be applied at a Site, Library/List, or Folder/Item level
Try to not break permissions unless you need to
When users with manage permissions share content, inheritance is broken
Using Active Directory groups for larger groups could be easier to manage
SharePoint groups are available across the whole site collection
SharePoint Groups & Permission levels do NOT cross site collections
Security
Demo!
Search
SharePoint search will never be like Google search
Involve end users
Content is search driven using metadata
Use Search web parts to make intelligent sites
Modern search is very different
Modern
Search
Classic
Classic Search
Enterprise Search vs Site Search
Site search page cannot be modified - osssearchresults.aspx
Enterprise search pages can be modified – results.aspx
Customize your search settings to:
• Set new search center URL
• Set custom search results page (build your own!)
• Set search navigation
Search Queries
Keyword Operators
TermA TermB Implicit AND between each term
“TermA TermB” Must match exact phrase
TermA OR TermB Items with either term are returned
Term* Items starting with entered characters up to wildcard
TermA NOT TermB Any items containing trailing term are excluded
Built using Keyword Query Language (KQL)
Property Queries - ManagedProperty | Operator | PropertyValue
Filextension=docx Only files with the extension of docx
Author:”Drew Madelung” Files created by “drew”
Created>2016-11-16 Items created after 11/16/2016
-tile:test Excludes results that include the word test
KQL Syntax Reference https://msdn.microsoft.com/en-us/library/office/ee558911.aspx
Content Search Web Part
Compared to Content Query Web Part, but better
Can display items from anywhere in SharePoint
Built with Search Query + Display Template
Highlighted Content Web Part (Modern)
New way to show specific content
using modern experience
Can display items from anywhere in
SharePoint
Display Templates
• Located in: “~sitecollection/+catalogs/masterpage/Display Templates”
• Utilizes HTML and Javascript
• .js file automatically built
2 different display templates used per web part
Reference - https://cann0nf0dder.wordpress.com/2013/02/20/content-search-webpart-and-display-templates
Search info and advice
Use Content Search Web Parts in place of Content Query
Don’t customize the default display templates
Lots of display templates available online to start
Use the “Refinable” managed properties for mapping in Office 365
Utilize search for people results
Search results will not appear until after a crawl (really fun waiting in Office 365)
Don’t hardcode in query when possible
Query variables are your friend -> ex… {QueryString.parametername} or {User.property}
Drew’s Random Tips From the Field
• You can filter views using [Me] and [Today]
• Take advantage of calculated columns and list validation
• Don’t put HTML in calculated columns
• When editing a view, if there is a web part on another page it will NOT update that web part
• If you modify a view within a web part it will only be done within that web part
• There is a hidden User information list on each site collection
• Use SharePoint groups to audience target web parts (not available for modern)
New Things for SharePoint Power Users
• “Column Formatter” in modern experience
• PowerApps can be used as forms for modern SharePoint lists
• “Attention Views” in modern experience
• Lots of new modern web parts
• Planner, Forms, Yammer
• SharePoint Hub Sites (coming soon!)
• xxxx
Help Contribute &
Stay Informed!
Microsoft Tech Community
https://techcommunity.microsoft.com
Office 365 Roadmap
https://fasttrack.microsoft.com/roadmap
Office Blogs
https://blogs.office.com/
Office 365 Admin Center – Message Center
https://portal.office.com/AdminPortal
Questions?
Email: dmadelung@concurrency.com
Twitter: @dmadelung
Website: drewmadelung.com
Slides: http://bit.ly/DrewSlides
Essentials for the
SharePoint Power User
North American Collab Summit

More Related Content

What's hot

What's New with OneDrive for Business - SharePoint Fest Chicago
What's New with OneDrive for Business - SharePoint Fest ChicagoWhat's New with OneDrive for Business - SharePoint Fest Chicago
What's New with OneDrive for Business - SharePoint Fest ChicagoDrew Madelung
 
What's new with OneDrive - July 2021
What's new with OneDrive - July 2021What's new with OneDrive - July 2021
What's new with OneDrive - July 2021Drew Madelung
 
Securing Team, SharePoint, and OneDrive in Microsoft 365 - M365VM
Securing Team, SharePoint, and OneDrive in Microsoft 365 - M365VMSecuring Team, SharePoint, and OneDrive in Microsoft 365 - M365VM
Securing Team, SharePoint, and OneDrive in Microsoft 365 - M365VMDrew Madelung
 
Microsoft Ignite Recap: SharePoint & OneDrive for Business with Vlad & Drew
Microsoft Ignite Recap: SharePoint & OneDrive for Business with Vlad & DrewMicrosoft Ignite Recap: SharePoint & OneDrive for Business with Vlad & Drew
Microsoft Ignite Recap: SharePoint & OneDrive for Business with Vlad & DrewDrew Madelung
 
Securing SharePoint & OneDrive in Office 365
Securing SharePoint & OneDrive in Office 365Securing SharePoint & OneDrive in Office 365
Securing SharePoint & OneDrive in Office 365Drew Madelung
 
Intro to Shared Channels
Intro to Shared ChannelsIntro to Shared Channels
Intro to Shared ChannelsDrew Madelung
 
Everything you need to know about sharing files in SharePoint and OneDrive
Everything you need to know about sharing files in SharePoint and OneDriveEverything you need to know about sharing files in SharePoint and OneDrive
Everything you need to know about sharing files in SharePoint and OneDriveDrew Madelung
 
How to successfully manage OneDrive
How to successfully manage OneDriveHow to successfully manage OneDrive
How to successfully manage OneDriveDrew Madelung
 
Everything you need to know about sharing files in SharePoint & OneDrive - SP...
Everything you need to know about sharing files in SharePoint & OneDrive - SP...Everything you need to know about sharing files in SharePoint & OneDrive - SP...
Everything you need to know about sharing files in SharePoint & OneDrive - SP...Drew Madelung
 
Making a real world sharing strategy for SharePoint, OneDrive & Teams
Making a real world sharing strategy for SharePoint, OneDrive & TeamsMaking a real world sharing strategy for SharePoint, OneDrive & Teams
Making a real world sharing strategy for SharePoint, OneDrive & TeamsDrew Madelung
 
Enabling Sharing & Collaboration in OneDrive & SharePoint
Enabling Sharing & Collaboration in OneDrive & SharePointEnabling Sharing & Collaboration in OneDrive & SharePoint
Enabling Sharing & Collaboration in OneDrive & SharePointDrew Madelung
 
What are SharePoint Hub Sites and how should they be implemented - SPSTC 2018
What are SharePoint Hub Sites and how should they be implemented - SPSTC 2018What are SharePoint Hub Sites and how should they be implemented - SPSTC 2018
What are SharePoint Hub Sites and how should they be implemented - SPSTC 2018Drew Madelung
 
OneDrive & SharePoint Better Together
OneDrive & SharePoint Better TogetherOneDrive & SharePoint Better Together
OneDrive & SharePoint Better TogetherDrew Madelung
 
Managing OneDrive for Business - SPSNYC
Managing OneDrive for Business - SPSNYCManaging OneDrive for Business - SPSNYC
Managing OneDrive for Business - SPSNYCDrew Madelung
 
Maximizing Your Office 365 Investments With OneDrive
Maximizing Your Office 365 Investments With OneDriveMaximizing Your Office 365 Investments With OneDrive
Maximizing Your Office 365 Investments With OneDriveNetwoven Inc.
 
Getting started with with SharePoint Syntex
Getting started with with SharePoint SyntexGetting started with with SharePoint Syntex
Getting started with with SharePoint SyntexDrew Madelung
 
Training – Introduction to SharePoint Online for Collaboration and Document M...
Training – Introduction to SharePoint Online for Collaboration and Document M...Training – Introduction to SharePoint Online for Collaboration and Document M...
Training – Introduction to SharePoint Online for Collaboration and Document M...Suhail Jamaldeen
 
30 on Thursday - Your Digitial Workplace: Store, Share & Sync with Microsoft ...
30 on Thursday - Your Digitial Workplace: Store, Share & Sync with Microsoft ...30 on Thursday - Your Digitial Workplace: Store, Share & Sync with Microsoft ...
30 on Thursday - Your Digitial Workplace: Store, Share & Sync with Microsoft ...Drew Madelung
 
What's new with OneDrive for Business - SharePoint Fest DC 2019
What's new with OneDrive for Business - SharePoint Fest DC 2019What's new with OneDrive for Business - SharePoint Fest DC 2019
What's new with OneDrive for Business - SharePoint Fest DC 2019Drew Madelung
 
Microsoft Ignite Recap: Microsoft 365 Security & Compliance with Vlad & Drew
Microsoft Ignite Recap: Microsoft 365 Security & Compliance with Vlad & DrewMicrosoft Ignite Recap: Microsoft 365 Security & Compliance with Vlad & Drew
Microsoft Ignite Recap: Microsoft 365 Security & Compliance with Vlad & DrewDrew Madelung
 

What's hot (20)

What's New with OneDrive for Business - SharePoint Fest Chicago
What's New with OneDrive for Business - SharePoint Fest ChicagoWhat's New with OneDrive for Business - SharePoint Fest Chicago
What's New with OneDrive for Business - SharePoint Fest Chicago
 
What's new with OneDrive - July 2021
What's new with OneDrive - July 2021What's new with OneDrive - July 2021
What's new with OneDrive - July 2021
 
Securing Team, SharePoint, and OneDrive in Microsoft 365 - M365VM
Securing Team, SharePoint, and OneDrive in Microsoft 365 - M365VMSecuring Team, SharePoint, and OneDrive in Microsoft 365 - M365VM
Securing Team, SharePoint, and OneDrive in Microsoft 365 - M365VM
 
Microsoft Ignite Recap: SharePoint & OneDrive for Business with Vlad & Drew
Microsoft Ignite Recap: SharePoint & OneDrive for Business with Vlad & DrewMicrosoft Ignite Recap: SharePoint & OneDrive for Business with Vlad & Drew
Microsoft Ignite Recap: SharePoint & OneDrive for Business with Vlad & Drew
 
Securing SharePoint & OneDrive in Office 365
Securing SharePoint & OneDrive in Office 365Securing SharePoint & OneDrive in Office 365
Securing SharePoint & OneDrive in Office 365
 
Intro to Shared Channels
Intro to Shared ChannelsIntro to Shared Channels
Intro to Shared Channels
 
Everything you need to know about sharing files in SharePoint and OneDrive
Everything you need to know about sharing files in SharePoint and OneDriveEverything you need to know about sharing files in SharePoint and OneDrive
Everything you need to know about sharing files in SharePoint and OneDrive
 
How to successfully manage OneDrive
How to successfully manage OneDriveHow to successfully manage OneDrive
How to successfully manage OneDrive
 
Everything you need to know about sharing files in SharePoint & OneDrive - SP...
Everything you need to know about sharing files in SharePoint & OneDrive - SP...Everything you need to know about sharing files in SharePoint & OneDrive - SP...
Everything you need to know about sharing files in SharePoint & OneDrive - SP...
 
Making a real world sharing strategy for SharePoint, OneDrive & Teams
Making a real world sharing strategy for SharePoint, OneDrive & TeamsMaking a real world sharing strategy for SharePoint, OneDrive & Teams
Making a real world sharing strategy for SharePoint, OneDrive & Teams
 
Enabling Sharing & Collaboration in OneDrive & SharePoint
Enabling Sharing & Collaboration in OneDrive & SharePointEnabling Sharing & Collaboration in OneDrive & SharePoint
Enabling Sharing & Collaboration in OneDrive & SharePoint
 
What are SharePoint Hub Sites and how should they be implemented - SPSTC 2018
What are SharePoint Hub Sites and how should they be implemented - SPSTC 2018What are SharePoint Hub Sites and how should they be implemented - SPSTC 2018
What are SharePoint Hub Sites and how should they be implemented - SPSTC 2018
 
OneDrive & SharePoint Better Together
OneDrive & SharePoint Better TogetherOneDrive & SharePoint Better Together
OneDrive & SharePoint Better Together
 
Managing OneDrive for Business - SPSNYC
Managing OneDrive for Business - SPSNYCManaging OneDrive for Business - SPSNYC
Managing OneDrive for Business - SPSNYC
 
Maximizing Your Office 365 Investments With OneDrive
Maximizing Your Office 365 Investments With OneDriveMaximizing Your Office 365 Investments With OneDrive
Maximizing Your Office 365 Investments With OneDrive
 
Getting started with with SharePoint Syntex
Getting started with with SharePoint SyntexGetting started with with SharePoint Syntex
Getting started with with SharePoint Syntex
 
Training – Introduction to SharePoint Online for Collaboration and Document M...
Training – Introduction to SharePoint Online for Collaboration and Document M...Training – Introduction to SharePoint Online for Collaboration and Document M...
Training – Introduction to SharePoint Online for Collaboration and Document M...
 
30 on Thursday - Your Digitial Workplace: Store, Share & Sync with Microsoft ...
30 on Thursday - Your Digitial Workplace: Store, Share & Sync with Microsoft ...30 on Thursday - Your Digitial Workplace: Store, Share & Sync with Microsoft ...
30 on Thursday - Your Digitial Workplace: Store, Share & Sync with Microsoft ...
 
What's new with OneDrive for Business - SharePoint Fest DC 2019
What's new with OneDrive for Business - SharePoint Fest DC 2019What's new with OneDrive for Business - SharePoint Fest DC 2019
What's new with OneDrive for Business - SharePoint Fest DC 2019
 
Microsoft Ignite Recap: Microsoft 365 Security & Compliance with Vlad & Drew
Microsoft Ignite Recap: Microsoft 365 Security & Compliance with Vlad & DrewMicrosoft Ignite Recap: Microsoft 365 Security & Compliance with Vlad & Drew
Microsoft Ignite Recap: Microsoft 365 Security & Compliance with Vlad & Drew
 

Similar to Essentials for the SP Power User

Essentials for the SharePoint Power User - SPTechCon San Francisco 2016
Essentials for the SharePoint Power User - SPTechCon San Francisco 2016Essentials for the SharePoint Power User - SPTechCon San Francisco 2016
Essentials for the SharePoint Power User - SPTechCon San Francisco 2016Drew Madelung
 
TechFuse 2013 - Break down the walls SharePoint 2013
TechFuse 2013 - Break down the walls SharePoint 2013TechFuse 2013 - Break down the walls SharePoint 2013
TechFuse 2013 - Break down the walls SharePoint 2013Avtex
 
Product Catalog and IT Service Management
Product Catalog and IT Service ManagementProduct Catalog and IT Service Management
Product Catalog and IT Service ManagementDrew Madelung
 
Spca2014 search workshop niaulin
Spca2014 search workshop niaulinSpca2014 search workshop niaulin
Spca2014 search workshop niaulinNCCOMMS
 
Real World Challenges in Enterprise Search
Real World Challenges in Enterprise SearchReal World Challenges in Enterprise Search
Real World Challenges in Enterprise SearchAgnes Molnar
 
Content Management and Page Structure for SharePoint
Content Management and Page Structure for SharePointContent Management and Page Structure for SharePoint
Content Management and Page Structure for SharePointD'arce Hess
 
Overview of Search in SharePoint Server 2013 - Australian SharePoint Conferen...
Overview of Search in SharePoint Server 2013 - Australian SharePoint Conferen...Overview of Search in SharePoint Server 2013 - Australian SharePoint Conferen...
Overview of Search in SharePoint Server 2013 - Australian SharePoint Conferen...Sezai Komur
 
SPC Europe Training Week - Real World Challenges in Enterprise Search
SPC Europe Training Week - Real World Challenges in Enterprise SearchSPC Europe Training Week - Real World Challenges in Enterprise Search
SPC Europe Training Week - Real World Challenges in Enterprise SearchAgnes Molnar
 
SharePoint User Group Meeting- SharePoint 2013 Search
SharePoint User Group Meeting- SharePoint 2013 SearchSharePoint User Group Meeting- SharePoint 2013 Search
SharePoint User Group Meeting- SharePoint 2013 SearchC/D/H Technology Consultants
 
Optimizing Your Content for Search
Optimizing Your Content for SearchOptimizing Your Content for Search
Optimizing Your Content for SearchSharon Weaver
 
How did you find that?! Optimizing your SharePoint content for search
How did you find that?! Optimizing your SharePoint content for search How did you find that?! Optimizing your SharePoint content for search
How did you find that?! Optimizing your SharePoint content for search Sharon Weaver
 
SPC Master Power User SharePoint & Office 365
SPC Master Power User SharePoint & Office 365SPC Master Power User SharePoint & Office 365
SPC Master Power User SharePoint & Office 365Benjamin Niaulin
 
SharePoint 2013 Search - Whats new for End Users
SharePoint 2013 Search - Whats new for End UsersSharePoint 2013 Search - Whats new for End Users
SharePoint 2013 Search - Whats new for End UsersMark Stokes
 
SharePoint Search - August 2019 at Utah SharePoint User Group
SharePoint Search - August 2019 at Utah SharePoint User GroupSharePoint Search - August 2019 at Utah SharePoint User Group
SharePoint Search - August 2019 at Utah SharePoint User GroupGreg McMurray
 
SharePoint Jumpstart #2 Making Basic SharePoint Search Work
SharePoint Jumpstart #2 Making Basic SharePoint Search WorkSharePoint Jumpstart #2 Making Basic SharePoint Search Work
SharePoint Jumpstart #2 Making Basic SharePoint Search WorkEarley Information Science
 
SharePoint Saturday Perth 2013 - Overview of Search in SharePoint Server 201...
SharePoint Saturday Perth 2013  - Overview of Search in SharePoint Server 201...SharePoint Saturday Perth 2013  - Overview of Search in SharePoint Server 201...
SharePoint Saturday Perth 2013 - Overview of Search in SharePoint Server 201...Sezai Komur
 
Build killer visuals to interact with your content using Search and Display T...
Build killer visuals to interact with your content using Search and Display T...Build killer visuals to interact with your content using Search and Display T...
Build killer visuals to interact with your content using Search and Display T...ShareGate
 
SharePoint NYC search presentation
SharePoint NYC search presentationSharePoint NYC search presentation
SharePoint NYC search presentationjtbarrera
 

Similar to Essentials for the SP Power User (20)

Essentials for the SharePoint Power User - SPTechCon San Francisco 2016
Essentials for the SharePoint Power User - SPTechCon San Francisco 2016Essentials for the SharePoint Power User - SPTechCon San Francisco 2016
Essentials for the SharePoint Power User - SPTechCon San Francisco 2016
 
TechFuse 2013 - Break down the walls SharePoint 2013
TechFuse 2013 - Break down the walls SharePoint 2013TechFuse 2013 - Break down the walls SharePoint 2013
TechFuse 2013 - Break down the walls SharePoint 2013
 
Product Catalog and IT Service Management
Product Catalog and IT Service ManagementProduct Catalog and IT Service Management
Product Catalog and IT Service Management
 
Spca2014 search workshop niaulin
Spca2014 search workshop niaulinSpca2014 search workshop niaulin
Spca2014 search workshop niaulin
 
Real World Challenges in Enterprise Search
Real World Challenges in Enterprise SearchReal World Challenges in Enterprise Search
Real World Challenges in Enterprise Search
 
Content Management and Page Structure for SharePoint
Content Management and Page Structure for SharePointContent Management and Page Structure for SharePoint
Content Management and Page Structure for SharePoint
 
Overview of Search in SharePoint Server 2013 - Australian SharePoint Conferen...
Overview of Search in SharePoint Server 2013 - Australian SharePoint Conferen...Overview of Search in SharePoint Server 2013 - Australian SharePoint Conferen...
Overview of Search in SharePoint Server 2013 - Australian SharePoint Conferen...
 
Search
SearchSearch
Search
 
SPC Europe Training Week - Real World Challenges in Enterprise Search
SPC Europe Training Week - Real World Challenges in Enterprise SearchSPC Europe Training Week - Real World Challenges in Enterprise Search
SPC Europe Training Week - Real World Challenges in Enterprise Search
 
SharePoint User Group Meeting- SharePoint 2013 Search
SharePoint User Group Meeting- SharePoint 2013 SearchSharePoint User Group Meeting- SharePoint 2013 Search
SharePoint User Group Meeting- SharePoint 2013 Search
 
Optimizing Your Content for Search
Optimizing Your Content for SearchOptimizing Your Content for Search
Optimizing Your Content for Search
 
How did you find that?! Optimizing your SharePoint content for search
How did you find that?! Optimizing your SharePoint content for search How did you find that?! Optimizing your SharePoint content for search
How did you find that?! Optimizing your SharePoint content for search
 
SPC Master Power User SharePoint & Office 365
SPC Master Power User SharePoint & Office 365SPC Master Power User SharePoint & Office 365
SPC Master Power User SharePoint & Office 365
 
SharePoint 2013 Search - Whats new for End Users
SharePoint 2013 Search - Whats new for End UsersSharePoint 2013 Search - Whats new for End Users
SharePoint 2013 Search - Whats new for End Users
 
SharePoint Search - August 2019 at Utah SharePoint User Group
SharePoint Search - August 2019 at Utah SharePoint User GroupSharePoint Search - August 2019 at Utah SharePoint User Group
SharePoint Search - August 2019 at Utah SharePoint User Group
 
Semantic SharePoint
Semantic SharePointSemantic SharePoint
Semantic SharePoint
 
SharePoint Jumpstart #2 Making Basic SharePoint Search Work
SharePoint Jumpstart #2 Making Basic SharePoint Search WorkSharePoint Jumpstart #2 Making Basic SharePoint Search Work
SharePoint Jumpstart #2 Making Basic SharePoint Search Work
 
SharePoint Saturday Perth 2013 - Overview of Search in SharePoint Server 201...
SharePoint Saturday Perth 2013  - Overview of Search in SharePoint Server 201...SharePoint Saturday Perth 2013  - Overview of Search in SharePoint Server 201...
SharePoint Saturday Perth 2013 - Overview of Search in SharePoint Server 201...
 
Build killer visuals to interact with your content using Search and Display T...
Build killer visuals to interact with your content using Search and Display T...Build killer visuals to interact with your content using Search and Display T...
Build killer visuals to interact with your content using Search and Display T...
 
SharePoint NYC search presentation
SharePoint NYC search presentationSharePoint NYC search presentation
SharePoint NYC search presentation
 

More from Drew Madelung

Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Deep dive into Microsoft Purview Data Loss Prevention
Deep dive into Microsoft Purview Data Loss PreventionDeep dive into Microsoft Purview Data Loss Prevention
Deep dive into Microsoft Purview Data Loss PreventionDrew Madelung
 
Introduction to Microsoft Syntex
Introduction to Microsoft SyntexIntroduction to Microsoft Syntex
Introduction to Microsoft SyntexDrew Madelung
 
Breakdown of Microsoft Purview Solutions
Breakdown of Microsoft Purview SolutionsBreakdown of Microsoft Purview Solutions
Breakdown of Microsoft Purview SolutionsDrew Madelung
 
Deploying & Managing OneDrive
Deploying & Managing OneDriveDeploying & Managing OneDrive
Deploying & Managing OneDriveDrew Madelung
 
Deploying Viva Topics
Deploying Viva TopicsDeploying Viva Topics
Deploying Viva TopicsDrew Madelung
 
Labelling in Microsoft 365 - Retention & Sensitivity
Labelling in Microsoft 365 - Retention & SensitivityLabelling in Microsoft 365 - Retention & Sensitivity
Labelling in Microsoft 365 - Retention & SensitivityDrew Madelung
 
How to Successfully Manage OneDrive for Business
How to Successfully Manage OneDrive for BusinessHow to Successfully Manage OneDrive for Business
How to Successfully Manage OneDrive for BusinessDrew Madelung
 
What's New with OneDrive
What's New with OneDriveWhat's New with OneDrive
What's New with OneDriveDrew Madelung
 
What's new with Security & Compliance for SharePoint, OneDrive, and Teams
What's new with Security & Compliance for SharePoint, OneDrive, and TeamsWhat's new with Security & Compliance for SharePoint, OneDrive, and Teams
What's new with Security & Compliance for SharePoint, OneDrive, and TeamsDrew Madelung
 
Securing SharePoint, OneDrive, & Teams with Sensitivity Labels
Securing SharePoint, OneDrive, & Teams with Sensitivity LabelsSecuring SharePoint, OneDrive, & Teams with Sensitivity Labels
Securing SharePoint, OneDrive, & Teams with Sensitivity LabelsDrew Madelung
 
Labelling in Microsoft 365 - Retention & Sensitivity
Labelling in Microsoft 365 - Retention & SensitivityLabelling in Microsoft 365 - Retention & Sensitivity
Labelling in Microsoft 365 - Retention & SensitivityDrew Madelung
 
Sensitivity for Groups, Teams, and SharePoint
Sensitivity for Groups, Teams, and SharePointSensitivity for Groups, Teams, and SharePoint
Sensitivity for Groups, Teams, and SharePointDrew Madelung
 
M365 Records Management Community Webinar
M365 Records Management Community WebinarM365 Records Management Community Webinar
M365 Records Management Community WebinarDrew Madelung
 
Following the Evolution of Office 365 Groups to Microsoft 365 Groups
Following the Evolution of Office 365 Groups to Microsoft 365 GroupsFollowing the Evolution of Office 365 Groups to Microsoft 365 Groups
Following the Evolution of Office 365 Groups to Microsoft 365 GroupsDrew Madelung
 
Sensitivity labels for Teams, Microsoft 365 Groups & SharePoint Sites
Sensitivity labels for Teams, Microsoft 365 Groups & SharePoint SitesSensitivity labels for Teams, Microsoft 365 Groups & SharePoint Sites
Sensitivity labels for Teams, Microsoft 365 Groups & SharePoint SitesDrew Madelung
 
Review of the new Managed Metadata experience in SharePoint Online
Review of the new Managed Metadata experience in SharePoint OnlineReview of the new Managed Metadata experience in SharePoint Online
Review of the new Managed Metadata experience in SharePoint OnlineDrew Madelung
 
Microsoft Ignite Recap: Microsoft Teams & Yammer with Vlad & Drew
Microsoft Ignite Recap: Microsoft Teams & Yammer with Vlad & DrewMicrosoft Ignite Recap: Microsoft Teams & Yammer with Vlad & Drew
Microsoft Ignite Recap: Microsoft Teams & Yammer with Vlad & DrewDrew Madelung
 

More from Drew Madelung (18)

Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Deep dive into Microsoft Purview Data Loss Prevention
Deep dive into Microsoft Purview Data Loss PreventionDeep dive into Microsoft Purview Data Loss Prevention
Deep dive into Microsoft Purview Data Loss Prevention
 
Introduction to Microsoft Syntex
Introduction to Microsoft SyntexIntroduction to Microsoft Syntex
Introduction to Microsoft Syntex
 
Breakdown of Microsoft Purview Solutions
Breakdown of Microsoft Purview SolutionsBreakdown of Microsoft Purview Solutions
Breakdown of Microsoft Purview Solutions
 
Deploying & Managing OneDrive
Deploying & Managing OneDriveDeploying & Managing OneDrive
Deploying & Managing OneDrive
 
Deploying Viva Topics
Deploying Viva TopicsDeploying Viva Topics
Deploying Viva Topics
 
Labelling in Microsoft 365 - Retention & Sensitivity
Labelling in Microsoft 365 - Retention & SensitivityLabelling in Microsoft 365 - Retention & Sensitivity
Labelling in Microsoft 365 - Retention & Sensitivity
 
How to Successfully Manage OneDrive for Business
How to Successfully Manage OneDrive for BusinessHow to Successfully Manage OneDrive for Business
How to Successfully Manage OneDrive for Business
 
What's New with OneDrive
What's New with OneDriveWhat's New with OneDrive
What's New with OneDrive
 
What's new with Security & Compliance for SharePoint, OneDrive, and Teams
What's new with Security & Compliance for SharePoint, OneDrive, and TeamsWhat's new with Security & Compliance for SharePoint, OneDrive, and Teams
What's new with Security & Compliance for SharePoint, OneDrive, and Teams
 
Securing SharePoint, OneDrive, & Teams with Sensitivity Labels
Securing SharePoint, OneDrive, & Teams with Sensitivity LabelsSecuring SharePoint, OneDrive, & Teams with Sensitivity Labels
Securing SharePoint, OneDrive, & Teams with Sensitivity Labels
 
Labelling in Microsoft 365 - Retention & Sensitivity
Labelling in Microsoft 365 - Retention & SensitivityLabelling in Microsoft 365 - Retention & Sensitivity
Labelling in Microsoft 365 - Retention & Sensitivity
 
Sensitivity for Groups, Teams, and SharePoint
Sensitivity for Groups, Teams, and SharePointSensitivity for Groups, Teams, and SharePoint
Sensitivity for Groups, Teams, and SharePoint
 
M365 Records Management Community Webinar
M365 Records Management Community WebinarM365 Records Management Community Webinar
M365 Records Management Community Webinar
 
Following the Evolution of Office 365 Groups to Microsoft 365 Groups
Following the Evolution of Office 365 Groups to Microsoft 365 GroupsFollowing the Evolution of Office 365 Groups to Microsoft 365 Groups
Following the Evolution of Office 365 Groups to Microsoft 365 Groups
 
Sensitivity labels for Teams, Microsoft 365 Groups & SharePoint Sites
Sensitivity labels for Teams, Microsoft 365 Groups & SharePoint SitesSensitivity labels for Teams, Microsoft 365 Groups & SharePoint Sites
Sensitivity labels for Teams, Microsoft 365 Groups & SharePoint Sites
 
Review of the new Managed Metadata experience in SharePoint Online
Review of the new Managed Metadata experience in SharePoint OnlineReview of the new Managed Metadata experience in SharePoint Online
Review of the new Managed Metadata experience in SharePoint Online
 
Microsoft Ignite Recap: Microsoft Teams & Yammer with Vlad & Drew
Microsoft Ignite Recap: Microsoft Teams & Yammer with Vlad & DrewMicrosoft Ignite Recap: Microsoft Teams & Yammer with Vlad & Drew
Microsoft Ignite Recap: Microsoft Teams & Yammer with Vlad & Drew
 

Recently uploaded

Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 

Recently uploaded (20)

Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 

Essentials for the SP Power User

  • 1. Essentials for the SharePoint Power User North American Collab Summit 2018 #CollabSummit
  • 2. MAKE SURE TO THANK OUR SPONSORS! WEAR YOUR NACS WRISTBAND FOR LUNCH SPECIALS ON BRANSON LANDING PLAY VENDOR BINGO FOR YOUR CHANCE TO WIN A i7 16GB 1TB SURFACE BOOK
  • 3. MAKE SURE TO ATTEND THE ATTENDEE PARTY FRIDAY NIGHT AT 7:30PM AT BLACK OAK GRILL FOR GREATE LIVE MUSIC GET YOUR FREE DRINK TICKETS AT THE END OF THE DAY SESSION ON FRIDAY
  • 4. PRIZE DRAWINGS HAPPEN AFTER THE END OF THE DAY SESSIONS ON FRIDAY AND SATURDAY. YOU MUST ATTEND THE END OF THE DAY SESSION TO WIN.
  • 5. Drew Madelung Email : dmadelung@concurrency.com Twitter : @dmadelung Website: drewmadelung.com Technical Architect – SharePoint & Office 365
  • 6. How to speak SharePoint Security Demos, Demos & more Demos Essentials for the SharePoint Power User North American Collab Summit Search Libraries & Lists & Content
  • 7. “If you ask 10 people to define SharePoint, you’re likely to get ten different answers” Reference
  • 8. Power Users are essential for SharePoint adoption
  • 9. Power Users vs Administrators Power Users (Site Owners) • Works with… • Sites • Security • Content • Lists & Libraries • Pages • Metadata • Look & Feel • Workflows • Business process Administrators • Works with… • Servers • Farm • Database • Services • Web applications • Active Directory • Enterprise settings • 3rd party setup • Roles could be spread across a team
  • 10. Architecture How to Speak SharePoint Web Application Farm Site Collection Library & Lists Sub site https://intranet.com/sites/HR https://intranet.com https://intranet.com/sites/HR/lists/contacts https://intranet.com/sites/HR/team
  • 11. Library How to Speak SharePoint List Content Type Columns View Web Part SharePoint Group Permission Level SharePoint Workflows SharePoint Designer
  • 12. CONGRATULATIONS! You have passed level 1 of how to speak SharePoint
  • 13. Online or On-Premises? Core site owner functionality is not different Online will require keeping pace with new features
  • 14. Library List Used to store and manage things like documents, videos or other pieces of actual content and apply metadata A table to hold data. Very similar to excel in that it contains rows and columns. These are not used to store documents but control information. Libraries & Lists
  • 16. Libraries Lists Libraries & Lists Document Library Picture Library Wiki Page Library Form Library Asset Library Pages Library Custom List Tasks Calendar Contacts Promoted Links Issue Tracking External List Survey Links Announcements You can start with a template!
  • 17. Libraries & Lists Advice Don’t put spaces in names, please don’t Be warned of the list view threshold (5,000) – Predictive indexing… Can manage modern experience at the library/list level Build useful views Turn on content types through advanced library/list settings Start using PowerApps & Flow instead of InfoPath & SharePoint Designer if possible
  • 18. Content Types & Columns Project Document Document Type Project Number Client Invoice Document Document Type Finance Team IT Document Document Type IT Team Content Types Columns
  • 20. Site Columns vs List Columns • Created when creating a column directly on a list or library • Cannot be reused • Easy to create and customize Site Column List Column • Created at the site level via “Site Columns” • Available in all list, libraries, and subsites • Centralized data • Requires extended rights • Requires planning • Created when Content Type Hub used
  • 21. Managed Metadata (column type) Manage your metadata outside of the column structure Groups, Term Sets, & Terms Hierarchy of terms Labels • (SOW = Statement of Work)
  • 22. Content Types & Columns info & advice Don’t modify/delete default site columns Use site columns for reuse across a site or site collection when possible Once a content type is associated with a library/list it can be modified there Use the right column type for the job List & Column validation can be handy A Content Type Hub can be used to have centralized content types – (session tomorrow) Create columns without spaces then add them (like libraries/lists) for good internal field name
  • 24. Let’s talk Security Site Collection Site Library, List Item, Document, Folder Permission Level Full Control Edit Contribute Read View Only Approve Design Create your own! User or Group SharePoint Object 3 things make up SharePoint Security
  • 25. Security is based on inheritance Site Collection Site Library, List Item, Document, Folder Site Collection Site Library, List Item, Document, Folder Unbroken Inheritance Broken Inheritance
  • 26. Groups & Broken Inheritance Site Collection Site Library, List Item, Document, Folder Group members do not change through broken inheritance Members Owners Owners Once in a group, access applied wherever that group is Deleting a group, deletes the whole group
  • 27. Security info & advice Start with an open permission model and restrict when needed Permissions can be applied at a Site, Library/List, or Folder/Item level Try to not break permissions unless you need to When users with manage permissions share content, inheritance is broken Using Active Directory groups for larger groups could be easier to manage SharePoint groups are available across the whole site collection SharePoint Groups & Permission levels do NOT cross site collections
  • 29. Search SharePoint search will never be like Google search Involve end users Content is search driven using metadata Use Search web parts to make intelligent sites Modern search is very different
  • 31. Classic Search Enterprise Search vs Site Search Site search page cannot be modified - osssearchresults.aspx Enterprise search pages can be modified – results.aspx Customize your search settings to: • Set new search center URL • Set custom search results page (build your own!) • Set search navigation
  • 32. Search Queries Keyword Operators TermA TermB Implicit AND between each term “TermA TermB” Must match exact phrase TermA OR TermB Items with either term are returned Term* Items starting with entered characters up to wildcard TermA NOT TermB Any items containing trailing term are excluded Built using Keyword Query Language (KQL) Property Queries - ManagedProperty | Operator | PropertyValue Filextension=docx Only files with the extension of docx Author:”Drew Madelung” Files created by “drew” Created>2016-11-16 Items created after 11/16/2016 -tile:test Excludes results that include the word test KQL Syntax Reference https://msdn.microsoft.com/en-us/library/office/ee558911.aspx
  • 33. Content Search Web Part Compared to Content Query Web Part, but better Can display items from anywhere in SharePoint Built with Search Query + Display Template
  • 34. Highlighted Content Web Part (Modern) New way to show specific content using modern experience Can display items from anywhere in SharePoint
  • 35. Display Templates • Located in: “~sitecollection/+catalogs/masterpage/Display Templates” • Utilizes HTML and Javascript • .js file automatically built 2 different display templates used per web part Reference - https://cann0nf0dder.wordpress.com/2013/02/20/content-search-webpart-and-display-templates
  • 36. Search info and advice Use Content Search Web Parts in place of Content Query Don’t customize the default display templates Lots of display templates available online to start Use the “Refinable” managed properties for mapping in Office 365 Utilize search for people results Search results will not appear until after a crawl (really fun waiting in Office 365) Don’t hardcode in query when possible Query variables are your friend -> ex… {QueryString.parametername} or {User.property}
  • 37. Drew’s Random Tips From the Field • You can filter views using [Me] and [Today] • Take advantage of calculated columns and list validation • Don’t put HTML in calculated columns • When editing a view, if there is a web part on another page it will NOT update that web part • If you modify a view within a web part it will only be done within that web part • There is a hidden User information list on each site collection • Use SharePoint groups to audience target web parts (not available for modern)
  • 38. New Things for SharePoint Power Users • “Column Formatter” in modern experience • PowerApps can be used as forms for modern SharePoint lists • “Attention Views” in modern experience • Lots of new modern web parts • Planner, Forms, Yammer • SharePoint Hub Sites (coming soon!)
  • 39. • xxxx Help Contribute & Stay Informed! Microsoft Tech Community https://techcommunity.microsoft.com Office 365 Roadmap https://fasttrack.microsoft.com/roadmap Office Blogs https://blogs.office.com/ Office 365 Admin Center – Message Center https://portal.office.com/AdminPortal
  • 40. Questions? Email: dmadelung@concurrency.com Twitter: @dmadelung Website: drewmadelung.com Slides: http://bit.ly/DrewSlides
  • 41. Essentials for the SharePoint Power User North American Collab Summit