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

Size: px
Start display at page:

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

Transcription

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

2 Fabian Williams, MCSD, MCDBa, MCSE Sr. Technical Specialist K2 linkedin.com/in/fabiangwilliams

3 Session Flow Introduction to the Microsoft Graph Explore the Excel, People, Event, Mail API Demos Using Postman and a Visual Studio App Creating Sensible Apps using the Graph API Now and the Roadmap Ahead Questions Comments Answers

4 Developer vision

5 State of the world before Microsoft Graph Work and school Personal Many different APIs to access data Two separate auth stacks

6 Data spread across multiple services /yina_contoso_com/_api/v2.0/drive /designcouncil/_api/v2./drive s='graphquery:actor(me,action\:1020,or(action\:1020\,action\:1003,action\: 1001,action\:1024,action\:1005,action\:1037,action\:1039,action\:1036)'&Se lectproperties='docid,title

7 World today with Microsoft Graph Microsoft Graph ( Work and school & Personal

8 Single endpoint for: 1.Accessing data /me, /users, /groups, /messages, /drive,. 2.Traversing data /drive/items/<id>/lastmodifiedbyuser 3.Accessing insights /insights/trending What is Microsoft Graph? 4.Work/School and Personal

9 Integrating with Office 365

10 One Graph to rule them all One endpoint to access it: Operation GET my profile GET my files GET my photo GET my mail GET my calendar GET my manager GET last user to modify file foo.txt GET users in my organization GET group conversations GET people related to me GET my tasks GET my notes GET files trending around me Service endpoint

11 Goal to have all direct endpoint functionality in Microsoft Graph Functionality will likely show up first in direct endpoints Direct endpoints will continue to require resource specific access tokens We are starting the journey, more services are integrating

12 Building Apps using the Microsoft Graph Gateway to data and insights in Office365 Easy traversal of objects and rich relationships Web Standards, Open Platform Secure data access

13 Session Flow Introduction to the Microsoft Graph Explore the Excel, People, Event, Mail API Demos Using Postman and a Visual Studio App Creating Sensible Apps using the Graph API Now and the Roadmap Ahead Questions Comments Answers

14 Excel REST APIs

15 CRUD and navigation of a workbook s core elements Rich formatting and content/formula editing for cells, ranges and tables Data visualization through native charts Basic manipulation of external data bindings

16 Host: GET /beta/me/drive/items/<id>/workbook GET /beta/me/drive/items/<id>/workbook/worksheets GET /beta/me/drive/items/<id>/workbook/worksheets( sheet1 ) /range(address= A1:C1 )

17 People API

18 Search and browse for the people who matter most Dynamically ranks people based on communication, collaboration, business relationship signals. Augment search queries with topics discussed in previous communications Fuzzy matching for misspelled names Provides a complete view of an individual, combining properties from multiple Office 365 services. Organization charts don t always convey working relationships. Learn who your colleagues interact with most closely.

19 Host: GET /beta/me/people GET /beta/me/people?$filter=sources/any(s:s/type eq 'Directory') GET /beta/me/people?$search="alek Darou" GET /beta/me/people?$search="al topic: merger" GET

20 Events API

21 Attendees and Meeting Duration LocationConstraint, TimeConstraint MaxCandidates MeetingTimeCandidate with Confidence and Score (*)Only for Office 365 work and school accounts

22

23 Session Flow Introduction to the Microsoft Graph Explore the Excel, People, Event, Mail API Demos Using Postman and a Visual Studio App Creating Sensible Apps using the Graph API Now and the Roadmap Ahead Questions Comments Answers

24 Session Flow Introduction to the Microsoft Graph Explore the Excel, People, Event, Mail API Demos Using Postman and a Visual Studio App Creating Sensible Apps using the Graph API Now and the Roadmap Ahead Questions Comments Answers

25 Use Microsoft Graph to build smart apps Gateway to data and insights in Office365 Easy traversal of objects and rich relationships Web Standards, Open Platform Secure data access

26 Session Flow Introduction to the Microsoft Graph Explore the Excel, People, Event, Mail API Demos Using Postman and a Visual Studio App Creating Sensible Apps using the Graph API Now and the Roadmap Ahead Questions Comments Answers

27 Roadmap More cloud services available on Microsoft Graph Intune, Skype, SharePoint Lists More smart intelligence and contextual data Richer graph queries Additional local regions Long term Expect Microsoft APIs on the Microsoft Graph

28 Session Flow Introduction to the Microsoft Graph Explore the Excel, People, Event, Mail API Demos Using Postman and a Visual Studio App Creating Sensible Apps using the Graph API Now and the Roadmap Ahead Questions Comments Answers

29

30

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

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

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

6 th October 2018 Milan

6 th October 2018 Milan 6 th October 2018 Milan Reach for the Cloud: Build Solutions with the Power of Microsoft Graph Bill Ayers #SPDoctor #SPSMilan A Huge Thank You! To Our Sponsors Eur Ing Dr Bill Ayers MCM/MCSM Charter SharePoint

More information

Come and Get Excited about Azure Mobile Services and Xamarin.Forms

Come and Get Excited about Azure Mobile Services and Xamarin.Forms Come and Get Excited about Azure Mobile Services and A story about Azure Mobile Services, SQL Azure and Xamarin Presented By: Fabian G. Williams About the Speaker Fabian Williams, MCSD, MCDBa, MCSE SharePoint

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

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

> Introduction to Office Extensibility. > Microsoft Graph and Excel Integration. > Office Add-ins and Excel Extensibility > Introduction to Office Extensibility > Microsoft Graph and Excel Integration > Office Add-ins and Excel Extensibility > Learn and engage: Resources Developer opportunity USERS DATA INTELLIGENCE 90% of

More information

Discover contextual commands Select tables, charts, or other objects in a workbook to reveal additional tabs.

Discover contextual commands Select tables, charts, or other objects in a workbook to reveal additional tabs. Microsoft MS Excel 2016 Quick Reference Guide Quick Start Guide Quick Access Toolbar Keep favourite commands permanently visible. Explore the ribbon See what Excel can do by clicking the ribbon tabs and

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

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

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

OAuth 2.0 Incremental Auth

OAuth 2.0 Incremental Auth OAuth 2.0 Incremental Auth IETF 99 Prague, July 2017 William Denniss Incremental Auth Problem Statement Asking for the kitchen sink of scopes up-front is a bad thing. Users should have the context of the

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

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

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

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

OFFICE 365 OWA. Office 365 Outlook Web App. Initial Welcome Screen

OFFICE 365 OWA. Office 365 Outlook Web App. Initial Welcome Screen Office 365 Outlook Web App Office 365 Outlook Web App (OWA) is a mail, calendaring and scheduling program. In addition, OWA offers connectivity to other cloud features of Office 365 such as SharePoint.

More information

MICROSOFT CLOUD PLATFORM AND INFRASTRUCTURE CERTIFICATION. Includes certifications for Microsoft Azure and Windows Server

MICROSOFT CLOUD PLATFORM AND INFRASTRUCTURE CERTIFICATION. Includes certifications for Microsoft Azure and Windows Server MICROSOFT CLOUD PLATFORM AND INFRASTRUCTURE CERTIFICATION Includes certifications for Microsoft Azure and Windows Server Microsoft Azure MCSA: Cloud Platform Pass 2 required exams. M20532 M20533 M20535

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

PI Vision: Real-time monitoring and Analysis for the Enterprise

PI Vision: Real-time monitoring and Analysis for the Enterprise PI Vision: Real-time monitoring and Analysis for the Enterprise Alicia Coppock, Product Manager Benny Gallardo, Development Group Lead Agenda PI Vision and OSIsoft visualization What s new in development

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

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

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

55035: PowerShell for SharePoint Administrators

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

More information

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

55049: PowerPivot, Power View and SharePoint 2013 Business Intelligence Center for Analysts

55049: PowerPivot, Power View and SharePoint 2013 Business Intelligence Center for Analysts 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

New and Exciting Features in Microsoft Outlook 2016 for the PC

New and Exciting Features in Microsoft Outlook 2016 for the PC University Information Technology Services Learning Technologies, Training & Audiovisual Outreach New and Exciting Features in Microsoft Outlook 2016 for the PC Increased Storage With KSUmail, you now

More information

Use Office 365 on your iphone or ipad

Use Office 365 on your iphone or ipad Use Office 365 on your iphone or ipad Quick Start Guide Check email Set up your iphone or ipad to send and receive mail from your Office 365 account. Check your calendar wherever you are Always know where

More information

unite.un.org/office365

unite.un.org/office365 GETTING TO KNOW unite.un.org/office365 The new way to get things done Your complete Office in the cloud Office 365 is your personal Office and more. It lets you work from anywhere, on any device, whether

More information

BrainStorm Quick Start Card for Microsoft OneDrive for Business

BrainStorm Quick Start Card for Microsoft OneDrive for Business BrainStorm Quick Start Card for Microsoft OneDrive for Business mso.harvard.edu Changing the Way the World Works Clear the path for your productivity goals! Using Microsoft OneDrive for Business, you have

More information

Bridge the cloud divide with hybrid business intelligence in SharePoint 2016 and Office 365

Bridge the cloud divide with hybrid business intelligence in SharePoint 2016 and Office 365 Bridge the cloud divide with hybrid business intelligence in SharePoint 2016 and Office 365 Chris McNulty, Microsoft John White, MVP John White CTO/Co-Founder of UnlimitedViz MSc. MVP SQL Server v-ts

More information

Resource Discovery in IoT: Current Trends, Gap Analysis and Future Standardization Aspects

Resource Discovery in IoT: Current Trends, Gap Analysis and Future Standardization Aspects Resource Discovery in IoT: Current Trends, Gap Analysis and Future Standardization Aspects Soumya Kanti Datta Research Engineer, EURECOM TF-DI Coordinator in W3C WoT IG Email: dattas@eurecom.fr Roadmap

More information

Mobile Development with Visual Studio 2015

Mobile Development with Visual Studio 2015 Mobile Development with Visual Studio 2015 Bill Ayers MCM/MCSM Charter SharePoint MCT, MCTS, MCITP, MCSD, MCAD, MCSA, MCDBA, Professional Scrum Master (PSM I), etc. Flow Simulation Ltd. www.spdoctor.net

More information

DOWNLOAD OR READ : OFFICE 365 SECURITY AND TRUST STANDARD REQUIREMENTS PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : OFFICE 365 SECURITY AND TRUST STANDARD REQUIREMENTS PDF EBOOK EPUB MOBI DOWNLOAD OR READ : OFFICE 365 SECURITY AND TRUST STANDARD REQUIREMENTS PDF EBOOK EPUB MOBI Page 1 Page 2 office 365 security and trust standard requirements office 365 security and pdf office 365 security

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

What desktop integrations are available using Productivity Tools?

What desktop integrations are available using Productivity Tools? General Questions, page 1 Installation and Configuration, page 2 Scheduling Meetings using, page 4 Instant Meetings using, page 5 Site Administration, page 8 General Questions What are WebEx? What desktop

More information

Azure Mobile Apps and Xamarin: From zero to hero. Nasos Loukas Mobile Team KYON

Azure Mobile Apps and Xamarin: From zero to hero. Nasos Loukas Mobile Team KYON Azure Mobile Apps and Xamarin: From zero to hero Nasos Loukas Mobile Team Leader @ KYON aloukas@outlook.com From zero to hero Chapter 0: Xamarin Chapter 1: Azure Mobile Apps Chapter 2: Offline Sync Chapter

More information

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

MicroStrategy Academic Program

MicroStrategy Academic Program MicroStrategy Academic Program Creating a center of excellence for enterprise analytics and mobility. HOW TO DEPLOY ENTERPRISE ANALYTICS AND MOBILITY ON AWS APPROXIMATE TIME NEEDED: 1 HOUR In this workshop,

More information

GVSU Skype for Business: Quick Start Guide (using a Windows PC)

GVSU Skype for Business: Quick Start Guide (using a Windows PC) GVSU Skype for Business: Quick Start Guide (using a Windows PC) What is Skype for Business: Skype for Business provides quick and simple ways of communicating and collaborating through a single, easy to

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

You can view and access all of these apps whenever you click on the Office 365 icon on the top left corner of your screen. Tasks. Delve.

You can view and access all of these apps whenever you click on the Office 365 icon on the top left corner of your screen. Tasks. Delve. NSCAD students will now have access to Microsoft cloud based apps through Office 365. Students will be able to use these apps to access their emails, store data, connect with the NSCAD community and work

More information

Introduction to Microsoft Flow

Introduction to Microsoft Flow Introduction to Microsoft Flow Office 365 DevDays 2017.11.4-6 上海 Tom Jebo & Tarun Chopra What is Microsoft Flow? What can it do for me and my coworkers? What are some out of box capabilities in Microsoft

More information

Desktop and Mobile Guide Utility Telecom Accession Meeting

Desktop and Mobile Guide Utility Telecom Accession Meeting Desktop and Mobile Guide Utility Telecom Accession Meeting This guide is intended to help you navigate through Accession Meeting on your desktop and mobile phone. If you have any questions, call us at

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

Android User Guide. User Guide 2.3

Android User Guide. User Guide 2.3 Android 2.3 THE INFORMATION CONTAINED IN THIS DOCUMENT IS PROVIDED AS IS WITHOUT ANY EXPRESS REPRESENTATIONS OF WARRANTIES. IN ADDITION, INFRAGISTCS, INC. DISCLAIMS ALL IMPLIED REPRESENTATIONS AND WARRANTIES,

More information

Microsoft Sharepoint Manual 2010 Certification Path Pdf

Microsoft Sharepoint Manual 2010 Certification Path Pdf Microsoft Sharepoint Manual 2010 Certification Path Pdf Microsoft Certified. Solutions Associate (MCSA). SQL Server 2012. Microsoft Exam 368: Mobility & Device Fundamentals Exam 886: SharePoint 2010. Microsoft

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

LSP O365 Hands-on Training Planet Technologies. 1

LSP O365 Hands-on Training Planet Technologies. 1 LSP O365 Hands-on Training 2016 Planet Technologies. 1 Agenda for today Intro IT Update/ Ground Rules O365 Overview Break Outlook and OWA Mobile Device Lunch Skype for Business FAQ Tips and Issues Evolve

More information

Roy Lawson. Introduction to Office 365 Development Presented By. SDS pays for referrals!

Roy Lawson. Introduction to Office 365 Development Presented By. SDS pays for referrals! Introduction to Office 365 Development Presented By Roy Lawson Partner & Consultant Software Development Services, LLC (SDS) relawson@sdselite.com www.sdselite.com 866-888-2586 ext 101 SDS pays for referrals!

More information

Use Office 365 on your iphone or ipad

Use Office 365 on your iphone or ipad Use Office 365 on your iphone or ipad Quick Start Guide Note: Please be aware that the Office Mobile app, the OneNote Mobile app, and Microsoft accounts such as Outlook.com and Hotmail.com, are provided

More information

Microsoft Office PowerPoint 2016: Part 1. Course Overview

Microsoft Office PowerPoint 2016: Part 1. Course Overview Microsoft Office PowerPoint 2016: Part 1 Course Overview This course will introduce students to Microsoft PowerPoint 2016, as well as teach them how to develop a PowerPoint presentation, perform advanced

More information

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

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

More information

Office 365 for ipad. OneDrive for Business Word Excel PowerPoint OneNote Lync OWA for ipad

Office 365 for ipad. OneDrive for Business Word Excel PowerPoint OneNote Lync OWA for ipad Office 365 for ipad Get your Office 365 apps for your ipad for free! Below is a list of links to the Office apps that are available for the ipad in the App Store. Before you begin, make sure you know your

More information

Course Microsoft Dynamics 365 Customization and Configuration with Visual Development (CRM)

Course Microsoft Dynamics 365 Customization and Configuration with Visual Development (CRM) Course 822716 Microsoft Dynamics 365 Customization and Configuration with Visual Development (CRM) Length 3 days Prerequisites Working knowledge of: Dynamics 365 (CRM) features and functionality; development,

More information

WHAT IS NEXT WITH MICROSOFT OFFICE?

WHAT IS NEXT WITH MICROSOFT OFFICE? WHAT IS NEXT WITH MICROSOFT OFFICE? Wilma Andrews, Virginia Commonwealth University, wandrews@vcu.edu Robert Andrews, Virginia Commonwealth University, randrews@vcu.edu ABSTRACT Office 2013, Preview version,

More information

Course Overview. Audience Profile. At Course Completion. Module Title : 50546A: Learn Microsoft Excel 2010 Step by Step, Level 3

Course Overview. Audience Profile. At Course Completion. Module Title : 50546A: Learn Microsoft Excel 2010 Step by Step, Level 3 Module Title : 50546A: Learn Microsoft Excel 2010 Step by Step, Level 3 Duration : 1 day Course Overview This one-day instructor-ledcourse provides students with the skills to analyze alternative data

More information

WHAT S NEW IN SQL SERVER 2016 REPORTING SERVICES?

WHAT S NEW IN SQL SERVER 2016 REPORTING SERVICES? WHAT S NEW IN SQL SERVER 2016 REPORTING SERVICES? Timothy P. McAliley CISA, CISM, CISSP, ITIL V3, MCSA, MCSE, MCT, PMP Microsoft Account Technology Strategist Try It Yourself! Two TechNet Virtual Labs

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

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

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

More information

TIBCO Spotfire Statement of Direction. Spotfire Product Management

TIBCO Spotfire Statement of Direction. Spotfire Product Management TIBCO Spotfire Statement of Direction Spotfire Product Management CONFIDENTIALITY The following information is confidential information of TIBCO Software Inc. Use, duplication, transmission, or republication

More information

Set up Your Corporate or Personal (BYOD) iphone for Office 365 (Cloud)

Set up Your Corporate or Personal (BYOD) iphone for Office 365 (Cloud) Set up Your Corporate or Personal (BYOD) iphone for Office 365 (Cloud) Email In conjunction with your email migration, you will need to set up your corporate and/or personal (BYOD) iphone to access your

More information

Differences between using a workbook in Excel 2016 Online and in Excel Online

Differences between using a workbook in Excel 2016 Online and in Excel Online Differences between using a workbook in Excel 2016 Online and in Excel Online File formats that are supported in Excel Online Excel workbook files (.xlsx) Excel 97-2003 workbook files (.xls). Note: When

More information

Catering to customers at DEG

Catering to customers at DEG Welcome # T C 1 8 Catering to customers at DEG Creating painless, customized mobile reporting Matt Lewandowski Analytics Team Lead DEG R E L AT E D S E S S I O N S Catering to customers at DEG Day Time

More information

Lab 5: Working with REST APIs

Lab 5: Working with REST APIs Lab 5: Working with REST APIs Oracle Database Cloud Service Hands On Lab 1) In this Lab we will install the REST Client Postman 2) Use Rest API calls to a) Create a database service b) List account instances

