1193 Commits

Author SHA1 Message Date
Daniel Simpson
f2f987dc5b
Merge pull request #6420 from MaratMussabekov/patch-135
PKI requirements for third-party CA
2020-05-28 10:34:11 -07:00
Daniel Simpson
5963793a0d
Merge pull request #6575 from illfated/wddg-wdcg-hwr-tool
WDDG & WDCG HW readiness tool: typo & Arch Locale
2020-05-28 10:31:31 -07:00
Gary Moore
686137bce1
Another grammar fix 2020-05-19 16:32:47 -07:00
Gary Moore
083e35c01c
Fixes for grammar and note style 2020-05-19 16:31:49 -07:00
Trond B. Krokli
e928e808b4
Typo corrections "seperately" x2 Ref. #5916
- Reviving the typo corrections provided by @schneiderl in PR #5916
2020-05-18 11:42:15 +02:00
Nagappan Veerappan
6b02e76dba LAB repro for Multiple domains with WHFB HKT sync
LAB repro for Multiple domains with WHFB HKT sync account
2020-05-15 13:21:19 -07:00
Jeff Reeds (Aquent LLC)
fc8bc9effc Update additional-mitigations.md 2020-05-14 14:12:57 -07:00
Jeff Reeds (Aquent LLC)
eab69304df changed Device guard mentions 2020-05-14 13:55:03 -07:00
MaratMussabekov
5758cb7036
Update windows/security/identity-protection/hello-for-business/hello-hybrid-key-trust-prereqs.md
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2020-05-13 15:09:37 +05:00
Gary Moore
976601faea
Merge pull request #2750 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/windows-itpro-docs (branch public)
2020-05-12 17:17:17 -07:00
Gary Moore
eb02af4ff7
Applied note style, adjusted indentation 2020-05-12 16:58:05 -07:00
Jeff Reeds (Aquent LLC)
95cf1b62d9 Updated meta description field
Note: I did not look at grammar, flow, spelling, etc.
2020-05-12 16:21:15 -07:00
Daniel Simpson
c11d282f56
Merge pull request #6415 from VLG17/patch-69
update text with valid options
2020-05-12 14:59:21 -07:00
Daniel Simpson
a911fc77dd
Merge pull request #6299 from VLG17/patch-64
update screenshot and missing feature description
2020-05-12 14:59:00 -07:00
Daniel Simpson
0003b2f857
Merge pull request #6175 from NagaCSC/patch-7
Subject update
2020-05-12 14:55:09 -07:00
Daniel Simpson
da955b6eed
Merge pull request #5922 from MaratMussabekov/patch-108
update note about root certificate
2020-05-12 14:54:53 -07:00
Daniel Simpson
749b591b84
Merge pull request #5840 from NagaCSC/patch-4
Pre-requisite list update for AADJ SSO
2020-05-12 12:52:59 -07:00
Daniel Simpson
63fe011b65
Merge pull request #5546 from RavennMSFT/patch-3
Update hello-how-it-works-device-registration.md
2020-05-12 12:51:00 -07:00
Daniel Simpson
bb2475b731
Merge pull request #5218 from piaudonn/patch-4
DnsAdmins and DnsUpdateProxy are not well-known
2020-05-12 12:50:17 -07:00
Kelley Vice
3e6aa29591
Merge pull request #6704 from MSFTandrelom/patch-2
Update vpn-office-365-optimization.md
2020-05-12 12:40:59 -07:00
MSFTandrelom
20d8160170
Update vpn-office-365-optimization.md
Fixing bug 6506
2020-05-12 13:47:43 +03:00
VLG17
0c04d85dd5
Update windows/security/identity-protection/remote-credential-guard.md
Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2020-05-12 13:15:32 +03:00
MaratMussabekov
41a481e208
Update hello-hybrid-key-trust-prereqs.md 2020-05-12 08:49:26 +05:00
Jeff Reeds (Aquent LLC)
507101b5ff Updated meta descriptions only
Note: I didn't look at the rest of the article for flow, grammar, etc.
2020-05-11 17:29:08 -07:00
Gary Moore
58ac6d41ee
Applied [!NOTE] style 2020-05-07 14:46:14 -07:00
Jeff Reeds (Aquent LLC)
f886b2391c Changed Device Guard to Hypervisor-Protected Code Integrity 2020-05-07 14:20:32 -07:00
Jeff Reeds (Aquent LLC)
70b6be92f6 Removed instance of Device Guard 2020-05-06 13:21:48 -07:00
illfated
c8766851ce Regex adjustment/improvement
- Code cleanup by RvdHout
- Supports at least Dutch & German OS
2020-04-27 23:04:09 +02:00
illfated
e25231e6ff WDDG & WDCG HW readiness tool: typo & Arch Locale
Description:

