> Introduction to Office Extensibility. > Microsoft Graph and Excel Integration. > Office Add-ins and Excel Extensibility

Size: px
Start display at page:

Download "> Introduction to Office Extensibility. > Microsoft Graph and Excel Integration. > Office Add-ins and Excel Extensibility"

Transcription

1

2

3 > Introduction to Office Extensibility > Microsoft Graph and Excel Integration > Office Add-ins and Excel Extensibility > Learn and engage: Resources

4 Developer opportunity USERS DATA INTELLIGENCE 90% of Fortune 500 have MS Cloud 300% growth in usage of Outlook add-ins 4T+ s sent with O365 Microsoft Graph API calls 150% this quarter 35% growth in O365 commercial seats 100M monthly commercial active users 3B minutes of Skype calls daily 2B+ meetings created per month 8T nodes in the Microsoft Graph

5 Office 365 The most complete, intelligent and secure service for digital work Authoring Mail & Social Sites & Content Chat, Meetings & Voice Analytics Word Outlook OneDrive Microsoft Teams Power BI Excel Yammer SharePoint Skype for Business MyAnalytics PowerPoint Delve OneNote Office 365 Groups Graph Security & Compliance

6 Office 365 Platform EXTENSIONS STANDALONE WEB AND DEVICE APPS EMBEDDED CANVASES INSIGHTS COMMUNICATIONS PEOPLE CONTENT Microsoft Graph

7 Excel Extensibility

8 Web programmability surface for Excel Web add-ins Web application running inside Office application REST APIs (Microsoft Graph) Cloud friendly document read/write

9 Microsoft Graph API

10 Microsoft Graph CONVERSATIONS ACTIVITY CONTENT INSIGHTS ME TRENDING ORGANIZATION GROUPS DOCUMENTS CHATS REPORTS EVENTS DEVICES SHARED CONTACTS COLLABORATION PEOPLE TASKS

