Essentials for the
SharePoint Power User
SPTechCon
San Francisco 2016
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
Content & Metadata
Essentials for the
SharePoint Power User
SPTechCon
San Francisco 2016
Search
“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 User vs Administrators
Power Users
• 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
Document Library
How to Speak SharePoint
List
Content Type
Columns
View
Web Part
Master Page
Page Layout
SharePoint Group
Permission Level
SharePoint Workflows
SharePoint Designer
CONGRATULATIONS!
You have passed level 1 of how to speak SharePoint
Online or On-Premises?
Core power user
functionality is not different
Online will require keeping
pace with new features
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!
Content Types & Columns
Project
Document
Document
Type
Project
Number
Client
Invoice
Document
Document
Type
Finance
Team
IT
Document
Document
Type
IT Team
Content Types
Site 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
Create columns without spaces then add them (like libraries/lists) for good internal field name
Content Type
& Column
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
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
Crawled Properties & Managed Properties
• Created when a crawl is ran
• No control
• Useless against queries
• Only stores information collected by crawl
• Must have data to be crawled
ManagedCrawled
• Mapped to one or more crawled properties
• Site & managed metadata columns become
managed properties automatically
• Determines look/feel within search results
• Have properties that define usability like
sorting and refining
Managed via Search Schema
Search Schema & Managed Properties
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
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}
One More
Demo!
One More
Demo!
Drew’s Random Tips From the Field
• You can filter views using [Me] and [Today]
• Put your scripts into a file and reference them via a content editor web part
• Take advantage of calculated columns and list validation
• 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 SP groups to audience target web parts
• JSLink for web parts (not available in modern experiences)
• Put your scripts into a file and reference them via a content editor web part
What to do when you leave
• If you’re an admin….FIND some power users
• Set up a power user meeting and then meet regularly
• Build a community with other power users to exchange tips and tricks
• Set up a plan to have power users involved in the support process
• Review your current permissions & content type setup
• 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
Books
Search Queries Explained – Mikael Svenson
https://www.amazon.com/SharePoint-Search-Queries-Explained-writing-
ebook/dp/B00RO84UBQ/ref=asap_bc?ie=UTF8
Office 365 for IT Pros
http://exchangeserverpro.com/ebooks/office-365-for-it-pros
Questions?
Email: dmadelung@concurrency.com
Twitter: @dmadelung
Website: drewmadelung.com
Slides: http://bit.ly/DrewSlides
Essentials for the
SharePoint Power User
SPTechCon
San Francisco 2016

More Related Content

PPTX
Office365 Groups from the Ground Up - SPTechCon San Francisco 2016
PPTX
Office365 groups from the ground up - SPTechCon Boston
PPTX
Office365 groups from the ground up - SPSNashville
PPTX
SharePoint Server 2016 - Lets get ready - Wisconsin SharePoint User Group
PPTX
Office365 Video - Learn it - Love it - Use it | Collab365
PPTX
Drew madelung sp designer workflows - sp-biz
PPTX
Establishing a Collaboration Roadmap
PPTX
Concurrency SharePoint Summit 2016 - Indiana
Office365 Groups from the Ground Up - SPTechCon San Francisco 2016
Office365 groups from the ground up - SPTechCon Boston
Office365 groups from the ground up - SPSNashville
SharePoint Server 2016 - Lets get ready - Wisconsin SharePoint User Group
Office365 Video - Learn it - Love it - Use it | Collab365
Drew madelung sp designer workflows - sp-biz
Establishing a Collaboration Roadmap
Concurrency SharePoint Summit 2016 - Indiana

What's hot (20)

PPTX
Concurrency SharePoint Summit 2015
PPTX
The top 10 things I wish I had known about O365 groups
PPTX
OneDrive for Business Administration Security Compliance Boston Office 365 Us...
PPTX
Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...
PPTX
Managing Office 365 Groups - SPFest Denver
PPTX
Office 365 Groups Deep Dive
PPTX
Adam ochs groups
PPTX
OneDrive for Business for Administrators - SPS New York 2018
PPTX
Essentials for the SharePoint Power User - NACollabSummit
PPTX
Office365 groups from the ground up - Collab365 Global Conference
PPTX
How to implement SharePoint in your organization
PPTX
Managing permissions in SharePoint
PPTX
Training – Introduction to SharePoint Online for Collaboration and Document M...
PPTX
Digital asset management using SharePoint 2013
PPTX
Understanding Office 365 Groups: Ask The Experts
PPTX
SharePoint and OneDrive for Business in Education
PDF
Beginners SharePoint introduction
PPTX
SharePoint 2013 features overview
PPTX
SharePoint 2013 Upgrade for the End User
PPTX
Migrate to share point 2016 (presentation)
Concurrency SharePoint Summit 2015
The top 10 things I wish I had known about O365 groups
OneDrive for Business Administration Security Compliance Boston Office 365 Us...
Governance in the Modern Workplace: SharePoint, OneDrive, Groups, Teams, Flow...
Managing Office 365 Groups - SPFest Denver
Office 365 Groups Deep Dive
Adam ochs groups
OneDrive for Business for Administrators - SPS New York 2018
Essentials for the SharePoint Power User - NACollabSummit
Office365 groups from the ground up - Collab365 Global Conference
How to implement SharePoint in your organization
Managing permissions in SharePoint
Training – Introduction to SharePoint Online for Collaboration and Document M...
Digital asset management using SharePoint 2013
Understanding Office 365 Groups: Ask The Experts
SharePoint and OneDrive for Business in Education
Beginners SharePoint introduction
SharePoint 2013 features overview
SharePoint 2013 Upgrade for the End User
Migrate to share point 2016 (presentation)
Ad

Viewers also liked (10)

PPTX
Introducing SP2010 To Administrators
PPTX
SharePoint 2010 For Business
PDF
Sharepoint 2010 ! Key Improvements from MOSS
PPTX
Power User functionality in SharePoint 2013 - SP Intersection
PPTX
SharePoint Designer Workflows - Nuts, Bolts and Examples
PPTX
Creating an Amazing Intranet
PPTX
Chris O'Brien - Modern SharePoint sites and the SharePoint Framework - reference
PPTX
Concurrency SharePoint Summit 2016
PPTX
10 Best SharePoint Features You’ve Never Used (But Should)
PPTX
Sharepoint 2010 overview - what it is and what it can do
Introducing SP2010 To Administrators
SharePoint 2010 For Business
Sharepoint 2010 ! Key Improvements from MOSS
Power User functionality in SharePoint 2013 - SP Intersection
SharePoint Designer Workflows - Nuts, Bolts and Examples
Creating an Amazing Intranet
Chris O'Brien - Modern SharePoint sites and the SharePoint Framework - reference
Concurrency SharePoint Summit 2016
10 Best SharePoint Features You’ve Never Used (But Should)
Sharepoint 2010 overview - what it is and what it can do
Ad

Similar to Essentials for the SharePoint Power User - SPTechCon San Francisco 2016 (20)

PPTX
Essentials for the SharePoint Power User - SharePoint Engage Raleigh 2017
PPTX
PPTX
TechFuse 2013 - Break down the walls SharePoint 2013
PPTX
SharePoint 2013 Search Operations
PDF
2018 09-03 aOS Aachen - SharePoint demystified - Thomas Vochten
PPTX
SharePoint Search - SPSNYC 2014
PPTX
SharePoint NYC search presentation
PPTX
Optimizing SharePoint for Transactional Content Management
PPTX
SharePoint 2013 Search Based Solutions
PPTX
Developing Search-driven application in SharePoint 2013
PPTX
SharePoint Saturday Paris 2015 Validating SharePoint 2013 Farm Before Go-Live
PPTX
NHSPUG June 2015 - Must Love Term Sets: The New and Improved Managed Metadat...
PDF
SPCA2013 - Best Practices & Considerations for Designing Your SharePoint Logi...
PPSX
Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...
PPTX
SPSLA - What to Expect with SharePoint 2019
PPTX
SPSNYC14 - Must Love Term Sets: The New and Improved Managed Metadata Service...
PPTX
Real World Challenges in Enterprise Search
PPTX
IA& Taxonomy Planning for SharePoint Online & Office 365
PPTX
Product Catalog and IT Service Management
PPTX
Help! I've got a share point site! Now What?
Essentials for the SharePoint Power User - SharePoint Engage Raleigh 2017
TechFuse 2013 - Break down the walls SharePoint 2013
SharePoint 2013 Search Operations
2018 09-03 aOS Aachen - SharePoint demystified - Thomas Vochten
SharePoint Search - SPSNYC 2014
SharePoint NYC search presentation
Optimizing SharePoint for Transactional Content Management
SharePoint 2013 Search Based Solutions
Developing Search-driven application in SharePoint 2013
SharePoint Saturday Paris 2015 Validating SharePoint 2013 Farm Before Go-Live
NHSPUG June 2015 - Must Love Term Sets: The New and Improved Managed Metadat...
SPCA2013 - Best Practices & Considerations for Designing Your SharePoint Logi...
Replacing your fileshare with SharePoint 2013 Farm - SharePoint User Group UK...
SPSLA - What to Expect with SharePoint 2019
SPSNYC14 - Must Love Term Sets: The New and Improved Managed Metadata Service...
Real World Challenges in Enterprise Search
IA& Taxonomy Planning for SharePoint Online & Office 365
Product Catalog and IT Service Management
Help! I've got a share point site! Now What?

