49640 Commits

Author SHA1 Message Date
Denise Vangel-MSFT
1bf921d4a6 Update symantec-to-microsoft-defender-atp-onboard.md 2020-09-24 08:37:32 -07:00
Denise Vangel-MSFT
25fc24c2f9 little fixes 2020-09-24 08:36:48 -07:00
Denise Vangel-MSFT
324418fc1a Update migration-guides.md 2020-09-24 08:34:14 -07:00
Denise Vangel-MSFT
51900c7800 Update migration-guides.md 2020-09-24 08:34:04 -07:00
Denise Vangel-MSFT
770eb4e58c Update switch-to-microsoft-defender-migration.md 2020-09-24 08:33:13 -07:00
Denise Vangel-MSFT
489b1d1ede Merge branch 'master' into migrate-mdatp 2020-09-24 08:32:28 -07:00
Kateyanne
cd66167b1f
Merge pull request #8253 from RavennMSFT/patch-10
Update connect-to-remote-aadj-pc.md
2020-09-24 08:27:43 -07:00
Kurt Sarens
0a7feed59a
Update manage-updates-baselines-microsoft-defender-antivirus.md
[!NOTE] Updates are released under the below KB numbers:
Microsoft Defender Antivirus: KB2267602
System Center Endpoint Protection: KB2461484
2020-09-24 12:35:15 +02:00
skycommand
5796bfb7ec
Script improvements
- Script: Marked each snippet as "PowerShell" instead of plain text. Both GitHub and Microsoft Docs can highlight PowerShell syntax.
- Script: Added `#Requires -RunAsAdministrator` because the `Mount-WindowsImage` cmdlet needs it.
- Script: Eliminated the path-concatenating code-spaghetti. A mixture of different string-concatenating features was used alongside `Join-Path`! As a result, reading, interpreting, and adopting the path section of the script was a total nightmare.
- Script: Replaced all instances of "Write-Host" with "Write-Output". This is a serious change, as PowerShell scripts do not always run attended. Per PowerShell guidelines, `Write-Host` is a last-resort cmdlet. Where possible, `Write-Output` should be used instead.
- Script: Changed `"{0:HH:mm:ss}" -f (Get-Date)` into `return "{0:HH:mm:ss}" -f [DateTime]::Now`. It seems not everyone knows that Get-Date's output can be customized, and not always via its parameters. Hence, the former could have unintended consequences. It is also possible to write `Get-Date -Format "HH:mm:ss"` which is neither superior nor inferior. (Well, maybe it costs a few more CPU ticks.)
- Markdown Linter: Replaced inline HTML with Markdown
- Markdown Linter: Inserted the missing line breaks before each heading
2020-09-24 11:50:11 +03:30
MaratMussabekov
a085daa017
Update hello-hybrid-key-whfb-settings-dir-sync.md 2020-09-24 11:52:00 +05:00
Gary Moore
8570fcb264
Merge pull request #3855 from MicrosoftDocs/master
Publish 09/23/2020, 3:35 PM
2020-09-23 16:10:00 -07:00
katoma2017
6df7937bb1
Update update-baseline.md
nit: corrected capitalization in title
2020-09-23 15:52:27 -07:00
Gary Moore
6a8ff5bc71
Merge pull request #3850 from MicrosoftDocs/live-analyzer
Live analyzer test
2020-09-23 15:49:32 -07:00
jcaparas
2be9db5361
Merge branch 'master' into live-analyzer 2020-09-23 14:56:06 -07:00
Louie Mayor
24301aaad9
Merge pull request #3854 from MicrosoftDocs/lomayor-ah-limits
Meta fixes to AH limits and errors
2020-09-23 14:49:11 -07:00
Louie Mayor
60467fa6fc
Merge branch 'master' into lomayor-ah-limits 2020-09-23 14:44:02 -07:00
Louie Mayor
77687c2d20 Meta fixes 2020-09-23 14:43:01 -07:00
Louie Mayor
eaedd8901e
Merge pull request #3853 from MicrosoftDocs/lomayor-ah-limits
[WIP] AH limits, errors
2020-09-23 14:40:31 -07:00
Gary Moore
de055e12d6
Second attempt to fix indentation 2020-09-23 14:36:33 -07:00
Louie Mayor
8a928a7da9 Update advanced-hunting-errors.md 2020-09-23 14:35:18 -07:00
Louie Mayor
65d749f97a Update advanced-hunting-overview.md 2020-09-23 14:30:38 -07:00
Louie Mayor
2c29fd0f87 Update TOC.md 2020-09-23 14:22:10 -07:00
Louie Mayor
2073a13218 Limits, errors, toc 2020-09-23 14:21:29 -07:00
Gary Moore
599f955b7f
Formatting fixes in the large note block 2020-09-23 13:48:07 -07:00
Gary Moore
7acff6ac9d
Merge branch 'master' into live-analyzer 2020-09-23 13:24:20 -07:00
jcaparas
72a125d0ff
Merge pull request #3852 from MicrosoftDocs/master
Urgent support page
2020-09-23 13:17:46 -07:00
Marty Hernandez Avedon
296b0f622d clarifying behavior on network shares 2020-09-23 16:16:05 -04:00
jcaparas
277203b77a
Merge pull request #3851 from MicrosoftDocs/support
Support info
2020-09-23 13:12:33 -07:00
Joey Caparas
84d6775ab3 Merge branch 'master' into support 2020-09-23 13:08:49 -07:00
Joey Caparas
05ae02207e Merge branch 'master' into live-analyzer 2020-09-23 12:48:00 -07:00
Joey Caparas
2f04ebe356 edit 2020-09-23 12:42:28 -07:00
Denise Vangel-MSFT
5b0f15f393 Merge branch 'master' into migrate-mdatp 2020-09-23 12:40:47 -07:00
Joey Caparas
178e687474 typo 2020-09-23 12:38:17 -07:00
Joey Caparas
c7451c0228 edit 2020-09-23 12:29:00 -07:00
Joey Caparas
e085cc15bc update role 2020-09-23 12:24:56 -07:00
Joey Caparas
b717b6f8e0 bold 2020-09-23 11:55:02 -07:00
Tina Burden
9ab2b0267f
Merge pull request #3849 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-09-23 11:54:46 -07:00
Tina Burden
f872888716
pencil edit 2020-09-23 11:51:43 -07:00
greg-lindsay
a6d7699369 fix link 2020-09-23 11:49:04 -07:00
Marty Hernandez Avedon
a206de202a
Update run-scan-microsoft-defender-antivirus.md
Another internal ask, to specify the context of local and network scans
2020-09-23 14:31:46 -04:00
greg-lindsay
2336f0ab97 minor edit 2020-09-23 11:13:26 -07:00
Baard Hermansen
38b1ff8182
Update activate-using-key-management-service-vamt.md
Added retail link for activating Windows 10.
Added markdown for Notes.
Corrected a nested list error, which incorrectly indented a numbered list item. 
Modified spacing inside numbered list so that text is rendered as author seemed to intend.
2020-09-23 20:04:24 +02:00
greg-lindsay
8372e1fa15 links 2020-09-23 10:58:07 -07:00
greg-lindsay
a57ded6f35 warning not fixed 2020-09-23 10:52:46 -07:00
greg-lindsay
452c1afef8 edit 2020-09-23 10:46:53 -07:00
Tina Burden
3cb7bbe3c5
Merge pull request #3848 from MicrosoftDocs/master
Publish 9/23/2020 10:30 AM PT
2020-09-23 10:36:06 -07:00
greg-lindsay
06c303799e edit 2020-09-23 10:34:25 -07:00
greg-lindsay
d4f80fbc2b fix links 2020-09-23 10:32:51 -07:00
greg-lindsay
9d38387e3c new landing page 2020-09-23 10:22:43 -07:00
Baard Hermansen
ef68e5d0a4
Update introduction-vamt.md
Added markdown for Notes. 
Added line breaks before lists and after headings.
2020-09-23 19:21:24 +02:00