dae4543a9d
Update automated-investigations.md
2020-09-24 16:10:33 -07:00
e1fabde187
Merge branch 'master' of https://github.com/MicrosoftDocs/windows-docs-pr into winhub
2020-09-24 16:03:19 -07:00
a1d16d9d3a
Updating MSA warning documentation
2020-09-24 15:58:48 -07:00
029a5ce419
add phased approach
2020-09-24 15:55:09 -07:00
47bba2152a
fixed Acrolinx flags
2020-09-24 15:45:30 -07:00
0487406b71
Added snmp policies
2020-09-24 15:32:58 -07:00
d4c618b274
Update configure-microsoft-threat-experts.md
2020-09-24 15:29:34 -07:00
dbbb71c99f
added note
2020-09-24 15:29:01 -07:00
7841741a77
minor update to trigger build
2020-09-24 15:10:19 -07:00
222cd9e20f
add lightbox
2020-09-24 14:56:52 -07:00
97353b58db
Added smartcard policies
2020-09-24 14:49:09 -07:00
cc295061eb
Merge branch 'master' into MDBranchPhase1ADMXBackedPoliciesSet2
2020-09-24 13:37:12 -07:00
260938207b
Merge branch 'master' into security-acrolinx-updates
2020-09-24 13:14:20 -07:00
56b1caecf4
Fixed typos
2020-09-24 12:55:16 -07:00
9c795622ce
Added OfflineFiles policies
2020-09-24 12:19:57 -07:00
55d6d377f6
Update manage-updates-baselines-microsoft-defender-antivirus.md
2020-09-24 11:50:29 -07:00
ff66bba40f
Merge branch 'master' into MDBranchPhase1ADMXBackedPoliciesSet2
2020-09-24 11:47:51 -07:00
21c9b52784
Update manage-updates-baselines-microsoft-defender-antivirus.md
2020-09-24 11:39:36 -07:00
86f91160a7
initial import
2020-09-24 11:29:50 -07:00
4bb81fc44c
Merge pull request #8345 from lavinders/patch-1
...
Update policy-csp-system.md
2020-09-24 11:19:50 -07:00
c1b254580e
Update policy-csp-system.md
...
Added Hololens 2 for System\AllowTelemetry policy.
2020-09-24 11:01:44 -07:00
91bf1d9b28
Merge branch 'master' into migrate-mdatp
2020-09-24 10:12:05 -07:00
7ccbc48752
Merge branch 'master' into samanro-working
2020-09-24 09:44:54 -07:00
f1126d7c97
Merge branch 'master' into migrate-mdatp
2020-09-24 09:23:29 -07:00
f33aad7175
Update switch-to-microsoft-defender-migration.md
2020-09-24 08:52:42 -07:00
3f129d34cc
Update migration-guides.md
2020-09-24 08:51:41 -07:00
ac34e6862f
Update manage-atp-post-migration-other-tools.md
2020-09-24 08:50:24 -07:00
b2aef6cd2a
Update switch-to-microsoft-defender-setup.md
2020-09-24 08:49:27 -07:00
272118d01d
Update switch-to-microsoft-defender-onboard.md
2020-09-24 08:47:52 -07:00
ca6ba03753
Update symantec-to-microsoft-defender-atp-setup.md
2020-09-24 08:41:46 -07:00
99b8883d1c
Merge pull request #8337 from katoma2017/patch-4
...
Update update-baseline.md
2020-09-24 08:40:37 -07:00
1bf921d4a6
Update symantec-to-microsoft-defender-atp-onboard.md
2020-09-24 08:37:32 -07:00
25fc24c2f9
little fixes
2020-09-24 08:36:48 -07:00
324418fc1a
Update migration-guides.md
2020-09-24 08:34:14 -07:00
51900c7800
Update migration-guides.md
2020-09-24 08:34:04 -07:00
770eb4e58c
Update switch-to-microsoft-defender-migration.md
2020-09-24 08:33:13 -07:00
489b1d1ede
Merge branch 'master' into migrate-mdatp
2020-09-24 08:32:28 -07:00
cd66167b1f
Merge pull request #8253 from RavennMSFT/patch-10
...
Update connect-to-remote-aadj-pc.md
2020-09-24 08:27:43 -07:00
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
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
a085daa017
Update hello-hybrid-key-whfb-settings-dir-sync.md
2020-09-24 11:52:00 +05:00
6df7937bb1
Update update-baseline.md
...
nit: corrected capitalization in title
2020-09-23 15:52:27 -07:00
2be9db5361
Merge branch 'master' into live-analyzer
2020-09-23 14:56:06 -07:00
77687c2d20
Meta fixes
2020-09-23 14:43:01 -07:00
de055e12d6
Second attempt to fix indentation
2020-09-23 14:36:33 -07:00
8a928a7da9
Update advanced-hunting-errors.md
2020-09-23 14:35:18 -07:00
65d749f97a
Update advanced-hunting-overview.md
2020-09-23 14:30:38 -07:00
2c29fd0f87
Update TOC.md
2020-09-23 14:22:10 -07:00
2073a13218
Limits, errors, toc
2020-09-23 14:21:29 -07:00
599f955b7f
Formatting fixes in the large note block
2020-09-23 13:48:07 -07:00