mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-28 13:17:23 +00:00
Merge pull request #3180 from MicrosoftDocs/master
Publish 06/26/2020 3:30 PM
This commit is contained in:
commit
0c36d18f62
@ -199,6 +199,279 @@ The following table describes how the wildcards can be used and provides some ex
|
||||
|
||||
<a id="review"></a>
|
||||
|
||||
### System environmental variables
|
||||
|
||||
The following table lists and describes the system account environmental variables.
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="20">
|
||||
<thead>
|
||||
<tr>
|
||||
<th valign="top">System environment variables</th>
|
||||
<th valign="top">Will redirect to:</th>
|
||||
</tr>
|
||||
</thead><tbody>
|
||||
<tr>
|
||||
<td valign="top">%APPDATA%</td>
|
||||
<td valign="top">C:\Users\UserName.DomainName\AppData\Roaming</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%APPDATA%\Microsoft\Internet Explorer\Quick Launch</td>
|
||||
<td valign="top">C:\Windows\System32\config\systemprofile\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%APPDATA%\Microsoft\Windows\Start Menu</td>
|
||||
<td valign="top">C:\Windows\System32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Start Menu</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%APPDATA%\Microsoft\Windows\Start Menu\Programs</td>
|
||||
<td valign="top">C:\Windows\System32\config\systemprofile\AppData\Roaming\Microsoft\Windows\Start Menu\Programs</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%LOCALAPPDATA% </td>
|
||||
<td valign="top">C:\Windows\System32\config\systemprofile\AppData\Local</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%ProgramData%</td>
|
||||
<td valign="top">C:\ProgramData</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%ProgramFiles%</td>
|
||||
<td valign="top">C:\Program Files</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%ProgramFiles%\Common Files </td>
|
||||
<td valign="top">C:\Program Files\Common Files</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%ProgramFiles%\Windows Sidebar\Gadgets </td>
|
||||
<td valign="top">C:\Program Files\Windows Sidebar\Gadgets</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%ProgramFiles%\Common Files</td>
|
||||
<td valign="top">C:\Program Files\Common Files</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%ProgramFiles(x86)% </td>
|
||||
<td valign="top">C:\Program Files (x86)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%ProgramFiles(x86)%\Common Files </td>
|
||||
<td valign="top">C:\Program Files (x86)\Common Files</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%SystemDrive%</td>
|
||||
<td valign="top">C:</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%SystemDrive%\Program Files</td>
|
||||
<td valign="top">C:\Program Files</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%SystemDrive%\Program Files (x86) </td>
|
||||
<td valign="top">C:\Program Files (x86)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%SystemDrive%\Users </td>
|
||||
<td valign="top">C:\Users</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%SystemDrive%\Users\Public</td>
|
||||
<td valign="top">C:\Users\Public</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%SystemRoot%</td>
|
||||
<td valign="top"> C:\Windows</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%windir%</td>
|
||||
<td valign="top">C:\Windows</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%windir%\Fonts</td>
|
||||
<td valign="top">C:\Windows\Fonts</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%windir%\Resources </td>
|
||||
<td valign="top">C:\Windows\Resources</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%windir%\resources\0409</td>
|
||||
<td valign="top">C:\Windows\resources\0409</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%windir%\system32</td>
|
||||
<td valign="top">C:\Windows\System32</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%ALLUSERSPROFILE%</td>
|
||||
<td valign="top">C:\ProgramData</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%ALLUSERSPROFILE%\Application Data</td>
|
||||
<td valign="top">C:\ProgramData\Application Data</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%ALLUSERSPROFILE%\Documents</td>
|
||||
<td valign="top">C:\ProgramData\Documents</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%ALLUSERSPROFILE%\Documents\My Music\Sample Music</td>
|
||||
<td valign="top">
|
||||
<p>C:\ProgramData\Documents\My Music\Sample Music</p>
|
||||
<p>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%ALLUSERSPROFILE%\Documents\My Music </td>
|
||||
<td valign="top">C:\ProgramData\Documents\My Music</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%ALLUSERSPROFILE%\Documents\My Pictures </td>
|
||||
<td valign="top">
|
||||
<p>C:\ProgramData\Documents\My Pictures
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%ALLUSERSPROFILE%\Documents\My Pictures\Sample Pictures </td>
|
||||
<td valign="top">C:\ProgramData\Documents\My Pictures\Sample Pictures</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%ALLUSERSPROFILE%\Documents\My Videos </td>
|
||||
<td valign="top">C:\ProgramData\Documents\My Videos</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%ALLUSERSPROFILE%\Microsoft\Windows\DeviceMetadataStore </td>
|
||||
<td valign="top">C:\ProgramData\Microsoft\Windows\DeviceMetadataStore</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%ALLUSERSPROFILE%\Microsoft\Windows\GameExplorer </td>
|
||||
<td valign="top">C:\ProgramData\Microsoft\Windows\GameExplorer</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%ALLUSERSPROFILE%\Microsoft\Windows\Ringtones </td>
|
||||
<td valign="top">C:\ProgramData\Microsoft\Windows\Ringtones</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu </td>
|
||||
<td valign="top">C:\ProgramData\Microsoft\Windows\Start Menu</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs </td>
|
||||
<td valign="top">C:\ProgramData\Microsoft\Windows\Start Menu\Programs </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Administrative Tools</td>
|
||||
<td valign="top">C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\StartUp </td>
|
||||
<td valign="top">C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%ALLUSERSPROFILE%\Microsoft\Windows\Templates </td>
|
||||
<td valign="top">C:\ProgramData\Microsoft\Windows\Templates</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%ALLUSERSPROFILE%\Start Menu </td>
|
||||
<td valign="top">C:\ProgramData\Start Menu</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%ALLUSERSPROFILE%\Start Menu\Programs </td>
|
||||
<td valign="top">C:\ProgramData\Start Menu\Programs</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%ALLUSERSPROFILE%\Start Menu\Programs\Administrative Tools </td>
|
||||
<td valign="top">C:\ProgramData\Start Menu\Programs\Administrative Tools</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%ALLUSERSPROFILE%\Templates </td>
|
||||
<td valign="top">C:\ProgramData\Templates</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%LOCALAPPDATA%\Microsoft\Windows\ConnectedSearch\Templates </td>
|
||||
<td valign="top">C:\Windows\System32\config\systemprofile\AppData\Local\Microsoft\Windows\ConnectedSearch\Templates</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%LOCALAPPDATA%\Microsoft\Windows\History </td>
|
||||
<td valign="top">C:\Windows\System32\config\systemprofile\AppData\Local\Microsoft\Windows\History</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<p>
|
||||
%PUBLIC% </p>
|
||||
</td>
|
||||
<td valign="top">C:\Users\Public</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%PUBLIC%\AccountPictures </td>
|
||||
<td valign="top">C:\Users\Public\AccountPictures</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%PUBLIC%\Desktop </td>
|
||||
<td valign="top">C:\Users\Public\Desktop</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%PUBLIC%\Documents </td>
|
||||
<td valign="top">C:\Users\Public\Documents</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%PUBLIC%\Downloads </td>
|
||||
<td valign="top">C:\Users\Public\Downloads</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%PUBLIC%\Music\Sample Music </td>
|
||||
<td valign="top">
|
||||
<p>C:\Users\Public\Music\Sample Music</p>
|
||||
<p>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%PUBLIC%\Music\Sample Playlists </td>
|
||||
<td valign="top">
|
||||
<p>C:\Users\Public\Music\Sample Playlists</p>
|
||||
<p>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%PUBLIC%\Pictures\Sample Pictures </td>
|
||||
<td valign="top">C:\Users\Public\Pictures\Sample Pictures</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%PUBLIC%\RecordedTV.library-ms</td>
|
||||
<td valign="top">C:\Users\Public\RecordedTV.library-ms</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%PUBLIC%\Videos</td>
|
||||
<td valign="top">C:\Users\Public\Videos</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%PUBLIC%\Videos\Sample Videos</td>
|
||||
<td valign="top">
|
||||
<p>C:\Users\Public\Videos\Sample Videos</p>
|
||||
<p>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%USERPROFILE% </td>
|
||||
<td valign="top">C:\Windows\System32\config\systemprofile</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%USERPROFILE%\AppData\Local </td>
|
||||
<td valign="top">C:\Windows\System32\config\systemprofile\AppData\Local</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%USERPROFILE%\AppData\LocalLow </td>
|
||||
<td valign="top">C:\Windows\System32\config\systemprofile\AppData\LocalLow</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">%USERPROFILE%\AppData\Roaming </td>
|
||||
<td valign="top">C:\Windows\System32\config\systemprofile\AppData\Roaming</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
## Review the list of exclusions
|
||||
|
||||
You can retrieve the items in the exclusion list using one of the following methods:
|
||||
@ -223,6 +496,9 @@ If you use PowerShell, you can retrieve the list in two ways:
|
||||
To check exclusions with the dedicated [command-line tool mpcmdrun.exe](https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-antivirus/command-line-arguments-microsoft-defender-antivirus?branch=v-anbic-wdav-new-mpcmdrun-options), use the following command:
|
||||
|
||||
```DOS
|
||||
Start, CMD (Run as admin)
|
||||
cd "%programdata%\microsoft\windows defender\platform"
|
||||
cd 4.18.1812.3 (Where 4.18.1812.3 is this month's MDAV "Platform Update".)
|
||||
MpCmdRun.exe -CheckExclusion -path <path>
|
||||
```
|
||||
|
||||
|
@ -52,7 +52,7 @@ There are five locations where you can specify where an endpoint should obtain u
|
||||
- [Microsoft Update](https://support.microsoft.com/help/12373/windows-update-faq)
|
||||
- [Windows Server Update Service](https://docs.microsoft.com/windows-server/administration/windows-server-update-services/get-started/windows-server-update-services-wsus)
|
||||
- [Microsoft Endpoint Configuration Manager](https://docs.microsoft.com/configmgr/core/servers/manage/updates)
|
||||
- [Network file share](https://docs.microsoft.com/windows-server/storage/nfs/nfs-overview)
|
||||
- [Network file share](#unc-share)
|
||||
- [Security intelligence updates for Microsoft Defender Antivirus and other Microsoft antimalware](https://www.microsoft.com/en-us/wdsi/defenderupdates) (Your policy and registry might have this listed as Microsoft Malware Protection Center (MMPC) security intelligence, its former name.)
|
||||
|
||||
To ensure the best level of protection, Microsoft Update allows for rapid releases, which means smaller downloads on a frequent basis. The Windows Server Update Service, Microsoft Endpoint Configuration Manager, and Microsoft security intelligence updates sources deliver less frequent updates. Thus, the delta can be larger, resulting in larger downloads.
|
||||
@ -151,6 +151,105 @@ For example, suppose that Contoso has hired Fabrikam to manage their security so
|
||||
> [!NOTE]
|
||||
> Microsoft does not test third-party solutions for managing Microsoft Defender Antivirus.
|
||||
|
||||
<a id="unc-share"></a>
|
||||
## Create a UNC share for security intelligence updates
|
||||
|
||||
Set up a network file share (UNC/mapped drive) to download security intelligence updates from the MMPC site by using a scheduled task.
|
||||
|
||||
1. On the system on which you want to provision the share and download the updates, create a folder to which you will save the script.
|
||||
```DOS
|
||||
Start, CMD (Run as admin)
|
||||
MD C:\Tool\PS-Scripts\
|
||||
```
|
||||
|
||||
2. Create the folder to which you will save the signature updates.
|
||||
```DOS
|
||||
MD C:\Temp\TempSigs\x64
|
||||
MD C:\Temp\TempSigs\x86
|
||||
```
|
||||
|
||||
3. Download the Powershell script from [www.powershellgallery.com/packages/SignatureDownloadCustomTask/1.4](https://www.powershellgallery.com/packages/SignatureDownloadCustomTask/1.4).
|
||||
|
||||
4. Click **Manual Download**.
|
||||
|
||||
5. Click **Download the raw nupkg file**.
|
||||
|
||||
6. Extract the file.
|
||||
|
||||
7. Copy the file SignatureDownloadCustomTask.ps1 to the folder you previously created, C:\Tool\PS-Scripts\ .
|
||||
|
||||
8. Use the command line to set up the scheduled task.
|
||||
> [!NOTE]
|
||||
> There are two types of updates: full and delta.
|
||||
- For x64 delta:
|
||||
|
||||
```DOS
|
||||
Powershell (Run as admin)
|
||||
|
||||
C:\Tool\PS-Scripts\
|
||||
|
||||
“.\SignatureDownloadCustomTask.ps1 -action create -arch x64 -isDelta $true -destDir C:\Temp\TempSigs\x64 -scriptPath C:\Tool\PS-Scripts\SignatureDownloadCustomTask.ps1 -daysInterval 1”
|
||||
```
|
||||
|
||||
- For x64 full:
|
||||
|
||||
```DOS
|
||||
Powershell (Run as admin)
|
||||
|
||||
C:\Tool\PS-Scripts\
|
||||
|
||||
“.\SignatureDownloadCustomTask.ps1 -action create -arch x64 -isDelta $false -destDir C:\Temp\TempSigs\x64 -scriptPath C:\Tool\PS-Scripts\SignatureDownloadCustomTask.ps1 -daysInterval 1”
|
||||
```
|
||||
|
||||
- For x86 delta:
|
||||
|
||||
```DOS
|
||||
Powershell (Run as admin)
|
||||
|
||||
C:\Tool\PS-Scripts\
|
||||
|
||||
“.\SignatureDownloadCustomTask.ps1 -action create -arch x86 -isDelta $true -destDir C:\Temp\TempSigs\x86 -scriptPath C:\Tool\PS-Scripts\SignatureDownloadCustomTask.ps1 -daysInterval 1”
|
||||
```
|
||||
|
||||
- For x86 full:
|
||||
|
||||
```DOS
|
||||
Powershell (Run as admin)
|
||||
|
||||
C:\Tool\PS-Scripts\
|
||||
|
||||
“.\SignatureDownloadCustomTask.ps1 -action create -arch x86 -isDelta $false -destDir C:\Temp\TempSigs\x86 -scriptPath C:\Tool\PS-Scripts\SignatureDownloadCustomTask.ps1 -daysInterval 1”
|
||||
```
|
||||
|
||||
> [!NOTE]
|
||||
> When the scheduled tasks are created, you can find these in the Task Scheduler under Microsoft\Windows\Windows Defender
|
||||
9. Run each task manually and verify that you have data (mpam-d.exe, mpam-fe.exe, and nis_full.exe) in the following folders (you might have chosen different locations):
|
||||
|
||||
- C:\Temp\TempSigs\x86
|
||||
- C:\Temp\TempSigs\x64
|
||||
|
||||
If the scheduled task fails, run the following commands:
|
||||
|
||||
```DOS
|
||||
C:\windows\system32\windowspowershell\v1.0\powershell.exe -NoProfile -executionpolicy allsigned -command “&\”C:\Tool\PS-Scripts\SignatureDownloadCustomTask.ps1\” -action run -arch x64 -isDelta $False -destDir C:\Temp\TempSigs\x64″
|
||||
|
||||
C:\windows\system32\windowspowershell\v1.0\powershell.exe -NoProfile -executionpolicy allsigned -command “&\”C:\Tool\PS-Scripts\SignatureDownloadCustomTask.ps1\” -action run -arch x64 -isDelta $True -destDir C:\Temp\TempSigs\x64″
|
||||
|
||||
C:\windows\system32\windowspowershell\v1.0\powershell.exe -NoProfile -executionpolicy allsigned -command “&\”C:\Tool\PS-Scripts\SignatureDownloadCustomTask.ps1\” -action run -arch x86 -isDelta $False -destDir C:\Temp\TempSigs\x86″
|
||||
|
||||
C:\windows\system32\windowspowershell\v1.0\powershell.exe -NoProfile -executionpolicy allsigned -command “&\”C:\Tool\PS-Scripts\SignatureDownloadCustomTask.ps1\” -action run -arch x86 -isDelta $True -destDir C:\Temp\TempSigs\x86″
|
||||
```
|
||||
> [!NOTE]
|
||||
> Issues could also be due to execution policy.
|
||||
|
||||
10. Create a share pointing to C:\Temp\TempSigs (e.g. \\server\updates).
|
||||
> [!NOTE]
|
||||
> At a minimum, authenticated users must have “Read” access.
|
||||
11. Set the share location in the policy to the share.
|
||||
|
||||
> [!NOTE]
|
||||
> Do not add the x64 (or x86) folder in the path. The mpcmdrun.exe process adds it automatically.
|
||||
|
||||
## Related articles
|
||||
|
||||
- [Deploy Microsoft Defender Antivirus](deploy-manage-report-microsoft-defender-antivirus.md)
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
@ -63,6 +63,10 @@ You'll need to enable the live response capability in the [Advanced features set
|
||||
- **Ensure that the device has an Automation Remediation level assigned to it**.<br>
|
||||
You'll need to enable, at least, the minimum Remediation Level for a given Device Group. Otherwise you won't be able to establish a Live Response session to a member of that group.
|
||||
|
||||
You'll receive the following error:
|
||||
|
||||

|
||||
|
||||
- **Enable live response unsigned script execution** (optional). <br>
|
||||
|
||||
>[!WARNING]
|
||||
|
@ -25,9 +25,9 @@ ms.topic: conceptual
|
||||
|
||||
## Installation failed
|
||||
|
||||
For manual installation, it is Summary page of the installation wizard that says "An error occurred during installation. The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance". For MDM deployments it would be exposed as a generic installation failure as well.
|
||||
For manual installation, the Summary page of the installation wizard says, "An error occurred during installation. The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance." For MDM deployments, it displays as a generic installation failure as well.
|
||||
|
||||
While we do not expose exact error to the end user, we keep a log file with installation progress in `/Library/Logs/Microsoft/mdatp/install.log`. Each installation session appends to this log file, you can use `sed` to output the last installation session only:
|
||||
While we do not display an exact error to the end user, we keep a log file with installation progress in `/Library/Logs/Microsoft/mdatp/install.log`. Each installation session appends to this log file. You can use `sed` to output the last installation session only:
|
||||
|
||||
```bash
|
||||
$ sed -n 'H; /^preinstall com.microsoft.wdav begin/h; ${g;p;}' /Library/Logs/Microsoft/mdatp/install.log
|
||||
@ -39,13 +39,13 @@ correlation id=CB509765-70FC-4679-866D-8A14AD3F13CC
|
||||
preinstall com.microsoft.wdav end [2020-03-11 13:08:49 -0700] 804 => 1
|
||||
```
|
||||
|
||||
In the example above the actual reason is prefixed with `[ERROR]`.
|
||||
In this example, the actual reason is prefixed with `[ERROR]`.
|
||||
The installation failed because a downgrade between these versions is not supported.
|
||||
|
||||
## No MDATP's install log
|
||||
## MDATP install log missing or not updated
|
||||
|
||||
In rare cases installation leaves no trace in MDATP's /Library/Logs/Microsoft/mdatp/install.log file.
|
||||
You can verify that installation happened and analyze possible errors by querying macOS logs (this can be helpful in case of MDM deployment, when there is no client UI). It is recommended to have a narrow time window to query and filter by the logging process name, as there will be huge amount of information;
|
||||
In rare cases, installation leaves no trace in MDATP's /Library/Logs/Microsoft/mdatp/install.log file.
|
||||
You can verify that an installation happened and analyze possible errors by querying macOS logs (this is helpful in case of MDM deployment, when there is no client UI). We recommend that you use a narrow time window to run a query, and that you filter by the logging process name, as there will be a huge amount of information.
|
||||
|
||||
```bash
|
||||
grep '^2020-03-11 13:08' /var/log/install.log
|
||||
|
@ -28,8 +28,11 @@ Windows 10 provides IT professionals with advanced protection against modern sec
|
||||
## Learn more
|
||||
|
||||
- [Windows 10 release information](https://technet.microsoft.com/windows/release-info)
|
||||
- [Windows 10 update history](https://support.microsoft.com/help/12387/windows-10-update-history)
|
||||
- [Windows 10 content from Microsoft Ignite](https://go.microsoft.com/fwlink/p/?LinkId=613210)
|
||||
- [Windows 10 release health dashboard](https://docs.microsoft.com/windows/release-information/status-windows-10-2004)
|
||||
- [Windows 10 update history](https://support.microsoft.com/help/4555932/windows-10-update-history)
|
||||
- [What’s new for business in Windows 10 Insider Preview Builds](https://docs.microsoft.com/windows-insider/at-work-pro/wip-4-biz-whats-new)
|
||||
- [Windows 10 features we’re no longer developing](https://docs.microsoft.com/windows/deployment/planning/windows-10-deprecated-features)
|
||||
- [Features and functionality removed in Windows 10](https://docs.microsoft.com/windows/deployment/planning/windows-10-removed-features)
|
||||
- [Compare Windows 10 Editions](https://go.microsoft.com/fwlink/p/?LinkId=690485)
|
||||
|
||||
## See also
|
||||
|
Loading…
x
Reference in New Issue
Block a user