SlideShare a Scribd company logo
1 of 16
1
aMS Berlin 2022
19. Mai
Working with Templates
in Microsoft 365
Chirag Patel MVP MCT
Thanks to our SPONSORS
Vielen Dank an unsere Partner!
2
Organizing sponsor
Organisatorischer Partner
DIAMOND
sponsors
PLATINUM
sponsor
Chirag Patel





Development
DBA, SharePoint
Administrator
2001
SharePoint &
BPOS Consultant
2012
Independent
SharePoint &
Office 365
Consultant
2014
Microsoft Teams,
Power Platform
2018
Microsoft 365
Services
2019
Microsoft MVP
2020-2022
Microsoft
Certified Trainer
2021-2023
@M365UK #m365uk
Individual, Team, Organisational Productivity
Enabling Modern Collaboration
– Microsoft Adoption
Templates everywhere Microsoft 365!
Security &
Compliance
M365 user
Security
defaults
Group based
licensing
Compliance
Assessment
Communicati
on
compliance
Teams
Team
• Existing team
• OOTB
App
Approvals
Publishing
Task Lists
Policies –
team
templates
SharePoint
Site script &
site designs
Content
Types
• Files
• Lists
Site page
• Page
• News post
Explanation –
SharePoint
Syntex
SharePoint
site
templates
Crisis
management
Department
Leadership
connection
Learning
central
New
employee
boarding
Showcase,
Topic, Blank
Microsoft
Lists
Asset
Manager
Content
scheduler
Employee
onboarding
Event
itinerary
Issue tracker
Recruitment
tracker
Travel
requests
Work
progress
tracker
Power
Apps
Canvas
Model
Driven
Apps
AI Builder
Power
Automate
Microsoft
Forms
Organise
Events
Employee
Satisfaction
Digitalise
Workflows
Insights
Quiz
PnP Samples
& solutions
Teams App
Templates
Power
Platform
SPFx Web
Parts
SPFx
Extensions
SPFx Viva
Adaptive
Card
Extensions
Office
Add-ins
Bot
framework
composer
Q&A
Chatbot
templates
for Teams
Themes and Site Templates
Create site designs to
provide
• reusable lists,
• themes, layouts, pages,
• custom actions
https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview
https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview
Creating List Templates
Connect-SPOService -Url https://m365x011743-admin.sharepoint.com -Credential
admin@m365x011743.onmicrosoft.com
$extracted = Get-SPOSiteScriptFromList -ListUrl
"https://m365x011743.sharepoint.com/sites/Mark8ProjectTeam/Lists/Risk%20and%20Issues"
Add-SPOSiteScript -Title "MyCo Risk Issues" -Description "This creates a risk and issues list" -
Content $extracted
Add-SPOListDesign -Title "MyCo Risk Issues" -Description "Tracks risks & issues in a list" -
SiteScripts "d80554f3-6035-459c-823d-da7e02d7f07d" -ListColor Orange -ListIcon BullseyeTarget -
Thumbnail "https://m365x011743.sharepoint.com/Shared%20Documents/Demo%20images/MyCo192x192.png"
# https://docs.microsoft.com/en-us/sharepoint/lists-custom-template
SharePoint site template (site script) – 1of 2
$site_script = '
{
"$schema": "schema.json",
"actions": [
{
"verb": "createSPList",
"listName": "Customer Tracking",
"templateType": 100,
"subactions": [
{
"verb": "setDescription",
"description": "List of Customers and Orders"
},
{
"verb": "addSPField",
"fieldType": "Text",
"displayName": "Customer Name",
"isRequired": false,
"addToDefaultView": true
},
{
"verb": "addSPField",
"fieldType": "Number",
"displayName": "Requisition
Total",
"addToDefaultView": true,
"isRequired": true
},
{
"verb": "addSPField",
"fieldType": "User",
"displayName": "Contact",
"addToDefaultView": true,
"isRequired": true
},
{
"verb": "addSPField",
"fieldType": "Note",
"displayName": "Meeting Notes",
"isRequired": false
}
]
}
],
"bindata": { },
"version": 1
}
'
SharePoint site template (site design) – 2 of 2
Add-SPOSiteScript -Title "Create customer tracking list" -Content $site_script -Description "Creates
list for tracking customer contact information"
Add-SPOSiteDesign -Title "MyCo customer tracking" -WebTemplate "64" -SiteScripts "88ede0cc-7c7a-4b08-
845c-64c23c22ff68" -Description "Tracks key customer data in a list"
# https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/get-started-create-site-
design
Microsoft Teams chat space templates
Microsoft Teams Policy Package
• Collection of predefined
policies & settings
• Target audience
• Prebuilt policy packages &
create custom policy
package
https://docs.microsoft.com/en-US/microsoftteams/manage-policy-packages
Teams Approvals app templates
• You and your team can
create and send approval
requests
• Manage templates - You
can create templates from
the Approvals hub.
• Configure Basic settings,
Form design & Workflow
settings
https://support.microsoft.com/en-gb/office/discover-templates-in-approvals-c33ecf9f-b745-4287-b104-ac69469745e0
Microsoft Teams App Templates
• Adoption Tool- Champion Management Platform
• Adoption Tool- Microsoft 365 Learning Pathways
• Company Communicator
• Co-worker Appreciation
• FAQ Plus
• Icebreaker
• New Employee Onboarding
• App Template Code Samples https://docs.microsoft.com/en-us/microsoftteams/platform/samples/app-
templates
• Solution Overview
• Deployment Guides
• Integration to other service dependencies
• Pre-requisites & Troubleshooting
Whiteboard
M365 – Add user
Thanks… techchirag.com

