mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-20 17:27:23 +00:00
Added IsStub new node
This commit is contained in:
parent
ee49b8771f
commit
104770c7ad
@ -9,7 +9,7 @@ ms.topic: article
|
|||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.technology: windows
|
ms.technology: windows
|
||||||
author: manikadhiman
|
author: manikadhiman
|
||||||
ms.date: 08/27/2018
|
ms.date: 09/23/2019
|
||||||
---
|
---
|
||||||
|
|
||||||
# EnterpriseModernAppManagement CSP
|
# EnterpriseModernAppManagement CSP
|
||||||
@ -68,7 +68,7 @@ Added in Windows 10, version 1511. Required. Specifies the query for app invento
|
|||||||
|
|
||||||
Query parameters:
|
Query parameters:
|
||||||
|
|
||||||
- Output - Specifies the parameters for the information returned in AppInventoryResults operation. Mutiple value must be separate by |. Valid values are:
|
- Output - Specifies the parameters for the information returned in AppInventoryResults operation. Multiple value must be separate by |. Valid values are:
|
||||||
- PackagesName - returns the *PackageFamilyName* and *PackageFullName* of the app. Default if nothing is specified.
|
- PackagesName - returns the *PackageFamilyName* and *PackageFullName* of the app. Default if nothing is specified.
|
||||||
- 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.
|
||||||
@ -180,7 +180,7 @@ Added in Windows 10, version 1809. Specifies the app channel ID.
|
|||||||
Value type is string. Supported operations are Add, Get, Replace, and Delete.
|
Value type is string. Supported operations are Add, Get, Replace, and Delete.
|
||||||
|
|
||||||
<a href="" id="appmanagement-releasemanagement-releasemanagementkey-releasemanagementid"></a>**AppManagement/AppStore/ReleaseManagement/_ReleaseManagementKey_/ReleaseManagementId**
|
<a href="" id="appmanagement-releasemanagement-releasemanagementkey-releasemanagementid"></a>**AppManagement/AppStore/ReleaseManagement/_ReleaseManagementKey_/ReleaseManagementId**
|
||||||
Added in Windows 10, version 1809. The IT admin can specify a release ID to indicate a specific release they would like the user or device to be on.
|
Added in Windows 10, version 1809. The IT admin can specify a release ID to indicate a specific release that they would like the user or device to be on.
|
||||||
|
|
||||||
Value type is string. Supported operations are Add, Get, Replace, and Delete.
|
Value type is string. Supported operations are Add, Get, Replace, and Delete.
|
||||||
|
|
||||||
@ -328,6 +328,13 @@ Required. The value is 0 or 1 that indicates if the app is provisioned on the de
|
|||||||
|
|
||||||
Supported operation is Get.
|
Supported operation is Get.
|
||||||
|
|
||||||
|
<a href="" id="----packagefamilyname-packagefullname-isstub"></a>**.../*PackageFamilyName*/*PackageFullName*/IsStub**
|
||||||
|
Required. This node is used to identify whether the package is a stub package. A stub package is a version of the package with minimal functionality that will reduce the size of the app.
|
||||||
|
|
||||||
|
The value is 1 if the package is a stub package and 0 (zero) for all other cases. Value type is int.
|
||||||
|
|
||||||
|
Supported operation is Get.
|
||||||
|
|
||||||
<a href="" id="----packagefamilyname-donotupdate"></a>**.../*PackageFamilyName*/DoNotUpdate**
|
<a href="" id="----packagefamilyname-donotupdate"></a>**.../*PackageFamilyName*/DoNotUpdate**
|
||||||
Required. Specifies whether you want to block a specific app from being updated via auto-updates.
|
Required. Specifies whether you want to block a specific app from being updated via auto-updates.
|
||||||
|
|
||||||
@ -547,7 +554,7 @@ Added in Windows 10, version 1511. Required. Category of license that is used to
|
|||||||
- Retail - license sold through retail channels, typically from the Microsoft Store
|
- Retail - license sold through retail channels, typically from the Microsoft Store
|
||||||
- Enterprise - license sold through the enterprise sales channel, typically from the Store for Business
|
- Enterprise - license sold through the enterprise sales channel, typically from the Store for Business
|
||||||
- OEM - license issued to an OEM
|
- OEM - license issued to an OEM
|
||||||
- Developer - developer license, typically installed during the app development or side-loading scernarios.
|
- Developer - developer license, typically installed during the app development or side-loading scenarios.
|
||||||
|
|
||||||
Supported operation is Get.
|
Supported operation is Get.
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 243 KiB |
Loading…
x
Reference in New Issue
Block a user