SHAREPOINT AND OFFICE 365 HYBRID BETTER TOGETHER TODD KLINDT, SHAREPOINT

Size: px
Start display at page:

Download "SHAREPOINT AND OFFICE 365 HYBRID BETTER TOGETHER TODD KLINDT, SHAREPOINT"

Transcription

1 SHAREPOINT AND OFFICE 365 HYBRID BETTER TOGETHER TODD KLINDT, SHAREPOINT

2 WHO IS THIS TODD KLINDT GUY?

3 Why Hybrid? Authentication OneDrive (My Sites) Search Other stuff Usefull Tools AGENDA

4 WHAT IS HYBRID? The offspring of two plants or animals of different species or varieties, such as a mule (a hybrid of a donkey and a horse) Or Private Clouds and Public Clouds On-Prem and IaaS SharePoint Server On-Prem and Office 365 / Azure / SharePoint Online / BobaaS

5 WHY HYBRID? Why Cloud? More Secure? Gradual move Save money Easier accessibility New Functionality Extranet situations Consultants 1099 Why on-prem? Not all content makes sense in the cloud Sensitive info, like my SSN Geographic restrictions Fancy custom code Farm solutions 3rd party

6 BABY STEPS Develop a plan Begin with the end in mind Phased approach is okay Landscape is changing

7 AUTHENTICATION The first step on your hybrid journey Two options Azure AD Connect Sync / ADFS / Pass-Through Third Party Can move gradually Users Technology Mind your licenses

8 ACTIVE DIRECTORY CORE CONCEPTS & CONCERNS FSMO roles, AD DNS, WINS, NETBIOS, etc Dirty, dirty directories 2003 (Everyone group) --> 2008 (Authenticated Users group) IsCriticalSystemObject objects not synced (like Domain Users) UPN issues around migration Schema extensions

9 SAME SIGN ON SCENARIO

10 SINGLE SIGN ON SCENARIO

11 PASS-THROUGH AUTH

12 NOW WHAT?

13 MYSITES / ONEDRIVE FOR BUSINESS Users Used to use fun tools like Dropbox Used to being able to access content on multiple devices Used to being able to access content anywhere IT wants To meet security standards Control costs Control governance Keep using SharePoint, it s the coolest!

14 MYSITES / ONEDRIVE FOR BUSINESS Moves user MySites to OneDrive for Business You get 1 TB! And you get 1 TB! Requirements SharePoint Online SharePoint 2013 SP1 or 2016 Sync up your authentication Configure on prem to point to Online Create an audience Control experience

15 ONEDRIVE FOR BUSINESS CLIENT User familiarity Provides offline sync in Windows and Mac Provides access and functionality with devices Same client as OneDrive Consumer

16 SYNC LIMITATIONS Illegal characters - <, >, :, ",,?, *, /, \ 30 Million documents each library Performance drops after 100,000 files Filename less 400 characters File size limit 15 GB No network drives IRM requires client or later From KB

17 20 REAL WORLD EXAMPLE Param( ) [Parameter(Mandatory=$true)] [ValidateNotNullOrEmpty()] [string] $User # Add the Active Directory bits and not complain if they're already there Import-Module ActiveDirectory -ErrorAction SilentlyContinue

18 21 # Add the Azure Active Directory module Import-Module AzureAD # New way # Import-Module MSOnline # Crappy old way # Define AD group that is synced to AAD and is used for ODFB audience $syncgroupname = "CloudSync" $syncgroup =Get-ADGroup $syncgroupname

19 22 # Name of the Azure License to apply $LicensedUser = Get-AzureADUser -ObjectId "licensetemplate@toddklindt.com" $License = New-Object -TypeName Microsoft.Open.AzureAD.Model.AssignedLicense $License.SkuId = $LicensedUser.AssignedLicenses.SkuId $Licenses = New-Object -TypeName Microsoft.Open.AzureAD.Model.AssignedLicenses $Licenses.AddLicenses = $License# Azure AD domain suffix $aadsuffix = (Get-AzureADDomain Where-Object -Property IsDefault -Value $true -EQ).name # $aadsuffix = toddklindt.com # Crappy

20 23 # First, add the user to the group Add-ADGroupMember -Identity $syncgroupname -Members $User # Remind them to recompile their SharePoint audience Write-Host "You'll need to recompile your SharePoint audience to reflect the group change"

21 24 # Sync up to Azure AD # & $syncclient # Old, crappy way Start-ADSyncSyncCycle # Now tweak the user in Azure AD # First connect # Connect-MsolService # Crappy Connect-AzureAD # Get the user $aaduser = "$user@$aadsuffix"