More Related Content

Similar to Working with templates in Microsoft 365 aMS Berlin 2022

Sitecore Engagement Cloud Overview - SUGUK.pptx
Sitecore Engagement Cloud Overview - SUGUK.pptxSitecore Engagement Cloud Overview - SUGUK.pptx
Sitecore Engagement Cloud Overview - SUGUK.pptxSumith Damodaran
 
Pittsburgh, PA Salesforce Trailblazer Community Group Global Gathering DF2019
Pittsburgh, PA Salesforce Trailblazer Community Group Global Gathering DF2019Pittsburgh, PA Salesforce Trailblazer Community Group Global Gathering DF2019
Pittsburgh, PA Salesforce Trailblazer Community Group Global Gathering DF2019Becky Willis
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Nikki Chapple
 
Deep Dive Microsoft Viva Insights - Collabdays Bletchley Park 2023
Deep Dive Microsoft Viva Insights - Collabdays Bletchley Park 2023Deep Dive Microsoft Viva Insights - Collabdays Bletchley Park 2023
Deep Dive Microsoft Viva Insights - Collabdays Bletchley Park 2023Chirag Patel
 
Neo4j Aura on AWS: The Customer Choice for Graph Databases
Neo4j Aura on AWS: The Customer Choice for Graph DatabasesNeo4j Aura on AWS: The Customer Choice for Graph Databases
Neo4j Aura on AWS: The Customer Choice for Graph DatabasesNeo4j
 
Designing Outcomes For Usability Nycupa Hurst Final
Designing Outcomes For Usability Nycupa Hurst FinalDesigning Outcomes For Usability Nycupa Hurst Final
Designing Outcomes For Usability Nycupa Hurst FinalWIKOLO
 
Microsoft Graph: Connect to essential data every app needs
Microsoft Graph: Connect to essential data every app needsMicrosoft Graph: Connect to essential data every app needs
Microsoft Graph: Connect to essential data every app needsMicrosoft Tech Community
 
Microsoft Graph: Connect to essential data every app needs
Microsoft Graph: Connect to essential data every app needsMicrosoft Graph: Connect to essential data every app needs
Microsoft Graph: Connect to essential data every app needsMicrosoft Tech Community
 
Webinar: Integrating Predictive Lead Scoring in your Marketo
Webinar: Integrating Predictive Lead Scoring in your MarketoWebinar: Integrating Predictive Lead Scoring in your Marketo
Webinar: Integrating Predictive Lead Scoring in your MarketoFliptop
 
#SPSToronto The SharePoint Framework and the Microsoft Graph on steroids with...
#SPSToronto The SharePoint Framework and the Microsoft Graph on steroids with...#SPSToronto The SharePoint Framework and the Microsoft Graph on steroids with...
#SPSToronto The SharePoint Framework and the Microsoft Graph on steroids with...Vincent Biret
 
What is a Digital Strategy and Why Do I need one?
What is a Digital Strategy and Why Do I need one?What is a Digital Strategy and Why Do I need one?
What is a Digital Strategy and Why Do I need one?Lee Stevens
 
