mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
WindowsLicensing CSP
This commit is contained in:
parent
c0ef7b0b35
commit
c77524f943
File diff suppressed because it is too large
Load Diff
@ -1,44 +1,399 @@
|
|||||||
---
|
---
|
||||||
title: WindowsLicensing DDF file
|
title: WindowsLicensing DDF file
|
||||||
description: Learn about the OMA DM device description framework (DDF) for the WindowsLicensing configuration service provider (CSP).
|
description: View the XML file containing the device description framework (DDF) for the WindowsLicensing configuration service provider.
|
||||||
ms.reviewer:
|
author: vinaypamnani-msft
|
||||||
manager: aaroncz
|
manager: aaroncz
|
||||||
ms.author: vinpa
|
ms.author: vinpa
|
||||||
ms.topic: article
|
ms.date: 02/17/2023
|
||||||
|
ms.localizationpriority: medium
|
||||||
ms.prod: windows-client
|
ms.prod: windows-client
|
||||||
ms.technology: itpro-manage
|
ms.technology: itpro-manage
|
||||||
author: vinaypamnani-msft
|
ms.topic: reference
|
||||||
ms.date: 07/16/2017
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!-- Auto-Generated CSP Document -->
|
||||||
|
|
||||||
# WindowsLicensing DDF file
|
# WindowsLicensing DDF file
|
||||||
|
|
||||||
> [!WARNING]
|
The following XML file contains the device description framework (DDF) for the WindowsLicensing configuration service provider.
|
||||||
> Some information relates to pre-released 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 **WindowsLicensing** configuration service provider. DDF files are used only with OMA DM provisioning XML.
|
|
||||||
|
|
||||||
Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-ddf.md).
|
|
||||||
|
|
||||||
The XML below is for Windows 10, version 1809 and later.
|
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE MgmtTree PUBLIC " -//OMA//DTD-DM-DDF 1.2//EN"
|
<!DOCTYPE MgmtTree PUBLIC " -//OMA//DTD-DM-DDF 1.2//EN" "http://www.openmobilealliance.org/tech/DTD/DM_DDF-V1_2.dtd"[<?oma-dm-ddf-ver supported-versions="1.2"?>]>
|
||||||
"http://www.openmobilealliance.org/tech/DTD/DM_DDF-V1_2.dtd"
|
|
||||||
[<?oma-dm-ddf-ver supported-versions="1.2"?>]>
|
|
||||||
<MgmtTree xmlns:MSFT="http://schemas.microsoft.com/MobileDevice/DM">
|
<MgmtTree xmlns:MSFT="http://schemas.microsoft.com/MobileDevice/DM">
|
||||||
<VerDTD>1.2</VerDTD>
|
<VerDTD>1.2</VerDTD>
|
||||||
|
<MSFT:Diagnostics>
|
||||||
|
</MSFT:Diagnostics>
|
||||||
|
<Node>
|
||||||
|
<NodeName>WindowsLicensing</NodeName>
|
||||||
|
<Path>./Vendor/MSFT</Path>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Get />
|
||||||
|
</AccessType>
|
||||||
|
<Description>This is the root node for the WindowsLicensing configuration service provider.</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<node />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Permanent />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<MIME />
|
||||||
|
</DFType>
|
||||||
|
<MSFT:Applicability>
|
||||||
|
<MSFT:OsBuildVersion>10.0.10586</MSFT:OsBuildVersion>
|
||||||
|
<MSFT:CspVersion>1.0</MSFT:CspVersion>
|
||||||
|
<MSFT:EditionAllowList>0x4;0x1B;0x30;0x31;0x48;0x54;0x62;0x63;0x64;0x65;0x77;0x79;0x7A;0x7D;0x7E;0x81;0x82;0x87;0x88*;0x8A;0x8B;0xA1;0xA2;0xA4;0xA5;0xAB;0xAC;0xB4;0xBC;0xBF;0xCD;</MSFT:EditionAllowList>
|
||||||
|
</MSFT:Applicability>
|
||||||
|
</DFProperties>
|
||||||
|
<Node>
|
||||||
|
<NodeName>UpgradeEditionWithProductKey</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Exec />
|
||||||
|
</AccessType>
|
||||||
|
<Description>Enter a product key for an edition upgrade of Windows 10 desktop devices. Requires reboot.</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<chr />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Permanent />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<MIME />
|
||||||
|
</DFType>
|
||||||
|
<CaseSense>
|
||||||
|
<CIS />
|
||||||
|
</CaseSense>
|
||||||
|
<MSFT:AllowedValues ValueType="None">
|
||||||
|
</MSFT:AllowedValues>
|
||||||
|
<MSFT:RebootBehavior>Automatic</MSFT:RebootBehavior>
|
||||||
|
</DFProperties>
|
||||||
|
</Node>
|
||||||
|
<Node>
|
||||||
|
<NodeName>ChangeProductKey</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Exec />
|
||||||
|
</AccessType>
|
||||||
|
<Description>Installs a product key for Windows 10 desktop devices. Does not reboot.</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<chr />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Permanent />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<MIME />
|
||||||
|
</DFType>
|
||||||
|
<CaseSense>
|
||||||
|
<CIS />
|
||||||
|
</CaseSense>
|
||||||
|
<MSFT:Applicability>
|
||||||
|
<MSFT:OsBuildVersion>10.0.15063</MSFT:OsBuildVersion>
|
||||||
|
<MSFT:CspVersion>1.2</MSFT:CspVersion>
|
||||||
|
</MSFT:Applicability>
|
||||||
|
<MSFT:AllowedValues ValueType="None">
|
||||||
|
</MSFT:AllowedValues>
|
||||||
|
</DFProperties>
|
||||||
|
</Node>
|
||||||
|
<Node>
|
||||||
|
<NodeName>Edition</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Get />
|
||||||
|
</AccessType>
|
||||||
|
<Description>Returns a value that maps to the Windows 10 edition running on desktop or mobile devices. Take the value, convert it into its hexadecimal equivalent and search the GetProductInfo function page on MSDN for edition information.</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<int />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Permanent />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<MIME />
|
||||||
|
</DFType>
|
||||||
|
<CaseSense>
|
||||||
|
<CIS />
|
||||||
|
</CaseSense>
|
||||||
|
</DFProperties>
|
||||||
|
</Node>
|
||||||
|
<Node>
|
||||||
|
<NodeName>Status</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Get />
|
||||||
|
</AccessType>
|
||||||
|
<Description>Returns the status of an edition upgrade on Windows 10 desktop and mobile devices. Status: 0 = Failed, 1 = Pending, 2 = In progress, 3 = Completed, 4 = Unknown</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<int />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Permanent />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<MIME />
|
||||||
|
</DFType>
|
||||||
|
<CaseSense>
|
||||||
|
<CIS />
|
||||||
|
</CaseSense>
|
||||||
|
</DFProperties>
|
||||||
|
</Node>
|
||||||
|
<Node>
|
||||||
|
<NodeName>UpgradeEditionWithLicense</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Exec />
|
||||||
|
</AccessType>
|
||||||
|
<Description>Provide a license for an edition upgrade of Windows 10 mobile devices. Does not require reboot.</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<xml />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Permanent />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<MIME />
|
||||||
|
</DFType>
|
||||||
|
<CaseSense>
|
||||||
|
<CIS />
|
||||||
|
</CaseSense>
|
||||||
|
<MSFT:AllowedValues ValueType="None">
|
||||||
|
</MSFT:AllowedValues>
|
||||||
|
<MSFT:Deprecated />
|
||||||
|
</DFProperties>
|
||||||
|
</Node>
|
||||||
|
<Node>
|
||||||
|
<NodeName>LicenseKeyType</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Get />
|
||||||
|
</AccessType>
|
||||||
|
<Description>Returns the parameter type used by Windows 10 devices for an edition upgrade. Windows 10 desktop devices require a product key for an edition upgrade. Windows 10 mobile devices require a license for an edition upgrade.</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<chr />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Permanent />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<MIME />
|
||||||
|
</DFType>
|
||||||
|
<CaseSense>
|
||||||
|
<CIS />
|
||||||
|
</CaseSense>
|
||||||
|
</DFProperties>
|
||||||
|
</Node>
|
||||||
|
<Node>
|
||||||
|
<NodeName>CheckApplicability</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Exec />
|
||||||
|
</AccessType>
|
||||||
|
<Description>Returns TRUE if the entered product key can be used for an edition upgrade of Windows 10 desktop devices.</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<chr />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Permanent />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<MIME />
|
||||||
|
</DFType>
|
||||||
|
<CaseSense>
|
||||||
|
<CIS />
|
||||||
|
</CaseSense>
|
||||||
|
</DFProperties>
|
||||||
|
</Node>
|
||||||
|
<Node>
|
||||||
|
<NodeName>Subscriptions</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Get />
|
||||||
|
</AccessType>
|
||||||
|
<Description>Node for subscriptions.</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<node />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Permanent />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<DDFName />
|
||||||
|
</DFType>
|
||||||
|
<MSFT:Applicability>
|
||||||
|
<MSFT:OsBuildVersion>10.0.14393</MSFT:OsBuildVersion>
|
||||||
|
<MSFT:CspVersion>1.1</MSFT:CspVersion>
|
||||||
|
</MSFT:Applicability>
|
||||||
|
</DFProperties>
|
||||||
<Node>
|
<Node>
|
||||||
<NodeName>WindowsLicensing</NodeName>
|
<NodeName>
|
||||||
<Path>./Vendor/MSFT</Path>
|
</NodeName>
|
||||||
<DFProperties>
|
<DFProperties>
|
||||||
<AccessType>
|
<AccessType>
|
||||||
<Get />
|
<Get />
|
||||||
</AccessType>
|
</AccessType>
|
||||||
|
<Description>Node for subscription IDs.</Description>
|
||||||
<DFFormat>
|
<DFFormat>
|
||||||
<node />
|
<node />
|
||||||
</DFFormat>
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<ZeroOrMore />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Dynamic />
|
||||||
|
</Scope>
|
||||||
|
<DFTitle>SubscriptionId</DFTitle>
|
||||||
|
<DFType>
|
||||||
|
<DDFName />
|
||||||
|
</DFType>
|
||||||
|
<MSFT:DynamicNodeNaming>
|
||||||
|
<MSFT:ClientInventory />
|
||||||
|
</MSFT:DynamicNodeNaming>
|
||||||
|
</DFProperties>
|
||||||
|
<Node>
|
||||||
|
<NodeName>Status</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Get />
|
||||||
|
</AccessType>
|
||||||
|
<Description>Returns the status of the subscription.</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<int />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Dynamic />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<MIME />
|
||||||
|
</DFType>
|
||||||
|
</DFProperties>
|
||||||
|
</Node>
|
||||||
|
<Node>
|
||||||
|
<NodeName>Name</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Get />
|
||||||
|
</AccessType>
|
||||||
|
<Description>Returns the name of the subscription.</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<chr />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Dynamic />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<MIME />
|
||||||
|
</DFType>
|
||||||
|
</DFProperties>
|
||||||
|
</Node>
|
||||||
|
</Node>
|
||||||
|
</Node>
|
||||||
|
<Node>
|
||||||
|
<NodeName>SMode</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Get />
|
||||||
|
</AccessType>
|
||||||
|
<Description>Interior node for managing S mode.</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<node />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Permanent />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<DDFName />
|
||||||
|
</DFType>
|
||||||
|
<MSFT:Applicability>
|
||||||
|
<MSFT:OsBuildVersion>10.0.17763</MSFT:OsBuildVersion>
|
||||||
|
<MSFT:CspVersion>1.3</MSFT:CspVersion>
|
||||||
|
</MSFT:Applicability>
|
||||||
|
</DFProperties>
|
||||||
|
<Node>
|
||||||
|
<NodeName>SwitchingPolicy</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Add />
|
||||||
|
<Delete />
|
||||||
|
<Get />
|
||||||
|
<Replace />
|
||||||
|
</AccessType>
|
||||||
|
<Description>Policy that determines whether a consumer can switch the device out of S mode</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<int />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Dynamic />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<MIME />
|
||||||
|
</DFType>
|
||||||
|
<CaseSense>
|
||||||
|
<CIS />
|
||||||
|
</CaseSense>
|
||||||
|
<MSFT:AllowedValues ValueType="ENUM">
|
||||||
|
<MSFT:Enum>
|
||||||
|
<MSFT:Value>0</MSFT:Value>
|
||||||
|
<MSFT:ValueDescription>No Restriction: The user is allowed to switch the device out of S mode.</MSFT:ValueDescription>
|
||||||
|
</MSFT:Enum>
|
||||||
|
<MSFT:Enum>
|
||||||
|
<MSFT:Value>1</MSFT:Value>
|
||||||
|
<MSFT:ValueDescription>User Blocked: The admin has blocked the user from switching their device out of S mode. Only the admin can switch the device out of S mode through the SMode/SwitchFromSMode node.</MSFT:ValueDescription>
|
||||||
|
</MSFT:Enum>
|
||||||
|
</MSFT:AllowedValues>
|
||||||
|
</DFProperties>
|
||||||
|
</Node>
|
||||||
|
<Node>
|
||||||
|
<NodeName>SwitchFromSMode</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Exec />
|
||||||
|
</AccessType>
|
||||||
|
<Description>Switches a device out of S mode if possible. Does not reboot.</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<null />
|
||||||
|
</DFFormat>
|
||||||
<Occurrence>
|
<Occurrence>
|
||||||
<One />
|
<One />
|
||||||
</Occurrence>
|
</Occurrence>
|
||||||
@ -46,309 +401,206 @@ The XML below is for Windows 10, version 1809 and later.
|
|||||||
<Permanent />
|
<Permanent />
|
||||||
</Scope>
|
</Scope>
|
||||||
<DFType>
|
<DFType>
|
||||||
<MIME>com.microsoft/1.3/MDM/WindowsLicensing</MIME>
|
<MIME />
|
||||||
|
</DFType>
|
||||||
|
<CaseSense>
|
||||||
|
<CIS />
|
||||||
|
</CaseSense>
|
||||||
|
</DFProperties>
|
||||||
|
</Node>
|
||||||
|
<Node>
|
||||||
|
<NodeName>Status</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Get />
|
||||||
|
</AccessType>
|
||||||
|
<Description>Returns the status of the latest SwitchFromSMode or SwitchingPolicy set request.</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<int />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Permanent />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<MIME />
|
||||||
|
</DFType>
|
||||||
|
<CaseSense>
|
||||||
|
<CIS />
|
||||||
|
</CaseSense>
|
||||||
|
</DFProperties>
|
||||||
|
</Node>
|
||||||
|
</Node>
|
||||||
|
<Node>
|
||||||
|
<NodeName>DeviceLicensingService</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Get />
|
||||||
|
</AccessType>
|
||||||
|
<Description>Insert Description Here</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<node />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Permanent />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<DDFName />
|
||||||
|
</DFType>
|
||||||
|
<MSFT:Applicability>
|
||||||
|
<MSFT:OsBuildVersion>10.0.22621</MSFT:OsBuildVersion>
|
||||||
|
<MSFT:CspVersion>1.4</MSFT:CspVersion>
|
||||||
|
</MSFT:Applicability>
|
||||||
|
</DFProperties>
|
||||||
|
<Node>
|
||||||
|
<NodeName>LicenseType</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Add />
|
||||||
|
<Delete />
|
||||||
|
<Get />
|
||||||
|
<Replace />
|
||||||
|
</AccessType>
|
||||||
|
<Description>License Type: User Based Subscription or Device Based Subscription</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<int />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Dynamic />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<MIME />
|
||||||
|
</DFType>
|
||||||
|
<MSFT:AllowedValues ValueType="ENUM">
|
||||||
|
<MSFT:Enum>
|
||||||
|
<MSFT:Value>0</MSFT:Value>
|
||||||
|
<MSFT:ValueDescription>User Based Subscription</MSFT:ValueDescription>
|
||||||
|
</MSFT:Enum>
|
||||||
|
<MSFT:Enum>
|
||||||
|
<MSFT:Value>1</MSFT:Value>
|
||||||
|
<MSFT:ValueDescription>Device Based Subscription</MSFT:ValueDescription>
|
||||||
|
</MSFT:Enum>
|
||||||
|
</MSFT:AllowedValues>
|
||||||
|
</DFProperties>
|
||||||
|
</Node>
|
||||||
|
<Node>
|
||||||
|
<NodeName>DeviceLicensingStatus</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Get />
|
||||||
|
</AccessType>
|
||||||
|
<Description>Returns the status of Refresh/Remove Device License operation.</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<int />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Permanent />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<MIME />
|
||||||
</DFType>
|
</DFType>
|
||||||
</DFProperties>
|
</DFProperties>
|
||||||
<Node>
|
|
||||||
<NodeName>UpgradeEditionWithProductKey</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Exec />
|
|
||||||
</AccessType>
|
|
||||||
<Description>Enter a product key for an edition upgrade of Windows 10 desktop devices. Requires reboot.</Description>
|
|
||||||
<DFFormat>
|
|
||||||
<chr />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Permanent />
|
|
||||||
</Scope>
|
|
||||||
<CaseSense>
|
|
||||||
<CIS />
|
|
||||||
</CaseSense>
|
|
||||||
<DFType>
|
|
||||||
<MIME>text/plain</MIME>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
</Node>
|
|
||||||
<Node>
|
|
||||||
<NodeName>ChangeProductKey</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Exec />
|
|
||||||
</AccessType>
|
|
||||||
<Description>Installs a product key for Windows 10 desktop devices. Does not reboot.</Description>
|
|
||||||
<DFFormat>
|
|
||||||
<chr />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Permanent />
|
|
||||||
</Scope>
|
|
||||||
<CaseSense>
|
|
||||||
<CIS />
|
|
||||||
</CaseSense>
|
|
||||||
<DFType>
|
|
||||||
<MIME>text/plain</MIME>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
</Node>
|
|
||||||
<Node>
|
|
||||||
<NodeName>Edition</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Get />
|
|
||||||
</AccessType>
|
|
||||||
<Description>Returns a value that maps to the Windows 10 or Windows 11 edition running on devices. Take the value, convert it into its hexadecimal equivalent and search the GetProductInfo function page on MSDN for edition information.</Description>
|
|
||||||
<DFFormat>
|
|
||||||
<int />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Permanent />
|
|
||||||
</Scope>
|
|
||||||
<CaseSense>
|
|
||||||
<CIS />
|
|
||||||
</CaseSense>
|
|
||||||
<DFType>
|
|
||||||
<MIME>text/plain</MIME>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
</Node>
|
|
||||||
<Node>
|
|
||||||
<NodeName>Status</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Get />
|
|
||||||
</AccessType>
|
|
||||||
<Description>Returns the status of an edition upgrade on Windows 10 or Windows 11 client devices. Status: 0 = Failed, 1 = Pending, 2 = In progress, 3 = Completed, 4 = Unknown</Description>
|
|
||||||
<DFFormat>
|
|
||||||
<int />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Permanent />
|
|
||||||
</Scope>
|
|
||||||
<CaseSense>
|
|
||||||
<CIS />
|
|
||||||
</CaseSense>
|
|
||||||
<DFType>
|
|
||||||
<MIME>text/plain</MIME>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
</Node>
|
|
||||||
<Node>
|
|
||||||
<NodeName>CheckApplicability</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Exec />
|
|
||||||
</AccessType>
|
|
||||||
<Description>Returns TRUE if the entered product key can be used for an edition upgrade of Windows 10 desktop devices.</Description>
|
|
||||||
<DFFormat>
|
|
||||||
<chr />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Permanent />
|
|
||||||
</Scope>
|
|
||||||
<CaseSense>
|
|
||||||
<CIS />
|
|
||||||
</CaseSense>
|
|
||||||
<DFType>
|
|
||||||
<MIME>text/plain</MIME>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
</Node>
|
|
||||||
<Node>
|
|
||||||
<NodeName>Subscriptions</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Get />
|
|
||||||
</AccessType>
|
|
||||||
<DFFormat>
|
|
||||||
<node />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Permanent />
|
|
||||||
</Scope>
|
|
||||||
<DFType>
|
|
||||||
<DDFName></DDFName>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
<Node>
|
|
||||||
<NodeName></NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Get />
|
|
||||||
</AccessType>
|
|
||||||
<DFFormat>
|
|
||||||
<node />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<ZeroOrMore />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Dynamic />
|
|
||||||
</Scope>
|
|
||||||
<DFTitle>SubscriptionId</DFTitle>
|
|
||||||
<DFType>
|
|
||||||
<DDFName></DDFName>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
<Node>
|
|
||||||
<NodeName>Status</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Get />
|
|
||||||
</AccessType>
|
|
||||||
<DFFormat>
|
|
||||||
<int />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Dynamic />
|
|
||||||
</Scope>
|
|
||||||
<DFType>
|
|
||||||
<MIME>text/plain</MIME>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
</Node>
|
|
||||||
<Node>
|
|
||||||
<NodeName>Name</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Get />
|
|
||||||
</AccessType>
|
|
||||||
<DFFormat>
|
|
||||||
<chr />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Dynamic />
|
|
||||||
</Scope>
|
|
||||||
<DFType>
|
|
||||||
<MIME>text/plain</MIME>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
</Node>
|
|
||||||
</Node>
|
|
||||||
</Node>
|
|
||||||
<Node>
|
|
||||||
<NodeName>SMode</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Get />
|
|
||||||
</AccessType>
|
|
||||||
<DFFormat>
|
|
||||||
<node />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Permanent />
|
|
||||||
</Scope>
|
|
||||||
<DFType>
|
|
||||||
<DDFName></DDFName>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
<Node>
|
|
||||||
<NodeName>SwitchingPolicy</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Get />
|
|
||||||
<Delete />
|
|
||||||
<Replace />
|
|
||||||
<Add />
|
|
||||||
</AccessType>
|
|
||||||
<Description>Policy that determines whether a consumer can switch the device out of S mode</Description>
|
|
||||||
<DFFormat>
|
|
||||||
<int />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Dynamic />
|
|
||||||
</Scope>
|
|
||||||
<CaseSense>
|
|
||||||
<CIS />
|
|
||||||
</CaseSense>
|
|
||||||
<DFType>
|
|
||||||
<MIME>text/plain</MIME>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
</Node>
|
|
||||||
<Node>
|
|
||||||
<NodeName>SwitchFromSMode</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Exec />
|
|
||||||
</AccessType>
|
|
||||||
<Description>Switches a device out of S mode if possible. Does not reboot.</Description>
|
|
||||||
<DFFormat>
|
|
||||||
<null />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Permanent />
|
|
||||||
</Scope>
|
|
||||||
<CaseSense>
|
|
||||||
<CIS />
|
|
||||||
</CaseSense>
|
|
||||||
<DFType>
|
|
||||||
<MIME>text/plain</MIME>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
</Node>
|
|
||||||
<Node>
|
|
||||||
<NodeName>Status</NodeName>
|
|
||||||
<DFProperties>
|
|
||||||
<AccessType>
|
|
||||||
<Get />
|
|
||||||
</AccessType>
|
|
||||||
<Description>Returns the status of the latest SwitchFromSMode or SwitchingPolicy set request.</Description>
|
|
||||||
<DFFormat>
|
|
||||||
<int />
|
|
||||||
</DFFormat>
|
|
||||||
<Occurrence>
|
|
||||||
<One />
|
|
||||||
</Occurrence>
|
|
||||||
<Scope>
|
|
||||||
<Permanent />
|
|
||||||
</Scope>
|
|
||||||
<CaseSense>
|
|
||||||
<CIS />
|
|
||||||
</CaseSense>
|
|
||||||
<DFType>
|
|
||||||
<MIME>text/plain</MIME>
|
|
||||||
</DFType>
|
|
||||||
</DFProperties>
|
|
||||||
</Node>
|
|
||||||
</Node>
|
|
||||||
</Node>
|
</Node>
|
||||||
|
<Node>
|
||||||
|
<NodeName>DeviceLicensingLastError</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Get />
|
||||||
|
</AccessType>
|
||||||
|
<Description>Returns the last error code of Refresh/Remove Device License operation. Value would be empty(0) in absence of error.</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<int />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Permanent />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<MIME />
|
||||||
|
</DFType>
|
||||||
|
</DFProperties>
|
||||||
|
</Node>
|
||||||
|
<Node>
|
||||||
|
<NodeName>DeviceLicensingLastErrorDescription</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Get />
|
||||||
|
</AccessType>
|
||||||
|
<Description>Returns last error description from Device Licensing. Value would be empty, if error decription can not be evaluated.</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<chr />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Permanent />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<MIME />
|
||||||
|
</DFType>
|
||||||
|
</DFProperties>
|
||||||
|
</Node>
|
||||||
|
<Node>
|
||||||
|
<NodeName>AcquireDeviceLicense</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Exec />
|
||||||
|
</AccessType>
|
||||||
|
<Description>Acquire and Refresh Device License. Does not reboot.</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<null />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Permanent />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<MIME />
|
||||||
|
</DFType>
|
||||||
|
</DFProperties>
|
||||||
|
</Node>
|
||||||
|
<Node>
|
||||||
|
<NodeName>RemoveDeviceLicense</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Exec />
|
||||||
|
</AccessType>
|
||||||
|
<Description>Remove Device License. Device would be ready for user based license after this operation. Does not reboot.</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<null />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Permanent />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<MIME />
|
||||||
|
</DFType>
|
||||||
|
</DFProperties>
|
||||||
|
</Node>
|
||||||
|
</Node>
|
||||||
|
</Node>
|
||||||
</MgmtTree>
|
</MgmtTree>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Related topics
|
## Related articles
|
||||||
|
|
||||||
[WindowsLicensing configuration service provider](windowslicensing-csp.md)
|
[WindowsLicensing configuration service provider reference](windowslicensing-csp.md)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user