22 25 # Set the user's location. Without that the license will fail Set-AzureADUser -UserPrincipalName $aaduser -UsageLocation "US" # Set-MSOLuser # Crappy # Set the user's license Set-AzureADUserLicense -ObjectId $aaduser -AssignedLicenses $Licenses # Set-MsolUserLicense -UserPrincipalName $aaduser -AddLicenses $license

23 NEXT STEP

24 SEARCH If SharePoint Search isn t already your corporate search, shame on you! One-way or Two-way Or

25 CSSA (THE CLOUD SEARCH SERVICE APPLICATION) Introduced in the August 2015 CU for SharePoint 2013 or 2016 Combines on-prem Search index and SharePoint Online Search Not Federation Search results are not separated Does not require a Search index on-prem Allows cloud services to include on-prem content Getting Comfortable with the new hybrid Cloud Search Service in SharePoint 2013

26 PROFILE Each environment has its own Profile Makes the SharePoint Online Profile the master Redirects from on-prem server Custom attributes are tricky

27 TAXONOMY Require June 2017 Patch or later Single Taxonomy that spans on-prem and online Completely flexible Shared Masters are online Pushed on-prem Daily Timer Job Source

28 SITES Sites link forwards to SharePoint Online Shows followed sites in both environments Does not copy existing followed sites in on-prem Does not copy followed documents Self-service Site Creation (SharePoint 2013 only, March 2017 PU) Managed the same way as on-prem Source

29 YAMMER Can move your Social piece into Yammer Requires SP1 on-prem Can also use Yammer app

30 BI Business Connectivity Services One-Way Inbound Two-Way Full CRUDQ functionality Duet Enterprise For SAP One-Way Inbound Two-Way (requires Duet Enterprise Online)

31 ON-PREMISES DATA GATEWAY Makes your on-prem data available to cloud BI tools PowerApps, PowerBi, Azure Logic Apps, Flow, Azure Analysis Services On-prem SQL Databases and SharePoint Lists Easy to install No inbound ports, only outbound Source

32 ONE-WAY OUTBOUND TOPOLOGY Microsoft data center Microsoft Office 365 tenant SharePoint Online Internet Outbound Intranet SharePoint Server 2013 Search: One-way outbound Business Connectivity Services: Not supported Duet Enterprise for SharePoint and SAP: Not supported SharePoint Local search results only Site collection Inbound Primary web app Federated search results SharePoint Online cannot query SharePoint Server SharePoint Server can query SharePoint Online On-premises SharePoint Server 2013 Enterprise Search portal: Local and remote search results are available SharePoint Online search portal: Local search results are available

33 ONE-WAY INBOUND TOPOLOGY Microsoft data center Microsoft Office 365 tenant SharePoint Online Internet Outbound Intranet SharePoint Server 2013 Search: One-way inbound Business Connectivity Services: Supported Duet Enterprise for SharePoint and SAP: Supported SharePoint Federated search results Site collection Reverse proxy Inbound Primary web app Local search results only SharePoint Online can query SharePoint Server SharePoint Server cannot query SharePoint Online On-premises SharePoint Server 2013 Enterprise Search portal: Local search results are available SharePoint Online search portal: Local and remote search results are available

34 TWO-WAY (BIDIRECTIONAL) TOPOLOGY Microsoft data center Microsoft Office 365 tenant SharePoint Online Internet Outbound Intranet SharePoint Server 2013 Search: Bidirectional Business Connectivity Services: Supported Duet Enterprise for SharePoint and SAP: Supported SharePoint Federated search results Site collection Inbound Primary web app Federated search results SharePoint Online can query SharePoint Server SharePoint Server can query SharePoint Online On-premises SharePoint Server 2013 Enterprise Search portal and SharePoint Online search portal: Local and remote search results are available. If extranet authentication services are configured, extranet users can log in remotely through an on-premises Active Directory account and use all available hybrid functionality.

35 SOUNDS COMPLICATED!

36 HYBRID PICKER Makes Hybrid Easy! (er) Installs or configures OneDrive User Profiles App Launcher Auditing Search Taxonomy Needs the SharePoint 2013 August 2015 CU or later or 2016

37 THINGS TO CLICK Plan SharePoint Server hybrid Implementing Hybrid Scenarios with Office 365 Courseware Hybrid for SharePoint Server 2013 SharePoint Cloud Migration Assistant (Public Preview) Bill Baer s much better slide deck

38

39 Microsoft wants to hear from you! Surveys! Surveys! Surveys!

TODD

TODD TODD KLINDT todd@toddklindt.com @toddklindt www.toddklindt.com www.toddklindt.com/omahaspug AGENDA 8 5ish Breaks once an hour or so Lunch noon-ish Name Company What do you do? What are you looking for?