#SPSottawa The SharePoint Framework and The Microsoft Graph on steroids with ...
#SPSottawa The SharePoint Framework and The Microsoft Graph on steroids with ...#SPSottawa The SharePoint Framework and The Microsoft Graph on steroids with ...
#SPSottawa The SharePoint Framework and The Microsoft Graph on steroids with ...Vincent Biret
 
Trigent SharePoint expertise
Trigent SharePoint expertiseTrigent SharePoint expertise
Trigent SharePoint expertiseChetan S
 
Let's get rich and connected with Microsoft Viva Connections - Teams Nation M...
Let's get rich and connected with Microsoft Viva Connections - Teams Nation M...Let's get rich and connected with Microsoft Viva Connections - Teams Nation M...
Let's get rich and connected with Microsoft Viva Connections - Teams Nation M...Chirag Patel
 
Your Roadmap for An Enterprise Graph Strategy
Your Roadmap for An Enterprise Graph Strategy Your Roadmap for An Enterprise Graph Strategy
Your Roadmap for An Enterprise Graph Strategy Neo4j
 
[Notes] Customer 360 Analytics with LEO CDP
[Notes] Customer 360 Analytics with LEO CDP[Notes] Customer 360 Analytics with LEO CDP
[Notes] Customer 360 Analytics with LEO CDPTrieu Nguyen
 
Your Roadmap for An Enterprise Graph Strategy
Your Roadmap for An Enterprise Graph StrategyYour Roadmap for An Enterprise Graph Strategy
Your Roadmap for An Enterprise Graph StrategyNeo4j
 

Similar to Working with templates in Microsoft 365 aMS Berlin 2022 (20)

Sitecore Engagement Cloud Overview - SUGUK.pptx
Sitecore Engagement Cloud Overview - SUGUK.pptxSitecore Engagement Cloud Overview - SUGUK.pptx
Sitecore Engagement Cloud Overview - SUGUK.pptx
 
Pittsburgh, PA Salesforce Trailblazer Community Group Global Gathering DF2019
Pittsburgh, PA Salesforce Trailblazer Community Group Global Gathering DF2019Pittsburgh, PA Salesforce Trailblazer Community Group Global Gathering DF2019
Pittsburgh, PA Salesforce Trailblazer Community Group Global Gathering DF2019
 
KARTIK SHRIVASTAVA
KARTIK SHRIVASTAVAKARTIK SHRIVASTAVA
KARTIK SHRIVASTAVA
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
 
Deep Dive Microsoft Viva Insights - Collabdays Bletchley Park 2023
Deep Dive Microsoft Viva Insights - Collabdays Bletchley Park 2023Deep Dive Microsoft Viva Insights - Collabdays Bletchley Park 2023
Deep Dive Microsoft Viva Insights - Collabdays Bletchley Park 2023
 
Neo4j Aura on AWS: The Customer Choice for Graph Databases
Neo4j Aura on AWS: The Customer Choice for Graph DatabasesNeo4j Aura on AWS: The Customer Choice for Graph Databases
Neo4j Aura on AWS: The Customer Choice for Graph Databases
 
Dipen shah
Dipen shahDipen shah
Dipen shah
 
Designing Outcomes For Usability Nycupa Hurst Final
Designing Outcomes For Usability Nycupa Hurst FinalDesigning Outcomes For Usability Nycupa Hurst Final
Designing Outcomes For Usability Nycupa Hurst Final
 
Microsoft Graph: Connect to essential data every app needs
Microsoft Graph: Connect to essential data every app needsMicrosoft Graph: Connect to essential data every app needs
Microsoft Graph: Connect to essential data every app needs
 
Microsoft Graph: Connect to essential data every app needs
Microsoft Graph: Connect to essential data every app needsMicrosoft Graph: Connect to essential data every app needs
Microsoft Graph: Connect to essential data every app needs
 
Webinar: Integrating Predictive Lead Scoring in your Marketo
Webinar: Integrating Predictive Lead Scoring in your MarketoWebinar: Integrating Predictive Lead Scoring in your Marketo
Webinar: Integrating Predictive Lead Scoring in your Marketo
 
