Commit Graph

7902 Commits

Author SHA1 Message Date
785ec6bfa6 Merged PR 3306: Add 'Windows Server' to Applies to: in Applocker topics.
Add 'Windows Server' to Applies to: in Applocker topics.
2017-09-21 17:47:38 +00:00
1ece79b062 Reformat Applies to section of Applocker topics. 2017-09-21 10:20:08 -07:00
7599789627 Merge branch 'vs-typo' 2017-09-21 07:23:01 -07:00
f7d59c0706 Fixed spacing errors 2017-09-21 07:00:50 -07:00
38f9e199b3 Merged PR 3310: general updates
general updates
2017-09-20 21:44:32 +00:00
93b2bc88b7 general updates 2017-09-20 14:39:40 -07:00
95251aba76 Merge pull request #289 from jimmielightner/patch-1
Update hello-planning-guide.md
2017-09-20 12:35:56 -07:00
85047aa76c Merge pull request #291 from andrewtchilds/patch-1
Update waas-delivery-optimization.md
2017-09-20 12:34:51 -07:00
320984cc7e Merge branch 'master' of https://github.com/Microsoft/windows-itpro-docs 2017-09-20 12:33:25 -07:00
56c18eb36a Merge remote-tracking branch 'origin/master' into atp-general-updates 2017-09-20 12:29:15 -07:00
023d27eefe Update upgrade-readiness-get-started.md 2017-09-20 12:12:09 -07:00
ad70a71fd4 Add 'Windows Server' to Applies to: in Applocker topics. 2017-09-20 12:06:04 -07:00
5894c31bd9 Update waas-delivery-optimization.md 2017-09-20 13:37:32 -05:00
ea35f3d24c Update upgrade-readiness-get-started.md 2017-09-20 10:13:13 -07:00
427ecc9411 Merged PR 3299: Merge master to wdav-uc-tshooting 2017-09-20 16:43:50 +00:00
19a12d75b0 Update hello-planning-guide.md
Corrected typographical errors within Trust Type section.
2017-09-20 10:57:19 -04:00
769370d540 Merged PR 3298: Add link to Spotlight policies 2017-09-20 14:05:03 +00:00
31a37c8719 Merged PR 3285: changed logon to sign on
changed logon to sign on
2017-09-19 23:29:39 +00:00
2802081f69 update organize alerts queue 2017-09-19 16:11:41 -07:00
69eafe1073 updates 2017-09-19 15:32:24 -07:00
260661454c Merged PR 3284: add warning
add warning
2017-09-19 21:05:48 +00:00
0e3ff978a5 Merged PR 3282: RegisterDNS added to VPNv2 CSP 2017-09-19 21:01:22 +00:00
92dcee3fcb Merged PR 3281: Handwriting/PanelDefaultModeDocked in Policy CSP 2017-09-19 20:56:13 +00:00
b95d2c3925 Merged PR 3280: Added limitations to workaround
Added limitations to workaround
2017-09-19 20:49:18 +00:00
5fec766529 Merged PR 3279: Fixed MDT version number
Fixed MDT version number
2017-09-19 20:36:59 +00:00
c6d4a988bd Merged PR 3275: Added "and later" after version 1607
Added "and later" after version 1607
2017-09-19 20:19:24 +00:00
5d18848f58 Merged PR 3274: Fixed a typo in AutoPilot intro 2017-09-19 18:58:23 +00:00
b73a5d1e1e Merged PR 3268: Removed duplicate note 2017-09-19 15:05:53 +00:00
91dd1e1413 Updated windows-firewall-with-advanced-security-design-guide.md 2017-09-18 23:58:04 +00:00
9a376f62ed add warning 2017-09-18 14:31:56 -07:00
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
4c3c8d03d6 Merged PR 3250: Update/BranchReadinessLevel in Policy CSP 2017-09-18 20:57:38 +00:00
5341e95d50 add description for ipv4 and ipv6 2017-09-18 13:53:57 -07:00
424fb0d6d8 remove suppression rules 2017-09-18 13:41:16 -07:00
d5d7bad675 Merged PR 3247: Renamed Windows Store for Business 2017-09-18 18:42:47 +00:00
670c70f995 Merged PR 3231: Add new article described default apps in W10 Enterprise SKU 2017-09-15 22:31:20 +00:00
04a5b34ca9 Merged PR 3226: add api
add api
2017-09-15 22:12:38 +00:00
21e94fe377 typo 2017-09-15 13:31:36 -07:00
e54ffd815c table fix 2017-09-15 13:30:48 -07:00
3d21ef1009 add api parameters 2017-09-15 13:09:36 -07:00
fe11b1a3d5 Merged PR 3224: Merge maricia-13755838 to master 2017-09-15 19:53:34 +00:00
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
6376a76a3d Correct Cred Guard CI File Rule for KD_KMCI 2017-09-14 16:06:58 -07:00
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
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
3d27eb28a3 Merged PR 3200: update date time settings
update date time settings
2017-09-14 20:36:33 +00:00
baa5a1b402 Merged PR 3193: Merge Olympia enrollment methods into a single topic 2017-09-14 17:20:24 +00:00
ec31357472 Add dbghost and dbgsvc to block list 2017-09-14 09:59:08 -07:00
cd59adc897 Merged PR 3191: Updated text, formatting, and content organization 2017-09-14 16:51:02 +00:00
5ca7656bcf Merged PR 3190: Added USB error text 2017-09-14 15:13:18 +00:00