diff --git a/windows/client-management/mdm/images/provisioning-csp-office.png b/windows/client-management/mdm/images/provisioning-csp-office.png
index caa243a136..c361494236 100644
Binary files a/windows/client-management/mdm/images/provisioning-csp-office.png and b/windows/client-management/mdm/images/provisioning-csp-office.png differ
diff --git a/windows/client-management/mdm/new-in-windows-mdm-enrollment-management.md b/windows/client-management/mdm/new-in-windows-mdm-enrollment-management.md
index 8152a13cf7..15da73f3e8 100644
--- a/windows/client-management/mdm/new-in-windows-mdm-enrollment-management.md
+++ b/windows/client-management/mdm/new-in-windows-mdm-enrollment-management.md
@@ -974,6 +974,13 @@ For details about Microsoft mobile device management protocols for Windows 10 s
+[Office CSP](office-csp.md) |
+Added the following setting in Windows 10, version 1709:
+
+- Installation/CurrentStatus
+
+ |
+
[Policy CSP](policy-configuration-service-provider.md) |
Added the following new policies for Windows 10, version 1709:
@@ -1367,6 +1374,13 @@ The DM agent for [push-button reset](https://msdn.microsoft.com/windows/hardware
|
+[Office CSP](office-csp.md) |
+Added the following setting in Windows 10, version 1709:
+
+- Installation/CurrentStatus
+
+ |
+
[BitLocker CSP](bitlocker-csp.md) |
Added information to the ADMX-backed policies.
|
diff --git a/windows/client-management/mdm/office-csp.md b/windows/client-management/mdm/office-csp.md
index 8b62bdd0c7..96b82f9aa7 100644
--- a/windows/client-management/mdm/office-csp.md
+++ b/windows/client-management/mdm/office-csp.md
@@ -6,11 +6,14 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
-ms.date: 06/19/2017
+ms.date: 08/22/2017
---
# Office CSP
+> [!WARNING]
+> Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
+
The Office configuration service provider (CSP) enables a Microsoft Office client to be installed on a device via the Office Deployment Tool. For more information, see [Configuration options for the Office Deployment Tool](https://technet.microsoft.com/en-us/library/jj219426.aspx).
This CSP was added in Windows 10, version 1703.
@@ -38,7 +41,7 @@ The following diagram shows the Office configuration service provider in tree fo
**Install**
-Installs office by using the XML data specified in the configuration.xml file.
+
Installs Office by using the XML data specified in the configuration.xml file.
The supported operations are Get and Execute.
@@ -48,13 +51,18 @@ The following diagram shows the Office configuration service provider in tree fo
The only supported operation is Get.
+**CurrentStatus**
+
+
Returns an XML of current Office 365 installation status on the device.
+
+
The only supported operation is Get.
## Examples
Sample SyncML to install Office 365 Business Retail from current channel.
```syntax
-
+
7
@@ -76,7 +84,7 @@ Sample SyncML to install Office 365 Business Retail from current channel.
To uninstall the Office 365 from the system:
```syntax
-
+
7
@@ -95,6 +103,24 @@ To uninstall the Office 365 from the system:
```
+To get the current status of Office 365 on the device.
+
+``` syntax
+
+
+
+ 7
+ -
+
+ ./Vendor/MSFT/Office/Installation/CurrentStatus
+
+
+
+
+
+
+```
+
## Status code
diff --git a/windows/client-management/mdm/office-ddf.md b/windows/client-management/mdm/office-ddf.md
index 0fd89434b4..ebd7f2b843 100644
--- a/windows/client-management/mdm/office-ddf.md
+++ b/windows/client-management/mdm/office-ddf.md
@@ -7,11 +7,14 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
-ms.date: 06/19/2017
+ms.date: 08/22/2017
---
# Office DDF
+> [!WARNING]
+> Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
+
This topic shows the OMA DM device description framework (DDF) for the **Office** configuration service provider. DDF files are used only with OMA DM provisioning XML.
You can download the DDF files from the links below:
@@ -19,7 +22,7 @@ You can download the DDF files from the links below:
- [Download all the DDF files for Windows 10, version 1703](http://download.microsoft.com/download/C/7/C/C7C94663-44CF-4221-ABCA-BC895F42B6C2/Windows10_1703_DDF_download.zip)
- [Download all the DDF files for Windows 10, version 1607](http://download.microsoft.com/download/2/3/E/23E27D6B-6E23-4833-B143-915EDA3BDD44/Windows10_1607_DDF.zip)
-The XML below is the current version for this CSP.
+The XML below is for Windows 10, version 1709.
``` syntax
@@ -30,12 +33,12 @@ The XML below is the current version for this CSP.
1.2
Office
- ./Vendor/MSFT
+ ./User/Vendor/MSFT
- Root of the office CSP.
+ Root of the Office CSP.
@@ -46,7 +49,7 @@ The XML below is the current version for this CSP.
- com.microsoft/1.0/MDM/Office
+ com.microsoft/1.3/MDM/Office
@@ -55,7 +58,7 @@ The XML below is the current version for this CSP.
- Installation options for the office CSP.
+ Installation options for the Office CSP.
@@ -100,7 +103,7 @@ The XML below is the current version for this CSP.
- The install action will install office given the configuration in the data. The string data is the xml configuration to use in order to install office.
+ The install action will install Office given the configuration in the data. The string data is the xml configuration to use in order to install Office.
@@ -137,6 +140,27 @@ The XML below is the current version for this CSP.
+
+ CurrentStatus
+
+
+
+
+ The current Office 365 installation status on the machine
+
+
+
+
+
+
+
+
+
+
+ text/plain
+
+
+
@@ -156,7 +180,7 @@ The XML below is the current version for this CSP.
-
+ com.microsoft/1.3/MDM/Office
@@ -243,6 +267,27 @@ The XML below is the current version for this CSP.
+
+ CurrentStatus
+
+
+
+
+ The current Office 365 installation status on the machine
+
+
+
+
+
+
+
+
+
+
+ text/plain
+
+
+