#SPSToronto The SharePoint Framework and the Microsoft Graph on steroids with...
#SPSToronto The SharePoint Framework and the Microsoft Graph on steroids with...#SPSToronto The SharePoint Framework and the Microsoft Graph on steroids with...
#SPSToronto The SharePoint Framework and the Microsoft Graph on steroids with...
 
What is a Digital Strategy and Why Do I need one?
What is a Digital Strategy and Why Do I need one?What is a Digital Strategy and Why Do I need one?
What is a Digital Strategy and Why Do I need one?
 
#SPSottawa The SharePoint Framework and The Microsoft Graph on steroids with ...
#SPSottawa The SharePoint Framework and The Microsoft Graph on steroids with ...#SPSottawa The SharePoint Framework and The Microsoft Graph on steroids with ...
#SPSottawa The SharePoint Framework and The Microsoft Graph on steroids with ...
 
Trigent SharePoint expertise
Trigent SharePoint expertiseTrigent SharePoint expertise
Trigent SharePoint expertise
 
Let's get rich and connected with Microsoft Viva Connections - Teams Nation M...
Let's get rich and connected with Microsoft Viva Connections - Teams Nation M...Let's get rich and connected with Microsoft Viva Connections - Teams Nation M...
Let's get rich and connected with Microsoft Viva Connections - Teams Nation M...
 
Your Roadmap for An Enterprise Graph Strategy
Your Roadmap for An Enterprise Graph Strategy Your Roadmap for An Enterprise Graph Strategy
Your Roadmap for An Enterprise Graph Strategy
 
Are API Services Taking Over All the Interesting Data Science Problems?
Are API Services Taking Over All the Interesting Data Science Problems?Are API Services Taking Over All the Interesting Data Science Problems?
Are API Services Taking Over All the Interesting Data Science Problems?
 
[Notes] Customer 360 Analytics with LEO CDP
[Notes] Customer 360 Analytics with LEO CDP[Notes] Customer 360 Analytics with LEO CDP
[Notes] Customer 360 Analytics with LEO CDP
 
Your Roadmap for An Enterprise Graph Strategy
Your Roadmap for An Enterprise Graph StrategyYour Roadmap for An Enterprise Graph Strategy
Your Roadmap for An Enterprise Graph Strategy
 

More from Chirag Patel

Understanding Security and Compliance in Microsoft Teams M365 North 2023
Understanding Security and Compliance in Microsoft Teams M365 North 2023Understanding Security and Compliance in Microsoft Teams M365 North 2023
Understanding Security and Compliance in Microsoft Teams M365 North 2023Chirag Patel
 
Microsoft Viva Essential in 45 minutes - Collabdays Bletchley 2022
Microsoft Viva Essential in 45 minutes - Collabdays Bletchley 2022Microsoft Viva Essential in 45 minutes - Collabdays Bletchley 2022
Microsoft Viva Essential in 45 minutes - Collabdays Bletchley 2022Chirag Patel
 
Building immersive and mixed reality experiences in SharePoint - Metaverse One
Building immersive and mixed reality experiences in SharePoint - Metaverse OneBuilding immersive and mixed reality experiences in SharePoint - Metaverse One
Building immersive and mixed reality experiences in SharePoint - Metaverse OneChirag Patel
 
Understanding Security and Compliance in Microsoft Teams - Scottish Summit 2022
Understanding Security and Compliance in Microsoft Teams - Scottish Summit 2022Understanding Security and Compliance in Microsoft Teams - Scottish Summit 2022
Understanding Security and Compliance in Microsoft Teams - Scottish Summit 2022Chirag Patel
 
Deep Dive Microsoft Teams and Yammer integration - Teams Nation 2022
Deep Dive Microsoft Teams and Yammer integration - Teams Nation 2022Deep Dive Microsoft Teams and Yammer integration - Teams Nation 2022
Deep Dive Microsoft Teams and Yammer integration - Teams Nation 2022Chirag Patel
 
Working with Security and Compliance in Microsoft Teams - Microsoft 365 Virtu...
Working with Security and Compliance in Microsoft Teams - Microsoft 365 Virtu...Working with Security and Compliance in Microsoft Teams - Microsoft 365 Virtu...
Working with Security and Compliance in Microsoft Teams - Microsoft 365 Virtu...Chirag Patel
 