More from Drew Madelung (20)

PPTX
Understanding & Utilizing SharePoint Advanced Management
PPTX
What's New with OneDrive! - TechCon365DC 2024
PPTX
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
PPTX
Deep dive into Microsoft Purview Data Loss Prevention
PPTX
Introduction to Microsoft Syntex
PPTX
Breakdown of Microsoft Purview Solutions
PPTX
Deploying & Managing OneDrive
PPTX
Deploying Viva Topics
PPTX
Labelling in Microsoft 365 - Retention & Sensitivity
PPTX
How to Successfully Manage OneDrive for Business
PPTX
What's New with OneDrive
PPTX
Getting started with with SharePoint Syntex
PPTX
Intro to Shared Channels
PPTX
What's new with Security & Compliance for SharePoint, OneDrive, and Teams
PPTX
Everything you need to know about external sharing in OneDrive, SharePoint, a...
PPTX
Microsoft Ignite 2021 Recap
PPTX
How to successfully manage OneDrive
PPTX
What's new with OneDrive - July 2021
PPTX
Securing SharePoint, OneDrive, & Teams with Sensitivity Labels
PPTX
Labelling in Microsoft 365 - Retention & Sensitivity
Understanding & Utilizing SharePoint Advanced Management
What's New with OneDrive! - TechCon365DC 2024
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Deep dive into Microsoft Purview Data Loss Prevention
Introduction to Microsoft Syntex
Breakdown of Microsoft Purview Solutions
Deploying & Managing OneDrive
Deploying Viva Topics
Labelling in Microsoft 365 - Retention & Sensitivity
How to Successfully Manage OneDrive for Business
What's New with OneDrive
Getting started with with SharePoint Syntex
Intro to Shared Channels
What's new with Security & Compliance for SharePoint, OneDrive, and Teams
Everything you need to know about external sharing in OneDrive, SharePoint, a...
Microsoft Ignite 2021 Recap
How to successfully manage OneDrive
What's new with OneDrive - July 2021
Securing SharePoint, OneDrive, & Teams with Sensitivity Labels
Labelling in Microsoft 365 - Retention & Sensitivity

Recently uploaded (20)

PDF
Improvisation in detection of pomegranate leaf disease using transfer learni...
PDF
Aug23rd - Mulesoft Community Workshop - Hyd, India.pdf
PDF
4 layer Arch & Reference Arch of IoT.pdf
PDF
LMS bot: enhanced learning management systems for improved student learning e...
PDF
Rapid Prototyping: A lecture on prototyping techniques for interface design
PDF
Transform-Your-Streaming-Platform-with-AI-Driven-Quality-Engineering.pdf
PDF
Statistics on Ai - sourced from AIPRM.pdf
PDF
Planning-an-Audit-A-How-To-Guide-Checklist-WP.pdf
PPTX
Internet of Everything -Basic concepts details
PPTX
AI-driven Assurance Across Your End-to-end Network With ThousandEyes
PPTX
Module 1 Introduction to Web Programming .pptx
PDF
Transform-Your-Supply-Chain-with-AI-Driven-Quality-Engineering.pdf
PDF
NewMind AI Weekly Chronicles – August ’25 Week IV
PDF
Auditboard EB SOX Playbook 2023 edition.
PDF
Enhancing plagiarism detection using data pre-processing and machine learning...
PPTX
agenticai-neweraofintelligence-250529192801-1b5e6870.pptx
PDF
Convolutional neural network based encoder-decoder for efficient real-time ob...
PPTX
SGT Report The Beast Plan and Cyberphysical Systems of Control
PPTX
Custom Battery Pack Design Considerations for Performance and Safety
PDF
Transform-Quality-Engineering-with-AI-A-60-Day-Blueprint-for-Digital-Success.pdf
Improvisation in detection of pomegranate leaf disease using transfer learni...
Aug23rd - Mulesoft Community Workshop - Hyd, India.pdf
4 layer Arch & Reference Arch of IoT.pdf
LMS bot: enhanced learning management systems for improved student learning e...
Rapid Prototyping: A lecture on prototyping techniques for interface design
Transform-Your-Streaming-Platform-with-AI-Driven-Quality-Engineering.pdf
Statistics on Ai - sourced from AIPRM.pdf
Planning-an-Audit-A-How-To-Guide-Checklist-WP.pdf
Internet of Everything -Basic concepts details
AI-driven Assurance Across Your End-to-end Network With ThousandEyes
Module 1 Introduction to Web Programming .pptx
Transform-Your-Supply-Chain-with-AI-Driven-Quality-Engineering.pdf
NewMind AI Weekly Chronicles – August ’25 Week IV
Auditboard EB SOX Playbook 2023 edition.
Enhancing plagiarism detection using data pre-processing and machine learning...
agenticai-neweraofintelligence-250529192801-1b5e6870.pptx
Convolutional neural network based encoder-decoder for efficient real-time ob...
SGT Report The Beast Plan and Cyberphysical Systems of Control
Custom Battery Pack Design Considerations for Performance and Safety
Transform-Quality-Engineering-with-AI-A-60-Day-Blueprint-for-Digital-Success.pdf

