SlideShare a Scribd company logo
1 of 31
Office 365 ProPlus:
Click-to-Run deployment and management

Brian Shiers
Sr. Product Manager – Microsoft Office Division
Deploy Office fast without giving up control
Office Professional Plus 2013                Office 365 ProPlus
MSI-based installation                       Click-to-Run installation
  Everything carried over from Office 2010     Built on App-V foundation
  MAK, KMS and AD-based Activation             Office Subscription-based Activation
  Required for RDS, WTG, shared                Side by side versions support
  computers and closed network scenarios       May be used on physical or virtual
                                               machines
past application virtualization
                                                4
                                                7
                                                1   5
                                                    8   6
                                                        9
                                      2
                                      2         4
                                                7   9
                                                    5
                                                    8   8
                                                        6
                                                        9
features loaded on demand         1             3
                                                1
                                                2   2
                                                    3   1
                                                        3
                                                        4




local application integration
                                          EXE               EXE




side-by-side version support
demo
Click-to-Run installation and
Side-by-Side version support
Anatomy of the Click-to-Run Installation
Process

                                       Streaming
                                                                                                 Caching
 •Virtual File System Added             Service          •Office apps may be                                       •Final ≈ 10% installs add-
  in Initiator Context                                    launched at ≈ 15%                                         ins, licensing, etc.
 •Runs until 10% progress     •Streaming begins          •Usually 2 minutes or less   •Office caching focuses on
                              •IntegratedOffice.exe                                    launched apps and
                               process moves to System                                 features
                               Context at 10%                                         •Total 3-5 minutes
                                                                                       depending on connection
           Virtual File                                         Apps ready for
                                                                                                                              Finalizing
             System                                                  use
Office 365 Service

1. add  users to Office 365
   tenant
2. download Office Deployment
   Tool (setup)
3. use setup to download C2R
   packages
                                   End Users’ PCs
4. customize configuration XML
5. add C2R packages to
   software distribution           Optional add-ins
   infrastructure                  dependent apps
                                   Office files, etc.
6. deploy C2R packages with                             † As   applicable
   setup and configuration XML
7. layer on add-ins and



    
demo
Office Deployment Tool for Click-to-Run
Option                Description                                                         Sample Syntax
Add                   Parent control to determine source, architecture, product and       From CDN:
                      languages to download.                                              <Add OfficeClientEdition="32" >
                                                                                            <Product ID="O365ProPlusRetail">
                                                                                             <Language ID="en-us" />
                                                                                            </Product>
                                                                                          </Add>
                                                                                          From local network:
                                                                                          <Add SourcePath="ServerShareOffice"
                                                                                          Version=”15.0.4128.1014” OfficeClientEdition="32" >
                                                                                            <Product ID="O365ProPlusRetail">
                                                                                             <Language ID="en-us" />
                                                                                            </Product>
                                                                                          </Add>
Product               The targeted products to download within the <Add>                  Office 365 ProPlus
                      command. Multiple products may be nested under the <Add>            <Product ID="O365ProPlusRetail">
                      control and multiple languages may be nested under the               <Language ID="en-us" />
                      <Product> control.                                                  </Product>
                                                                                          <Product ID="VisioProRetail">
                                                                                           <Language ID=”ja-jp" />
                                                                                          </Product>
                                                                                          <Product ID="ProjectProRetail">
                                                                                           <Language ID=”es-es" />
                                                                                          </Product>
SourcePath            Location where the Office is downloaded to. If unspecified, the     <Add SourcePath="ServerShareOffice"
                      downloaded content will be saved to the folder where the            OfficeClientEdition="32" >
                      setup.exe is located.                                               <Add SourcePath="%Applications%Office"
                                                                                          OfficeClientEdition="32" >
                                                                                          <Add SourcePath="C:SourceOffice" OfficeClientEdition="32" >
                                                                                          <Add SourcePath="http://source. contoso.com/Office"
                                                                                          OfficeClientEdition="32" >

OfficeClientEdition   Determines the architecture of the product to download, 32 or       <Add SourcePath="ServerShareOffice"
                      64 bit. Note: 32-bit is still the recommended architecture for      OfficeClientEdition="32" >
                      new Office versions. Cross-architecture installations are not
                      permitted; if a 32-bit Office version is already installed on a     Or:
                      system, the 64-bit Click-to-Run package will not install and vice   OfficeClientEdition="32"
                      versa.                                                              OfficeClientEdition="64"

Language              Language determines the language DAT files to be downloaded <Language ID=”ja-jp" />
                      with the Click-to-Run package.                                    <Language ID=”es-es" />
                                                                                        <Language ID="en-us" />
                                                                                        <Language ID="fr-fr" />
Version               Version is used as part of the <Add> control and specifies the <Add SourcePath="ServerShareOffice"
                      version to be downloaded. If version is not specified, setup.exe Version=”15.0.4128.1014” OfficeClientEdition="32" >
                      will download the latest build. Available version numbers will be
                      posted to KB article in the future.
Option       Description                                                               Sample Syntax
Add          Parent control to determine source, architecture, product and             From local folder:
             languages to download.                                                    <Add SourcePath=”%deployroot%applicationsOffice365”
                                                                                       OfficeClientEdition="32" >
                                                                                         <Product ID="O365ProPlusRetail">
                                                                                           <Language ID="en-us" />
                                                                                         </Product>
                                                                                       </Add>
                                                                                       From local network:
                                                                                       <Add SourcePath="ServerShareOffice"
                                                                                       OfficeClientEdition="32" >
                                                                                         <Product ID="O365ProPlusRetail">
                                                                                           <Language ID="en-us" />
                                                                                         </Product>
                                                                                       </Add>
Remove       Used to uninstall Office products.                                        <Configuration>
                                                                                       <Remove>
                                                                                         <Product ID="O365ProPlusRetail">
                                                                                           <Language ID="en-us" />
                                                                                         </Product>
                                                                                         <Product ID="VisioProRetail">
                                                                                           <Language ID="en-us" />
                                                                                         </Product>
                                                                                        </Remove>
                                                                                       </Configuration>

                                                                                       <Remove All=”TRUE”>
Product      Multiple products may be nested under the <Add> control and               Office 365 ProPlus
             multiple languages may be nested under the <Product> control.             <Product ID="O365ProPlusRetail">
                                                                                        <Language ID="en-us" />
                                                                                       </Product>
                                                                                       <Product ID="VisioProRetail">
                                                                                        <Language ID=”ja-jp" />
                                                                                       </Product>
                                                                                       <Product ID="ProjectProRetail">
                                                                                        <Language ID=”es-es" />
                                                                                       </Product>