More information

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

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

More information

Who am I? Identity Product Group, CXP Team. Premier Field Engineer. SANS STI Student GWAPT, GCIA, GCIH, GCWN, GMOB

Who am I? Identity Product Group, CXP Team. Premier Field Engineer. SANS STI Student GWAPT, GCIA, GCIH, GCWN, GMOB @markmorow Who am I? Identity Product Group, CXP Team Premier Field Engineer SANS STI Student GWAPT, GCIA, GCIH, GCWN, GMOB Active Directory Domain Services On-premises App Server Validate credentials

More information

1. How do you deploy an application to Cloud Foundry with multiple instances, on a non-default domain?

1. How do you deploy an application to Cloud Foundry with multiple instances, on a non-default domain? CFCD Study Guide This guide will help you prepare for the Cloud Foundry Certified Developer examination. The guide is not meant to be inclusive of all topics, but rather encourage you to further study

More information

Qlik Sense Desktop. Data, Discovery, Collaboration in minutes. Qlik Sense Desktop. Qlik Associative Model. Get Started for Free

Qlik Sense Desktop. Data, Discovery, Collaboration in minutes. Qlik Sense Desktop. Qlik Associative Model. Get Started for Free Qlik Sense Desktop Data, Discovery, Collaboration in minutes With Qlik Sense Desktop making business decisions becomes faster, easier, and more collaborative than ever. Qlik Sense Desktop puts rapid analytics

