mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 13:57:22 +00:00
Merge branch 'master' of https://github.com/MicrosoftDocs/windows-docs-pr into ado5549056-round3
This commit is contained in:
commit
68fcdb0056
@ -1,4 +1,4 @@
|
|||||||
{:allowed-branchname-matches ["master"]
|
{:allowed-branchname-matches ["master" "main"]
|
||||||
:allowed-filename-matches ["windows/"]
|
:allowed-filename-matches ["windows/"]
|
||||||
|
|
||||||
:targets
|
:targets
|
||||||
@ -47,12 +47,12 @@ For more information about the exception criteria and exception process, see [Mi
|
|||||||
|
|
||||||
Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:
|
Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:
|
||||||
|
|
||||||
| Article | Score | Issues | Scorecard | Processed |
|
| Article | Score | Issues | Spelling<br>issues | Scorecard | Processed |
|
||||||
| ------- | ----- | ------ | --------- | --------- |
|
| ------- | ----- | ------ | ------ | --------- | --------- |
|
||||||
"
|
"
|
||||||
|
|
||||||
:template-change
|
:template-change
|
||||||
"| ${s/file} | ${acrolinx/qualityscore} | ${acrolinx/flags/issues} | [link](${acrolinx/scorecard}) | ${s/status} |
|
"| ${s/file} | ${acrolinx/qualityscore} | ${acrolinx/flags/issues} | ${acrolinx/flags/spelling} | [link](${acrolinx/scorecard}) | ${s/status} |
|
||||||
"
|
"
|
||||||
|
|
||||||
:template-footer
|
:template-footer
|
||||||
|
@ -103,6 +103,9 @@ Currently, neither the AppLocker policy creation UI in GPO Editor nor the PowerS
|
|||||||
<ThresholdExtensions>
|
<ThresholdExtensions>
|
||||||
<Services EnforcementMode="Enabled" />
|
<Services EnforcementMode="Enabled" />
|
||||||
</ThresholdExtensions>
|
</ThresholdExtensions>
|
||||||
|
<RedstoneExtensions>
|
||||||
|
<SystemApps Allow="Enabled"/>
|
||||||
|
</RedstoneExtensions>
|
||||||
</RuleCollectionExtensions>
|
</RuleCollectionExtensions>
|
||||||
</RuleCollection>
|
</RuleCollection>
|
||||||
<RuleCollection Type="Exe" EnforcementMode="AuditOnly">
|
<RuleCollection Type="Exe" EnforcementMode="AuditOnly">
|
||||||
@ -115,6 +118,9 @@ Currently, neither the AppLocker policy creation UI in GPO Editor nor the PowerS
|
|||||||
<ThresholdExtensions>
|
<ThresholdExtensions>
|
||||||
<Services EnforcementMode="Enabled" />
|
<Services EnforcementMode="Enabled" />
|
||||||
</ThresholdExtensions>
|
</ThresholdExtensions>
|
||||||
|
<RedstoneExtensions>
|
||||||
|
<SystemApps Allow="Enabled"/>
|
||||||
|
</RedstoneExtensions>
|
||||||
</RuleCollectionExtensions>
|
</RuleCollectionExtensions>
|
||||||
</RuleCollection>
|
</RuleCollection>
|
||||||
```
|
```
|
||||||
@ -133,6 +139,9 @@ Currently, neither the AppLocker policy creation UI in GPO Editor nor the PowerS
|
|||||||
<ThresholdExtensions>
|
<ThresholdExtensions>
|
||||||
<Services EnforcementMode="Enabled" />
|
<Services EnforcementMode="Enabled" />
|
||||||
</ThresholdExtensions>
|
</ThresholdExtensions>
|
||||||
|
<RedstoneExtensions>
|
||||||
|
<SystemApps Allow="Enabled"/>
|
||||||
|
</RedstoneExtensions>
|
||||||
</RuleCollectionExtensions>
|
</RuleCollectionExtensions>
|
||||||
</RuleCollection>
|
</RuleCollection>
|
||||||
<RuleCollection Type="Exe" EnforcementMode="AuditOnly">
|
<RuleCollection Type="Exe" EnforcementMode="AuditOnly">
|
||||||
@ -145,6 +154,9 @@ Currently, neither the AppLocker policy creation UI in GPO Editor nor the PowerS
|
|||||||
<ThresholdExtensions>
|
<ThresholdExtensions>
|
||||||
<Services EnforcementMode="Enabled" />
|
<Services EnforcementMode="Enabled" />
|
||||||
</ThresholdExtensions>
|
</ThresholdExtensions>
|
||||||
|
<RedstoneExtensions>
|
||||||
|
<SystemApps Allow="Enabled"/>
|
||||||
|
</RedstoneExtensions>
|
||||||
</RuleCollectionExtensions>
|
</RuleCollectionExtensions>
|
||||||
</RuleCollection>
|
</RuleCollection>
|
||||||
<RuleCollection Type="ManagedInstaller" EnforcementMode="AuditOnly">
|
<RuleCollection Type="ManagedInstaller" EnforcementMode="AuditOnly">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user