Understanding Security and Compliance in Microsoft Teams - M365 Saturday Pune...
Understanding Security and Compliance in Microsoft Teams - M365 Saturday Pune...Understanding Security and Compliance in Microsoft Teams - M365 Saturday Pune...
Understanding Security and Compliance in Microsoft Teams - M365 Saturday Pune...Chirag Patel
 
Administrators guide to managing Microsoft 365 and collaboration workloads - ...
Administrators guide to managing Microsoft 365 and collaboration workloads - ...Administrators guide to managing Microsoft 365 and collaboration workloads - ...
Administrators guide to managing Microsoft 365 and collaboration workloads - ...Chirag Patel
 
Everything you ever wanted to know about external sharing in Microsoft 365 - ...
Everything you ever wanted to know about external sharing in Microsoft 365 - ...Everything you ever wanted to know about external sharing in Microsoft 365 - ...
Everything you ever wanted to know about external sharing in Microsoft 365 - ...Chirag Patel
 
Understanding Security and Compliance in Microsoft Teams - M365 Saturday Bang...
Understanding Security and Compliance in Microsoft Teams - M365 Saturday Bang...Understanding Security and Compliance in Microsoft Teams - M365 Saturday Bang...
Understanding Security and Compliance in Microsoft Teams - M365 Saturday Bang...Chirag Patel
 
Deep dive on Microsoft Teams integration with SharePoint - M365 Saturday Ahme...
Deep dive on Microsoft Teams integration with SharePoint - M365 Saturday Ahme...Deep dive on Microsoft Teams integration with SharePoint - M365 Saturday Ahme...
Deep dive on Microsoft Teams integration with SharePoint - M365 Saturday Ahme...Chirag Patel
 
Administrators guide to managing Microsoft 365, SharePoint, Microsoft Teams a...
Administrators guide to managing Microsoft 365, SharePoint, Microsoft Teams a...Administrators guide to managing Microsoft 365, SharePoint, Microsoft Teams a...
Administrators guide to managing Microsoft 365, SharePoint, Microsoft Teams a...Chirag Patel
 
Journey to the Centre of Microsoft 365 Groups - M365 Chicago 2020
Journey to the Centre of Microsoft 365 Groups - M365 Chicago 2020Journey to the Centre of Microsoft 365 Groups - M365 Chicago 2020
Journey to the Centre of Microsoft 365 Groups - M365 Chicago 2020Chirag Patel
 
Building a Microsoft Teams team chat space to manage your project - M365 Chic...
Building a Microsoft Teams team chat space to manage your project - M365 Chic...Building a Microsoft Teams team chat space to manage your project - M365 Chic...
Building a Microsoft Teams team chat space to manage your project - M365 Chic...Chirag Patel
 
You got Microsoft Teams! Now let's build modern intranet on SharePoint - Team...
You got Microsoft Teams! Now let's build modern intranet on SharePoint - Team...You got Microsoft Teams! Now let's build modern intranet on SharePoint - Team...
You got Microsoft Teams! Now let's build modern intranet on SharePoint - Team...Chirag Patel
 
Supporting third-party access and sharing in Microsoft Teams - Teams Day Onli...
Supporting third-party access and sharing in Microsoft Teams - Teams Day Onli...Supporting third-party access and sharing in Microsoft Teams - Teams Day Onli...
Supporting third-party access and sharing in Microsoft Teams - Teams Day Onli...Chirag Patel
 
Navigating your way to different admin centres in Microsoft 365 - M365 Saturd...
Navigating your way to different admin centres in Microsoft 365 - M365 Saturd...Navigating your way to different admin centres in Microsoft 365 - M365 Saturd...
Navigating your way to different admin centres in Microsoft 365 - M365 Saturd...Chirag Patel
 
Building a Microsoft Teams Team Chat Space To Manage Your Project - Teams Com...
Building a Microsoft Teams Team Chat Space To Manage Your Project - Teams Com...Building a Microsoft Teams Team Chat Space To Manage Your Project - Teams Com...
Building a Microsoft Teams Team Chat Space To Manage Your Project - Teams Com...Chirag Patel
 
Designing and Implementing Microsoft 365 Adoption Centre - M365 Philly Virtua...
Designing and Implementing Microsoft 365 Adoption Centre - M365 Philly Virtua...Designing and Implementing Microsoft 365 Adoption Centre - M365 Philly Virtua...
Designing and Implementing Microsoft 365 Adoption Centre - M365 Philly Virtua...Chirag Patel
 