More information

Work Smart: Start a sharing and collaboration session

Work Smart: Start a sharing and collaboration session Work Smart: Start a sharing and collaboration session Use this guide to learn how to have impromptu online meetings and conference calls by using Microsoft Lync 2010 communications software. What do you

More information

MCSA Windows Server MCSA Windows Server MCSA Linux on Azure. MCSA Cloud Platform. MCSA Office 365. MCSA SQL Server 2012/2014

MCSA Windows Server MCSA Windows Server MCSA Linux on Azure. MCSA Cloud Platform. MCSA Office 365. MCSA SQL Server 2012/2014 MOBILITY Windows 10 Mobility Windows Server 2012 CLOUD PLAT & INFRA Windows Server 2016 Linux on Azure Cloud Platform & Infrastructure PRODUCTIVITY Cloud Platform Office 365 Productivity SQL Server 2012/2014

More information

Microsoft SharePoint Server 2013 for the Site Owner/Power User

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

More information

Project Covered During Training: Real Time Project Training

Project Covered During Training: Real Time Project Training Website: http://www.php2ranjan.com/ Contact person: Ranjan Mobile: 91-9347045052, 09032803895 Email: purusingh2004@gmail.com Skype: purnendu_ranjan Course name: Advance Android App Development Training

More information

Create a Google account. Start creating the google account... 2 Creating a google + identity... 3 Communities... 4

Create a Google account. Start creating the google account... 2 Creating a google + identity... 3 Communities... 4 Create a Google account Start creating the google account... 2 Creating a google + identity... 3 Communities... 4 GOOGLE ACCOUNT The google account will give you access to google communitis, the possibility

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

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

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

More information

Smart Content. Instructor: Angela Hicks

Smart Content. Instructor: Angela Hicks Smart Content Instructor: Angela Hicks TODAY S AGENDA 1. Contextual Marketing 1:10 pm 1:40 pm 2. Segmentation 1:40 pm 2:20 pm 3. The Smart CTA* 2:20 pm 2:55 pm 4. Contextual Marketing Strategy 3:05 pm

More information

BlackBerry Developer Summit. A02: Rapid Development Leveraging BEMS Services and the AppKinetics Framework

BlackBerry Developer Summit. A02: Rapid Development Leveraging BEMS Services and the AppKinetics Framework BlackBerry Developer Summit A02: Rapid Development Leveraging BEMS Services and the AppKinetics Framework Page 2 of 21 Table of Contents 1. Workbook Scope... 4 2. Compatibility... 4 3. Source code download

More information

Azure Certification BootCamp for Exam (Developer)

Azure Certification BootCamp for Exam (Developer) Azure Certification BootCamp for Exam 70-532 (Developer) Course Duration: 5 Days Course Authored by CloudThat Description Microsoft Azure is a cloud computing platform and infrastructure created for building,