More information

SharePoint Online for Administrators

SharePoint Online for Administrators Course 55238: SharePoint Online for Administrators Page 1 of 6 SharePoint Online for Administrators Course 55238: 2 days; Instructor-Led Introduction This course will introduce the audience to SharePoint

More information

Education and Support for SharePoint, Office 365 and Azure

Education and Support for SharePoint, Office 365 and Azure Education and Support for SharePoint, Office 365 and Azure www.combined-knowledge.com Course Duration: 3 Days Overview CONFIGURING HYBRID WORKLOADS FOR SHAREPOINT AND OFFICE 365 Configuring Hybrid Workloads

More information

Introduction to SharePoint 2016

Introduction to SharePoint 2016 Table of Contents Introduction to SharePoint 2016...2 SharePoint 2016 New Features...5 Features Deprecated in SharePoint 2016... 14 Differences between SharePoint 2013 and SharePoint 2016... 17 Introduction

More information

EXPLORE MICROSOFT SHAREPOINT SERVER 2016 AND BEYOND #ILTAG70

EXPLORE MICROSOFT SHAREPOINT SERVER 2016 AND BEYOND #ILTAG70 EXPLORE MICROSOFT SHAREPOINT SERVER 2016 AND BEYOND #ILTAG70 EXPLORE MICROSOFT SHAREPOINT SERVER 2016 In this session, we ll cover: Mike Ammerlaan Director Office Ecosystem Microsoft SharePoint Server

More information

Azure Active Directory from Zero to Hero

Azure Active Directory from Zero to Hero Azure Active Directory from Zero to Hero Azure &.NET Meetup Freiburg, 2018 Esmaeil Sarabadani What we cover today Overview on Azure AD Differences between on-prem AD and Azure AD Azure AD usage scenarios

More information

Advanced Technologies of SharePoint 2016 ( )

Advanced Technologies of SharePoint 2016 ( ) SharePoint Course - 203392 Advanced Technologies of SharePoint 2016 (20339-2) Length 5 days Audience The course is targeted at experienced IT Professionals who are interested in learning how to install,

More information

Microsoft SharePoint Online for Administrators

Microsoft SharePoint Online for Administrators 1800 ULEARN (853 276) www.ddls.com.au Microsoft 55238 - SharePoint Online for Administrators Length 3 days Price $2750.00 (inc GST) Version A Overview This course will introduce the audience to SharePoint

More information

Planning and Administering SharePoint 2016

Planning and Administering SharePoint 2016 Planning and Administering SharePoint 2016 Course 20339A 5 Days Instructor-led, Hands on Course Information This five-day course will combine the Planning and Administering SharePoint 2016 class with the

More information

SharePoint Server 2019 Overview

SharePoint Server 2019 Overview SharePoint Server 2019 Overview About Me Waqas Sarwar - Lead SharePoint Infrastructure architect - Blogger, Technical Writer, Community Contributor, Speaker - Office Servers and Services MVP - C-SharpCorner

More information

Advanced Technologies of SharePoint 2016

Advanced Technologies of SharePoint 2016 Advanced Technologies of SharePoint 2016 20339-2; 5 Days; Instructor-led Course Description This five-day course will teach you how to plan, configure, and manage the advanced features in a SharePoint

More information

55238 SharePoint Online for Administrators. Module 1: Introduction to Office 365 and SharePoint Online

55238 SharePoint Online for Administrators. Module 1: Introduction to Office 365 and SharePoint Online 55238 for Administrators 55238 For Administrators Duration: 3 Days Overview: This course will introduce the audience to Administration in Office 365 and explain and demonstrate the configuration options

More information

Project Management Learning & coaching User Adoption E-learning Governance Support

Project Management Learning & coaching User Adoption E-learning Governance Support 45 consultants Architecture Migrations Business Analysis Functional analysis Branding Development Project Management Learning & coaching User Adoption E-learning Governance Support POWER SharePoint Service

More information

Microsoft Advanced Technologies of SharePoint 2016

Microsoft Advanced Technologies of SharePoint 2016 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20339-2 Advanced Technologies of SharePoint 2016 Length 5 days Price $4290.00 (inc GST) Version A Overview This five-day course will teach you how to plan,

More information

SharePoint 2019 and Extranet User Manager

SharePoint 2019 and Extranet User Manager SharePoint 2019 and Extranet User Manager Tuesday, June 5, 2018 12:00-1:00 PM http://eum.co (#) Agenda Introductions SharePoint 2019 Announcements SharePoint On Premises Extranets EUM Features and Licensing

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