Microsoft 365 integration experiences with SharePoint, Microsoft Teams, Strea...
Microsoft 365 integration experiences with SharePoint, Microsoft Teams, Strea...Microsoft 365 integration experiences with SharePoint, Microsoft Teams, Strea...
Microsoft 365 integration experiences with SharePoint, Microsoft Teams, Strea...Chirag Patel
 

More from Chirag Patel (20)

Understanding Security and Compliance in Microsoft Teams M365 North 2023
Understanding Security and Compliance in Microsoft Teams M365 North 2023Understanding Security and Compliance in Microsoft Teams M365 North 2023
Understanding Security and Compliance in Microsoft Teams M365 North 2023
 
Microsoft Viva Essential in 45 minutes - Collabdays Bletchley 2022
Microsoft Viva Essential in 45 minutes - Collabdays Bletchley 2022Microsoft Viva Essential in 45 minutes - Collabdays Bletchley 2022
Microsoft Viva Essential in 45 minutes - Collabdays Bletchley 2022
 
Building immersive and mixed reality experiences in SharePoint - Metaverse One
Building immersive and mixed reality experiences in SharePoint - Metaverse OneBuilding immersive and mixed reality experiences in SharePoint - Metaverse One
Building immersive and mixed reality experiences in SharePoint - Metaverse One
 
Understanding Security and Compliance in Microsoft Teams - Scottish Summit 2022
Understanding Security and Compliance in Microsoft Teams - Scottish Summit 2022Understanding Security and Compliance in Microsoft Teams - Scottish Summit 2022
Understanding Security and Compliance in Microsoft Teams - Scottish Summit 2022
 
Deep Dive Microsoft Teams and Yammer integration - Teams Nation 2022
Deep Dive Microsoft Teams and Yammer integration - Teams Nation 2022Deep Dive Microsoft Teams and Yammer integration - Teams Nation 2022
Deep Dive Microsoft Teams and Yammer integration - Teams Nation 2022
 
Working with Security and Compliance in Microsoft Teams - Microsoft 365 Virtu...
Working with Security and Compliance in Microsoft Teams - Microsoft 365 Virtu...Working with Security and Compliance in Microsoft Teams - Microsoft 365 Virtu...
Working with Security and Compliance in Microsoft Teams - Microsoft 365 Virtu...
 
Understanding Security and Compliance in Microsoft Teams - M365 Saturday Pune...
Understanding Security and Compliance in Microsoft Teams - M365 Saturday Pune...Understanding Security and Compliance in Microsoft Teams - M365 Saturday Pune...
Understanding Security and Compliance in Microsoft Teams - M365 Saturday Pune...
 
Administrators guide to managing Microsoft 365 and collaboration workloads - ...
Administrators guide to managing Microsoft 365 and collaboration workloads - ...Administrators guide to managing Microsoft 365 and collaboration workloads - ...
Administrators guide to managing Microsoft 365 and collaboration workloads - ...
 
Everything you ever wanted to know about external sharing in Microsoft 365 - ...
Everything you ever wanted to know about external sharing in Microsoft 365 - ...Everything you ever wanted to know about external sharing in Microsoft 365 - ...
Everything you ever wanted to know about external sharing in Microsoft 365 - ...
 
Understanding Security and Compliance in Microsoft Teams - M365 Saturday Bang...
Understanding Security and Compliance in Microsoft Teams - M365 Saturday Bang...Understanding Security and Compliance in Microsoft Teams - M365 Saturday Bang...
Understanding Security and Compliance in Microsoft Teams - M365 Saturday Bang...
 
Deep dive on Microsoft Teams integration with SharePoint - M365 Saturday Ahme...
Deep dive on Microsoft Teams integration with SharePoint - M365 Saturday Ahme...Deep dive on Microsoft Teams integration with SharePoint - M365 Saturday Ahme...
Deep dive on Microsoft Teams integration with SharePoint - M365 Saturday Ahme...
 
Administrators guide to managing Microsoft 365, SharePoint, Microsoft Teams a...
Administrators guide to managing Microsoft 365, SharePoint, Microsoft Teams a...Administrators guide to managing Microsoft 365, SharePoint, Microsoft Teams a...
Administrators guide to managing Microsoft 365, SharePoint, Microsoft Teams a...
 
