mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 18:33:43 +00:00
sync
This commit is contained in:
@ -30,20 +30,18 @@ In the XML file, you provide an **Id**, or friendly name, for each **Target**. E
|
||||
|
||||

|
||||
|
||||
- When *all* **Condition** elements are TRUE, **TargetState** is TRUE.
|
||||
- When all **Condition** elements are TRUE, **TargetState** is TRUE.
|
||||
|
||||

|
||||
|
||||
- If *any* of the **TargetState** elements is TRUE, **Target** is TRUE (**OR** logic), and **Id** can be used for the setting customization.
|
||||
- If any of the **TargetState** elements is TRUE, **Target** is TRUE, and the **Id** can be used for setting customizations.
|
||||
|
||||

|
||||
|
||||
### Conditions
|
||||
|
||||
The following table shows the conditions supported in Windows 10 provisioning:
|
||||
The following table shows the conditions supported in Windows 10 provisioning for a **TargetState**:
|
||||
|
||||
>[!NOTE]
|
||||
>You can use any supported conditions when defining your **TargetState**.
|
||||
|
||||
| Condition Name | Condition priority | Windows 10 Mobile | Windows 10 for desktop editions | Value type | Value description |
|
||||
| --- | --- | --- | --- | --- | --- |
|
||||
@ -71,7 +69,7 @@ The matching types supported in Windows 10 are:
|
||||
| Matching type | Syntax | Example |
|
||||
| --- | --- | --- |
|
||||
| Straight match | Matching type is specified as-is | <Condition Name="ProcessorName" Value="Barton" /> |
|
||||
| Regex match | Matching type is prefixed by "Pattern:" | <Condition Name="ProcessorName" Value="Pattern:.*Celeron.*" /> |
|
||||
| Regular expression (Regex) match | Matching type is prefixed by "Pattern:" | <Condition Name="ProcessorName" Value="Pattern:.*Celeron.*" /> |
|
||||
| Numeric range match | Matching type is prefixed by "!Range:" | <Condition Name="MNC" Value="!Range:400, 550" /> |
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user