Commit Graph

43239 Commits

Author SHA1 Message Date
2b80ed166f Update configure-md-app-guard.md 2022-03-09 12:31:01 -08:00
e62f8b8804 Update configure-md-app-guard.md 2022-03-09 12:26:47 -08:00
245050e5dd Merge branch 'main' into v-alemieux-working 2022-03-08 16:36:51 -08:00
3cbe00ba1d Merge branch 'main' of https://github.com/MicrosoftDocs/windows-docs-pr into minorupdate 2022-03-08 15:43:37 -08:00
20efba33cc add warning 2022-03-08 15:43:27 -08:00
650a040d28 Merge branch 'main' into v-alemieux-working 2022-03-08 15:01:30 -08:00
55100c81c3 Merge branch 'main' into repo_sync_working_branch 2022-03-08 16:58:39 -06:00
4c75013bac Merge branch 'main' into v-alemieux-working 2022-03-08 14:16:21 -08:00
de7fc5f7ac Merge branch 'public' into patch-149 2022-03-08 11:51:26 -08:00
dc5b13a495 Update hello-why-pin-is-better-than-password.md 2022-03-08 12:49:59 -07:00
1c6d90a350 Merge pull request #10274 from adamoboe/patch-3
Update virus-initiative-criteria.md
2022-03-08 11:43:05 -08:00
d922645fb3 Merge pull request #10279 from wattbt/patch-3
Minor rewording for clarity & added detailed image descriptions
2022-03-08 11:41:16 -08:00
60a011d62f Merge pull request #10388 from simon-biber/patch-1
Complexity requirements reduce password strength
2022-03-08 11:22:18 -08:00
ac26058867 Merge pull request #10404 from Harvester57/public
[WDAC] Fix instructions order for UEFI deployment
2022-03-08 11:20:52 -08:00
1c4cbd6da5 Update deploy-wdac-policies-with-script.md 2022-03-08 11:20:19 -08:00
12a994c94d Merge pull request #10401 from michaelAngeloEgypt/patch-1
Update hello-why-pin-is-better-than-password.md
2022-03-08 10:45:45 -08:00
f808c1aa70 Update windows/security/identity-protection/hello-for-business/hello-why-pin-is-better-than-password.md
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2022-03-08 10:44:37 -08:00
06bf22dc6a Merge pull request #10397 from aisgbnok/10396-provisioning-multivariant-spelling
Improve spelling and formatting for provisioning multivariant code blocks
2022-03-08 10:12:41 -08:00
3061a11b4c Merge branch 'public' into patch-2 2022-03-08 10:10:34 -08:00
5aa5e62a41 Merge branch 'public' into patch-1 2022-03-08 10:01:05 -08:00
7ee0c447d1 [WDAC] Fix instructions order for UEFI deployment
Fix https://github.com/MicrosoftDocs/windows-itpro-docs/issues/10403
2022-03-08 18:24:05 +01:00
dd3cd748c4 Update hello-why-pin-is-better-than-password.md
implementing suggestions given in this task
https://github.com/MicrosoftDocs/windows-itpro-docs/issues/10328
2022-03-08 02:11:04 +02:00
8a1fccbc0b valemieux Updating block list 38430645 2022-03-07 11:57:20 -08:00
12990a47d4 Update Allow in FileRules - GH 10377 2022-03-07 08:39:02 -08:00
2f3fc592ff Fixes #10396, spelling and formatting for provisioning multivariant code 2022-03-06 20:50:55 -05:00
139dd2cf0a Update policy-csp-textinput.md 2022-03-03 13:27:29 -08:00
53d7af922b Complexity requirements reduce password strength
Long passwords with only alphanumeric characters are not easy to compromise. Short passwords are easy to compromise. Adding length is more important than adding complexity.

The article provides a number 218,340,105,584,896 different possibilities for a single password. That number is clearly based on the calculation (26 + 26 + 10)^8 = 218,340,105,584,896 on the basis the 8 characters may be any of 26 uppercase letters, 26 lowercase and 10 digits.