SourcePath   Location where the Office is installed from. If SourcePath is             <Add SourcePath="ServerShareOffice"
             unspecified, setup will first look for installation source in the local   OfficeClientEdition="32" >
             folder and if not present it will look to the CDN source.                 <Add SourcePath="%Applications%Office"
                                                                                       OfficeClientEdition="32" >
                                                                                       <Add SourcePath="C:SourceOffice" OfficeClientEdition="32" >
                                                                                       <Add SourcePath="http://source. contoso.com/Office"
                                                                                       OfficeClientEdition="32" >
Option                Description                                                      Sample Syntax
OfficeClientEdition   Determines the architecture of the product to download,          <Add SourcePath="ServerShareOffice"
                      32 or 64 bit. Note: 32-bit is still the recommended              OfficeClientEdition="32" >
                      architecture for new Office versions. Cross-architecture
                      installations are not permitted; if a 32-bit Office version is
                                                                                  Or:
                      already installed on a system, the 64-bit Click-to-Run      OfficeClientEdition="32"
                      package will not install and vice versa.                    OfficeClientEdition="64"
Language              Language determines the language DAT files to be            <Language ID=”ja-jp" />
                      downloaded with the Click-to-Run package.                   <Language ID=”es-es" />
                                                                                  <Language ID="en-us" />
                                                                                  <Language ID="fr-fr" />
Updates               Configures automatic updating behavior. Updates may be To use a local file share:
                      either from the public Office 365 service, local location,  <Updates Enabled="TRUE" UpdatePath="ServerShareOffice"
                      local file share or private http:// site.                   />
                                                                                  To use the CDN:
                                                                                  <Updates Enabled="TRUE” />
                                                                                  To disable:
                                                                                  <Updates Enabled="False" />
Display               Set to determine the installation display experience. Level <Display Level="None" AcceptEULA="TRUE" />
                      options are None and Full. You can also accept the end      <Display Level="Full" AcceptEULA="FALSE" />
                      user license agreement (EULA) on behalf of your users
                      with the AcceptEULA command.
Logging               The logging control lets you determine he log name and <Logging Name="OfficeSetup.txt" Path="%temp%" />
                      path where logs are written to.                             <Logging Name="OfficeSetup.txt"
                                                                                  Path="%deployroot%smsosdlogs" />
Property              This command forces an install, uninstall or update. Office <Property Name="FORCEAPPSHUTDOWN" VALUE="1" />
FORCEAPPSHUTDOWN      Click-to-Run updating is designed to be a background
                      experience and updates are applied when a user closes
                      and reopens the Office program. This property in the
                      configuration file will force the operation without
                      prompting the user, so there is some chance of data loss
                      when programs are closed.
ForceDowngrade        This element is used when the installed version number is <Add SourcePath="ServerShareOffice"
                      greater than the target version number. This would be       Version=”15.0.4128.1014” OfficeClientEdition="32"
                      used in roll back scenarios if you detect an issue that     ForceDowngrade=”True”>
                      requires you to roll back to a previous version.               <Product ID="O365ProPlusRetail">
                                                                                      <Language ID="en-us" />
                                                                                     </Product>
                                                                                  </Add>
demo
Using MDT to Deploy Office 365
ProPlus
Disable First Run experience
User Configuration
      Microsoft Office 2013
             First Run
 Disable First Run Movie - Enabled
 Disable Office First Run on application boot – Enabled
Disable “First things First”
User Configuration
      Microsoft Office 2013
             Privacy
                    Trust Center
Disable Opt-in Wizard on first run – Enabled
Enable Customer Experience Improvement Program – Disabled
Allow including screenshot with Office Feedback – Disabled
Send Office Feedback – Disabled
Automatically receive small updates… - Disabled
Automatic
from Cloud




Automatic from
Network




Rerun setup in
software dist
Patch Tuesday

                ServerTesting$

Setup /download …
                             N weeks later
Schedule Task

                ServerProduction$
Manage.
Office Telemetry enables

Determine frequency of          Manage add-ins
Document identification used
documents & solutions          Solution management
                                & solutions


Report detected issues          Track
& performance
Issue detection                 deployments
                               Deployment
Telemetry Dashboard
Introduction
How Office Telemetry
Works




                       Microsoft Confidential
Privacy Solutions

Obfuscate              Specify                        Threshold of use by
the file properties    Office solutions / file type   specified limit


Hide                    Filter                        Threshold

Skype acquisition plan.docx
Sk********(1).docx
Telemetry Agent
                                  Group Policy Template
                                                                            ProPlus    Pre ProPlus
                                   office15.admx and office15.adml
                                                 System info
                                   User ConfigurationAdministrative TemplatesMicrosoft
                                   ProPlusTelemetry Dashboard
                                                 Most recently used files

 Telemetry     Collection Point   Static Scan Add-ins startup
                                  Registry setting
                                   Windows Registry Editor Version 5.00
                                   [HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice15.0os
                                   m]
                                                 Registered add-ins
                                   "CommonFileShare"="<SERVERNAME><SHARENAME>"
                                   "Tag1"="<TAG1>"
                                                 Runtime events
                                   "Tag2"="<TAG2>"
                                   "Tag3"="<TAG3>"
                                  Telemetry
                                   "Tag4"="<TAG4>"
                                                 Issue logging
                                   "AgentInitWait"=dword:00000258
                                   "Enablelogging"=dword:00000001
                                   "EnableUpload"=dword:00000001
 Static Scan   Setting             "EnableFileObfuscation"=dword:00000000
                                   "AgentRandomDelay"=dword:000000F0
Telemetry Processor

                             > osql.exe -E -S servernameinstancename -d databasename -Q
                             "EXEC sp_addrolemember 'td_readonly', 'domaingrouporuser'"
Windows      Database size
                             > osql.exe -E -S servernameinstancename -d databasename -Q
                             "update [ServerSettings] Set [IntValue] = 3 Where [Name] =
                             'SolutionFilterThreshold'"




                             > tdadm.exe –o delete –sf server_name –df db_name –datetime
SQL Server   Settings        12312011
Demo
Telemetry Dashboard
Deep Dive
Copy / Delete / Move




      ab
       ac
IT Pro events, webcasts and guides for
the new Office


        OfficeIgnite.com                  www.microsoft.com/garage


The Tools
Office Deployment Tool for Click-to-Run
Telemetry Dashboard Admin Tool
Office Telemetry Resource

More Related Content

What's hot

Tech Ed Africa Demystifying Backup Restore In Share Point 2007
Tech Ed Africa Demystifying Backup Restore In Share Point 2007Tech Ed Africa Demystifying Backup Restore In Share Point 2007
Tech Ed Africa Demystifying Backup Restore In Share Point 2007Joel Oleson
 
