eross-msft
1af3e04e29
Merge branch 'master' into vs-win10gdproverview
2017-09-19 08:21:15 -07:00
eross-msft
aa0fdfc965
Updated date for change history file
2017-09-19 08:20:53 -07:00
eross-msft
0672b43e04
Updated branding
2017-09-19 08:11:55 -07:00
Jeanie Decker
b73a5d1e1e
Merged PR 3268: Removed duplicate note
2017-09-19 15:05:53 +00:00
eross-msft
5bf62e551a
Added date
2017-09-19 07:49:58 -07:00
eross-msft
a0fc1342d3
Fixed typos
2017-09-19 07:33:06 -07:00
eross-msft
c4b5018efa
Merge branch 'master' into vs-win10gdproverview
2017-09-19 06:48:22 -07:00
Brian Lich
91dd1e1413
Updated windows-firewall-with-advanced-security-design-guide.md
2017-09-18 23:58:04 +00:00
Joey Caparas
f6d5cbacbe
Merged PR 3252: update table, add description for ipv4 and ipv6
...
update table, add description for ipv4 and ipv6
2017-09-18 20:58:42 +00:00
Maricia Alforque
4c3c8d03d6
Merged PR 3250: Update/BranchReadinessLevel in Policy CSP
2017-09-18 20:57:38 +00:00
Joey Caparas
5341e95d50
add description for ipv4 and ipv6
2017-09-18 13:53:57 -07:00
Maricia Alforque
d5d7bad675
Merged PR 3247: Renamed Windows Store for Business
2017-09-18 18:42:47 +00:00
Liza Poggemeyer
670c70f995
Merged PR 3231: Add new article described default apps in W10 Enterprise SKU
2017-09-15 22:31:20 +00:00
Joey Caparas
04a5b34ca9
Merged PR 3226: add api
...
add api
2017-09-15 22:12:38 +00:00
Joey Caparas
21e94fe377
typo
2017-09-15 13:31:36 -07:00
Joey Caparas
e54ffd815c
table fix
2017-09-15 13:30:48 -07:00
Joey Caparas
3d21ef1009
add api parameters
2017-09-15 13:09:36 -07:00
Maricia Alforque
fe11b1a3d5
Merged PR 3224: Merge maricia-13755838 to master
2017-09-15 19:53:34 +00:00
John Tobin
08a2411eaa
Merged PR 3210: Correct Cred Guard CI File Rule for KD_KMCI
...
Correct Cred Guard CI File Rule for KD_KMCI.
The correction should be as follows:
The line:
<Deny ID="ID_DENY_KD" FriendlyName="kd.exe" FileName="kd.Exe" MinimumFileVersion = "65535.65535.65535.65535" />
Should be essentially duplicated with another with a slightly different ID. This is because the same rule is used in the “user mode” and the “kernel mode” sections in the policy, so it needs separate IDs.
SO for example add this:
<Deny ID="ID_DENY_KD_KMCI" FriendlyName="kd.exe" FileName="kd.Exe" MinimumFileVersion = "65535.65535.65535.65535" />
(and leave the original line)
Then in this section:
<SigningScenario Value="131" ID="ID_SIGNINGSCENARIO_DRIVERS_1" FriendlyName="Driver Signing Scenarios">
<ProductSigners>
<FileRulesRef>
<FileRuleRef RuleID="ID_DENY_KD" />
</FileRulesRef>
</ProductSigners>
Update the ID like this:
<SigningScenario Value="131" ID="ID_SIGNINGSCENARIO_DRIVERS_1" FriendlyName="Driver Signing Scenarios">
<ProductSigners>
<FileRulesRef>
<FileRuleRef RuleID="ID_DENY_KD_KMCI" />
</FileRulesRef>
</ProductSigners>
2017-09-14 23:14:07 +00:00
John Tobin
6376a76a3d
Correct Cred Guard CI File Rule for KD_KMCI
2017-09-14 16:06:58 -07:00
John Tobin
62c108e955
Merged PR 3192: Add dbghost and dbgsvc to block list, plus add deny rules.
...
Add dbghost and dbgsvc to block list, plus add deny rules.
2017-09-14 22:46:16 +00:00
Greg Lindsay
abfb498772
Merged PR 3205: Add link in parent to child
...
Add link to parent topic pointing to important procedure in child topic
2017-09-14 22:30:30 +00:00
Joey Caparas
3d27eb28a3
Merged PR 3200: update date time settings
...
update date time settings
2017-09-14 20:36:33 +00:00
Nicholas Brower
baa5a1b402
Merged PR 3193: Merge Olympia enrollment methods into a single topic
2017-09-14 17:20:24 +00:00
John Tobin
ec31357472
Add dbghost and dbgsvc to block list
2017-09-14 09:59:08 -07:00
Elizabeth Ross
cd59adc897
Merged PR 3191: Updated text, formatting, and content organization
2017-09-14 16:51:02 +00:00
Jeanie Decker
5ca7656bcf
Merged PR 3190: Added USB error text
2017-09-14 15:13:18 +00:00
eross-msft
88185ee598
Merge branch 'master' into vs-win10gdproverview
2017-09-14 07:38:36 -07:00
eross-msft
ed54bacaf6
Fixed conflict
2017-09-14 07:35:35 -07:00
Joey Caparas
f28c357c48
remove steps, add formats, update decimal
2017-09-13 14:26:30 -07:00
Joey Caparas
a0797a31cb
Merged PR 3177: udpate portal overview
...
udpate portal overview
2017-09-13 20:22:43 +00:00
Joey Caparas
dcc4afcb1b
udpate portal overview
2017-09-13 13:18:01 -07:00
Maricia Alforque
8167b35df6
Merged PR 3176: Authentication/AllowAadPasswordReset in Policy CSP
2017-09-13 20:13:09 +00:00
Joey Caparas
02470e0b93
Merged PR 3174: add image to steps
...
add image to steps
2017-09-13 19:58:57 +00:00
Joey Caparas
0ba1dab8ff
update product name
2017-09-13 12:56:00 -07:00
Joey Caparas
41291a3454
minor update
2017-09-13 11:44:10 -07:00
Joey Caparas
54d52bbdd3
Merge remote-tracking branch 'origin/master' into atp-preview-feature
2017-09-13 11:39:55 -07:00
Joey Caparas
2da327dccc
Merged PR 3169: block on PE files
...
block on PE files
2017-09-13 17:58:31 +00:00
Justin Hall
a38f2d6391
Merged PR 3168: copyedits
...
copyedits
2017-09-13 17:37:18 +00:00
Justin Hall
0b077f2683
copyedits
2017-09-13 10:10:59 -07:00
Joey Caparas
58fbef0bb4
feature availability
2017-09-13 10:09:20 -07:00
Joey Caparas
006c6ed1f3
update windows version
2017-09-13 09:42:21 -07:00
Joey Caparas
a32a0b0775
Merged PR 3163: Add pre-req
...
Add pre-req
2017-09-13 16:41:06 +00:00
Iaan D'Souza-Wiltshire
996defc6b8
Merged PR 3160: Merge wdeg-working to master
...
Update so the image shows rather than as a code block
2017-09-13 13:46:34 +00:00
Iaan D'Souza-Wiltshire
602d3fcde4
update ps for asr enabling and remove cloud reqs for CFA and ASR
2017-09-12 18:10:34 -07:00
Joey Caparas
b857830cb9
Merged PR 3155: fix note
...
fix note
2017-09-13 00:55:00 +00:00
Iaan D'Souza-Wiltshire
b773e56e7d
image ref changes
2017-09-12 17:29:23 -07:00
Joey Caparas
bea7bdface
typo
2017-09-12 17:10:23 -07:00
Iaan D'Souza-Wiltshire
8adf81b60b
update image
2017-09-12 17:10:14 -07:00
Joey Caparas
d4619de414
add image to preview experience
2017-09-12 17:08:20 -07:00