Merged PR 3247: Renamed Windows Store for Business

This commit is contained in:
Maricia Alforque 2017-09-18 18:42:47 +00:00
parent 290f190a50
commit d5d7bad675
20 changed files with 51 additions and 43 deletions

View File

@ -17,9 +17,9 @@
## [Enterprise app management](enterprise-app-management.md) ## [Enterprise app management](enterprise-app-management.md)
## [Device update management](device-update-management.md) ## [Device update management](device-update-management.md)
## [Bulk enrollment](bulk-enrollment-using-windows-provisioning-tool.md) ## [Bulk enrollment](bulk-enrollment-using-windows-provisioning-tool.md)
## [Management tool for the Windows Store for Business](management-tool-for-windows-store-for-business.md) ## [Management tool for the Micosoft Store for Business](management-tool-for-windows-store-for-business.md)
### [REST API reference for Windows Store for Business](rest-api-reference-windows-store-for-business.md) ### [REST API reference for Micosoft Store for Business](rest-api-reference-windows-store-for-business.md)
#### [Data structures for Windows Store for Business](data-structures-windows-store-for-business.md) #### [Data structures for Micosoft Store for Business](data-structures-windows-store-for-business.md)
#### [Get Inventory](get-inventory.md) #### [Get Inventory](get-inventory.md)
#### [Get product details](get-product-details.md) #### [Get product details](get-product-details.md)
#### [Get localized product details](get-localized-product-details.md) #### [Get localized product details](get-localized-product-details.md)

View File

@ -266,9 +266,9 @@ FilePublisherCondition PublisherName="CN=Microsoft Corporation, O=Microsoft Corp
You can get the publisher name and product name of apps using a web API. You can get the publisher name and product name of apps using a web API.
**To find publisher and product name for Microsoft apps in Windows Store for Business** **To find publisher and product name for Microsoft apps in Microsoft Store for Business**
1. Go to the Windows Store for Business website, and find your app. For example, Microsoft OneNote. 1. Go to the Microsoft Store for Business website, and find your app. For example, Microsoft OneNote.
2. Copy the ID value from the app URL. For example, Microsoft OneNote's ID URL is https:<span><\span>//www.microsoft.com/store/apps/onenote/9wzdncrfhvjl, and you'd copy the ID value, **9wzdncrfhvjl**. 2. Copy the ID value from the app URL. For example, Microsoft OneNote's ID URL is https:<span><\span>//www.microsoft.com/store/apps/onenote/9wzdncrfhvjl, and you'd copy the ID value, **9wzdncrfhvjl**.
3. In your browser, run the Store for Business portal web API, to return a JavaScript Object Notation (JSON) file that includes the publisher and product name values. 3. In your browser, run the Store for Business portal web API, to return a JavaScript Object Notation (JSON) file that includes the publisher and product name values.

View File

@ -1,6 +1,6 @@
--- ---
title: Assign seat title: Assign seat
description: The Assign seat operation assigns seat for a specified user in the Windows Store for Business. description: The Assign seat operation assigns seat for a specified user in the Microsoft Store for Business.
ms.assetid: B42BF490-35C9-405C-B5D6-0D9F0E377552 ms.assetid: B42BF490-35C9-405C-B5D6-0D9F0E377552
ms.author: maricia ms.author: maricia
ms.topic: article ms.topic: article
@ -12,7 +12,7 @@ ms.date: 06/19/2017
# Assign seat # Assign seat
The **Assign seat** operation assigns seat for a specified user in the Windows Store for Business. The **Assign seat** operation assigns seat for a specified user in the Microsoft Store for Business.
## Request ## Request

View File

@ -1,6 +1,6 @@
--- ---
title: Bulk assign and reclaim seats from users title: Bulk assign and reclaim seats from users
description: The Bulk assign and reclaim seats from users operation returns reclaimed or assigned seats in the Windows Store for Business. description: The Bulk assign and reclaim seats from users operation returns reclaimed or assigned seats in the Microsoft Store for Business.
ms.assetid: 99E2F37D-1FF3-4511-8969-19571656780A ms.assetid: 99E2F37D-1FF3-4511-8969-19571656780A
ms.author: maricia ms.author: maricia
ms.topic: article ms.topic: article
@ -12,7 +12,7 @@ ms.date: 06/19/2017
# Bulk assign and reclaim seats from users # Bulk assign and reclaim seats from users
The **Bulk assign and reclaim seats from users** operation returns reclaimed or assigned seats in the Windows Store for Business. The **Bulk assign and reclaim seats from users** operation returns reclaimed or assigned seats in the Microsoft Store for Business.
## Request ## Request