More information

ArcGIS Viewer for Microsoft Silverlight An Introduction

ArcGIS Viewer for Microsoft Silverlight An Introduction Esri International User Conference San Diego, CA Technical Workshops July 12, 2011 ArcGIS Viewer for Microsoft Silverlight An Introduction Art Haddad, Rich Zwaap, and Derek Law Agenda Background Product

More information

Datameer for Data Preparation:

Datameer for Data Preparation: Datameer for Data Preparation: Explore, Profile, Blend, Cleanse, Enrich, Share, Operationalize DATAMEER FOR DATA PREPARATION: EXPLORE, PROFILE, BLEND, CLEANSE, ENRICH, SHARE, OPERATIONALIZE Datameer Datameer

More information

NHSmail 2 Outlook Web App Learning Series. Outlook Web App Instant Messenger Transcript. Copyright 2015 Health and Social Care Information Centre

NHSmail 2 Outlook Web App Learning Series. Outlook Web App Instant Messenger Transcript. Copyright 2015 Health and Social Care Information Centre NHSmail 2 Outlook Web App Learning Series Outlook Web App Instant Messenger Transcript Copyright 2015 Health and Social Care Information Centre Contents 1 Introduction 3 2 Transcript 3 2.1 Objectives (00:00-00:26)

More information