Journey to the Centre of Microsoft 365 Groups - M365 Chicago 2020
Journey to the Centre of Microsoft 365 Groups - M365 Chicago 2020Journey to the Centre of Microsoft 365 Groups - M365 Chicago 2020
Journey to the Centre of Microsoft 365 Groups - M365 Chicago 2020
 
Building a Microsoft Teams team chat space to manage your project - M365 Chic...
Building a Microsoft Teams team chat space to manage your project - M365 Chic...Building a Microsoft Teams team chat space to manage your project - M365 Chic...
Building a Microsoft Teams team chat space to manage your project - M365 Chic...
 
You got Microsoft Teams! Now let's build modern intranet on SharePoint - Team...
You got Microsoft Teams! Now let's build modern intranet on SharePoint - Team...You got Microsoft Teams! Now let's build modern intranet on SharePoint - Team...
You got Microsoft Teams! Now let's build modern intranet on SharePoint - Team...
 
Supporting third-party access and sharing in Microsoft Teams - Teams Day Onli...
Supporting third-party access and sharing in Microsoft Teams - Teams Day Onli...Supporting third-party access and sharing in Microsoft Teams - Teams Day Onli...
Supporting third-party access and sharing in Microsoft Teams - Teams Day Onli...
 
Navigating your way to different admin centres in Microsoft 365 - M365 Saturd...
Navigating your way to different admin centres in Microsoft 365 - M365 Saturd...Navigating your way to different admin centres in Microsoft 365 - M365 Saturd...
Navigating your way to different admin centres in Microsoft 365 - M365 Saturd...
 
Building a Microsoft Teams Team Chat Space To Manage Your Project - Teams Com...
Building a Microsoft Teams Team Chat Space To Manage Your Project - Teams Com...Building a Microsoft Teams Team Chat Space To Manage Your Project - Teams Com...
Building a Microsoft Teams Team Chat Space To Manage Your Project - Teams Com...
 
Designing and Implementing Microsoft 365 Adoption Centre - M365 Philly Virtua...
Designing and Implementing Microsoft 365 Adoption Centre - M365 Philly Virtua...Designing and Implementing Microsoft 365 Adoption Centre - M365 Philly Virtua...
Designing and Implementing Microsoft 365 Adoption Centre - M365 Philly Virtua...
 
Microsoft 365 integration experiences with SharePoint, Microsoft Teams, Strea...
Microsoft 365 integration experiences with SharePoint, Microsoft Teams, Strea...Microsoft 365 integration experiences with SharePoint, Microsoft Teams, Strea...
Microsoft 365 integration experiences with SharePoint, Microsoft Teams, Strea...
 

Recently uploaded

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
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
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
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Hyundai Motor Group
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetEnjoy Anytime
 
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
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
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
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
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
 

Recently uploaded (20)

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
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
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
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
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
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
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
 