VAST 7.5 and Beyond
VAST 7.5 and BeyondVAST 7.5 and Beyond
VAST 7.5 and BeyondESUG
 
Workflow Management with Espresso Workflow
Workflow Management with Espresso WorkflowWorkflow Management with Espresso Workflow
Workflow Management with Espresso WorkflowRolf Kremer
 
ITS Forefront Management Server Infrastructure Build
ITS Forefront Management Server Infrastructure Build ITS Forefront Management Server Infrastructure Build
ITS Forefront Management Server Infrastructure Build webhostingguy
 
Intel® Xeon® Processor E5-2600 v4 Core Business Applications Showcase
Intel® Xeon® Processor E5-2600 v4 Core Business Applications ShowcaseIntel® Xeon® Processor E5-2600 v4 Core Business Applications Showcase
Intel® Xeon® Processor E5-2600 v4 Core Business Applications ShowcaseIntel IT Center
 
DanNotes XPages Mobile Controls
DanNotes XPages Mobile ControlsDanNotes XPages Mobile Controls
DanNotes XPages Mobile ControlsPaul Withers
 
Intel® Xeon® Processor E5-2600 v4 Telco Cloud Digital Applications Showcase
Intel® Xeon® Processor E5-2600 v4 Telco Cloud Digital Applications ShowcaseIntel® Xeon® Processor E5-2600 v4 Telco Cloud Digital Applications Showcase
Intel® Xeon® Processor E5-2600 v4 Telco Cloud Digital Applications ShowcaseIntel IT Center
 
The AMIS Report from Oracle Open World and JavaOne 2011
The AMIS Report from Oracle Open World and JavaOne 2011The AMIS Report from Oracle Open World and JavaOne 2011
The AMIS Report from Oracle Open World and JavaOne 2011Lucas Jellema
 