As pointed out in ticket #5972 (closed) and #6574 (my ticket),
the script on this page stops working in localized versions of Windows
(Dutch mentioned in ticket #5972 specifically). This is caused by the
difference in how the strings "64-bit" and "32-bit" occur in non-English
localized versions of Windows.

Thanks to RvdHout (Ruud van den Hout) for suggesting the regex solution.

Changes proposed:
- $OSArch.Contains("64-bit") -> $OSArch -match ("64\-?\s?bits?")
- $OSArch.Contains("32-bit") -> $OSArch -match ("32\-?\s?bits?")
- Readiness Tool Version updated to 3.7.2 (thanks to RvdHout)
- Typo "archictecture" corrected to architecture (2 occurrences)
- Remove all redundant end-of-line (EOL) whitespace (blanks)
- Reduce number of blank lines before the signature block, from 3 to 2
- Add back a blank line between the metadata section and the page title

Ticket closure or reference:

Closes #6574

Ref. #5690 #5723 #6054 #6055
Ref. #5972 (closed)
2020-04-25 19:59:46 +02:00
illfated
35ad2b0689 Readability commas & sentence structure
- 3 readability commas added, to gain focus
- "such that" does not aid readability much
2020-04-24 04:22:36 +02:00
Trond B. Krokli
d8826587b3
grammar detail
* is/are

Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2020-04-24 04:00:39 +02:00
illfated
e28f537634 Identity Protection/VPN: grammar, links & spacing
As reported in issue ticket #6556 (Traffic filter sentence incomplete),
there is a missing part in the sentence "Network admins to effectively
add interface specific firewall rules on the VPN Interface." to make it
work as a full descriptive sentence in this context. This PR aims to
correct this issue, in addition to various other adjustments.

Thanks to klishb for reporting this issue.

Changes proposed:
- Add the missing part of the Traffic Filters sentence
- Update 2 outdated and permanently redirected MSDN links
- Uppercase adjustments for "Traffic filters" & "Lockdown"
- Add MarkDown indent marker compatibility spacing in the Note blob
- Reduce bullet point spacing from 3 to 1 in the "Applies to" section
- Remove all redundant end-of-line spacing
- Add missing space after the corrected sentence (after the period)

Ticket closure or reference:

Closes #6556
2020-04-23 22:35:19 +02:00
Skatterbrainz
162fbd863d
Spelling and grammar corrections
Inserted some missing words, and some minor grammatical corrections.
2020-04-22 23:36:47 -04:00
officedocspr
e613f5e882 Merging changes synced from https://github.com/MicrosoftDocs/windows-docs-pr (branch live) 2020-04-17 23:02:59 +00:00
mapalko
7e4ea2c73a minor edits in repsonse to mlindgren feedback 2020-04-17 14:04:42 -07:00
Daniel Simpson
8bd6171cb5
Merge pull request #6479 from MaratMussabekov/patch-136
Moved the note section
2020-04-17 11:28:35 -07:00
Daniel Simpson
3c781945b8
Merge pull request #6494 from MaratMussabekov/patch-138
update the profile creation instruction
2020-04-17 11:27:57 -07:00
mapalko
68fdbf25bb updating PIN complexity MDM settings 2020-04-16 15:38:37 -07:00
mapalko
01f7774740 updating PIN complexity MDM settings 2020-04-16 15:18:00 -07:00
mapalko
2d0157862a Merge branch 'master' into whfb-policy-changes 2020-04-16 13:01:12 -07:00
MaratMussabekov
303eb1b00c
Update windows/security/identity-protection/hello-for-business/hello-hybrid-aadj-sso-cert.md
Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2020-04-16 17:11:25 +05:00
mapalko
a817727675 Added note about MDMWinsOverGP 2020-04-15 11:47:57 -07:00
MaratMussabekov
c897528119
Update windows/security/identity-protection/hello-for-business/hello-hybrid-aadj-sso-cert.md
Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2020-04-15 11:08:36 +05:00
mapalko
23980a2add Updated docs with new videos 2020-04-14 16:44:52 -07:00
mapalko
3ca79347dd Merge branch 'master' into whfb-policy-changes 2020-04-14 16:25:57 -07:00
MaratMussabekov
150ca08574
Update hello-hybrid-aadj-sso-cert.md 2020-04-14 17:55:00 +05:00
MaratMussabekov
86d5211130
Update windows/security/identity-protection/hello-for-business/hello-feature-pin-reset.md
Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2020-04-14 16:55:32 +05:00
MaratMussabekov
01ea39518a
Update windows/security/identity-protection/hello-for-business/hello-feature-pin-reset.md
Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2020-04-14 16:55:21 +05:00
MaratMussabekov
21018f240e
Update windows/security/identity-protection/hello-for-business/hello-feature-pin-reset.md
Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2020-04-14 16:55:11 +05:00
MaratMussabekov
2fdfd135a6
Update windows/security/identity-protection/hello-for-business/hello-feature-pin-reset.md
Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2020-04-14 16:54:59 +05:00