AVANTUS TRAINING PTE PTE LTD LTD

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

More information

Azure Certification BootCamp for Exam (Infrastructure)

Azure Certification BootCamp for Exam (Infrastructure) Azure Certification BootCamp for Exam 70-533 (Infrastructure) Course Duration: 2 Days Course Authored by CloudThat Description Microsoft Azure is a cloud computing platform and infrastructure created for

More information

Hands-On Lab. Developing BI Applications. Lab version: Last updated: 2/23/2011

Hands-On Lab. Developing BI Applications. Lab version: Last updated: 2/23/2011 Hands-On Lab Developing BI Applications Lab version: 1.0.0 Last updated: 2/23/2011 CONTENTS OVERVIEW... 3 EXERCISE 1: USING THE CHART WEB PART... 4 Task 1 Add the Chart Web Part to the page... 4 Task 2

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

Integrate Microsoft Office 365. EventTracker v8.x and above

Integrate Microsoft Office 365. EventTracker v8.x and above EventTracker v8.x and above Publication Date: March 5, 2017 Abstract This guide provides instructions to configure Office 365 to generate logs for critical events. Once EventTracker is configured to collect

More information

Leveraging the Globus Platform in your Web Applications. GlobusWorld April 26, 2018 Greg Nawrocki

Leveraging the Globus Platform in your Web Applications. GlobusWorld April 26, 2018 Greg Nawrocki Leveraging the Globus Platform in your Web Applications GlobusWorld April 26, 2018 Greg Nawrocki greg@globus.org Topics and Goals Platform Overview Why expose the APIs A quick touch of the Globus Auth