SHAREPOINT 2016 ADMINISTRATOR BOOTCAMP 5 DAYS

SHAREPOINT 2016 ADMINISTRATOR BOOTCAMP 5 DAYS SHAREPOINT 2016 ADMINISTRATOR BOOTCAMP 5 DAYS WHY TAKE 10 DAYS AWAY FROM THE OFFICE WHEN YOU ONLY NEED 5? Need to gain knowledge for both the 203391 Planning and Administering Microsoft SharePoint 2016

More information

Vendor: Microsoft. Exam Code: Exam Name: Managing Office 365 Identities and Requirements. Version: Demo

Vendor: Microsoft. Exam Code: Exam Name: Managing Office 365 Identities and Requirements. Version: Demo Vendor: Microsoft Exam Code: 70-346 Exam Name: Managing Office 365 Identities and Requirements Version: Demo Topic 1, Fabrikam, Inc OverView Fabrikam, inc is a financial services organization. Fabrikam

More information

Advanced Technologies of SharePoint 2016

Advanced Technologies of SharePoint 2016 Advanced Technologies of SharePoint 2016 Course 20339-2A 5 Days Instructor-led, Hands on Course Information This five-day course will teach you how to plan, configure, and manage the advanced features

More information

DATACENTER MANAGEMENT Goodbye ADFS, Hello Modern Authentication! Osman Akagunduz

DATACENTER MANAGEMENT Goodbye ADFS, Hello Modern Authentication! Osman Akagunduz Goodbye ADFS, Hello Modern Authentication! Osman Akagunduz Osman Akagunduz Consultant @ InSpark Microsoft Country Partner Of The Year Twitter: @Osman_Akagunduz What s in this session The role of Azure

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

SharePoint 2016 Administrator's Survival Camp

SharePoint 2016 Administrator's Survival Camp SharePoint 2016 Administrator's Survival Camp Installing and Managing SharePoint 2016 in an On -premises Environment Course Code Audience Format Length Course Description Student Prerequisites SSC2016

More information

[ Sean TrimarcSecurity.com ]

[ Sean TrimarcSecurity.com ] Securing the Microsoft Cloud (Office 365 & Azure AD) Sean Metcalf Founder, Trimarc Presenter bio Sean Metcalf Founder & CTO, Trimarc One of ~100 people globally who holds the Microsoft Certified Master

More information

Define Your Office 365 External Sharing Strategy

Define Your Office 365 External Sharing Strategy Define Your Office 365 External Sharing Strategy Tuesday, April 24, 2018 12:00-1:00 PM Peter Carson President, Extranet User Manager and Envision IT SharePoint MVP Partner Seller, Microsoft Canada peter.carson@extranetusermanager.com

More information

SharePoint 2016 for IT Professionals. Vlad Catrinescu

SharePoint 2016 for IT Professionals. Vlad Catrinescu SharePoint 2016 for IT Professionals Vlad Catrinescu SHAREPOINT EXPERT PLURALSIGHT AUTHOR THE KEY IS ALWAYS YOU! There are many variations of passages of lorem ipsum available, but the majority have suffered

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

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

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

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

MB MCSA Microsoft Dynamics 365. A Success Guide to Prepare- Microsoft Dynamics 365 customer engagement Online Deployment. edusum.

MB MCSA Microsoft Dynamics 365. A Success Guide to Prepare- Microsoft Dynamics 365 customer engagement Online Deployment. edusum. MB2-715 MCSA Microsoft Dynamics 365 A Success Guide to Prepare- Microsoft Dynamics 365 customer engagement Online Deployment edusum.com Table of Contents Introduction to MB2-715 Exam on Microsoft Dynamics

More information

Upgrading SharePoint 2010 to SharePoint Todd Klindt SharePoint Nerd Rackspace

Upgrading SharePoint 2010 to SharePoint Todd Klindt SharePoint Nerd Rackspace Upgrading SharePoint 2010 to SharePoint 2013 Todd Klindt SharePoint Nerd Rackspace Who is this Todd guy? WSS MVP since 2006 Speaker, writer, consultant, lover of cheese Personal Blog www.toddklindt.com/blog

More information

Course Content. This is the second in a sequence of two courses for IT Professionals and is aligned with the SharePoint 2016 IT Pro certification.

Course Content. This is the second in a sequence of two courses for IT Professionals and is aligned with the SharePoint 2016 IT Pro certification. Course Content Course Description: This five-day course will teach you how to plan, configure, and manage the advanced features in a environment. The special areas of focus for this course include implementing

More information

Single Sign-On Showdown