Installing ibm tivoli directory server v6.0 (web sphere partner gateway v6.1 ...
Installing ibm tivoli directory server v6.0 (web sphere partner gateway v6.1 ...Installing ibm tivoli directory server v6.0 (web sphere partner gateway v6.1 ...
Installing ibm tivoli directory server v6.0 (web sphere partner gateway v6.1 ...Banking at Ho Chi Minh city
 
Actor Model Import Connector for Microsoft Active Directory
Actor Model Import Connector for Microsoft Active DirectoryActor Model Import Connector for Microsoft Active Directory
Actor Model Import Connector for Microsoft Active Directoryprotect724rkeer
 
Installing Websphere Portal in the IBM Smartcloud
Installing Websphere Portal in the IBM SmartcloudInstalling Websphere Portal in the IBM Smartcloud
Installing Websphere Portal in the IBM SmartcloudDjalma Britto
 
Update to IBM Connections 5 CR1 step by-step guide
Update to IBM Connections 5 CR1 step by-step guideUpdate to IBM Connections 5 CR1 step by-step guide
Update to IBM Connections 5 CR1 step by-step guideRoberto Boccadoro
 
Cognos 10 upgrade migrate fixpack by bhawani nandan prasad
Cognos 10 upgrade migrate fixpack by bhawani nandan prasadCognos 10 upgrade migrate fixpack by bhawani nandan prasad
Cognos 10 upgrade migrate fixpack by bhawani nandan prasadBhawani N Prasad
 
SharePoint 2010 Failed Deployments en English y Español. 10 Pasos Para una Im...
SharePoint 2010 Failed Deployments en English y Español. 10 Pasos Para una Im...SharePoint 2010 Failed Deployments en English y Español. 10 Pasos Para una Im...
SharePoint 2010 Failed Deployments en English y Español. 10 Pasos Para una Im...Joel Oleson
 
AD201 - IBM Domino Application Development Today And Tomorrow
AD201 - IBM Domino Application Development Today And TomorrowAD201 - IBM Domino Application Development Today And Tomorrow
AD201 - IBM Domino Application Development Today And Tomorrowpjanzen11
 
Oracle11i bigip45-dg
Oracle11i bigip45-dgOracle11i bigip45-dg
Oracle11i bigip45-dgRam Bachu
 

What's hot (20)

Workflow for XPages
Workflow for XPagesWorkflow for XPages
Workflow for XPages
 
Oracle OSB Tutorial 1
Oracle OSB Tutorial 1Oracle OSB Tutorial 1
Oracle OSB Tutorial 1
 
IIS Web Ecosystem
IIS Web EcosystemIIS Web Ecosystem
IIS Web Ecosystem
 
Tech Ed Africa Demystifying Backup Restore In Share Point 2007
Tech Ed Africa Demystifying Backup Restore In Share Point 2007Tech Ed Africa Demystifying Backup Restore In Share Point 2007
Tech Ed Africa Demystifying Backup Restore In Share Point 2007
 
VAST 7.5 and Beyond
VAST 7.5 and BeyondVAST 7.5 and Beyond
VAST 7.5 and Beyond
 
Workflow Management with Espresso Workflow
Workflow Management with Espresso WorkflowWorkflow Management with Espresso Workflow
Workflow Management with Espresso Workflow
 
ITS Forefront Management Server Infrastructure Build
ITS Forefront Management Server Infrastructure Build ITS Forefront Management Server Infrastructure Build
ITS Forefront Management Server Infrastructure Build
 
Intel® Xeon® Processor E5-2600 v4 Core Business Applications Showcase
Intel® Xeon® Processor E5-2600 v4 Core Business Applications ShowcaseIntel® Xeon® Processor E5-2600 v4 Core Business Applications Showcase
Intel® Xeon® Processor E5-2600 v4 Core Business Applications Showcase
 
DanNotes XPages Mobile Controls
DanNotes XPages Mobile ControlsDanNotes XPages Mobile Controls
DanNotes XPages Mobile Controls
 
Intel® Xeon® Processor E5-2600 v4 Telco Cloud Digital Applications Showcase
Intel® Xeon® Processor E5-2600 v4 Telco Cloud Digital Applications ShowcaseIntel® Xeon® Processor E5-2600 v4 Telco Cloud Digital Applications Showcase
Intel® Xeon® Processor E5-2600 v4 Telco Cloud Digital Applications Showcase
 
Oracle BPM 11g Lesson 2
Oracle BPM 11g Lesson 2Oracle BPM 11g Lesson 2
Oracle BPM 11g Lesson 2
 
The AMIS Report from Oracle Open World and JavaOne 2011
The AMIS Report from Oracle Open World and JavaOne 2011The AMIS Report from Oracle Open World and JavaOne 2011
The AMIS Report from Oracle Open World and JavaOne 2011
 
Installing ibm tivoli directory server v6.0 (web sphere partner gateway v6.1 ...
Installing ibm tivoli directory server v6.0 (web sphere partner gateway v6.1 ...Installing ibm tivoli directory server v6.0 (web sphere partner gateway v6.1 ...
Installing ibm tivoli directory server v6.0 (web sphere partner gateway v6.1 ...
 
Actor Model Import Connector for Microsoft Active Directory
Actor Model Import Connector for Microsoft Active DirectoryActor Model Import Connector for Microsoft Active Directory
Actor Model Import Connector for Microsoft Active Directory
 
Installing Websphere Portal in the IBM Smartcloud
Installing Websphere Portal in the IBM SmartcloudInstalling Websphere Portal in the IBM Smartcloud
Installing Websphere Portal in the IBM Smartcloud
 
Update to IBM Connections 5 CR1 step by-step guide
Update to IBM Connections 5 CR1 step by-step guideUpdate to IBM Connections 5 CR1 step by-step guide
Update to IBM Connections 5 CR1 step by-step guide
 
Cognos 10 upgrade migrate fixpack by bhawani nandan prasad
Cognos 10 upgrade migrate fixpack by bhawani nandan prasadCognos 10 upgrade migrate fixpack by bhawani nandan prasad
Cognos 10 upgrade migrate fixpack by bhawani nandan prasad
 
SharePoint 2010 Failed Deployments en English y Español. 10 Pasos Para una Im...
SharePoint 2010 Failed Deployments en English y Español. 10 Pasos Para una Im...SharePoint 2010 Failed Deployments en English y Español. 10 Pasos Para una Im...
SharePoint 2010 Failed Deployments en English y Español. 10 Pasos Para una Im...
 
AD201 - IBM Domino Application Development Today And Tomorrow
AD201 - IBM Domino Application Development Today And TomorrowAD201 - IBM Domino Application Development Today And Tomorrow
AD201 - IBM Domino Application Development Today And Tomorrow
 
Oracle11i bigip45-dg
Oracle11i bigip45-dgOracle11i bigip45-dg
Oracle11i bigip45-dg
 

Viewers also liked

Biweek Mineração de Dados com SQL Server
Biweek   Mineração de Dados com SQL ServerBiweek   Mineração de Dados com SQL Server
Biweek Mineração de Dados com SQL ServerRodrigo Dornel
 
The new way to extend VSTS Build and Release
The new way to extend VSTS Build and ReleaseThe new way to extend VSTS Build and Release
The new way to extend VSTS Build and ReleaseJesse Houwing
 
Mundo TI - Office 365 da estratégia de deploy até os detalhes de troubleshooting
Mundo TI - Office 365 da estratégia de deploy até os detalhes de troubleshootingMundo TI - Office 365 da estratégia de deploy até os detalhes de troubleshooting
Mundo TI - Office 365 da estratégia de deploy até os detalhes de troubleshootingBruno Lopes
 
SPSOttawa Release Pipepline for SharePoint office 365 in Azure
SPSOttawa Release Pipepline for SharePoint office 365 in AzureSPSOttawa Release Pipepline for SharePoint office 365 in Azure
SPSOttawa Release Pipepline for SharePoint office 365 in AzureVincent Biret
 
SharePoint Saturday Houston Setting up your release pipeline with Azure
SharePoint Saturday Houston Setting up your release pipeline with AzureSharePoint Saturday Houston Setting up your release pipeline with Azure
SharePoint Saturday Houston Setting up your release pipeline with AzureVincent Biret
 
Release Management with Visual Studio Team Services and Office Dev PnP
Release Management with Visual Studio Team Services and Office Dev PnPRelease Management with Visual Studio Team Services and Office Dev PnP
Release Management with Visual Studio Team Services and Office Dev PnPPetter Skodvin-Hvammen
 
Visual Studio Team Services 新機能使い倒し
Visual Studio Team Services 新機能使い倒しVisual Studio Team Services 新機能使い倒し
Visual Studio Team Services 新機能使い倒しTakashi Takebayashi
 
AIAのまちづくり
AIAのまちづくりAIAのまちづくり
AIAのまちづくりrika_hrtj
 
Application Lifecycle Management & VSTS
Application Lifecycle Management & VSTSApplication Lifecycle Management & VSTS
Application Lifecycle Management & VSTSMicrosoft Iceland
 
AzureDay Kyiv 2016 Release Management
AzureDay Kyiv 2016 Release ManagementAzureDay Kyiv 2016 Release Management
AzureDay Kyiv 2016 Release ManagementSergii Kryshtop
 
Criando indicadores de time com VSTS e POWER BI
Criando indicadores de time com VSTS e POWER BICriando indicadores de time com VSTS e POWER BI
Criando indicadores de time com VSTS e POWER BIAdriano Bertucci
 
SharePoint 2010 Workflows
SharePoint 2010 WorkflowsSharePoint 2010 Workflows
SharePoint 2010 WorkflowsPhil Wicklund
 
What is datavisualization?
What is datavisualization?What is datavisualization?
What is datavisualization?Stephane Nardin
 
[Vssummit] DevOps - Release Management VSTS
[Vssummit]   DevOps - Release Management VSTS[Vssummit]   DevOps - Release Management VSTS
[Vssummit] DevOps - Release Management VSTSLeandro Prado
 
Deploying Office 365 Pro Plus @ Windows 10 Partner Technical Bootcamp Microso...
Deploying Office 365 Pro Plus @ Windows 10 Partner Technical Bootcamp Microso...Deploying Office 365 Pro Plus @ Windows 10 Partner Technical Bootcamp Microso...
Deploying Office 365 Pro Plus @ Windows 10 Partner Technical Bootcamp Microso...Jan Ketil Skanke
 
Microsoft Office 365 for Enterprise - Presented by Atidan
Microsoft Office 365 for Enterprise - Presented by AtidanMicrosoft Office 365 for Enterprise - Presented by Atidan
Microsoft Office 365 for Enterprise - Presented by AtidanDavid J Rosenthal
 
Overcoming the challenges of Office 365 user management in hybrid environments​
Overcoming the challenges of Office 365 user management in hybrid environments​Overcoming the challenges of Office 365 user management in hybrid environments​
Overcoming the challenges of Office 365 user management in hybrid environments​Zoho Corporation
 
O365 Groups- Best Practices and Solutions
O365 Groups- Best Practices and SolutionsO365 Groups- Best Practices and Solutions
O365 Groups- Best Practices and SolutionsJohnConnected
 
Understanding Office 365 Groups: Ask The Experts
Understanding Office 365 Groups: Ask The ExpertsUnderstanding Office 365 Groups: Ask The Experts
Understanding Office 365 Groups: Ask The ExpertsDux Raymond Sy
 
10 Things Many IT Professionals Don’t Know About Office 365
10 Things Many IT Professionals Don’t Know About Office 36510 Things Many IT Professionals Don’t Know About Office 365
10 Things Many IT Professionals Don’t Know About Office 365Richard Harbridge
 

Viewers also liked (20)

Biweek Mineração de Dados com SQL Server
Biweek   Mineração de Dados com SQL ServerBiweek   Mineração de Dados com SQL Server
Biweek Mineração de Dados com SQL Server
 
The new way to extend VSTS Build and Release
The new way to extend VSTS Build and ReleaseThe new way to extend VSTS Build and Release
The new way to extend VSTS Build and Release
 
Mundo TI - Office 365 da estratégia de deploy até os detalhes de troubleshooting
Mundo TI - Office 365 da estratégia de deploy até os detalhes de troubleshootingMundo TI - Office 365 da estratégia de deploy até os detalhes de troubleshooting
Mundo TI - Office 365 da estratégia de deploy até os detalhes de troubleshooting
 
SPSOttawa Release Pipepline for SharePoint office 365 in Azure
SPSOttawa Release Pipepline for SharePoint office 365 in AzureSPSOttawa Release Pipepline for SharePoint office 365 in Azure
SPSOttawa Release Pipepline for SharePoint office 365 in Azure
 
SharePoint Saturday Houston Setting up your release pipeline with Azure
SharePoint Saturday Houston Setting up your release pipeline with AzureSharePoint Saturday Houston Setting up your release pipeline with Azure
SharePoint Saturday Houston Setting up your release pipeline with Azure
 
Release Management with Visual Studio Team Services and Office Dev PnP
Release Management with Visual Studio Team Services and Office Dev PnPRelease Management with Visual Studio Team Services and Office Dev PnP
Release Management with Visual Studio Team Services and Office Dev PnP
 
Visual Studio Team Services 新機能使い倒し
Visual Studio Team Services 新機能使い倒しVisual Studio Team Services 新機能使い倒し
Visual Studio Team Services 新機能使い倒し
 
AIAのまちづくり
AIAのまちづくりAIAのまちづくり
AIAのまちづくり
 
Application Lifecycle Management & VSTS
Application Lifecycle Management & VSTSApplication Lifecycle Management & VSTS
Application Lifecycle Management & VSTS
 
AzureDay Kyiv 2016 Release Management
AzureDay Kyiv 2016 Release ManagementAzureDay Kyiv 2016 Release Management
AzureDay Kyiv 2016 Release Management
 
Criando indicadores de time com VSTS e POWER BI
Criando indicadores de time com VSTS e POWER BICriando indicadores de time com VSTS e POWER BI
Criando indicadores de time com VSTS e POWER BI
 
SharePoint 2010 Workflows
SharePoint 2010 WorkflowsSharePoint 2010 Workflows
SharePoint 2010 Workflows
 
What is datavisualization?
What is datavisualization?What is datavisualization?
What is datavisualization?
 
[Vssummit] DevOps - Release Management VSTS
[Vssummit]   DevOps - Release Management VSTS[Vssummit]   DevOps - Release Management VSTS
[Vssummit] DevOps - Release Management VSTS
 
Deploying Office 365 Pro Plus @ Windows 10 Partner Technical Bootcamp Microso...
Deploying Office 365 Pro Plus @ Windows 10 Partner Technical Bootcamp Microso...Deploying Office 365 Pro Plus @ Windows 10 Partner Technical Bootcamp Microso...
Deploying Office 365 Pro Plus @ Windows 10 Partner Technical Bootcamp Microso...
 
Microsoft Office 365 for Enterprise - Presented by Atidan
Microsoft Office 365 for Enterprise - Presented by AtidanMicrosoft Office 365 for Enterprise - Presented by Atidan
Microsoft Office 365 for Enterprise - Presented by Atidan
 
Overcoming the challenges of Office 365 user management in hybrid environments​
Overcoming the challenges of Office 365 user management in hybrid environments​Overcoming the challenges of Office 365 user management in hybrid environments​
Overcoming the challenges of Office 365 user management in hybrid environments​
 
O365 Groups- Best Practices and Solutions
O365 Groups- Best Practices and SolutionsO365 Groups- Best Practices and Solutions
O365 Groups- Best Practices and Solutions
 
Understanding Office 365 Groups: Ask The Experts
Understanding Office 365 Groups: Ask The ExpertsUnderstanding Office 365 Groups: Ask The Experts
Understanding Office 365 Groups: Ask The Experts
 
10 Things Many IT Professionals Don’t Know About Office 365
10 Things Many IT Professionals Don’t Know About Office 36510 Things Many IT Professionals Don’t Know About Office 365
10 Things Many IT Professionals Don’t Know About Office 365
 

Similar to Office 365 ProPlus: Click-to-run deployment and management

Office deployment o365ug_nl_mrt_2013
Office deployment o365ug_nl_mrt_2013Office deployment o365ug_nl_mrt_2013
Office deployment o365ug_nl_mrt_2013Jasper Kraak
 
High Volume Payments using Mule
High Volume Payments using MuleHigh Volume Payments using Mule
High Volume Payments using MuleAdhish Pendharkar
 
Datasheet weblogicpluginforrd
Datasheet weblogicpluginforrdDatasheet weblogicpluginforrd
Datasheet weblogicpluginforrdMidVision
 
Datasheet j bosspluginforrd
Datasheet j bosspluginforrdDatasheet j bosspluginforrd
Datasheet j bosspluginforrdMidVision
 
Datasheet weblogic midvisionextensionforibmraf
Datasheet weblogic midvisionextensionforibmrafDatasheet weblogic midvisionextensionforibmraf
Datasheet weblogic midvisionextensionforibmrafMidVision
 
Whats new in Enterprise 5.0 Product Suite
Whats new in Enterprise 5.0 Product SuiteWhats new in Enterprise 5.0 Product Suite
Whats new in Enterprise 5.0 Product SuiteMicro Focus
 
Udvikling af apps til mobile enheder med IBM Worklight, Christina Møller, IBM
Udvikling af apps til mobile enheder med IBM Worklight, Christina Møller, IBMUdvikling af apps til mobile enheder med IBM Worklight, Christina Møller, IBM
Udvikling af apps til mobile enheder med IBM Worklight, Christina Møller, IBMIBM Danmark
 
James Jara Portfolio 2014 - Cloud Operating System Voip -Part 2
James Jara Portfolio 2014  - Cloud Operating System Voip -Part 2James Jara Portfolio 2014  - Cloud Operating System Voip -Part 2
James Jara Portfolio 2014 - Cloud Operating System Voip -Part 2James Jara
 
Office Add-ins community call-March 2019
Office Add-ins community call-March 2019Office Add-ins community call-March 2019
Office Add-ins community call-March 2019Microsoft 365 Developer
 
What is New in Wonderware InduSoft Web Studio 8.0+SP2
What is New in Wonderware InduSoft Web Studio 8.0+SP2What is New in Wonderware InduSoft Web Studio 8.0+SP2
What is New in Wonderware InduSoft Web Studio 8.0+SP2AVEVA
 
AD101: IBM Domino Application Development Futures
AD101: IBM Domino Application Development FuturesAD101: IBM Domino Application Development Futures
AD101: IBM Domino Application Development FuturesEamon Muldoon
 
Office deployment and management l300
Office deployment and management l300Office deployment and management l300
Office deployment and management l300James Marshall
 
Internet Explorer 8 Deployment - IE8 Firestarter
Internet Explorer 8 Deployment - IE8 FirestarterInternet Explorer 8 Deployment - IE8 Firestarter
Internet Explorer 8 Deployment - IE8 FirestarterMithun T. Dhar
 
Datasheet.net pluginforrd
Datasheet.net pluginforrdDatasheet.net pluginforrd
Datasheet.net pluginforrdMidVision
 
Microsoft System center Configuration manager 2012 sp1
Microsoft System center Configuration manager 2012 sp1Microsoft System center Configuration manager 2012 sp1
Microsoft System center Configuration manager 2012 sp1solarisyougood
 
IBM Worklight - Technical Overview
IBM Worklight - Technical OverviewIBM Worklight - Technical Overview
IBM Worklight - Technical OverviewIIC_Barcelona
 

Similar to Office 365 ProPlus: Click-to-run deployment and management (20)

Office deployment o365ug_nl_mrt_2013
Office deployment o365ug_nl_mrt_2013Office deployment o365ug_nl_mrt_2013
Office deployment o365ug_nl_mrt_2013
 
High Volume Payments using Mule
High Volume Payments using MuleHigh Volume Payments using Mule
High Volume Payments using Mule
 
Datasheet weblogicpluginforrd
Datasheet weblogicpluginforrdDatasheet weblogicpluginforrd
Datasheet weblogicpluginforrd
 
Datasheet j bosspluginforrd
Datasheet j bosspluginforrdDatasheet j bosspluginforrd
Datasheet j bosspluginforrd
 
Datasheet weblogic midvisionextensionforibmraf
Datasheet weblogic midvisionextensionforibmrafDatasheet weblogic midvisionextensionforibmraf
Datasheet weblogic midvisionextensionforibmraf
 
MDOP 2011
MDOP 2011MDOP 2011
MDOP 2011
 
Whats new in Enterprise 5.0 Product Suite
Whats new in Enterprise 5.0 Product SuiteWhats new in Enterprise 5.0 Product Suite
Whats new in Enterprise 5.0 Product Suite
 
Udvikling af apps til mobile enheder med IBM Worklight, Christina Møller, IBM
Udvikling af apps til mobile enheder med IBM Worklight, Christina Møller, IBMUdvikling af apps til mobile enheder med IBM Worklight, Christina Møller, IBM
Udvikling af apps til mobile enheder med IBM Worklight, Christina Møller, IBM
 
James Jara Portfolio 2014 - Cloud Operating System Voip -Part 2
James Jara Portfolio 2014  - Cloud Operating System Voip -Part 2James Jara Portfolio 2014  - Cloud Operating System Voip -Part 2
James Jara Portfolio 2014 - Cloud Operating System Voip -Part 2
 
Office Add-ins community call-March 2019
Office Add-ins community call-March 2019Office Add-ins community call-March 2019
Office Add-ins community call-March 2019
 
What is New in Wonderware InduSoft Web Studio 8.0+SP2
What is New in Wonderware InduSoft Web Studio 8.0+SP2What is New in Wonderware InduSoft Web Studio 8.0+SP2
What is New in Wonderware InduSoft Web Studio 8.0+SP2
 
What's New in InTouch Machine Edition (ITME)
What's New in InTouch Machine Edition (ITME)What's New in InTouch Machine Edition (ITME)
What's New in InTouch Machine Edition (ITME)
 
124157075 gb
124157075 gb124157075 gb
124157075 gb
 
AD101: IBM Domino Application Development Futures
AD101: IBM Domino Application Development FuturesAD101: IBM Domino Application Development Futures
AD101: IBM Domino Application Development Futures
 
Office deployment and management l300
Office deployment and management l300Office deployment and management l300
Office deployment and management l300
 
Internet Explorer 8 Deployment - IE8 Firestarter
Internet Explorer 8 Deployment - IE8 FirestarterInternet Explorer 8 Deployment - IE8 Firestarter
Internet Explorer 8 Deployment - IE8 Firestarter
 
Datasheet.net pluginforrd
Datasheet.net pluginforrdDatasheet.net pluginforrd
Datasheet.net pluginforrd
 
Turbo Studio
Turbo StudioTurbo Studio
Turbo Studio
 
Microsoft System center Configuration manager 2012 sp1
Microsoft System center Configuration manager 2012 sp1Microsoft System center Configuration manager 2012 sp1
Microsoft System center Configuration manager 2012 sp1
 
IBM Worklight - Technical Overview
IBM Worklight - Technical OverviewIBM Worklight - Technical Overview
IBM Worklight - Technical Overview
 

More from Microsoft TechNet - Belgium and Luxembourg

More from Microsoft TechNet - Belgium and Luxembourg (20)

Windows 10: all you need to know!
Windows 10: all you need to know!Windows 10: all you need to know!
Windows 10: all you need to know!
 
Configuration Manager 2012 – Compliance Settings 101 - Tim de Keukelaere
Configuration Manager 2012 – Compliance Settings 101 - Tim de KeukelaereConfiguration Manager 2012 – Compliance Settings 101 - Tim de Keukelaere
Configuration Manager 2012 – Compliance Settings 101 - Tim de Keukelaere
 
Windows 8.1 a closer look
Windows 8.1 a closer lookWindows 8.1 a closer look
Windows 8.1 a closer look
 
So you’ve successfully installed SCOM… Now what.
So you’ve successfully installed SCOM… Now what.So you’ve successfully installed SCOM… Now what.
So you’ve successfully installed SCOM… Now what.
 
Data Leakage Prevention
Data Leakage PreventionData Leakage Prevention
Data Leakage Prevention
 
Deploying and managing ConfigMgr Clients
Deploying and managing ConfigMgr ClientsDeploying and managing ConfigMgr Clients
Deploying and managing ConfigMgr Clients
 
Self Service BI anno 2013 – Where Do We Come From and Where Are We Going?
Self Service BI anno 2013 – Where Do We Come From and Where Are We Going?Self Service BI anno 2013 – Where Do We Come From and Where Are We Going?
Self Service BI anno 2013 – Where Do We Come From and Where Are We Going?
 
Hands on with Hyper-V Clustering Maintenance Mode & Cluster Aware Updating
Hands on with Hyper-V Clustering Maintenance Mode & Cluster Aware UpdatingHands on with Hyper-V Clustering Maintenance Mode & Cluster Aware Updating
Hands on with Hyper-V Clustering Maintenance Mode & Cluster Aware Updating
 
SCEP 2012 inside SCCM 2012
SCEP 2012 inside SCCM 2012SCEP 2012 inside SCCM 2012
SCEP 2012 inside SCCM 2012
 
Jump start your application monitoring with APM
Jump start your application monitoring with APMJump start your application monitoring with APM
Jump start your application monitoring with APM
 
What’s new in Lync Server 2013: Persistent Chat
What’s new in Lync Server 2013: Persistent ChatWhat’s new in Lync Server 2013: Persistent Chat
What’s new in Lync Server 2013: Persistent Chat
 
What's new for Lync 2013 Clients & Devices
What's new for Lync 2013 Clients & DevicesWhat's new for Lync 2013 Clients & Devices
What's new for Lync 2013 Clients & Devices
 
Office 365 Identity Management options
Office 365 Identity Management options Office 365 Identity Management options
Office 365 Identity Management options
 
SharePoint Installation and Upgrade: Untangling Your Options
SharePoint Installation and Upgrade: Untangling Your Options SharePoint Installation and Upgrade: Untangling Your Options
SharePoint Installation and Upgrade: Untangling Your Options
 
The application model in real life
The application model in real lifeThe application model in real life
The application model in real life
 
Microsoft private cloud with Cisco and Netapp - Flexpod solution
Microsoft private cloud with Cisco and Netapp -  Flexpod solutionMicrosoft private cloud with Cisco and Netapp -  Flexpod solution
Microsoft private cloud with Cisco and Netapp - Flexpod solution
 
Managing Windows RT devices in the Enterprise
Managing Windows RT devices in the Enterprise Managing Windows RT devices in the Enterprise
Managing Windows RT devices in the Enterprise
 
Moving from Device Centric to a User Centric Management
Moving from Device Centric to a User Centric Management Moving from Device Centric to a User Centric Management
Moving from Device Centric to a User Centric Management
 
Network Management in System Center 2012 SP1 - VMM
Network Management in System Center 2012  SP1 - VMM Network Management in System Center 2012  SP1 - VMM
Network Management in System Center 2012 SP1 - VMM
 
Hackers (Not) Halted
Hackers (Not) Halted Hackers (Not) Halted
Hackers (Not) Halted
 

Recently uploaded

Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 

Recently uploaded (20)

Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 

Office 365 ProPlus: Click-to-run deployment and management

  • 1. Office 365 ProPlus: Click-to-Run deployment and management Brian Shiers Sr. Product Manager – Microsoft Office Division
  • 2. Deploy Office fast without giving up control
  • 3. Office Professional Plus 2013 Office 365 ProPlus MSI-based installation Click-to-Run installation Everything carried over from Office 2010 Built on App-V foundation MAK, KMS and AD-based Activation Office Subscription-based Activation Required for RDS, WTG, shared Side by side versions support computers and closed network scenarios May be used on physical or virtual machines
  • 4. past application virtualization 4 7 1 5 8 6 9 2 2 4 7 9 5 8 8 6 9 features loaded on demand 1 3 1 2 2 3 1 3 4 local application integration EXE EXE side-by-side version support
  • 6.
  • 7. Anatomy of the Click-to-Run Installation Process Streaming Caching •Virtual File System Added Service •Office apps may be •Final ≈ 10% installs add- in Initiator Context launched at ≈ 15% ins, licensing, etc. •Runs until 10% progress •Streaming begins •Usually 2 minutes or less •Office caching focuses on •IntegratedOffice.exe launched apps and process moves to System features Context at 10% •Total 3-5 minutes depending on connection Virtual File Apps ready for Finalizing System use
  • 8. Office 365 Service 1. add users to Office 365 tenant 2. download Office Deployment Tool (setup) 3. use setup to download C2R packages End Users’ PCs 4. customize configuration XML 5. add C2R packages to software distribution Optional add-ins infrastructure dependent apps Office files, etc. 6. deploy C2R packages with † As applicable setup and configuration XML 7. layer on add-ins and
  • 9.
  • 10.
  • 11. demo Office Deployment Tool for Click-to-Run
  • 12. Option Description Sample Syntax Add Parent control to determine source, architecture, product and From CDN: languages to download. <Add OfficeClientEdition="32" > <Product ID="O365ProPlusRetail"> <Language ID="en-us" /> </Product> </Add> From local network: <Add SourcePath="ServerShareOffice" Version=”15.0.4128.1014” OfficeClientEdition="32" > <Product ID="O365ProPlusRetail"> <Language ID="en-us" /> </Product> </Add> Product The targeted products to download within the <Add> Office 365 ProPlus command. Multiple products may be nested under the <Add> <Product ID="O365ProPlusRetail"> control and multiple languages may be nested under the <Language ID="en-us" /> <Product> control. </Product> <Product ID="VisioProRetail"> <Language ID=”ja-jp" /> </Product> <Product ID="ProjectProRetail"> <Language ID=”es-es" /> </Product> SourcePath Location where the Office is downloaded to. If unspecified, the <Add SourcePath="ServerShareOffice" downloaded content will be saved to the folder where the OfficeClientEdition="32" > setup.exe is located. <Add SourcePath="%Applications%Office" OfficeClientEdition="32" > <Add SourcePath="C:SourceOffice" OfficeClientEdition="32" > <Add SourcePath="http://source. contoso.com/Office" OfficeClientEdition="32" > OfficeClientEdition Determines the architecture of the product to download, 32 or <Add SourcePath="ServerShareOffice" 64 bit. Note: 32-bit is still the recommended architecture for OfficeClientEdition="32" > new Office versions. Cross-architecture installations are not permitted; if a 32-bit Office version is already installed on a Or: system, the 64-bit Click-to-Run package will not install and vice OfficeClientEdition="32" versa. OfficeClientEdition="64" Language Language determines the language DAT files to be downloaded <Language ID=”ja-jp" /> with the Click-to-Run package. <Language ID=”es-es" /> <Language ID="en-us" /> <Language ID="fr-fr" /> Version Version is used as part of the <Add> control and specifies the <Add SourcePath="ServerShareOffice" version to be downloaded. If version is not specified, setup.exe Version=”15.0.4128.1014” OfficeClientEdition="32" > will download the latest build. Available version numbers will be posted to KB article in the future.
  • 13. Option Description Sample Syntax Add Parent control to determine source, architecture, product and From local folder: languages to download. <Add SourcePath=”%deployroot%applicationsOffice365” OfficeClientEdition="32" > <Product ID="O365ProPlusRetail"> <Language ID="en-us" /> </Product> </Add> From local network: <Add SourcePath="ServerShareOffice" OfficeClientEdition="32" > <Product ID="O365ProPlusRetail"> <Language ID="en-us" /> </Product> </Add> Remove Used to uninstall Office products. <Configuration> <Remove> <Product ID="O365ProPlusRetail"> <Language ID="en-us" /> </Product> <Product ID="VisioProRetail"> <Language ID="en-us" /> </Product> </Remove> </Configuration> <Remove All=”TRUE”> Product Multiple products may be nested under the <Add> control and Office 365 ProPlus multiple languages may be nested under the <Product> control. <Product ID="O365ProPlusRetail"> <Language ID="en-us" /> </Product> <Product ID="VisioProRetail"> <Language ID=”ja-jp" /> </Product> <Product ID="ProjectProRetail"> <Language ID=”es-es" /> </Product> SourcePath Location where the Office is installed from. If SourcePath is <Add SourcePath="ServerShareOffice" unspecified, setup will first look for installation source in the local OfficeClientEdition="32" > folder and if not present it will look to the CDN source. <Add SourcePath="%Applications%Office" OfficeClientEdition="32" > <Add SourcePath="C:SourceOffice" OfficeClientEdition="32" > <Add SourcePath="http://source. contoso.com/Office" OfficeClientEdition="32" >
  • 14. Option Description Sample Syntax OfficeClientEdition Determines the architecture of the product to download, <Add SourcePath="ServerShareOffice" 32 or 64 bit. Note: 32-bit is still the recommended OfficeClientEdition="32" > architecture for new Office versions. Cross-architecture installations are not permitted; if a 32-bit Office version is Or: already installed on a system, the 64-bit Click-to-Run OfficeClientEdition="32" package will not install and vice versa. OfficeClientEdition="64" Language Language determines the language DAT files to be <Language ID=”ja-jp" /> downloaded with the Click-to-Run package. <Language ID=”es-es" /> <Language ID="en-us" /> <Language ID="fr-fr" /> Updates Configures automatic updating behavior. Updates may be To use a local file share: either from the public Office 365 service, local location, <Updates Enabled="TRUE" UpdatePath="ServerShareOffice" local file share or private http:// site. /> To use the CDN: <Updates Enabled="TRUE” /> To disable: <Updates Enabled="False" /> Display Set to determine the installation display experience. Level <Display Level="None" AcceptEULA="TRUE" /> options are None and Full. You can also accept the end <Display Level="Full" AcceptEULA="FALSE" /> user license agreement (EULA) on behalf of your users with the AcceptEULA command. Logging The logging control lets you determine he log name and <Logging Name="OfficeSetup.txt" Path="%temp%" /> path where logs are written to. <Logging Name="OfficeSetup.txt" Path="%deployroot%smsosdlogs" /> Property This command forces an install, uninstall or update. Office <Property Name="FORCEAPPSHUTDOWN" VALUE="1" /> FORCEAPPSHUTDOWN Click-to-Run updating is designed to be a background experience and updates are applied when a user closes and reopens the Office program. This property in the configuration file will force the operation without prompting the user, so there is some chance of data loss when programs are closed. ForceDowngrade This element is used when the installed version number is <Add SourcePath="ServerShareOffice" greater than the target version number. This would be Version=”15.0.4128.1014” OfficeClientEdition="32" used in roll back scenarios if you detect an issue that ForceDowngrade=”True”> requires you to roll back to a previous version. <Product ID="O365ProPlusRetail"> <Language ID="en-us" /> </Product> </Add>
  • 15. demo Using MDT to Deploy Office 365 ProPlus
  • 16. Disable First Run experience User Configuration Microsoft Office 2013 First Run Disable First Run Movie - Enabled Disable Office First Run on application boot – Enabled
  • 17. Disable “First things First” User Configuration Microsoft Office 2013 Privacy Trust Center Disable Opt-in Wizard on first run – Enabled Enable Customer Experience Improvement Program – Disabled Allow including screenshot with Office Feedback – Disabled Send Office Feedback – Disabled Automatically receive small updates… - Disabled
  • 18.
  • 20. Patch Tuesday ServerTesting$ Setup /download … N weeks later Schedule Task ServerProduction$
  • 21.
  • 23. Office Telemetry enables Determine frequency of Manage add-ins Document identification used documents & solutions Solution management & solutions Report detected issues Track & performance Issue detection deployments Deployment
  • 25. How Office Telemetry Works Microsoft Confidential
  • 26. Privacy Solutions Obfuscate Specify Threshold of use by the file properties Office solutions / file type specified limit Hide Filter Threshold Skype acquisition plan.docx Sk********(1).docx
  • 27. Telemetry Agent Group Policy Template ProPlus Pre ProPlus office15.admx and office15.adml System info User ConfigurationAdministrative TemplatesMicrosoft ProPlusTelemetry Dashboard Most recently used files Telemetry Collection Point Static Scan Add-ins startup Registry setting Windows Registry Editor Version 5.00 [HKEY_CURRENT_USERSoftwarePoliciesMicrosoftOffice15.0os m] Registered add-ins "CommonFileShare"="<SERVERNAME><SHARENAME>" "Tag1"="<TAG1>" Runtime events "Tag2"="<TAG2>" "Tag3"="<TAG3>" Telemetry "Tag4"="<TAG4>" Issue logging "AgentInitWait"=dword:00000258 "Enablelogging"=dword:00000001 "EnableUpload"=dword:00000001 Static Scan Setting "EnableFileObfuscation"=dword:00000000 "AgentRandomDelay"=dword:000000F0
  • 28. Telemetry Processor > osql.exe -E -S servernameinstancename -d databasename -Q "EXEC sp_addrolemember 'td_readonly', 'domaingrouporuser'" Windows Database size > osql.exe -E -S servernameinstancename -d databasename -Q "update [ServerSettings] Set [IntValue] = 3 Where [Name] = 'SolutionFilterThreshold'" > tdadm.exe –o delete –sf server_name –df db_name –datetime SQL Server Settings 12312011
  • 30. Copy / Delete / Move ab ac
  • 31. IT Pro events, webcasts and guides for the new Office OfficeIgnite.com www.microsoft.com/garage The Tools Office Deployment Tool for Click-to-Run Telemetry Dashboard Admin Tool Office Telemetry Resource