However, turning on complexity requirements will ensure that there are at least 3 categories of character, and eliminate some of those possibilities. It will eliminate cases where there were no digits, cases where there are no uppercase letters, and cases where there are no lowercase letters.

|---|---|
|eight characters of any uppercase, lowercase *or* digits|218,340,105,584,896|
| | ... minus ... |
|eight characters of uppercase or lowercase with no digits|53,459,728,531,456|
| | ... minus ... |
|eight characters of lowercase or digits with no uppercase|2,821,109,907,456|
| | ... minus ... |
|eight characters of uppercase or digits with no lowercase|2,821,109,907,456|
| | ... equals ... |
|eight characters of uppercase, lowercase *and* digits|159,238,157,238,528|

Rather than enforcing complexity, administrators are better off increasing the minimum length. A minimum length of 11 instead of 8 would be sufficient to add so many more possibilities that even if users only used lowercase letters, there are more possibilities of 11 lowercase letters than there are of 8 complex characters:

8 complex characters = 62^8 = 218,340,105,584,896 possibilities

11 lowercase letters = 26^11 = 3,670,344,486,987,776 possibilities
2022-03-03 17:56:37 +10:30
979e6e97c2 Update TouchKeyboardEmojiButtonAvailability description 2022-03-03 12:01:40 +09:00
9b8a9b560a Merge branch 'main' of https://github.com/MicrosoftDocs/windows-docs-pr into minorupdate 2022-03-02 13:07:17 -08:00
979dc61c73 fix terminology error 2022-03-02 13:07:00 -08:00
5a80ae2152 Update policies-in-policy-csp-supported-by-surface-hub.md 2022-03-01 19:04:14 -05:00
8c26b66262 Document support for ConfigureTimeZone 2022-03-01 18:53:49 -05:00
8255fde523 Merge branch 'main' into repo_sync_working_branch 2022-03-01 15:09:47 -07:00
42df41d115 Merge pull request #10385 from typride/patch-1
Removed updateserviceurl link. This is not supported.
2022-03-01 13:50:34 -08:00
ee29868869 Update policies-in-policy-csp-supported-by-hololens2.md 2022-03-01 13:49:19 -08:00
0ae936eb32 Update querying-application-control-events-centrally-using-advanced-hunting.md 2022-03-01 13:22:14 -08:00
b2651075f1 Merge branch 'main' into al-wdac-edits-35380663 2022-03-01 13:10:27 -08:00
774256f302 update 10-year to variable 2022-03-01 11:47:20 -08:00
14ca8c83ae Removed updateserviceurl link. This is not supported.
UpdateServiceURL is not supported at the moment. This was confirmed by Bryan Thompson & Ken Zhang.
2022-02-28 13:43:44 -08:00
e390b37821 Update whats-new-windows-10-version-1809.md 2022-02-28 13:25:33 -08:00
d5f63f82bc Update policy-csp-authentication.md 2022-02-28 13:21:47 -08:00
b559918f2e Update policy-csp-authentication.md 2022-02-28 13:20:55 -08:00
1db4768d25 Merging changes synced from https://github.com/MicrosoftDocs/windows-docs-pr (branch live) 2022-02-24 19:04:57 +00:00
12071ed4b4 Merge pull request #10365 from SteveBurkettNZ/patch-17
Minor formatting updates
2022-02-24 10:59:32 -08:00
9086cfe393 Merge branch 'main' into aljupudi-5650791-FTInsights-Notifications 2022-02-23 16:23:42 -08:00
fd6358eb9b Merge branch 'main' into nimishasatapathy-5767392-windowsautopilotcsp 2022-02-23 15:59:45 -07:00
56f461f7e8 SmartRetry case sensitive
Adding updated info based on customer incident
2022-02-23 09:13:03 -08:00
57576c32da Merge branch 'main' into v-smandalika-5694287-B5 2022-02-23 08:46:37 -08:00
bde4d9ecd8 Merge branch 'main' into v-smandalika-5694287-B4 2022-02-23 06:23:19 -08:00
95024394da Merge branch 'main' into whfb-cloudtrust 2022-02-22 15:50:39 -07:00