Single Sign-On Showdown Single Sign-On Showdown ADFS vs Pass-Through Authentication Max Fritz Solutions Architect SADA Systems #ITDEVCONNECTIONS Azure AD Identity Sync & Auth Timeline 2009 2012 DirSync becomes Azure AD Sync 2013

More information

A: Advanced Technologies of SharePoint 2016

A: Advanced Technologies of SharePoint 2016 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

Q&As Managing Office 365 Identities and Requirements

Q&As Managing Office 365 Identities and Requirements CertBus.com 70-346 Q&As Managing Office 365 Identities and Requirements Pass Microsoft 70-346 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee

More information

Playing Further Outside Your Sandbox ADVANCED CONCEPTS IN SHAREPOINT BUSINESS CONNECTIVITY SERVICES

Playing Further Outside Your Sandbox ADVANCED CONCEPTS IN SHAREPOINT BUSINESS CONNECTIVITY SERVICES Playing Further Outside Your Sandbox ADVANCED CONCEPTS IN SHAREPOINT BUSINESS CONNECTIVITY SERVICES Who is Dave? Solvera Solutions SharePoint Services Lead Microsoft Office Servers and Services MVP SharePoint

More information

Course 20533B: Implementing Microsoft Azure Infrastructure Solutions

Course 20533B: Implementing Microsoft Azure Infrastructure Solutions Course 20533B: Implementing Microsoft Azure Infrastructure Solutions Course details Course Outline Module 1: Introduction to Azure This module explains cloud computing, and compares cloud computing and

More information

Office 365 External Sharing Webinar November 7, 2017

Office 365 External Sharing Webinar November 7, 2017 Office 365 External Sharing Webinar November 7, 2017 Introductions Peter Carson President, Extranet User Manager and Envision IT SharePoint MVP Partner Seller, Microsoft Canada peter.carson@extranetusermanager.com

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

MCSE Productivity. A Success Guide to Prepare- Core Solutions of Microsoft SharePoint Server edusum.com

MCSE Productivity. A Success Guide to Prepare- Core Solutions of Microsoft SharePoint Server edusum.com 70-331 MCSE Productivity A Success Guide to Prepare- Core Solutions of Microsoft SharePoint Server 2013 edusum.com Table of Contents Introduction to 70-331 Exam on Core Solutions of Microsoft SharePoint

More information

Use EMS to protect your mobile data and mobile app

Use EMS to protect your mobile data and mobile app Use EMS to protect your mobile data and mobile app Peter Daalmans Senior Consultant, Enterprise Mobility MVP CTGlobal. pds@ctglobalservices.com PETER DAALMANS Enterprise Mobility MVP @ CTGlobal Blog: https://peterdaalmans.com

More information

Planning and Administering SharePoint 2016

Planning and Administering SharePoint 2016 Planning and Administering SharePoint 2016 20339-1; 5 Days; Instructor-led Course Description This five-day course will provide you with the knowledge and skills to plan and administer a Microsoft SharePoint

More information

2016 Braindump2go Valid Microsoft Exam Preparation Materials:

2016 Braindump2go Valid Microsoft Exam Preparation Materials: 2016 NEW Microsoft 70-346: Managing Office 365 Identities and Requirements Exam Questions and Answers RELEASED in Braindump2go.com Online IT Study Website Today! 2016 Braindump2go Valid Microsoft 70-346

More information

Office 365: What to Expect When Moving to the Cloud

Office 365: What to Expect When Moving to the Cloud Office 365: What to Expect When Moving to the Cloud Presentation by Nicole Lawrence Unified Communications Solution Specialist, SHI MCSE Productivity Biography Unified Communications Solution Specialist

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

Advanced Technologies of SharePoint 2016 ( )

Advanced Technologies of SharePoint 2016 ( ) Advanced Technologies of SharePoint 2016 (20339-2) Formato do curso: Presencial e Live Training Com certificação: MCSE: Productivity Preço: 1740 Nível: Intermédio Duração: 35 horas This five-day course

More information

Sharepoint 2010 How Manually Update Web Analytics Reports Not Working

Sharepoint 2010 How Manually Update Web Analytics Reports Not Working Sharepoint 2010 How Manually Update Web Analytics Reports Not Working Having trouble finding your web analytics report for SharePoint 2013? There is much confusion around the SharePoint community on whether

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

Identity as the Entrée to the Microsoft Cloud

Identity as the Entrée to the Microsoft Cloud Identity as the Entrée to the Microsoft Cloud The Office 365 Ecosystem Project Pro Visio Pro Sway Delve Groups Teams Planner Bookings Enterprise Voice OneDrive Yammer PowerBI Customer Manger Intune Azure

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions Implementing Microsoft Azure Infrastructure Solutions OD20533C; On-Demand, Video-based Course Description This course is intended for IT professionals who are familiar with managing on-premises IT deployments

