mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 02:43:43 +00:00
Acrolinx fix
This commit is contained in:
@ -33,7 +33,7 @@ For OMA Client Provisioning, the follows notes apply:
|
||||
|
||||
- This documentation describes the default characteristics. Additional characteristics may be added.
|
||||
|
||||
- Because the **Registry** configuration service provider uses the backslash (\\) character as a separator between key names, backslashes which occur in the name of a registry key must be escaped. Backslashes can be escaped by using two sequential backslashes (\\\\).
|
||||
- Because the **Registry** configuration service provider uses the backslash (\\) character as a separator between key names, backslashes, which occur in the name of a registry key must be escaped. Backslashes can be escaped by using two sequential backslashes (\\\\).
|
||||
|
||||
The default security role maps to each subnode unless specific permission is granted to the subnode. The security role for subnodes is implementation specific, and can be changed by OEMs and mobile operators.
|
||||
|
||||
@ -43,12 +43,12 @@ The following table shows the Microsoft custom elements that this configuration
|
||||
|
||||
|Elements|Available|
|
||||
|--- |--- |
|
||||
|parm-query|Yes|
|
||||
|noparm|Yes|
|
||||
|nocharacteristic|Yes|
|
||||
|characteristic-query|Yes
|
||||
|Parm-query|Yes|
|
||||
|Noparm|Yes|
|
||||
|Uncharacteristic|Yes|
|
||||
|Characteristic-query|Yes
|
||||
Recursive query: Yes
|
||||
Top level query: No|
|
||||
Top-level query: No|
|
||||
|
||||
|
||||
Use these elements to build standard OMA Client Provisioning configuration XML. For information about specific elements, see MSPROV DTD elements.
|
||||
@ -60,18 +60,18 @@ The following table shows the data types this configuration service provider sup
|
||||
|
||||
|XML Data Type|Native Registry Type|XML Format|
|
||||
|--- |--- |--- |
|
||||
|integer|REG_DWORD|Integer. A query of this parameter returns an integer type.|
|
||||
|boolean|REG_DWORD|Integer value of 1 or 0. A query of this parameter returns an integer type.|
|
||||
|float|REG_SZ|Float. A query of this parameter returns a string type.|
|
||||
|string|REG_SZ|String. A query of this parameter returns a string type.|
|
||||
|multiplestring|REG_MULTI_SZ|Multiple strings are separated by **** and ended with two **** - A query of this parameter returns a multi-string type.|
|
||||
|binary|REG_BINARY|Base64 encoded. A query of this parameter returns a binary type.|
|
||||
|time|FILETIME in REG_BINARY|The time format conforms to the ISO8601 standard, with the date portion optional. If the date portion is omitted, also omit the "T" delimiter. A query of this parameter returns a binary type.|
|
||||
|date|FILETIME in REG_BINARY|The date format conforms to the ISO8601 standard, with the time portion optional. If the time portion is omitted, also omit the "T" delimiter. A query of this parameter returns a binary type.|
|
||||
|Integer|REG_DWORD|Integer. A query of this parameter returns an integer type.|
|
||||
|Boolean|REG_DWORD|Integer value of 1 or 0. A query of this parameter returns an integer type.|
|
||||
|Float|REG_SZ|Float. A query of this parameter returns a string type.|
|
||||
|String|REG_SZ|String. A query of this parameter returns a string type.|
|
||||
|multiple string|REG_MULTI_SZ|Multiple strings are separated by **** and ended with two **** - A query of this parameter returns a multi-string type.|
|
||||
|Binary|REG_BINARY|Base64 encoded. A query of this parameter returns a binary type.|
|
||||
|Time|FILETIME in REG_BINARY|The time format conforms to the ISO8601 standard, with the date portion optional. If the date portion is omitted, also omit the "T" delimiter. A query of this parameter returns a binary type.|
|
||||
|Date|FILETIME in REG_BINARY|The date format conforms to the ISO8601 standard, with the time portion optional. If the time portion is omitted, also omit the "T" delimiter. A query of this parameter returns a binary type.|
|
||||
|
||||
|
||||
|
||||
It is not possible to access registry keys nested under the current path by using the Registry configuration service provider. Instead, the values of the sub-key must be accessed separately by using a new characteristic.
|
||||
It is not possible to access registry keys nested under the current path by using the Registry configuration service provider. Instead, the values of the subkey must be accessed separately by using a new characteristic.
|
||||
|
||||
## Related topics
|
||||
|
||||
|
Reference in New Issue
Block a user