Commit Graph

21166 Commits

Author SHA1 Message Date
d62e4f6650 Removed references to support and feedback aliases
Contact for feedback is now via the buttons at bottom of page (added by CSS)
2019-04-30 12:33:18 -04:00
0e8b682bdb Bilbao TAN GA updates (#51)
Bilbao TAN GA updates
2019-04-30 09:32:04 -07:00
6e5d6bf26f spaces 2019-04-30 09:29:28 -07:00
5fcee3651a Merge branch 'master' into machines 2019-04-30 09:23:59 -07:00
1f5d123eec spacing 2019-04-30 09:23:21 -07:00
d0ccb36263 Merge branch 'master' into bilbao-preview 2019-04-30 08:57:09 -07:00
2835c9fd16 Release info preview (#77) 2019-04-30 08:55:47 -07:00
41906bb08c Removing en-us from link
Removing en-us from the link

Co-Authored-By: j0rt3g4 <jortega@faboit.com>
2019-04-30 10:33:05 -05:00
0d41df34f7 Nenonix Copy Review Update
Applying suggeste4d change

Co-Authored-By: j0rt3g4 <jortega@faboit.com>
2019-04-30 10:32:19 -05:00
0c9d9a23d4 Merge pull request #3400 from RonaldAi/patch-5
Add links to TCG algorithm registry
2019-04-30 07:31:05 -07:00
1466a747b3 Update reqs-wd-app-guard.md
Added software descriptions.
2019-04-30 13:42:18 +02:00
c926b335cf Update configure-server-endpoints-windows-defender-advanced-threat-protection.md
Fixed the screenshot.
2019-04-30 11:43:40 +02:00
d6e9845c2f update logging section #3050 2019-04-30 01:04:38 -05:00
4680a91a14 Merge branch 'master' into bilbao-preview 2019-04-29 22:27:46 -07:00
91df670dbb Update configure-microsoft-threat-experts.md
Spelled out WDATP
2019-04-29 21:59:10 -07:00
2869d6549f Update configure-microsoft-threat-experts.md 2019-04-29 21:41:39 -07:00
3226d58c24 Release info preview (#74) 2019-04-29 17:42:20 -07:00
66fd52d4e8 Add files via upload 2019-04-29 16:07:19 -07:00
7939715026 Add files via upload 2019-04-29 16:06:39 -07:00
3432aa218d Add files via upload 2019-04-29 15:39:43 -07:00
769579a867 Update configure-microsoft-threat-experts.md
Added screenshots
2019-04-29 15:38:11 -07:00
2908bfe158 Merge branch 'master' of https://github.com/MicrosoftDocs/windows-docs-pr into FromPrivateRepo 2019-04-29 15:42:29 -07:00
9510bd3af5 Add files via upload
Adding MTE reg screenhots
2019-04-29 15:28:42 -07:00
418b10b98c Merge branch 'master' into wip-mdm-update 2019-04-29 15:21:21 -07:00
970221976b fixed image 2019-04-29 13:11:06 -07:00
ac2c9ddc4d Merge pull request #3337 from lindspea/patch-9
Update manage-event-based-updates-windows-defender-antivirus.md
2019-04-29 11:47:47 -07:00
1cb43ed6a9 Add links to TCG algorithm registry
Add links to TCG algorithm registry to define values used in registry and mention tables for these values.
2019-04-29 11:45:10 -07:00
75163ce737 Update microsoft-threat-experts.md 2019-04-29 11:36:23 -07:00
0ce3532073 Update microsoft-threat-experts.md 2019-04-29 11:34:13 -07:00
1463bc928e Update configure-microsoft-threat-experts.md 2019-04-29 11:32:50 -07:00
d5216a7087 Update microsoft-threat-experts.md
Updated with EOD note
2019-04-29 11:30:50 -07:00
21a00b63c6 added MAM and BitLocker CSP 2019-04-29 10:55:48 -07:00
19c0c99a0d added MAM can't use BitLocker CSP 2019-04-29 10:55:06 -07:00
8b7f10c242 Merge branch 'master' into sccm-windows-sec 2019-04-29 10:38:03 -07:00
756ec6a260 Merge branch 'master' of https://github.com/MicrosoftDocs/windows-docs-pr into FromPrivateRepo 2019-04-29 10:46:07 -07:00
f6ee9c7c24 Update configure-microsoft-threat-experts.md
Updated EOD preview note
2019-04-29 10:32:43 -07:00
9c0c338cfa edits' 2019-04-29 10:30:49 -07:00
7a804c3422 Update enable-attack-surface-reduction.md 2019-04-29 10:25:43 -07:00
b8ba72cc8a Merge pull request #3133 from j0rt3g4/Issue#3053
Adding the way to add the SCP for ADFS
2019-04-29 08:44:13 -07:00
ba8b2987e1 Corrected sharedPC example
$namespaceName variable was undefined, was replaced with the actual Namespace string

https://github.com/MicrosoftDocs/windows-itpro-docs/issues/3268
2019-04-29 12:12:37 -03:00
155700d0bf Removed ADKPath param from Connect-AppvSequencerVM
Connect-AppvSequencerVM cmdlet does not have ADKPath parameter. Also, changed the command's description.
https://github.com/MicrosoftDocs/windows-itpro-docs/issues/3366
2019-04-29 12:06:05 -03:00
9d4a2ce190 update windows-10-enterprise-subscription-activation.md 2019-04-29 16:44:29 +05:00
aacdf73752 Update windows/client-management/mdm/assignedaccess-csp.md
Changed wording.

Co-Authored-By: lindspea <45809756+lindspea@users.noreply.github.com>
2019-04-29 05:29:27 +02:00
94c56a08ec Windows/Privacy: URL correction update
This is a follow-up to my previous PR #3305
(Windows/Privacy: change formatting code to text).

I found one URL that I missed in my previous solution.

This is a 1 line change, making the starting and ending asterisk
show up on the page, instead of formatting the text as italics.

Addendum: For future web page documentation, it may be a good idea
to use the HTML codes `&#42;` + `&#92;` for `*` and `\` respectively,
to avoid situations where pages look OK on Github, but not translating
well to the docs.microsoft.com pages.

Ref. issue ticket #3304 (Domain misspelling)
2019-04-28 18:23:56 +02:00
84e8a5a03e Update assignedaccess-csp.md
Added note about assigned access.
2019-04-27 16:35:21 +02:00
b3d8703f03 Update windows/security/threat-protection/windows-defender-antivirus/manage-event-based-updates-windows-defender-antivirus.md
Co-Authored-By: lindspea <45809756+lindspea@users.noreply.github.com>
2019-04-27 15:49:19 +02:00
fe569cd214 fixing warnings 2019-04-26 18:03:41 -07:00
b6b0488050 Merge branch 'master' of https://github.com/microsoftdocs/windows-itpro-docs into from-public 2019-04-26 17:35:14 -07:00
8ca4c5bd4d Merge pull request #3362 from baardhermansen/patch-1
Update use-the-mdt-database-to-stage-windows-10-deployment-informatio…
2019-04-26 17:31:49 -07:00
60ef36b165 Merge pull request #3363 from baardhermansen/patch-2
Update set-up-mdt-for-bitlocker.md
2019-04-26 17:31:26 -07:00