More information

Update on new Microsoft Cloud Technology

Update on new Microsoft Cloud Technology Update on new Microsoft Cloud Technology Azure Rights Management Services Thomas Collier Technical Pre-Sales D E V I C E S O F F I C E 3 6 5 C L O U D S E R V I C E S, S A A S A P P S & O N - P R E M I

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

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

Our broad and deep array of solutions enables you to use the cloud in your own way, at your own pace.

Our broad and deep array of solutions enables you to use the cloud in your own way, at your own pace. Agenda Agenda The New Office overview Rethink productivity possibilities Demo Why Microsoft for productivity Break The New Office architecture Identity management Authentication options Hybrid scenarios

More information

Microsoft Exchange Server 2013 Hybrid Deployments Documentation Help

Microsoft Exchange Server 2013 Hybrid Deployments Documentation Help Microsoft Exchange Server 2013 Hybrid Deployments Documentation Help Официальная документация компании Microsoft. Дата выхода: 12/09/2014г. Подготовил Pavel Nagaev. Последнюю версию документации в PDF

More information

Course Outline. Enabling and Managing Office 365 Course 20347A: 5 days Instructor Led

Course Outline. Enabling and Managing Office 365 Course 20347A: 5 days Instructor Led Enabling and Managing Office 365 Course 20347A: 5 days Instructor Led About this course This is a 5-day instructor-led training (ILT) course that targets the needs of IT professionals who take part in

More information

Power BI for the Enterprise

Power BI for the Enterprise Power BI for the Enterprise Paul Turley Principal Consultant, Intelligent Business LLC Microsoft Data Platform MVP, SolidQ Mentor e: Paul@IntelligentBiz.net t: @paul_turley b: SqlServerBiBlog.com Please

More information

Office : Enabling and Managing Office 365. Upcoming Dates. Course Description. Course Outline

Office : Enabling and Managing Office 365. Upcoming Dates. Course Description. Course Outline Office 365 20347: Enabling and Managing Office 365 Learn how to evaluate, plan, deploy and operate Microsoft Office 365 Cloud-Based Services in this 5-day class. Your instructor will focus on real world

More information

Use Microsoft EMS. to Protect your Mobile Data and Mobile Apps. Chris Nackers Nackers Consulting

Use Microsoft EMS. to Protect your Mobile Data and Mobile Apps. Chris Nackers  Nackers Consulting Use Microsoft EMS to Protect your Mobile Data and Mobile Apps Chris Nackers http://chrisnackers.com chris@nackersconsulting.com Nackers Consulting Peter Daalmans http://configmgrblog.com, peter@daalmans.com

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

Microsoft Azure Course Content

Microsoft Azure Course Content Cloud Computing Trainings @ STUCORNER & SHARPENCLOUD Microsoft Azure Course Content Lesson 1: Introduction to Azure 1. Overview of On-premise infrastructure 2. Transition from On-premise to datacenter

More information

[MS20347]: Enabling and Managing Office 365

[MS20347]: Enabling and Managing Office 365 [MS20347]: Enabling and Managing Office 365 Length : 5 Days Audience(s) : IT Professionals Level : 200 Technology : Microsoft Office Delivery Method : Instructor-led (Classroom) Course Overview This is

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

Extranets in SharePoint and SSO for Claims Apps. January 18, 2017

Extranets in SharePoint and SSO for Claims Apps. January 18, 2017 Extranets in SharePoint and SSO for Claims Apps January 18, 2017 Peter Carson President, Envision IT SharePoint MVP Partner Seller, Microsoft Canada peter.carson@extranetusermanager.com http://blog.petercarson.ca

More information

Microsoft Core Solutions of Microsoft SharePoint Server 2013

Microsoft Core Solutions of Microsoft SharePoint Server 2013 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20331 - Core Solutions of Microsoft SharePoint Server 2013 Length 5 days Price $4290.00 (inc GST) Version B Overview This course will provide you with the

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

About chverstr@microsoft.com People-centric approach Devices Apps Data Enable your users Unify your environment Protect your data People-centric approach Devices Apps Data Enable your users Unify your

More information

Exam Code: Exam Code: Exam Name:Managing Office 365 Identities and Requirements.

Exam Code: Exam Code: Exam Name:Managing Office 365 Identities and Requirements. Exam Code:70-346 Number: 70-346 Passing Score: 800 Time Limit: 120 min File Version: 12.5 http://www.gratisexam.com/ Exam Code:70-346 Exam Name:Managing Office 365 Identities and Requirements Exam A QUESTION

More information

Microsoft Enabling and Managing Office 365