11 profile GET: /users/sally { "displayname": "sally", "jobtitle": "MANAGER-2", } GET: /users/sally/photo/ {} GET: /users/sally/manager {"displayname": Danny", } manager directreports memberof GET: /users/sally/directreports "value" : [ {"displayname": Sam", }, {"displayname": Meena", }, ] GET: /me/memberof/ "value" : [ {"displayname": "Office engineering", }, {"displayname": "Women in tech", }, ]

12 content GET /me/drive/root/ "value" : [ {"name": "proposal.pptx", }, {"name": "forecast.xlsx", } ] GET /drives/items/{id}/workbook Documents GET /me/messages GET /me/events Calendar Contacts Meetings Sites Tasks GET /me/contacts GET /me/onenote/notebooks GET /me/planner/tasks GET /me/devices GET /sites:/teams/opg:/ GET /sites:/teams/opg:/lists GET /groups/{id}/conversations

13 Trending Documents Find me the best time to meet Ana insights Recent Documents Out of office Search people based on topics People I m working with GET /me/insights/trending "value" : [ {"name": "presentation.pptx", }, {"name": "forecast.xlsx", } ] GET /me/drive/recent "value" : [ {"name": "guidelines.pptx", }, {"name": "budget.xlsx", } ] GET people/?$search="topic: planning" "value" : [ {"displayname": "Dan", }, {"displayname": "Sean", }, ] POST: /me/findmeetingtimes { "attendees": [ { "type": "required", " address": { "address": "ana@contoso.com" } ], "meetingduration": "2h" }

14 One endpoint One token Your app All users Users Groups Excel Outlook Calendar OneNote Teams Planner Intune Azure AD SharePoint

15 APIs available over Microsoft Graph Uses open standards- REST, JSON, Oauth2 File read, write access required; no special permission for Excel API Designed for easy access to Excel objects such as Range, Chart, Table Set values, formula, number-format using a single API call Web app Mobile App Bots Oauth 2.0 Microsoft Graph Endpoint Sample resource path:

16 > Excel REST docs > Graph explorer tool > ReactJs starter project > AngularJs starter project > Excel API Bot

17 Office web add-ins

18 Cross Platform Make your solution part of Office canvases Web Technologies Modern Distribution

19 Why use web add-ins Cross platform: Win32, online, Mac, ios > Write once > Test and deploy across multiple platforms Single sign on: Integrate easily with O365 Centralized deployment and distribution > Admin controlled enterprise wide deployment Cloud/other services > User or admin permission level Monetize through Office store We are adding more features/apis Web technology based

20 COMMAND Command in the Office UI (e.g. ribbon button) to launch other UI and/or perform a background task. Provides 1- click way for users to invoke add-in actions DIALOG A modal window that allows focused interaction with the user TASK PANE Pane that shows next to a document/mail to provide side-byside functionality and interaction CONTENT Rich web content embedded within a document similar to a Chart, SmartArt object or shape

21 API Design Batching Promises Syntax Object Oriented Design Selective Loading Servicecompatible Multiple API execution requests can be queued (batched) and executed at once Helps manage complex and nested callback flows in a simple manner. Enables a friendlier syntax for interacting with complex object hierarchies/ graphs Allows for efficient execution (only necessary properties/objects are marshalled) Allows for REST API equivalents with shared interface contracts Doesn t block UI

22 Continuous addition to API surface #1.1 #1.2 #1.3 #1.4 #1.6 #1.7+ Application/ Calculate Filter Pivot Table (refresh) Named Item (write) Conditional Formatting Data validation Worksheet Sort Range view (filtered) Settings Calculate (range, worksheet) Doc properties Workbook Range Table Format Worksheet Functions Protection #1.5 Events Style File download Freeze pane More events Chart Chart enhancements Named item (read) Custom XML Parts Tab color, gridlines, hyperlinks, WS copy, refresh all

23

24 Roadmap We are expanding the API surface area to enable more scenarios. Roadmap features Data validation Styles Document properties Comments Chart API enhancements Shapes and image Range copy, paste, auto-fill Pivot table add/modify Slicers Page setup, print Data connectivity: add, modify, sync More events Custom functions All the latest design specifications are posted on GitHub: Do check-out and provide feedback on design and requirements.

25 Developing add-in: getting started > Script Lab > Visual Studio File > New experience Predefined templates for cross-host or single host add-ins Choose between TypeScript and JavaScript projects > Node developers: Yeoman generator Install and run generator Supports Office-addin-validator to validate manifest Supports TypeScript, JavaScript, Angular, React (TypeScript), Jquery templates

26

27 Deploying Web Add-ins Manifest Developer Office Store or O365 Tenant Web App Consumers & Org Users Web Server

28 Links > Office developer website: > Excel developer page: > Office add-ins generator: > Transform data by example add-in

29 Engage Join the Office Developer Program - GitHub /officedev StackOverflow [office-js ], [microsoftgraph],

30 Thank you GitHub /sumurthy

31

32

Office Add-in & Microsoft Graph

Office Add-in & Microsoft Graph Office Add-in & Microsoft Graph Development 101 @Hongbo_Miao Program Manager Contents Opportunity Office Add-in 101 Microsoft Graph 101 Office 365 Authoring Mail & Social Sites & Content Chat, Meetings

More information

Connect to data that drives productivity and build smarter apps with Microsoft Graph Gideon Huang

Connect to data that drives productivity and build smarter apps with Microsoft Graph Gideon Huang 17-18 March, 2018 Beijing Connect to data that drives productivity and build smarter apps with Microsoft Graph Gideon Huang Opportunity Agenda Microsoft Graph 101 Smart Apps Microsoft Graph a unified REST

More information

Business Essentials Business Business Premium

Business Essentials Business Business Premium Business Essentials Business Business Premium Best for businesses that need business email and other business services. Office applications not included. Office applications Best for businesses that need

More information

Modern SharePoint and Office 365 Development

Modern SharePoint and Office 365 Development Modern SharePoint and Office 365 Development Mastering Today s Best Practices in Web and Mobile Development Course Code Audience Format Length Course Description Student Prerequisites MSD365 Professional

More information

Presented by Max Fritz Senior Systems Consultant, Now Micro. Office 365 for Education What to Use When

Presented by Max Fritz Senior Systems Consultant, Now Micro. Office 365 for Education What to Use When Presented by Max Fritz Senior Systems Consultant, Now Micro Office 365 for Education What to Use When Max Fritz Senior Systems Consultant MCSA Office 365, MCSE Productivity Founder of Minnesota Office

More information

Running Effective Projects In Office 365. June 1, 2017

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

More information

Power Hour Course Listings

Power Hour Course Listings Unlimited Access to Over 250 Live, Virtual Instructor-Led Sessions, over 50 Recordings through Power Hour On-Demand, over 5,500 Microlearning Videos with NHGO NOW, and a Complete Library of our 8-page

More information

Office 365: The Basics Reference Guide for End Users

Office 365: The Basics Reference Guide for End Users Reference Guide for End Users Topic: Sub-Topic Table of Contents INTRODUCTION... 3 SIGNING IN... 3 INSTALLING THE OFFICE APPS... 4 CHANGING THE OFFICE 365 THEME... 4 ADDING OR CHANGING YOUR PICTURE...

More information

SharePoint Online/Office 365 Training

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

More information

Microsoft Office - Video Courses

Microsoft Office - Video Courses Basic Formulas Beginner 56 minutes The Function Library in contains a large number of ready-to-use formulas. Discover how to work with both basic formulas and conditional formulas to extract the values

More information

Microsoft Teams Chat-based workspace in Office 365

Microsoft Teams Chat-based workspace in Office 365 Microsoft Teams Chat-based workspace in Office 365 Collaboration is how work gets done Employees work on nearly 2x the number of teams, compared to 5 years ago Internal & External Team Members Team members

More information

Familiar Simple Easy Safe. New (Delve, Sway) Different Rich Engaging Potential for innovation. Late Majority 34% 2.5% Innovators. Early Majority 34%

Familiar Simple Easy Safe. New (Delve, Sway) Different Rich Engaging Potential for innovation. Late Majority 34% 2.5% Innovators. Early Majority 34% New (Delve, Sway) Different Rich Engaging Potential for innovation Familiar Simple Easy Safe 2.5% Innovators Early Adopters 13.5% Early Majority 34% Late Majority 34% Laggards 13.5% What is Office 365?

More information

Office 365 An Introduction to Features and Services

Office 365 An Introduction to Features and Services Office 365 An Introduction to Features and Services Tom Robbins ASPE Training MCT, MCSE, MCITP Course Developer and Instructor at ASPE SharePoint SME & Evangelist Enterprise Social Architect Project Server

More information

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

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

More information

Microsoft Graph API Deep Dive

Microsoft Graph API Deep Dive Microsoft Graph API Deep Dive Donald Hessing Lead Architect, Capgemini, The Netherlands Microsoft Certified Master (MCM) Agenda Introduction to Microsoft Graph API What is now and what is new in GA and

More information

MCSE Cloud Platform & Infrastructure CLOUD PLATFORM & INFRASTRUCTURE.

MCSE Cloud Platform & Infrastructure CLOUD PLATFORM & INFRASTRUCTURE. Exam 410: Installing and Configuring Server 2012 Exam 411: Administering Server 2012 Exam 412: Configuring Advanced Server 2012 services Server 2012 CLOUD PLATFORM & INFRASTRUCTURE Exam 740: Installation,

More information

Portiva Update Office 365

Portiva Update Office 365 About this Office 365 Portiva Update August 2018 We like to inform our customers on a strategic level and of course preferably in person. However, we also would like to keep you up to date monthly, with

More information

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

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

More information

Microsoft Teams. A Gamechanger for Teamwork. Karuana Gatimu Principle Program Manager, Adoption. Ritika Gupta Program Manager

Microsoft Teams. A Gamechanger for Teamwork. Karuana Gatimu Principle Program Manager, Adoption. Ritika Gupta Program Manager Microsoft Teams A Gamechanger for Teamwork Karuana Gatimu (@Karuana) Principle Program Manager, Adoption Ritika Gupta Program Manager Microsoft Teams Engineering Group Microsoft 365: Universal Toolkit

More information

SHAREPOINT DEVELOPMENT FOR 2016/2013

SHAREPOINT DEVELOPMENT FOR 2016/2013 SHAREPOINT DEVELOPMENT FOR 2016/2013 Course Code: AUDIENCE: FORMAT: LENGTH: SP16-310-GSA (CP GSA2016) Professional Developers Instructor-led training with hands-on labs 5 Days COURSE INCLUDES: 5-days of

More information

MCSE Mobility Earned: MCSE Cloud Platform & Infrastructure Earned: 2017 MCSE MCSE. MCSD App Builder. MCSE Business Applications Earned 2017

MCSE Mobility Earned: MCSE Cloud Platform & Infrastructure Earned: 2017 MCSE MCSE. MCSD App Builder. MCSE Business Applications Earned 2017 MOBILITY 10 Mobility CLOUD PLATFORM & INFRASTRUCTURE Server 2012 Server 2016 MCSA Linux on Azure Cloud Platform & Infrastructure MCSA Cloud Platform PRODUCTIVITY Server 2012 or 2016 MCSA Office 365 Productivity

More information

One endpoint to rule them all

One endpoint to rule them all Building Solutions with the Microsoft Graph SDKs Paul Stubbs Robert Anderson Microsoft One endpoint to rule them all The easiest way to call Microsoft APIs MICROSOFT GRAPH What is Microsoft Graph? Single

More information

Microsoft 365. A complete, intelligent, secure solution to empower employees. Integrated for simplicity. Built for teamwork. Unlocks creativity

Microsoft 365. A complete, intelligent, secure solution to empower employees. Integrated for simplicity. Built for teamwork. Unlocks creativity 2x 50% 5x Microsoft 365 A complete, intelligent, secure solution to empower employees Unlocks creativity Built for teamwork Integrated for simplicity Intelligent security Inner Loop Files Sites Content

More information

Microsoft Office 365 Business Plans

Microsoft Office 365 Business Plans Microsoft Business Plans Run your business more easily with. Get everything you need to get work done anytime, anywhere. Business Essentials Business Business Premium $7.50 versions of Office with email

More information

7/12/2018. Presented by: Todd McElmurry. Office 365

7/12/2018. Presented by: Todd McElmurry. Office 365 Presented by: Todd McElmurry Office 365 Online version of Word, Excel and PowerPoint 1TB of Storage and sharing in One Drive Sway Presentation Creator Online presentation creator Build Sway from MS Word

More information

STREAMLINED CERTIFICATION PATHS

STREAMLINED CERTIFICATION PATHS STREAMLINED CERTIFICATION PATHS MOBILITY 10 Mobility CLOUD PLATFORM & INFRASTRUCTURE Server 2016 Cloud Platform & Infrastructure Linux on Azure Cloud Platform PRODUCTIVITY Server 2016 Productivity Office

More information

Price list for Microsoft Office 365 from Swisscom. Valid from 1 may, 2016

Price list for Microsoft Office 365 from Swisscom. Valid from 1 may, 2016 Price list for Microsoft Office 365 from Swisscom Valid from 1 may, 2016 2 Overview General part 3 Plans Business (1 300 users) 4 > Office 365 Business > Office 365 Business Essentials > Office 365 Business

More information

Create and Share Compelling Documents with Word 2010

Create and Share Compelling Documents with Word 2010 CHAPTER 4 Create and Share Compelling Documents with Word 2010 Use Language Tools, and Translate on the Fly The last bullet should be Choose Translation Language Start with the last item first if this

More information

Microsoft Office and Office 365 Training Course Outlines

Microsoft Office and Office 365 Training Course Outlines Course Outlines The courses lists are all 1 or 2 hour sessions designed to be delivered by an instructor to small groups. Each course is designed to improve efficiency and productivity by focussing on

More information

SharePoint Online Office 365 Developer Course Content

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

More information

Liquid Telecom Microsoft Partnership

Liquid Telecom Microsoft Partnership Liquid Telecom Microsoft Partnership Liquid Telecom is now an official Microsoft Cloud Services Provider. As an official CSP partner, Liquid Telecom will for the first time serve businesses of all sizes

More information

The Economics of Office YTD Net Promoter Score. Microsoft Office365 10/20/2017. Paul Hoffman, CPA, CITP, CGMA CEO/President of SouthTech

The Economics of Office YTD Net Promoter Score. Microsoft Office365 10/20/2017. Paul Hoffman, CPA, CITP, CGMA CEO/President of SouthTech The Economics of Office 365 Paul Hoffman, CPA, CITP, CGMA CEO/President of SouthTech 98 % Retention Rate Under 10 Seconds Time to Tech 54% of Issues Resoloved in Less than 1 Hour Resolution 90.6 YTD Net

More information

Advance Excel Performing calculations on data 1. Naming groups of data 2. Creating formulas to calculate values

Advance Excel Performing calculations on data 1. Naming groups of data 2. Creating formulas to calculate values Advance Excel 2013 Getting started with Excel 2013 1. Identifying the different Excel 2013 programs 2. Identifying new features of Excel 2013 a. If you are upgrading from Excel 2010 b. If you are upgrading

More information

Code Title Level Windows Azure Application Development

Code Title Level Windows Azure Application Development Windows Azure Application Development HOL-AZR100 Introduction to Windows Azure Infrastructure Services 100 HOL-AZR Introduction to Windows Azure Web Sites HOL-AZR201 Introduction to Windows Azure Mobile

More information

Skype for Business. DOCUMENT Contents

Skype for Business. DOCUMENT Contents 2018 is a communications and collaboration platform that brings together an experience inspired by Skype with enterprise-grade security, compliance and control. It offers features including presence, instant

More information

Power BI 1 - Create a dashboard on powerbi.com... 1 Power BI 2 - Model Data with the Power BI Desktop... 1

Power BI 1 - Create a dashboard on powerbi.com... 1 Power BI 2 - Model Data with the Power BI Desktop... 1 Our course outlines are 1 and 2 hour sessions (all courses 1 hour unless stated) that are designed to be delivered presentation style with an instructor guiding attendees through scenario based examples

More information

OFFICE 365 AND SHAREPOINT ONLINE: RAPID UPSKILL TRACK

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

More information

Office 365 for businesses. Stay connected on the go

Office 365 for businesses. Stay connected on the go Office 365 for businesses Stay connected on the go Welcome to Office 365 Office 365 is a cloud-based service hosted by Microsoft that brings together familiar Microsoft Office desktop applications with

More information

MS Office Basic Courses - Customized Training

MS Office Basic Courses - Customized Training MS Office Basic Courses - Customized Training Course Contents Duration: 2 Days Word Basics: 1. Getting Started with Word 3. Creating and Opening Documents 4. Saving and Sharing Documents 5. Working with

More information

Enabling Business Productivity with Office 365

Enabling Business Productivity with Office 365 Enabling Business Productivity with Office 365 Darryl Wright Darryl.Wright@tcsc.com SharePoint Consultant Agenda Overview What is Office 365? Release Options Office Products Closing What is Office 365

More information

TSInfo Technologies (OPC) Pvt Ltd

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

More information

Power BI Developer Bootcamp

Power BI Developer Bootcamp Power BI Developer Bootcamp Mastering the Power BI Development Platform Course Code Audience Format Length Course Description Student Prerequisites PBD365 Professional Developers In-person and Remote 4

More information

STREAMLINED CERTIFICATION PATHS

STREAMLINED CERTIFICATION PATHS STREAMLINED CERTIFICATION PATHS MOBILITY Windows 10 Mobility CLOUD PLATFORM & INFRASTRUCTURE Cloud Platform Cloud Platform & Infrastructure Linux on Azure PRODUCTIVITY Productivity Office 365 APP BUILDER

More information

Exchange 2007 End of Service: Modernize with Office 365. Todd Sweetser Technical Solutions Professional

Exchange 2007 End of Service: Modernize with Office 365. Todd Sweetser Technical Solutions Professional Exchange 2007 End of Service: Modernize with Office 365 Todd Sweetser Technical Solutions Professional Today s Presenter Todd has been in the IT industry for over two decades. He started out working with

More information

ADVANCED EXCEL Course Modules for Advance Excel Training Online (MS Excel 2013 Course):

ADVANCED EXCEL Course Modules for Advance Excel Training Online (MS Excel 2013 Course): Course Modules for Advance Excel Training Online (MS Excel 2013 Course): ADVANCED EXCEL 2013 1 Getting started with Excel 2013 A Identifying the different Excel 2013 programs B Identifying new features

More information

Patriots What is Office 365?

Patriots  What is Office 365? Patriots Email What is Office 365? Logging into your Patriots Email via Outlook Web Access opens up the ability to use Office 365. Office 365 allows you to monitor your inbox, create new events on your

More information

What s new in Excel 2013? Provided by Work Smart

What s new in Excel 2013? Provided by Work Smart What s new in Excel 2013? Provided by Work Smart Contents Topics in this guide include: Visualize Share Analyze Touch For more information The first thing you see when you open Excel 2013 is a brand new

More information

Microsoft MB2-713 Exam

Microsoft MB2-713 Exam Volume: 93 Questions Question No: 1 You create a personal view. You need to ensure that both you and a coworker can use the view. What are two possible ways to achieve the goal? Each correct answer presents

More information

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

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

More information

Adobe AIR 3 (1) Adobe Air 3 for Flash CS5.5 Developers Course 1. Adobe InDesign CS5 (1) Adobe InDesign CS5: Fundamentals Course 2.

Adobe AIR 3 (1) Adobe Air 3 for Flash CS5.5 Developers Course 1. Adobe InDesign CS5 (1) Adobe InDesign CS5: Fundamentals Course 2. Skillsoft Curriculum Export as of 2017-10-11 Desktop Collections Collection Curriculum Series Asset Title Asset Type Hours DESKTOP COMPUTER SKILLS Adobe Adobe Reader X (1) Adobe Reader X Adobe AIR 3 (1)

More information

Introduction to SharePoint 2016 for Collaboration and Document Management

Introduction to SharePoint 2016 for Collaboration and Document Management Course 55193A: Introduction to SharePoint 2016 for Collaboration and Document Management - Course details Course Outline Module 1: SharePoint Overview This module provides an overview of SharePoint and

More information

Mail. Having your mail stored in the cloud means you can access it just about anywhere on just about any device with an internet connection.

Mail. Having your mail stored in the cloud means you can access it just about anywhere on just about any device with an internet connection. Microsoft Office 365 is a set of cloud services available free to education entities from Microsoft. With your Microsoft Office 365 account, you receive access to the following services: For now, we are

More information

SOLO NETWORK (11) (21) (31) (41) (48) (51) (61) (71) SOLO NETWORK

SOLO NETWORK (11) (21) (31) (41) (48) (51) (61) (71) SOLO NETWORK Contents The new Office.... 2 Built for Teamwork... 3 Co-authoring... 3 Simplified Sharing... 4 Improved Version History... 6 Shared Notebooks... 8 Modern Meetings... 9 Office for all of your devices...

More information

Open Source Library Developer & IT Pro

Open Source Library Developer & IT Pro Open Source Library Developer & IT Pro Databases LEV 5 00:00:00 NoSQL/MongoDB: Buildout to Going Live INT 5 02:15:11 NoSQL/MongoDB: Implementation of AngularJS INT 2 00:59:55 NoSQL: What is NoSQL INT 4

More information

Skillsoft is the global leader in elearning, providing the most engaging learner experience and high-quality content. We are trusted by the world's

Skillsoft is the global leader in elearning, providing the most engaging learner experience and high-quality content. We are trusted by the world's Skillsoft is the global leader in elearning, providing the most engaging learner experience and high-quality content. We are trusted by the world's leading organizations, including 65 percent of the Fortune

More information

55249: Developing with the SharePoint Framework Duration: 05 days

55249: Developing with the SharePoint Framework Duration: 05 days Let s Reach For Excellence! TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC Address: 103 Pasteur, Dist.1, HCMC Tel: 08 38245819; 38239761 Email: traincert@tdt-tanduc.com Website: www.tdt-tanduc.com; www.tanducits.com

More information

Office 365 for Business Basics

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

More information

The Great SharePoint 2016/2013 Adventure for Developers

The Great SharePoint 2016/2013 Adventure for Developers The Great SharePoint 2016/2013 Adventure for Developers Developing for SharePoint 2016/2013 On-premises Course Code Audience Format Length Course Description Student Prerequisites GSA2016 Professional

More information

CloudSwyft Learning-as-a-Service Course Catalog 2018 (Individual LaaS Course Catalog List)

CloudSwyft Learning-as-a-Service Course Catalog 2018 (Individual LaaS Course Catalog List) CloudSwyft Learning-as-a-Service Course Catalog 2018 (Individual LaaS Course Catalog List) Microsoft Solution Latest Sl Area Refresh No. Course ID Run ID Course Name Mapping Date 1 AZURE202x 2 Microsoft

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.  Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : MB2-715 Title : Microsoft Dynamics 365 customer engagement Online Deployment Vendor : Microsoft Version

More information

Plymouth Rd, Suite 212, Plymouth Meeting, PA

Plymouth Rd, Suite 212, Plymouth Meeting, PA Picture yourself standing next to an empty tool box. If you are building a shed, you ll need to make sure that tool box contains a hammer, a saw, a level, and the host of other tools necessary to build

More information

COURSE OUTLINE MOC 20488: DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS

COURSE OUTLINE MOC 20488: DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS COURSE OUTLINE MOC 20488: DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS MODULE 1: SHAREPOINT AS A DEVELOPER PLATFORM This module examines different approaches that can be used to develop applications

More information

Learn what we learned on Office 365, SharePoint and OneDrive features announced at MS Ignite

Learn what we learned on Office 365, SharePoint and OneDrive features announced at MS Ignite October 28, 2017 WELCOME SHAREPOINT SATURDAY OTTAWA Learn what we learned on Office 365, SharePoint and OneDrive features announced at MS Ignite Mike Maadarani / Noorez Khamis Cloud Solutions Architects

More information

MICROSOFT OFFICE 2013 SPECIALIST With Windows 10

MICROSOFT OFFICE 2013 SPECIALIST With Windows 10 Overview MICROSOFT OFFICE 2013 SPECIALIST With Windows 10 Microsoft Office 2013 training includes a variety of courses designed to teach individuals of all skill levels about using all of the Office 2013

More information

ENABLING AND MANAGING OFFICE 365

ENABLING AND MANAGING OFFICE 365 20347 - ENABLING AND MANAGING OFFICE 365 CONTEÚDO PROGRAMÁTICO Module 1: Planning and provisioning Office 365 This module reviews the features of Office 365 and identifies recent improvements to the service.

More information

MB Microsoft Dynamics CRM 2016 Online Deployment.

MB Microsoft Dynamics CRM 2016 Online Deployment. MB2-710 Microsoft Dynamics CRM 2016 Online Deployment Getting Started Overview CRM Online is a cloud-based offering of Microsoft Dynamics CRM The licensing is a subscription-based model with a monthly

More information

SharePoint Framework. SPFx. Vladimir

SharePoint Framework. SPFx. Vladimir SharePoint Framework SPFx Vladimir Medina @vladpoint User experience Data and APIs Processes Packaging, deployment, and store SharePoint Framework (SPFx) Graph APIs Webhooks SPFx client side solutions

More information

Information Technology (IT) Paper-I Theory 40 Practical - 60

Information Technology (IT) Paper-I Theory 40 Practical - 60 29 Information Technology (IT) Paper-I Theory 40 Practical - 60 Unit.I Digital Literacy: Understand the fundamentals of computing Identify the components of a computer Identify the steps for starting &

More information

SharePoint 2016 Site Collections and Site Owner Administration

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

More information

Skillsoft is the global leader in elearning, providing the most engaging learner experience and high-quality content. We are trusted by the world's

Skillsoft is the global leader in elearning, providing the most engaging learner experience and high-quality content. We are trusted by the world's Skillsoft is the global leader in elearning, providing the most engaging learner experience and high-quality content. We are trusted by the world's leading organizations, including 65 percent of the Fortune

More information

SHAREPOINT 2013 DEVELOPMENT

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

More information

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

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

More information

Office 365 for Employees

Office 365 for Employees Contents Access Office 365...2 App Launcher...2 Mail (Outlook)...3 Calendar...4 Sway...5 Forms...6 Planner...7 People...8 Tasks...9 Yammer... 10 Power Apps... 11 Flow... 12 Dynamics 365... 13 Microsoft

More information

Achieve more with 15 Productivity Tips for Office

Achieve more with 15 Productivity Tips for Office Achieve more with 15 Productivity Tips for Office Mission Worldview Strategy Ambitions How do you empower your mobile workforce? Can my employees be productive outside the office? How do we stay productive

More information

THE RIBBON THE OFFICE BUTTON TABS, CONTEXTUAL TABS, PROGRAM TABS

THE RIBBON THE OFFICE BUTTON TABS, CONTEXTUAL TABS, PROGRAM TABS THE RIBBON If you ve seen Office 2007 (Word, Excel, PowerPoint, Access, or Outlook items such as messages), you know about the Ribbon. It houses tabs with functional groupings of buttons and drop-down

More information

Office 365 for businesses. Stay connected on the go

Office 365 for businesses. Stay connected on the go Office 365 for businesses Stay connected on the go Welcome to Office 365 Office 365 is a cloud-based service hosted by Microsoft that brings together familiar Microsoft Office desktop applications with

More information

Make it a Great Day at the Office: Essential Tips and Tricks for Office 2013 and Outlook 2013

Make it a Great Day at the Office: Essential Tips and Tricks for Office 2013 and Outlook 2013 Computing Services and Systems Development Make it a Great Day at the Office: Essential Tips and Tricks for Office 2013 and Outlook 2013 Staff Association Council Computing Services and Systems Development

More information

10778A: Implementing Data Models and Reports with Microsoft SQL Server 2012

10778A: Implementing Data Models and Reports with Microsoft SQL Server 2012 10778A: Implementing Data Models and Reports with Microsoft SQL Server 2012 Course Overview This course provides students with the knowledge and skills to empower information workers through self-service

More information

Getting the most out of the Microsoft Graph (formerly known as Office Graph) FABIAN WILLIAMS/ K2 Senior Technical Specialist

Getting the most out of the Microsoft Graph (formerly known as Office Graph) FABIAN WILLIAMS/ K2 Senior Technical Specialist Getting the most out of the Microsoft Graph (formerly known as Office Graph) FABIAN WILLIAMS/ K2 Senior Technical Specialist Fabian Williams, MCSD, MCDBa, MCSE Sr. Technical Specialist K2 www.fabiangwilliams.com

More information

EVALUATION ONLY. Table of Contents. iv Labyrinth Learning

EVALUATION ONLY. Table of Contents. iv Labyrinth Learning Quick Reference Tables Preface EXCEL 2013 LESSON 1: EXPLORING EXCEL 2013 Presenting Excel 2013 Starting Excel Windows 7 Windows 8 Exploring the Excel Program Window Using Worksheets and Workbooks Mousing

More information

55193A: INTRODUCTION TO SHAREPOINT 2016 FOR COLLABORATION AND DOCUMENT MANAGEMENT

55193A: INTRODUCTION TO SHAREPOINT 2016 FOR COLLABORATION AND DOCUMENT MANAGEMENT ABOUT THIS COURSE This one day class is designed for SharePoint team members and end users who need to know how to use the team collaboration, document management and social features of Microsoft SharePoint

More information

Hosted Exchange Migration to O365 Campaign and Offer

Hosted Exchange Migration to O365 Campaign and Offer Hosted Exchange Migration to O365 Campaign and Offer Through-June 30, 2017 Speakers: Jeff Fabin- Sr. Channel Account Specialist Microsoft Cloud Danielle Huegel- Sr. Channel Account Specialist Microsoft

More information

Microsoft FY13 Roadmap

Microsoft FY13 Roadmap Microsoft FY13 Roadmap An Intergen Perspective October 2012 Chris J.T. Auld Chief Technology Officer Mobility Social Cloud Big data 91% of organizations expect to spend on mobile devices in 2012 In 2012,

More information

This confirms that Ricky T has completed the following courses:

This confirms that Ricky T has completed the following courses: Increase Productivity and Security with Enterprise Mobility 10/25/2016 What s New in VDI for Windows Server 2012 R2 and 8.1 06/24/2016 How can technology help grow my business? 04/12/2016 What really happens

More information

SharePoint 2013 Central Administration

SharePoint 2013 Central Administration Course Objectives SharePoint 2013 Central Administration SharePoint Virtual environment creation through VMware, Virtual Box & Hyper-V. SharePoint Farm setup - Standalone, Small, Medium and Large Scale

More information

Skillsoft Course Catalog

Skillsoft Course Catalog Skillsoft Course Catalog Desktop Collection We improve the performance of organizations by improving the performance of their people. Adobe Reader X Adobe Air 3 for Flash CS5.5 Developers Adobe InDesign

More information

1

1 The New for Midsize Businesses Plus Desktop Apps Web Apps Mobile Simple IT o All services work together o No servers to set up o is always up-to-date o Use on 5 devices/user o Everything you need in one

More information

Microsoft 365 Business FAQs

Microsoft 365 Business FAQs Microsoft 365 Business FAQs Last updated April 27 th, 2018 Table of Contents General... 3 What is Microsoft 365 Business?... 3 Who should consider adopting Microsoft 365 Business?... 3 How can I get Microsoft

More information

Microsoft Office Excel 2010: Intermediate (R2) Course Overview. Course Outline

Microsoft Office Excel 2010: Intermediate (R2) Course Overview. Course Outline Microsoft Office Excel 2010: Intermediate (R2) Course Overview This course builds on the skills and concepts taught in Excel 2010: Basic, First Look Edition. Students will learn how to use multiple worksheets

More information

MICROSOFT OFFICE 365. Feb. 22, 2018

MICROSOFT OFFICE 365. Feb. 22, 2018 MICROSOFT OFFICE 365 Feb. 22, 2018 Speakers Mike Adkins Director Microsoft Productivity Leader Todd Bleeker, Ph.D. Manager Office 365 and Productivity Leader 2 MICROSOFT 365 What do I get with my Office

More information

The Collaborative Contact Center with Skype for Business

The Collaborative Contact Center with Skype for Business The Collaborative Contact Center with Skype for Business Our mission is to empower every person and every organization on the planet to achieve more. Satya Nadella Employees work on nearly 2x the number

More information

Why is Office 365 the right choice?

Why is Office 365 the right choice? Why is Office 365 the right choice? People today want to be productive wherever they go. They want to work faster and smarter across their favorite devices, while staying current and connected. Simply

More information

P a g e 1. Danish Technological Institute. Scripting and Web Languages Online Course k Scripting and Web Languages

P a g e 1. Danish Technological Institute. Scripting and Web Languages   Online Course k Scripting and Web Languages P a g e 1 Online Course k72853 Scripting and Web Languages P a g e 2 Title Estimated Duration (hrs) JsRender Fundamentals 2 Advanced JsRender Features 3 JavaScript SPA: Getting Started with SPA in Visual

More information

: Course : SharePoint 2016 Site Collection and Site Administration

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

More information

Course Outlines. e-learning Course Outline. 20 West 33rd Street, 4th Floor New York, NY Call: (888)

Course Outlines. e-learning Course Outline. 20 West 33rd Street, 4th Floor New York, NY Call: (888) Course Outlines NetCom Learning Page 0 Table of Contents English Titles... 2 Office 365 (02:20:00)... 2 Excel 2013 (18:35:00)... 4 Word 2013 (11:06:00)... 7 PowerPoint 2013 (05:41:00)... 11 Outlook 2013

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited SHAREPONT 2013 BUSINESS INTELLIGENCE

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited SHAREPONT 2013 BUSINESS INTELLIGENCE SHAREPONT 2013 BUSINESS INTELLIGENCE SharePoint 2013 Business Intelligence (SBI2013 version 1.1.0) Copyright Information Copyright 2016 Webucator. All rights reserved. The Author Bruce Gordon Bruce Gordon

More information

The app launcher gives quick access to all available apps. The tiles are the quick launcher for each Microsoft online app.

The app launcher gives quick access to all available apps. The tiles are the quick launcher for each Microsoft online app. Office 365 The Basics Office 365 is a package of productivity software and related services that are enabled over the Internet (cloud services). Included is the full Microsoft Office Suite, OneDrive for

More information

Enabling and Managing Office 365

Enabling and Managing Office 365 Course 20347A: Enabling and Managing Office 365 Course details Course Outline Module 1: Planning and provisioning Microsoft Office 365 This module reviews the features of Office 365 and identifies recent

More information

Upgrading Your Development Skills to SharePoint 2013

Upgrading Your Development Skills to SharePoint 2013 Upgrading Your Development Skills to SharePoint 2013 Course 55014A; 5 Days, Instructor-led Course Description This 5-day course will teach you all the new development changes that were made to SharePoint

More information

Why Choose MS Azure?

Why Choose MS Azure? Why Choose MS Azure? Bio Dave Williams Cloud Architect AWS and Azure Expertise Agenda How to choose a public cloud service provider Microsoft Azure Strengths: Identity & Azure Active Directory Infrastructure

More information