More information

Shawn Dorward, MVP. Getting Started with Power Query

Shawn Dorward, MVP. Getting Started with Power Query Shawn Dorward, MVP Getting Started with Power Query Meet our Presenter InterDyn Artis specializes in the implementation, service and support of Microsoft Dynamics Enterprise Resource Planning (ERP) and

More information

The Future of SAS Enterprise Guide (EG) - An Informal Session

The Future of SAS Enterprise Guide (EG) - An Informal Session The Future of SAS Enterprise Guide (EG) - An Informal Session New modern look Tabbed views with many layout options Program without projects or process flows Integration points with SAS Studio Who Are

More information

OFFICE 365 GOVERNANCE: Top FAQ s & Best Practices. Internal Audit, Risk, Business & Technology Consulting

OFFICE 365 GOVERNANCE: Top FAQ s & Best Practices. Internal Audit, Risk, Business & Technology Consulting OFFICE 365 GOVERNANCE: Top FAQ s & Best Practices Internal Audit, Risk, Business & Technology Consulting CLOUD ADOPTION Business demands faster, more agile and less costly solutions to achieve digital

More information

AWS Mobile Hub. Build, Test, and Monitor Your Mobile Apps. Daniel Geske, Solutions Architect 31 May 2017

AWS Mobile Hub. Build, Test, and Monitor Your Mobile Apps. Daniel Geske, Solutions Architect 31 May 2017 AWS Mobile Hub Build, Test, and Monitor Your Mobile Apps Daniel Geske, Solutions Architect 31 May 2017 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. What to Expect from the Session

More information

Before you start proceeding with this tutorial, we are assuming that you are already aware about the basics of Web development.

Before you start proceeding with this tutorial, we are assuming that you are already aware about the basics of Web development. About the Tutorial This tutorial will give you an idea of how to get started with SharePoint development. Microsoft SharePoint is a browser-based collaboration, document management platform and content

More information

Faculty & Staff. Skype for Business. Quick Reference Guide All Rights Reserved. California State University, Bakersfield FINAL

Faculty & Staff. Skype for Business. Quick Reference Guide All Rights Reserved. California State University, Bakersfield FINAL FINAL 2016. All Rights Reserved. California State University, Bakersfield February 12, 2016 REVISION CONTROL Document Title: Author: File Reference: O365 Basics - QRG.docx Campus Training Revision History

More information

Course Title: Intermediate Excel (Version :2013/2016) Duration : 2 days

Course Title: Intermediate Excel (Version :2013/2016) Duration : 2 days Course Title: Intermediate Excel (Version :2013/2016) Duration : 2 days This program is designed for executives who are already familiar with the basics of Microsoft Excel, and who would like to work with

More information

Microsoft SharePoint Server 2013 for the Site Owner/Power User

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

More information

SharePoint Conference 2011 Anaheim, CA

SharePoint Conference 2011 Anaheim, CA SharePoint Conference 2011 Anaheim, CA Robert Stewart Solution Specialist, Intergen 27 th October 2011 Agenda SharePoint Conference 2011 Anaheim, CA Keynote Office 365 + Azure Adaptive websites - SharePoint

More information

One Drive- The Basics

One Drive- The Basics One Drive- The Basics *Supported Versions: Office 2013 and 2010, Office 2007 supported with but some issues What is One Drive? Unlimited Storage in the Cloud (USB Flash drive in the cloud) Like Dropbox

More information

Playing Further Outside Your Sandbox

Playing Further Outside Your Sandbox Playing Further Outside Your Sandbox Advanced Concepts In SharePoint Business Connectivity Services Online Conference June 17 th and 18 th 2015 David Drever Solvera Solutions Microsoft Office Servers and

More information