mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Merged PR 1904: Merge maricia-12328332 to master
This commit is contained in:
parent
763a36821d
commit
cdb2c01dec
@ -162,10 +162,10 @@ The supported operation is Get.
|
|||||||
**CheckApplicability**
|
**CheckApplicability**
|
||||||
|
|
||||||
``` syntax
|
``` syntax
|
||||||
<SyncML xmlns="SYNCML:SYNCML1.1">
|
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||||
<SyncBody>
|
<SyncBody>
|
||||||
<Exec>
|
<Exec>
|
||||||
<CmdID>3</CmdID>
|
<CmdID>$CmdID$</CmdID>
|
||||||
<Item>
|
<Item>
|
||||||
<Target>
|
<Target>
|
||||||
<LocURI>./Device/Vendor/MSFT/WindowsLicensing/CheckApplicability</LocURI>
|
<LocURI>./Device/Vendor/MSFT/WindowsLicensing/CheckApplicability</LocURI>
|
||||||
@ -189,10 +189,10 @@ The supported operation is Get.
|
|||||||
**Edition**
|
**Edition**
|
||||||
|
|
||||||
``` syntax
|
``` syntax
|
||||||
<SyncML xmlns="SYNCML:SYNCML1.1">
|
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||||
<SyncBody>
|
<SyncBody>
|
||||||
<Get>
|
<Get>
|
||||||
<CmdID>17</CmdID>
|
<CmdID>$CmdID$</CmdID>
|
||||||
<Item>
|
<Item>
|
||||||
<Target>
|
<Target>
|
||||||
<LocURI>./Device/Vendor/MSFT/WindowsLicensing/Edition</LocURI>
|
<LocURI>./Device/Vendor/MSFT/WindowsLicensing/Edition</LocURI>
|
||||||
@ -207,10 +207,10 @@ The supported operation is Get.
|
|||||||
**LicenseKeyType**
|
**LicenseKeyType**
|
||||||
|
|
||||||
``` syntax
|
``` syntax
|
||||||
<SyncML xmlns="SYNCML:SYNCML1.1">
|
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||||
<SyncBody>
|
<SyncBody>
|
||||||
<Get>
|
<Get>
|
||||||
<CmdID>17</CmdID>
|
<CmdID>$CmdID$</CmdID>
|
||||||
<Item>
|
<Item>
|
||||||
<Target>
|
<Target>
|
||||||
<LocURI>./Device/Vendor/MSFT/WindowsLicensing/LicenseKeyType</LocURI>
|
<LocURI>./Device/Vendor/MSFT/WindowsLicensing/LicenseKeyType</LocURI>
|
||||||
@ -225,10 +225,10 @@ The supported operation is Get.
|
|||||||
**Status**
|
**Status**
|
||||||
|
|
||||||
``` syntax
|
``` syntax
|
||||||
<SyncML xmlns="SYNCML:SYNCML1.1">
|
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||||
<SyncBody>
|
<SyncBody>
|
||||||
<Get>
|
<Get>
|
||||||
<CmdID>17</CmdID>
|
<CmdID>$CmdID$</CmdID>
|
||||||
<Item>
|
<Item>
|
||||||
<Target>
|
<Target>
|
||||||
<LocURI>./Device/Vendor/MSFT/WindowsLicensing/Status</LocURI>
|
<LocURI>./Device/Vendor/MSFT/WindowsLicensing/Status</LocURI>
|
||||||
@ -243,10 +243,10 @@ The supported operation is Get.
|
|||||||
**UpgradeEditionWithProductKey**
|
**UpgradeEditionWithProductKey**
|
||||||
|
|
||||||
``` syntax
|
``` syntax
|
||||||
<SyncML xmlns="SYNCML:SYNCML1.1">
|
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||||
<SyncBody>
|
<SyncBody>
|
||||||
<Exec>
|
<Exec>
|
||||||
<CmdID>3</CmdID>
|
<CmdID>$CmdID$</CmdID>
|
||||||
<Item>
|
<Item>
|
||||||
<Target>
|
<Target>
|
||||||
<LocURI>./Device/Vendor/MSFT/WindowsLicensing/UpgradeEditionWithProductKey</LocURI>
|
<LocURI>./Device/Vendor/MSFT/WindowsLicensing/UpgradeEditionWithProductKey</LocURI>
|
||||||
@ -270,10 +270,10 @@ The supported operation is Get.
|
|||||||
**UpgradeEditionWithLicense**
|
**UpgradeEditionWithLicense**
|
||||||
|
|
||||||
``` syntax
|
``` syntax
|
||||||
<SyncML xmlns="SYNCML:SYNCML1.1">
|
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||||
<SyncBody>
|
<SyncBody>
|
||||||
<Exec>
|
<Exec>
|
||||||
<CmdID>2</CmdID>
|
<CmdID>$CmdID$</CmdID>
|
||||||
<Item>
|
<Item>
|
||||||
<Target>
|
<Target>
|
||||||
<LocURI>./Device/Vendor/MSFT/WindowsLicensing/UpgradeEditionWithLicense</LocURI>
|
<LocURI>./Device/Vendor/MSFT/WindowsLicensing/UpgradeEditionWithLicense</LocURI>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user