Microsoft Enabling and Managing Office 365 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20347 - Enabling and Managing Office 365 Length 5 days Price $4290.00 (inc GST) Version A Overview This is a 5-day instructor-led training (ILT) course that

More information

20347: Enabling and Managing Office hours

20347: Enabling and Managing Office hours 20347: Enabling and Managing Office 365 35 hours About this course This is a 5-day instructor-led training (ILT) course that targets the needs of IT professionals who take part in evaluating, planning,

More information

Agenda. This Session: Azure Networking Basics, On-prem connectivity options DEMO Create VNET/Gateway Cost-estimation for VNET/Gateways

Agenda. This Session: Azure Networking Basics, On-prem connectivity options DEMO Create VNET/Gateway Cost-estimation for VNET/Gateways Onur Dogruoz Agenda Previous Sessions: Introduction to Azure Infrastructure as a Service (IaaS), Azure portal, role-based access control (RBAC), calculator overview VM Types, Azure Hybrid Use Benefits(AHUB),

More information

Microsoft Official Curriculum Enabling and Managing Office 365 (5 Days - English) Programme détaillé

Microsoft Official Curriculum Enabling and Managing Office 365 (5 Days - English) Programme détaillé Module 1: Planning and provisioning Microsoft Office 365 This module reviews the features of Office 365 and identifies recent improvements to the service. Also it describes how to configure an Office 365

More information

MCSA Office 365 Bootcamp

MCSA Office 365 Bootcamp MCSA Office 365 Bootcamp Length: 6 days Format: Bootcamp Time: Day About This Course Demonstrate your skills in transitioning to and administering cloud-hosted business applications with Microsoft Office

More information

Planning and Administering SharePoint 2016

Planning and Administering SharePoint 2016 SharePoint Course - 203391 Planning and Administering SharePoint 2016 Length 5 days Prerequisites In addition to their professional experience, students who attend this training should already have the

More information

Enabling and Managing Office 365 (NI152) 40 Hours MOC 20347A

Enabling and Managing Office 365 (NI152) 40 Hours MOC 20347A Enabling and Managing Office 365 (NI152) 40 Hours MOC 20347A Outline This is a 5-day instructor-led training (ILT) course that targets the needs of IT professionals who take part in evaluating, planning,

More information

WELCOME! Using Microsoft Office 365 for a Robust Mail and Conferencing System

WELCOME! Using Microsoft Office 365 for a Robust Mail and Conferencing System WELCOME! Using Microsoft Office 365 for a Robust Mail and Conferencing System Collect Learn Today Cards What do you hope to learn today? Please take a moment to fill out the yellow cards. Our presenters

More information

Extranet Identity Management and Authentication for SharePoint On Premise, Office 365 and Beyond

Extranet Identity Management and Authentication for SharePoint On Premise, Office 365 and Beyond Extranet Identity Management and Authentication for SharePoint On Premise, Office 365 and Beyond Presented by Peter Carson President, Envision IT October 22, 2014 Peter Carson President, Envision IT SharePoint

More information

Cloud Technologies. for Enterprise

Cloud Technologies. for Enterprise Cloud Technologies for Enterprise Is cloud computing the harbinger of the next Industrial Revolution? The time of large data centres holding hundreds of data servers is becoming a thing of the past. As

More information

SharePoint Migration Options in Ben Athawes, Head of SharePoint

SharePoint Migration Options in Ben Athawes, Head of SharePoint SharePoint Migration Options in 2016 Ben Athawes, Head of SharePoint Platform @bathawes Welcome to the Consortium: SharePoint migration projects The end is nigh Things have changed quite a bit! cloud-first

More information

Using Flow in your On Premise Environment. SharePoint Saturday Baltimore #SPSBMORE May 20, 2017

Using Flow in your On Premise Environment. SharePoint Saturday Baltimore #SPSBMORE May 20, 2017 Using Flow in your On Premise Environment SharePoint Saturday Baltimore #SPSBMORE May 20, 2017 About Me SharePoint consultant who specializes in easy to use solutions for simplifying and automating business

More information

Tech Dive: Microsoft Azure Identity Management and Office 365

Tech Dive: Microsoft Azure Identity Management and Office 365 Tech Dive: Microsoft Azure Identity Management and Office 365 Tech Dive: Microsoft Azure Identity Management and Office 365 Microsoft Partner Confidential 2 Tech Dive: Microsoft Azure Identity Management

More information

Release Notes Release (December 4, 2017)... 4 Release (November 27, 2017)... 5 Release

