13478 Commits

Author SHA1 Message Date
Greg Lindsay
b95d2c3925 Merged PR 3280: Added limitations to workaround
Added limitations to workaround
2017-09-19 20:49:18 +00:00
Greg Lindsay
5fec766529 Merged PR 3279: Fixed MDT version number
Fixed MDT version number
2017-09-19 20:36:59 +00:00
Greg Lindsay
c6d4a988bd Merged PR 3275: Added "and later" after version 1607
Added "and later" after version 1607
2017-09-19 20:19:24 +00:00
Dani Halfin
5d18848f58 Merged PR 3274: Fixed a typo in AutoPilot intro 2017-09-19 18:58:23 +00:00
Jeanie Decker
b73a5d1e1e Merged PR 3268: Removed duplicate note 2017-09-19 15:05:53 +00:00
jdeckerMS
adf8e3df49 Merge remote-tracking branch 'refs/remotes/origin/master' into rs3 2017-09-19 06:24:00 -07:00
Brian Lich
8b3d6f069f Merged PR 3267: Updated windows-firewall-with-advanced-security-design-guide.md
Updated windows-firewall-with-advanced-security-design-guide.md
2017-09-19 00:43:42 +00:00
Brian Lich
91dd1e1413 Updated windows-firewall-with-advanced-security-design-guide.md 2017-09-18 23:58:04 +00:00
Trudy Hakala
3619cc57ba Merged PR 3259: Merge msfb-12118094 to master
add autopilot video, update device file information and sample graphics
2017-09-18 21:43:01 +00:00
Joey Caparas
9a376f62ed add warning 2017-09-18 14:31:56 -07:00
Jeanie Decker
dd7bacf4d7 Merged PR 3254: Fixed Store reference 2017-09-18 21:11:56 +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
Joey Caparas
424fb0d6d8 remove suppression rules 2017-09-18 13:41:16 -07:00
jdeckerMS
8a2414b9eb Merge remote-tracking branch 'refs/remotes/origin/master' into rs3 2017-09-18 13:36:45 -07:00
Maricia Alforque
d5d7bad675 Merged PR 3247: Renamed Windows Store for Business 2017-09-18 18:42:47 +00:00
Jeanie Decker
290f190a50 Merged PR 3242: Fix Store terms and links 2017-09-18 18:04:31 +00:00
jdeckerMS
c04e0b2b13 Merge remote-tracking branch 'refs/remotes/origin/master' into rs3 2017-09-18 08:27:42 -07:00
Celeste de Guzman
d94ea9c792 Merged PR 3238: Merge win10soffer to master
Updated the SUSPC topic's prerequisites section to clarify some requirements (per PM input) and highlighted the update in the change history.
2017-09-16 02:08:10 +00:00
Celeste de Guzman
67cd6ba7d6 fixed link 2017-09-15 18:49:47 -07:00
Celeste de Guzman
84c952fb07 updated to address PM feedback 2017-09-15 18:23:48 -07: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
jdeckerMS
4d019f4034 Merge remote-tracking branch 'refs/remotes/origin/master' into rs3 2017-09-15 07:04:33 -07: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
jdeckerMS
24e68dc6ad Merge remote-tracking branch 'refs/remotes/origin/master' into rs3 2017-09-14 08:20:01 -07:00
Jeanie Decker
5ca7656bcf Merged PR 3190: Added USB error text 2017-09-14 15:13:18 +00:00
jdeckerMS
4f1b54eda4 Merge branch 'rs3' of https://cpubwin.visualstudio.com/_git/it-client into rs3 2017-09-14 06:57:33 -07:00
jdeckerMS
53d77efc2f fix merge conflict
# Conflicts:
#	windows/application-management/per-user-services-in-windows.md
2017-09-14 06:57:20 -07:00
Brian Lich
43ce1d251e Merged PR 3182: Updated toc.yml
Updated toc.yml
2017-09-13 21:41:36 +00:00
Brian Lich
a078b82f0c Updated toc.yml 2017-09-13 21:29:33 +00:00
Justin Hall
78f57bc8d3 Merged PR 3165: Merge per-user-services to rs3 2017-09-13 21:26:51 +00: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