View File

@ -1,5 +1,5 @@
--- ---
title: Data structures for Windows Store for Business title: Data structures for Microsoft Store for Business
MS-HAID: MS-HAID:
- 'p\_phdevicemgmt.business\_store\_data\_structures' - 'p\_phdevicemgmt.business\_store\_data\_structures'
- 'p\_phDeviceMgmt.data\_structures\_windows\_store\_for\_business' - 'p\_phDeviceMgmt.data\_structures\_windows\_store\_for\_business'
@ -13,10 +13,10 @@ author: nickbrower
ms.date: 06/19/2017 ms.date: 06/19/2017
--- ---
# Data structures for Windows Store for Business # Data structures for Microsoft Store for Business
Here's the list of data structures used in the Windows Store for Business REST APIs: Here's the list of data structures used in the Microsoft Store for Business REST APIs:
- [AlternateIdentifier](#alternateidentifier) - [AlternateIdentifier](#alternateidentifier)
- [BulkSeatOperationResultSet](#bulkseatoperationresultset) - [BulkSeatOperationResultSet](#bulkseatoperationresultset)

View File

@ -18,7 +18,7 @@ This topic covers one of the key mobile device management (MDM) features in Wind
Windows 10 offers the ability for management servers to: Windows 10 offers the ability for management servers to:
- Install apps directly from the Windows Store for Business - Install apps directly from the Microsoft Store for Business
- Deploy offline Store apps and licenses - Deploy offline Store apps and licenses
- Deploy line-of-business (LOB) apps (non-Store apps) - Deploy line-of-business (LOB) apps (non-Store apps)
- Inventory all apps for a user (Store and non-Store apps) - Inventory all apps for a user (Store and non-Store apps)

View File

@ -68,7 +68,7 @@ The following image shows the EnterpriseModernAppManagement configuration servic
- PackageDetails - returns all inventory attributes of the package. This includes all information from PackageNames parameter, but does not validate RequiresReinstall. - PackageDetails - returns all inventory attributes of the package. This includes all information from PackageNames parameter, but does not validate RequiresReinstall.
- RequiredReinstall - Validates the app status of the apps in the inventory query to determine if they require a reinstallation. This attribute may impact system performance depending on the number of apps installed. Requiring reinstall occurs when resource package updates or when the app is in a tampered state. - RequiredReinstall - Validates the app status of the apps in the inventory query to determine if they require a reinstallation. This attribute may impact system performance depending on the number of apps installed. Requiring reinstall occurs when resource package updates or when the app is in a tampered state.
- Source - specifies the app classification that aligns to the existing inventory nodes. You can use a specific filter or if no filter is specified then all sources will be returned. If no value is specified, all classifications are returned. Valid values are: - Source - specifies the app classification that aligns to the existing inventory nodes. You can use a specific filter or if no filter is specified then all sources will be returned. If no value is specified, all classifications are returned. Valid values are:
- AppStore - This classification is for apps that were acquired from Windows Store. These were apps directly installed from Windows Store or enterprise apps from Windows Store for Business. - AppStore - This classification is for apps that were acquired from Windows Store. These were apps directly installed from Windows Store or enterprise apps from Microsoft Store for Business.
- nonStore - This classification is for apps that were not acquired from the Windows Store. - nonStore - This classification is for apps that were not acquired from the Windows Store.
- System - Apps that are part of the OS. You cannot uninstall these apps. This classification is read-only and can only be inventoried. - System - Apps that are part of the OS. You cannot uninstall these apps. This classification is read-only and can only be inventoried.
- PackageTypeFilter - Specifies one or multiple types of packages you can use to query the user or device. Multiple values must be separated by |. Valid values are: - PackageTypeFilter - Specifies one or multiple types of packages you can use to query the user or device. Multiple values must be separated by |. Valid values are:

View File

@ -1,6 +1,6 @@
--- ---
title: Get Inventory title: Get Inventory
description: The Get Inventory operation retrieves information from the Windows Store for Business to determine if new or updated applications are available. description: The Get Inventory operation retrieves information from the Microsoft Store for Business to determine if new or updated applications are available.
MS-HAID: MS-HAID:
- 'p\_phdevicemgmt.get\_seatblock' - 'p\_phdevicemgmt.get\_seatblock'
- 'p\_phDeviceMgmt.get\_inventory' - 'p\_phDeviceMgmt.get\_inventory'
@ -15,7 +15,7 @@ ms.date: 06/19/2017
# Get Inventory # Get Inventory
The **Get Inventory** operation retrieves information from the Windows Store for Business to determine if new or updated applications are available. The **Get Inventory** operation retrieves information from the Microsoft Store for Business to determine if new or updated applications are available.
## Request ## Request

View File

@ -1,6 +1,6 @@
--- ---
title: Get localized product details title: Get localized product details
description: The Get localized product details operation retrieves the localization information of a product from the Windows Store for Business. description: The Get localized product details operation retrieves the localization information of a product from the Micosoft Store for Business.
ms.assetid: EF6AFCA9-8699-46C9-A3BB-CD2750C07901 ms.assetid: EF6AFCA9-8699-46C9-A3BB-CD2750C07901
ms.author: maricia ms.author: maricia
ms.topic: article ms.topic: article
@ -12,7 +12,7 @@ ms.date: 06/19/2017
# Get localized product details # Get localized product details
The **Get localized product details** operation retrieves the localization information of a product from the Windows Store for Business. The **Get localized product details** operation retrieves the localization information of a product from the Micosoft Store for Business.
## Request ## Request

View File

@ -1,6 +1,6 @@
--- ---
title: Get offline license title: Get offline license
description: The Get offline license operation retrieves the offline license information of a product from the Windows Store for Business. description: The Get offline license operation retrieves the offline license information of a product from the Micosoft Store for Business.
ms.assetid: 08DAD813-CF4D-42D6-A783-994A03AEE051 ms.assetid: 08DAD813-CF4D-42D6-A783-994A03AEE051
ms.author: maricia ms.author: maricia
ms.topic: article ms.topic: article
@ -12,7 +12,7 @@ ms.date: 06/19/2017
# Get offline license # Get offline license
The **Get offline license** operation retrieves the offline license information of a product from the Windows Store for Business. The **Get offline license** operation retrieves the offline license information of a product from the Micosoft Store for Business.
## Request ## Request

View File

@ -1,6 +1,6 @@
--- ---
title: Get product details title: Get product details
description: The Get product details operation retrieves the product information from the Windows Store for Business for a specific application. description: The Get product details operation retrieves the product information from the Micosoft Store for Business for a specific application.
ms.assetid: BC432EBA-CE5E-43BD-BD54-942774767286 ms.assetid: BC432EBA-CE5E-43BD-BD54-942774767286
ms.author: maricia ms.author: maricia
ms.topic: article ms.topic: article
@ -12,7 +12,7 @@ ms.date: 06/19/2017
# Get product details # Get product details
The **Get product details** operation retrieves the product information from the Windows Store for Business for a specific application. The **Get product details** operation retrieves the product information from the Micosoft Store for Business for a specific application.
## Request ## Request

View File

@ -1,6 +1,6 @@
--- ---
title: Get product package title: Get product package
description: The Get product package operation retrieves the information about a specific application in the Windows Store for Business. description: The Get product package operation retrieves the information about a specific application in the Micosoft Store for Business.
ms.assetid: 4314C65E-6DDC-405C-A591-D66F799A341F ms.assetid: 4314C65E-6DDC-405C-A591-D66F799A341F
ms.author: maricia ms.author: maricia
ms.topic: article ms.topic: article
@ -12,7 +12,7 @@ ms.date: 06/19/2017
# Get product package # Get product package
The **Get product package** operation retrieves the information about a specific application in the Windows Store for Business. The **Get product package** operation retrieves the information about a specific application in the Micosoft Store for Business.
## Request ## Request

View File

@ -1,6 +1,6 @@
--- ---
title: Get product packages title: Get product packages
description: The Get product packages operation retrieves the information about applications in the Windows Store for Business. description: The Get product packages operation retrieves the information about applications in the Micosoft Store for Business.
ms.assetid: 039468BF-B9EE-4E1C-810C-9ACDD55C0835 ms.assetid: 039468BF-B9EE-4E1C-810C-9ACDD55C0835
ms.author: maricia ms.author: maricia
ms.topic: article ms.topic: article
@ -12,7 +12,7 @@ ms.date: 06/19/2017
# Get product packages # Get product packages
The **Get product packages** operation retrieves the information about applications in the Windows Store for Business. The **Get product packages** operation retrieves the information about applications in the Micosoft Store for Business.
## Request ## Request

View File

@ -1,6 +1,6 @@
--- ---
title: Get seat title: Get seat
description: The Get seat operation retrieves the information about an active seat for a specified user in the Windows Store for Business. description: The Get seat operation retrieves the information about an active seat for a specified user in the Micosoft Store for Business.
ms.assetid: 715BAEB2-79FD-4945-A57F-482F9E7D07C6 ms.assetid: 715BAEB2-79FD-4945-A57F-482F9E7D07C6
ms.author: maricia ms.author: maricia
ms.topic: article ms.topic: article
@ -12,7 +12,7 @@ ms.date: 06/19/2017
# Get seat # Get seat
The **Get seat** operation retrieves the information about an active seat for a specified user in the Windows Store for Business. The **Get seat** operation retrieves the information about an active seat for a specified user in the Micosoft Store for Business.
## Request ## Request

View File

@ -1,6 +1,6 @@
--- ---
title: Get seats assigned to a user title: Get seats assigned to a user
description: The Get seats assigned to a user operation retrieves information about assigned seats in the Windows Store for Business. description: The Get seats assigned to a user operation retrieves information about assigned seats in the Micosoft Store for Business.
ms.assetid: CB963E44-8C7C-46F9-A979-89BBB376172B ms.assetid: CB963E44-8C7C-46F9-A979-89BBB376172B
ms.author: maricia ms.author: maricia
ms.topic: article ms.topic: article
@ -12,7 +12,7 @@ ms.date: 06/19/2017
# Get seats assigned to a user # Get seats assigned to a user
The **Get seats assigned to a user** operation retrieves information about assigned seats in the Windows Store for Business. The **Get seats assigned to a user** operation retrieves information about assigned seats in the Micosoft Store for Business.
## Request ## Request

View File

@ -1,6 +1,6 @@
--- ---
title: Get seats title: Get seats
description: The Get seats operation retrieves the information about active seats in the Windows Store for Business. description: The Get seats operation retrieves the information about active seats in the Micosoft Store for Business.
ms.assetid: 32945788-47AC-4259-B616-F359D48F4F2F ms.assetid: 32945788-47AC-4259-B616-F359D48F4F2F
ms.author: maricia ms.author: maricia
ms.topic: article ms.topic: article
@ -12,7 +12,7 @@ ms.date: 06/19/2017
# Get seats # Get seats
The **Get seats** operation retrieves the information about active seats in the Windows Store for Business. The **Get seats** operation retrieves the information about active seats in the Micosoft Store for Business.
## Request ## Request

View File

@ -1,6 +1,6 @@
--- ---
title: Management tool for the Windows Store for Business title: Management tool for the Micosoft Store for Business
description: The Windows Store for Business has a new web service designed for the enterprise to acquire, manage, and distribute applications in bulk. description: The Micosoft Store for Business has a new web service designed for the enterprise to acquire, manage, and distribute applications in bulk.
MS-HAID: MS-HAID:
- 'p\_phdevicemgmt.business\_store\_portal\_management\_tool' - 'p\_phdevicemgmt.business\_store\_portal\_management\_tool'
- 'p\_phDeviceMgmt.management\_tool\_for\_windows\_store\_for\_business' - 'p\_phDeviceMgmt.management\_tool\_for\_windows\_store\_for\_business'
@ -13,9 +13,9 @@ author: nickbrower
ms.date: 06/19/2017 ms.date: 06/19/2017
--- ---
# Management tool for the Windows Store for Business # Management tool for the Micosoft Store for Business
The Windows Store for Business has a new web service designed for the enterprise to acquire, manage, and distribute applications in bulk. The Store for Business enables several capabilities that are required for the enterprise to manage the lifecycle of applications from acquisition to updates. The Micosoft Store for Business has a new web service designed for the enterprise to acquire, manage, and distribute applications in bulk. The Store for Business enables several capabilities that are required for the enterprise to manage the lifecycle of applications from acquisition to updates.
Here's the list of the available capabilities: Here's the list of the available capabilities:
@ -26,7 +26,7 @@ Here's the list of the available capabilities:
- Custom Line of Business app support Enables management and distribution of enterprise applications through the Store for Business. - Custom Line of Business app support Enables management and distribution of enterprise applications through the Store for Business.
- Support for Windows desktop and mobile devices - The Store for Business supports both desktop and mobile devices. - Support for Windows desktop and mobile devices - The Store for Business supports both desktop and mobile devices.
For additional information about Store for Business, see the TechNet topics in [Windows Store for Business](https://technet.microsoft.com/library/mt606951.aspx). For additional information about Store for Business, see the TechNet topics in [Micosoft Store for Business](https://technet.microsoft.com/library/mt606951.aspx).
## Management services ## Management services

View File

@ -102,7 +102,7 @@ For details about Microsoft mobile device management protocols for Windows 10 s
</ul></td> </ul></td>
</tr> </tr>
<tr class="odd"> <tr class="odd">
<td style="vertical-align:top"><p>Management tool for the Windows Store for Business</p></td> <td style="vertical-align:top"><p>Management tool for the Micosoft Store for Business</p></td>
<td style="vertical-align:top"><p>New topics. The Store for Business has a new web service designed for the enterprise to acquire, manage, and distribute applications in bulk. It enables several capabilities that are required for the enterprise to manage the lifecycle of applications from acquisition to updates.</p></td> <td style="vertical-align:top"><p>New topics. The Store for Business has a new web service designed for the enterprise to acquire, manage, and distribute applications in bulk. It enables several capabilities that are required for the enterprise to manage the lifecycle of applications from acquisition to updates.</p></td>
</tr> </tr>
<tr class="even"> <tr class="even">
@ -999,6 +999,10 @@ For details about Microsoft mobile device management protocols for Windows 10 s
<td style="vertical-align:top"><p>Added new policies.</p> <td style="vertical-align:top"><p>Added new policies.</p>
</td></tr> </td></tr>
<tr class="odd"> <tr class="odd">
<td style="vertical-align:top">Microsoft Store for Business</td>
<td style="vertical-align:top"><p>Windows Store for Business name changed to Microsoft Store for Business.</p>
</td></tr>
<tr class="odd">
<td style="vertical-align:top">[Policy CSP](policy-configuration-service-provider.md)</td> <td style="vertical-align:top">[Policy CSP](policy-configuration-service-provider.md)</td>
<td style="vertical-align:top"><p>Added the following new policies for Windows 10, version 1709:</p> <td style="vertical-align:top"><p>Added the following new policies for Windows 10, version 1709:</p>
<ul> <ul>
@ -1371,6 +1375,10 @@ The DM agent for [push-button reset](https://msdn.microsoft.com/windows/hardware
<li>System/LimitEnhancedDiagnosticDataWindowsAnalytics</li> <li>System/LimitEnhancedDiagnosticDataWindowsAnalytics</li>
</ul> </ul>
</td></tr> </td></tr>
<tr class="odd">
<td style="vertical-align:top">Microsoft Store for Business</td>
<td style="vertical-align:top"><p>Windows Store for Business name changed to Microsoft Store for Business.</p>
</td></tr>
<tr class="even"> <tr class="even">
<td style="vertical-align:top">The [\[MS-MDE2\]: Mobile Device Enrollment Protocol Version 2](https://msdn.microsoft.com/en-us/library/mt221945.aspx)</td> <td style="vertical-align:top">The [\[MS-MDE2\]: Mobile Device Enrollment Protocol Version 2](https://msdn.microsoft.com/en-us/library/mt221945.aspx)</td>
<td style="vertical-align:top"><p>The Windows 10 enrollment protocol was updated. The following elements were added to the RequestSecurityToken message:</p> <td style="vertical-align:top"><p>The Windows 10 enrollment protocol was updated. The following elements were added to the RequestSecurityToken message:</p>

View File

@ -1,6 +1,6 @@
--- ---
title: Reclaim seat from user title: Reclaim seat from user
description: The Reclaim seat from user operation returns reclaimed seats for a user in the Windows Store for Business. description: The Reclaim seat from user operation returns reclaimed seats for a user in the Micosoft Store for Business.
ms.assetid: E2C3C899-D0AD-469A-A319-31A420472A4C ms.assetid: E2C3C899-D0AD-469A-A319-31A420472A4C
ms.author: maricia ms.author: maricia
ms.topic: article ms.topic: article
@ -12,7 +12,7 @@ ms.date: 06/19/2017
# Reclaim seat from user # Reclaim seat from user
The **Reclaim seat from user** operation returns reclaimed seats for a user in the Windows Store for Business. The **Reclaim seat from user** operation returns reclaimed seats for a user in the Micosoft Store for Business.
## Request ## Request

View File

@ -1,6 +1,6 @@
--- ---
title: REST API reference for Windows Store for Business title: REST API reference for Micosoft Store for Business
description: REST API reference for Windows Store for Business description: REST API reference for Micosoft Store for Business
MS-HAID: MS-HAID:
- 'p\_phdevicemgmt.business\_store\_portal\_management\_rest\_api\_reference' - 'p\_phdevicemgmt.business\_store\_portal\_management\_rest\_api\_reference'
- 'p\_phDeviceMgmt.rest\_api\_reference\_windows\_store\_for\_Business' - 'p\_phDeviceMgmt.rest\_api\_reference\_windows\_store\_for\_Business'
@ -13,7 +13,7 @@ author: nickbrower
ms.date: 06/19/2017 ms.date: 06/19/2017
--- ---
# REST API reference for Windows Store for Business # REST API reference for Micosoft Store for Business
Here's the list of available operations: Here's the list of available operations: