Commit Graph

1672 Commits

Author SHA1 Message Date
0b2e39fac4 Merge pull request #4914 from MSFTandrelom/patch-1
Update credential-guard-manage.md
2019-10-31 16:13:31 -07:00
0f6551c614 Update windows/security/identity-protection/hello-for-business/hello-cert-trust-adfs.md
Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2019-10-31 12:55:49 +05:00
f7558e5539 Update windows/security/identity-protection/hello-for-business/hello-cert-trust-adfs.md
Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2019-10-31 12:55:38 +05:00
3087e46f8b Added a note
I have added a note regarding the SCP script which is not needed to be executed.

Problem: https://github.com/MicrosoftDocs/windows-itpro-docs/issues/4776
2019-10-29 11:16:03 +05:00
d5bd8dc72f WHfB/Key Trust models: PIN reset availability
Description:
Based on user feedback and author verification, the PIN reset feature in
Windows Hello for Business is available in Windows 10 Professional using
different key trust models in different deployments depending on
the version of Windows 10 (1511, 1703, 1709 and 1903).

Thanks to @greytone for noting this issue in ticket #4662 .

Changes proposed:

- add important Note outlining which Windows 10 version makes the PIN
  reset feature available and the key trust model to use in each case.
  The information summary is provided by @jvsam and @mapalko, based on
  the discussion in the issue ticket page and original user feedback.

- add spacing for another important note with MD quote indentation
- add spacing for a table quote indentation
- remove HTML tag incorrectly showing up in the MarkDown preview

Additional notes:
PR content and placement of the important note is subject to change,
based on feedback from the author and MS Docs team members.

issue ticket closure or reference:

Closes #4662
2019-10-27 22:21:13 +01:00
512b128656 Added a link to for security key providers
I have updated the link to point to the page where some of the vendors are listed.

Problem: https://github.com/MicrosoftDocs/windows-itpro-docs/issues/5226
2019-10-25 15:47:41 +05:00
ed081d8bdc Update active-directory-security-groups.md 2019-10-21 21:32:55 -04:00
58ebfeec83 WHfB/certutil: Add command args comma separators
Description:
As reported & discussed in issue ticket #5089 (Certutil command wrong),
the certutil command modifiers need to be in a comma separated list,
otherwise you will get the error message "too many arguments".

This behavior has been verified by TechNet moderator Steven_Lee0510:
https://social.technet.microsoft.com/Forums/windowsserver/en-US/847c13d5-a32e-4799-bb83-2f8ead98a069/certutil-too-many-arguments?forum=winserversecurity

Thanks to Digiroka for reporting and pointing out this issue.

Proposed changes:
- replace the modifier/argument spaces with commas
- add missing MD compatibility spacing in 2 MarkDown notes

issue ticket closure or reference:

Closes #5089
2019-10-21 21:31:03 +02:00
edb2e56e82 DnsAdmins and DnsUpdateProxy are not well-known
I added the following: "This is not a well-known SID. The RID part may vary from domain to domain." for both of them and replace the well-known SID by "It may vary from environment to environment" because the RID selection depends on other factors (when the DNS service is installed for example).
2019-10-18 11:02:14 -04:00
3e978a770c Merging changes synced from https://github.com/MicrosoftDocs/windows-docs-pr (branch live) 2019-10-17 22:46:19 +00:00
2f449f233c updating adequate number of domain controller documentation for clarity 2019-10-17 11:28:04 -07:00
3768ddb434 Update hello-hybrid-aadj-sso.md 2019-10-17 01:56:14 -05:00
2c3efaa6af Update hello-hybrid-key-whfb-settings-dir-sync.md
Fixed Navigation
2019-10-17 01:53:56 -05:00
2577c6771d Update hello-hybrid-cert-whfb-settings-ad.md 2019-10-17 01:50:39 -05:00
8bf6bcb532 Fixed typo (asssigned) 2019-10-16 11:37:47 +02:00
9868699bb2 Fixed typo (Techincal) 2019-10-15 13:34:34 +02:00
8ab24a56b8 fixed spelling error 2019-10-08 15:39:45 -07:00
9fcd29dfd6 Merging changes synced from https://github.com/MicrosoftDocs/windows-docs-pr (branch live) 2019-10-08 17:57:39 +00:00
65ede54930 Merge pull request #5074 from scooley/patch-2
L2 heading wasn't rendering correctly
2019-10-08 10:47:48 -07:00
94a1c0b512 Corrected Two Spelling Errors 2019-10-08 10:18:05 -07:00
44672511fc Updated Link to be Locale Agnostic 2019-10-08 09:24:04 -07:00
d8e924255b Merge branch 'public' into master 2019-10-07 13:30:00 -07:00
d35e66c659 CAT Auto Pulish for Windows Release Messages - 20191002152638 (#1259)
* Added IsStub new node

* Updated tree diagram

* minor update

* Added a note

ATP doesn't need any specific diagnostic level.

Problem: https://github.com/MicrosoftDocs/windows-itpro-docs/issues/4824

* Update windows/security/threat-protection/microsoft-defender-atp/minimum-requirements.md

Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>

* MDATP Get started 404: link Overview page instead

Description:
As reported by a new community user, the "Get started" link is broken
and causes a 404 error when trying to open that page.

As discussed in issue ticket #5053, it will be useful to make the link
point to the MDATP Overview page instead.

Proposed change:
- Rewrite the link name from
"Get started with Microsoft Defender Advanced Threat Protection" to
"Microsoft Defender Advanced Threat Protection overview"
(the name of the link can be changed depending on feedback from MS Docs
 team members).
- Link the main page "Microsoft Defender Advanced Threat Protection"
instead of the non-existing "Get started" page that causes a 404 error.

issue ticket closure or reference:
Resolves #5053

* Added new IsStub node details

* Update hello-planning-guide.md + MD improvements

Description:
As agreed upon in issue ticket #4875, the line
"> This guide only applies to Windows 10, version 1511 or higher."
should be removed because it imposes an outdated build.

Thanks to mapalko for requesting this removal, and to poortom1004
for pointing out the version redundancy in the first place.

Proposed changes:
- Remove the aforementioned line, as agreed upon
- Add recommended single MarkDown quote spaces
- Replace a tab with standardized spacing
- Remove redundant white space in 3 blank lines

issue ticket closure or reference:

Closes #4875

* Updated the DDF with the latest version

* Update activate-forest-by-proxy-vamt.md

Updated markdown.

* Removed blank SKU tables for deprecated policies

* loc meta tag updates

* CAT Auto Pulish for Windows Release Messages - CAT_AutoPublish_20191002143340 (#1258)
2019-10-02 15:36:21 -07:00
0eac9b597b L2 heading wasn't rendering correctly
Added a line break between the table and heading to fix a formatting issue.
2019-09-30 23:55:37 -07:00
1581ec2f4f metadata fix 2019-09-30 21:42:38 -07:00
ae1e862cf3 Merge pull request #5009 from ShrCaJesmo/patch-1
Schedule task hidden from standard users
2019-09-30 09:38:30 -07:00
bf5c80e9c5 Merge pull request #4715 from SanDeo-MSFT/patch-2
Update hello-hybrid-cert-trust-devreg.md
2019-09-27 14:50:07 -07:00
1d914bc3ed Update hello-hybrid-cert-trust-devreg.md
copyedit
2019-09-27 14:49:38 -07:00
7da0590489 Merge branch 'public' into patch-6 2019-09-27 14:46:26 -07:00
92507fba7a Merge pull request #4990 from AdamGrossTX/patch-5
Fixed typo
2019-09-27 14:31:34 -07:00
42a7b0126e Merge pull request #5007 from gaubert-ms/patch-1
Update hello-features.md
2019-09-27 14:24:17 -07:00
dc65ea6c1a Update hello-features.md
Fixing Important md format
2019-09-27 14:23:56 -07:00
542d1911b0 Update
update
2019-09-27 15:34:24 +02:00
cfbe2b0d2a Update windows/security/identity-protection/hello-for-business/hello-planning-guide.md
Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2019-09-25 21:51:53 +05:00
ad8311c913 Update windows/security/identity-protection/hello-for-business/hello-planning-guide.md
Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
2019-09-25 21:51:33 +05:00
690c3b3b5b Update windows/security/identity-protection/hello-for-business/hello-planning-guide.md
Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2019-09-24 17:41:33 +05:00
4dd51dbde5 Update windows/security/identity-protection/hello-for-business/hello-planning-guide.md
Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2019-09-24 17:41:22 +05:00
d47f97b297 Note addition
Now onwards as MFA will only work with Azure, I have added the note.

Problem: https://github.com/MicrosoftDocs/windows-itpro-docs/issues/4872
2019-09-24 14:05:35 +05:00
74a3b96297 Update hello-features.md
Deleting misspelling.
2019-09-23 15:19:57 +02:00
b801d2292d Fixed typo 2019-09-21 15:55:02 -05:00
39f473fff4 Changed link of readiness tool 2019-09-18 18:27:24 -03:00
d44a531e11 Adding DG_Readiness_Tool Script to repo 2019-09-18 18:23:16 -03:00
e702d40e40 CAT Auto Pulish for Windows Release Messages - 20190916182624 (#1124)
* Microsoft Defender ATP: amend broken link

The link "Get started" at the end of the page "Microsoft Defender
Advanced Threat Protection" points to a non-existing page. It may have
been renamed and the name "Get started" appropriated as one of the
expandable sections in the left hand side index/TOC section.

The suggested change is to replace the broken link `get-started.md`
with `minimum-requirements.md` found at the same directory level.

Broken link:
https://github.com/MicrosoftDocs/windows-itpro-docs/blob/master/windows/security/threat-protection/microsoft-defender-atp/get-started.md

Replacement link:
https://github.com/MicrosoftDocs/windows-itpro-docs/blob/master/windows/security/threat-protection/microsoft-defender-atp/minimum-requirements.md

Thanks to xNiklasJern for discovering the broken link.

Closes #4832

* Added update to run the task

Updated the document as suggested by the user to update the XML file created by GP preference. 

Problem: https://github.com/MicrosoftDocs/windows-itpro-docs/issues/4797

* Update windows/security/threat-protection/microsoft-defender-atp/configure-endpoints-gp.md

Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>

* Update hello-faq.md: English grammar improvement

English grammar improvement is needed in one of the first sentences of
this document page: " but not date at this time."

Thanks to robhurt for noticing and reporting this malformed sentence.

Closes #4932

* MBAM 2.5 Service releases: add May 2019 to list

This is yet another page where the May 2019 Service release is missing
from the list of service releases of Microsoft Desktop Optimization Pack
(MDOP).

Proposed change: add May 2019 Service release at the end of the list.

Thanks to philschwan for noticing and reporting this detail.

Closes #4944

* fixed spelling error

* fixed spelling error

* CAT Auto Pulish for Windows Release Messages - CAT_AutoPublish_20190916173707 (#1123)
2019-09-16 18:35:53 -07:00
8711cbe0eb fixing headers for dynamic lock and conditional access 2019-09-16 12:41:08 -07:00
e796b37f56 Update windows/security/identity-protection/credential-guard/credential-guard-manage.md
Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2019-09-14 09:44:52 +03:00
b83d7b05f3 Merge pull request #1091 from mapalko/whfb-changes
Whfb feature documentation changes
2019-09-13 15:43:06 -07:00
b57b749689 fixed spelling error 2019-09-13 15:27:03 -07:00
47670360a1 Update windows/security/identity-protection/credential-guard/credential-guard-manage.md
Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2019-09-12 09:31:46 +03:00
303e43c1ec adding new pages for WHFBfeature sections 2019-09-11 10:14:39 -07:00
57ccb545f1 updating WHFB feature section to move features into separate pages 2019-09-11 10:13:18 -07:00