mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 05:47:23 +00:00
315 lines
8.8 KiB
Markdown
315 lines
8.8 KiB
Markdown
---
|
||
title: WindowsLicensing DDF file
|
||
description: WindowsLicensing DDF file
|
||
ms.assetid: 2A24C922-A167-4CEE-8F74-08E7453800D2
|
||
ms.author: maricia
|
||
ms.topic: article
|
||
ms.prod: w10
|
||
ms.technology: windows
|
||
author: MariciaAlforque
|
||
ms.date: 12/05/2017
|
||
---
|
||
|
||
# WindowsLicensing DDF file
|
||
|
||
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-reference.md#csp-ddf-files-download).
|
||
|
||
The XML below is the current version for this CSP.
|
||
|
||
``` syntax
|
||
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!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"?>]>
|
||
<MgmtTree xmlns:MSFT="http://schemas.microsoft.com/MobileDevice/DM">
|
||
<VerDTD>1.2</VerDTD>
|
||
<Node>
|
||
<NodeName>WindowsLicensing</NodeName>
|
||
<Path>./Vendor/MSFT</Path>
|
||
<DFProperties>
|
||
<AccessType>
|
||
<Get />
|
||
</AccessType>
|
||
<DFFormat>
|
||
<node />
|
||
</DFFormat>
|
||
<Occurrence>
|
||
<One />
|
||
</Occurrence>
|
||
<Scope>
|
||
<Permanent />
|
||
</Scope>
|
||
<DFType>
|
||
<MIME>com.microsoft/1.2/MDM/WindowsLicensing</MIME>
|
||
</DFType>
|
||
</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 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>
|
||
<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 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>
|
||
<CaseSense>
|
||
<CIS />
|
||
</CaseSense>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</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>
|
||
<CaseSense>
|
||
<CIS />
|
||
</CaseSense>
|
||
<DFType>
|
||
<MIME>text/plain</MIME>
|
||
</DFType>
|
||
</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>
|
||
<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>
|
||
</MgmtTree>
|
||
```
|
||
|
||
## Related topics
|
||
|
||
|
||
[WindowsLicensing configuration service provider](windowslicensing-csp.md)
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|