Essentials for the SharePoint Power User - SPTechCon San Francisco 2016

  • 1. Essentials for the SharePoint Power User SPTechCon San Francisco 2016
  • 2. Drew Madelung Email : [email protected] Twitter : @dmadelung Website: drewmadelung.com Technical Architect – SharePoint & Office 365
  • 3. How to speak SharePoint Security Demos, Demos & more Demos Content & Metadata Essentials for the SharePoint Power User SPTechCon San Francisco 2016 Search
  • 4. “If you ask 10 people to define SharePoint, you’re likely to get ten different answers” Reference
  • 5. Power Users are essential for SharePoint adoption
  • 6. Power User vs Administrators Power Users • 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
  • 7. 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
  • 8. Document Library How to Speak SharePoint List Content Type Columns View Web Part Master Page Page Layout SharePoint Group Permission Level SharePoint Workflows SharePoint Designer
  • 9. CONGRATULATIONS! You have passed level 1 of how to speak SharePoint
  • 10. Online or On-Premises? Core power user functionality is not different Online will require keeping pace with new features
  • 11. 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
  • 12. 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
  • 13. 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
  • 14. 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
  • 16. Content Types & Columns Project Document Document Type Project Number Client Invoice Document Document Type Finance Team IT Document Document Type IT Team Content Types Site Columns
  • 18. 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
  • 19. Managed Metadata (column type) Manage your metadata outside of the column structure Groups, Term Sets, & Terms Hierarchy of terms Labels • (SOW = Statement of Work)
  • 20. 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 Create columns without spaces then add them (like libraries/lists) for good internal field name
  • 22. 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
  • 23. 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
  • 24. Crawled Properties & Managed Properties • Created when a crawl is ran • No control • Useless against queries • Only stores information collected by crawl • Must have data to be crawled ManagedCrawled • Mapped to one or more crawled properties • Site & managed metadata columns become managed properties automatically • Determines look/feel within search results • Have properties that define usability like sorting and refining Managed via Search Schema
  • 25. Search Schema & Managed Properties
  • 26. 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
  • 27. 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
  • 28. 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
  • 29. 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}
  • 31. Drew’s Random Tips From the Field • You can filter views using [Me] and [Today] • Put your scripts into a file and reference them via a content editor web part • Take advantage of calculated columns and list validation • 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 SP groups to audience target web parts • JSLink for web parts (not available in modern experiences) • Put your scripts into a file and reference them via a content editor web part
  • 32. What to do when you leave • If you’re an admin….FIND some power users • Set up a power user meeting and then meet regularly • Build a community with other power users to exchange tips and tricks • Set up a plan to have power users involved in the support process • Review your current permissions & content type setup
  • 33. • 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 Books Search Queries Explained – Mikael Svenson https://www.amazon.com/SharePoint-Search-Queries-Explained-writing- ebook/dp/B00RO84UBQ/ref=asap_bc?ie=UTF8 Office 365 for IT Pros http://exchangeserverpro.com/ebooks/office-365-for-it-pros
  • 34. Questions? Email: [email protected] Twitter: @dmadelung Website: drewmadelung.com Slides: http://bit.ly/DrewSlides
  • 35. Essentials for the SharePoint Power User SPTechCon San Francisco 2016