Working with templates in Microsoft 365 aMS Berlin 2022

  • 1. 1 aMS Berlin 2022 19. Mai Working with Templates in Microsoft 365 Chirag Patel MVP MCT
  • 2. Thanks to our SPONSORS Vielen Dank an unsere Partner! 2 Organizing sponsor Organisatorischer Partner DIAMOND sponsors PLATINUM sponsor
  • 3. Chirag Patel      Development DBA, SharePoint Administrator 2001 SharePoint & BPOS Consultant 2012 Independent SharePoint & Office 365 Consultant 2014 Microsoft Teams, Power Platform 2018 Microsoft 365 Services 2019 Microsoft MVP 2020-2022 Microsoft Certified Trainer 2021-2023 @M365UK #m365uk
  • 4. Individual, Team, Organisational Productivity Enabling Modern Collaboration – Microsoft Adoption
  • 5. Templates everywhere Microsoft 365! Security & Compliance M365 user Security defaults Group based licensing Compliance Assessment Communicati on compliance Teams Team • Existing team • OOTB App Approvals Publishing Task Lists Policies – team templates SharePoint Site script & site designs Content Types • Files • Lists Site page • Page • News post Explanation – SharePoint Syntex SharePoint site templates Crisis management Department Leadership connection Learning central New employee boarding Showcase, Topic, Blank Microsoft Lists Asset Manager Content scheduler Employee onboarding Event itinerary Issue tracker Recruitment tracker Travel requests Work progress tracker Power Apps Canvas Model Driven Apps AI Builder Power Automate Microsoft Forms Organise Events Employee Satisfaction Digitalise Workflows Insights Quiz PnP Samples & solutions Teams App Templates Power Platform SPFx Web Parts SPFx Extensions SPFx Viva Adaptive Card Extensions Office Add-ins Bot framework composer Q&A Chatbot templates for Teams
  • 6. Themes and Site Templates Create site designs to provide • reusable lists, • themes, layouts, pages, • custom actions https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview
  • 7. Creating List Templates Connect-SPOService -Url https://m365x011743-admin.sharepoint.com -Credential admin@m365x011743.onmicrosoft.com $extracted = Get-SPOSiteScriptFromList -ListUrl "https://m365x011743.sharepoint.com/sites/Mark8ProjectTeam/Lists/Risk%20and%20Issues" Add-SPOSiteScript -Title "MyCo Risk Issues" -Description "This creates a risk and issues list" - Content $extracted Add-SPOListDesign -Title "MyCo Risk Issues" -Description "Tracks risks & issues in a list" - SiteScripts "d80554f3-6035-459c-823d-da7e02d7f07d" -ListColor Orange -ListIcon BullseyeTarget - Thumbnail "https://m365x011743.sharepoint.com/Shared%20Documents/Demo%20images/MyCo192x192.png" # https://docs.microsoft.com/en-us/sharepoint/lists-custom-template
  • 8. SharePoint site template (site script) – 1of 2 $site_script = ' { "$schema": "schema.json", "actions": [ { "verb": "createSPList", "listName": "Customer Tracking", "templateType": 100, "subactions": [ { "verb": "setDescription", "description": "List of Customers and Orders" }, { "verb": "addSPField", "fieldType": "Text", "displayName": "Customer Name", "isRequired": false, "addToDefaultView": true }, { "verb": "addSPField", "fieldType": "Number", "displayName": "Requisition Total", "addToDefaultView": true, "isRequired": true }, { "verb": "addSPField", "fieldType": "User", "displayName": "Contact", "addToDefaultView": true, "isRequired": true }, { "verb": "addSPField", "fieldType": "Note", "displayName": "Meeting Notes", "isRequired": false } ] } ], "bindata": { }, "version": 1 } '
  • 9. SharePoint site template (site design) – 2 of 2 Add-SPOSiteScript -Title "Create customer tracking list" -Content $site_script -Description "Creates list for tracking customer contact information" Add-SPOSiteDesign -Title "MyCo customer tracking" -WebTemplate "64" -SiteScripts "88ede0cc-7c7a-4b08- 845c-64c23c22ff68" -Description "Tracks key customer data in a list" # https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/get-started-create-site- design
  • 10. Microsoft Teams chat space templates
  • 11. Microsoft Teams Policy Package • Collection of predefined policies & settings • Target audience • Prebuilt policy packages & create custom policy package https://docs.microsoft.com/en-US/microsoftteams/manage-policy-packages
  • 12. Teams Approvals app templates • You and your team can create and send approval requests • Manage templates - You can create templates from the Approvals hub. • Configure Basic settings, Form design & Workflow settings https://support.microsoft.com/en-gb/office/discover-templates-in-approvals-c33ecf9f-b745-4287-b104-ac69469745e0
  • 13. Microsoft Teams App Templates • Adoption Tool- Champion Management Platform • Adoption Tool- Microsoft 365 Learning Pathways • Company Communicator • Co-worker Appreciation • FAQ Plus • Icebreaker • New Employee Onboarding • App Template Code Samples https://docs.microsoft.com/en-us/microsoftteams/platform/samples/app- templates • Solution Overview • Deployment Guides • Integration to other service dependencies • Pre-requisites & Troubleshooting
  • 15. M365 – Add user

Editor's Notes

  1. Why create solutions from scratch when you have so many templates available in Microsoft 365 through Microsoft Teams, SharePoint, Microsoft Lists and Power Platform. We will explore these templates and how to build your own to accelerate your adoption journey.
  2. Policy packages support the following Teams policy types: Messaging policy Meeting policy App setup policy Calling policy Live events policy
  3. Types of instance: Org wide creates an Azure Active Directory(AAD) group for global admins and Teams admins named "Approvals App Admin team". The owners of the group can easily manage templates for whole organisation. Specific people Team wide