Release Notes Release (December 4, 2017)... 4 Release (November 27, 2017)... 5 Release Release Notes Release 2.1.4. 201712031143 (December 4, 2017)... 4 Release 2.1.4. 201711260843 (November 27, 2017)... 5 Release 2.1.4. 201711190811 (November 20, 2017)... 6 Release 2.1.4. 201711121228 (November

More information

Extranets in SharePoint and Office 365 May 17, 2017

Extranets in SharePoint and Office 365 May 17, 2017 Extranets in SharePoint and Office 365 May 17, 2017 Peter Carson President, Envision IT SharePoint MVP Partner Seller, Microsoft Canada peter.carson@extranetusermanager.com http://blog.petercarson.ca www.envisionit.com

More information

SQL Azure. Abhay Parekh Microsoft Corporation

SQL Azure. Abhay Parekh Microsoft Corporation SQL Azure By Abhay Parekh Microsoft Corporation Leverage this Presented by : - Abhay S. Parekh MSP & MSP Voice Program Representative, Microsoft Corporation. Before i begin Demo Let s understand SQL Azure

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

Coveo Platform 7.0. Microsoft SharePoint Connector Guide

Coveo Platform 7.0. Microsoft SharePoint Connector Guide Coveo Platform 7.0 Microsoft SharePoint Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing

More information

Course Content of Office 365:

Course Content of Office 365: Course Content of Office 365: Course Outline Module 1: Planning and provisioning Office 365This module reviews the features of Office 365 and identifies recent improvements to the service. It describes

More information

Licensing Guide for Partners

Licensing Guide for Partners Microsoft PowerApps & Microsoft Flow Licensing Guide for Partners November 2016 The Microsoft PowerApps & Flow Licensing Guide November 2016 Contents Introduction to Microsoft PowerApps & Microsoft Flow...

More information

Advanced Solutions of Microsoft SharePoint Server 2013 Course Contact Hours

Advanced Solutions of Microsoft SharePoint Server 2013 Course Contact Hours Advanced Solutions of Microsoft SharePoint Server 2013 Course 20332 36 Contact Hours Course Overview This course examines how to plan, configure, and manage a Microsoft SharePoint Server 2013 environment.

More information

Office 365 and Azure Active Directory Identities In-depth

Office 365 and Azure Active Directory Identities In-depth Office 365 and Azure Active Directory Identities In-depth Jethro Seghers Program Director SkySync #ITDEVCONNECTIONS ITDEVCONNECTIONS.COM Agenda Introduction Identities Different forms of authentication

More information

SharePoint 2019: Highly-integrated hybrid solutions.

SharePoint 2019: Highly-integrated hybrid solutions. Technology SharePoint 2019: Highly-integrated hybrid solutions. Microsoft is true to its word: With the new version of SharePoint 2019, the software installed in the organization s own computer center

More information

Advanced Solutions of Microsoft SharePoint 2013

Advanced Solutions of Microsoft SharePoint 2013 Course 20332A :Advanced Solutions of Microsoft SharePoint 2013 Page 1 of 9 Advanced Solutions of Microsoft SharePoint 2013 Course 20332A: 4 days; Instructor-Led About the Course This four-day course examines

More information

COURSE OUTLINE: A Advanced Technologies of SharePoint 2016

COURSE OUTLINE: A Advanced Technologies of SharePoint 2016 Course Name 20339-2A Advanced Technologies of Course Duration 5 Days Course Structure Instructor-Led Course Overview This five-day course will teach you how to plan, configure, and manage the advanced

More information

Microsoft SharePoint Server 2013 Plan, Configure & Manage

Microsoft SharePoint Server 2013 Plan, Configure & Manage Microsoft SharePoint Server 2013 Plan, Configure & Manage Course 20331-20332B 5 Days Instructor-led, Hands on Course Information This five day instructor-led course omits the overlap and redundancy that

More information

/

/ About www.linkedin.com/in/anca-robu- 84054117/ arobu@microsoft.com Azure AD Connect Synchronization services Core component ADFS Easy Mode Configure an on-premises AD FS farm. Health (Monitoring) Agent

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

How To Remove Active Directory Connectors

How To Remove Active Directory Connectors How To Remove Active Directory Connectors Before Installing Exchange 2010 On the machine, where you are installing the tool make sure.net 3.5 sp1 and Right-click the Active Directory Connector agent and

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

THE EVOLUTION OF SHAREPOINT 2016

THE EVOLUTION OF SHAREPOINT 2016 THE EVOLUTION OF SHAREPOINT 2016 The Good, the Bad, and the Ugly #ILTA138 ABOUT SEAN COLEMAN Longtime Techie CCO, BA Insight Professional Services, IBM Project Management, Kenexa Customer Support & SAAS

More information

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

More information