1233 Commits

Author SHA1 Message Date
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
MaratMussabekov
622be6d6f3
Update hello-cert-trust-validate-pki.md 2020-05-12 08:18:03 +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
MaratMussabekov
7c7e82f220
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:31 +05:00
MaratMussabekov
d211a61451
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:21 +05:00
MaratMussabekov
3c0c024c27
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:11 +05:00
MaratMussabekov
3eb8b1dc5a
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:02 +05:00
VLG17
3dcc55ed6d
Update windows/security/identity-protection/credential-guard/credential-guard-manage.md
Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2020-04-14 10:20:51 +03:00
VLG17
23c9ef951e
Update windows/security/identity-protection/credential-guard/credential-guard-manage.md
Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2020-04-13 19:18:12 +03:00
MaratMussabekov
6ff5a3b14f
Update hello-feature-pin-reset.md 2020-04-13 07:48:09 +05:00
Peter Smith
c8a4f7ef72
Update vpn-office-365-optimization.md
The fictitious company name "Contoso.com" was incorrectly spelled as "Contsoso.com" in two places.
2020-04-09 13:00:56 -07:00
Gary Moore
c0ec8d2149
Removed "/en-us" and "/ro-ro" from Microsoft URLs 2020-04-08 15:54:07 -07:00
huypub
805a5db577
Merge pull request #6416 from VLG17/patch-70
dependencies clarification
2020-04-08 14:55:20 -07:00
illfated
27f5bdde42 Credential Guard image upload to PR branch
This is somewhat easier to handle through offline git tools.
2020-04-08 19:59:56 +02:00
Gary Moore
73a2ce8c24
Corrected bold to Italic for emphasis and special use
Formatting common text elements: https://styleguides.azurewebsites.net/Styleguide/Read?id=2700&topicid=36402
2020-04-07 20:59:31 -07:00
Gary Moore
a0ecd213e4
Acrolinx: changed "tunnelling" to "tunneling" 2020-04-07 20:32:27 -07:00