final updates

This commit is contained in:
iaanw
2016-07-30 17:50:17 -07:00
parent ba1a7c7a1e
commit 82bbaf52b1
5 changed files with 13 additions and 26 deletions

View File

@ -183,7 +183,7 @@ In Endpoint Protection, you can use the advanced scanning options to configure a
## Related topics ## Related topics
[Configure Windows Defender in Windows 10](configure-windows-defender-in-windows-10.md) - [Configure Windows Defender in Windows 10](configure-windows-defender-in-windows-10.md)
[Troubleshoot Windows Defender in Windows 10](troubleshoot-windows-defender-in-windows-10.md) - [Troubleshoot Windows Defender in Windows 10](troubleshoot-windows-defender-in-windows-10.md)
   
   

View File

@ -23,7 +23,7 @@ For a list of the cmdlets and their functions and available parameters, see the
PowerShell cmdlets are most useful in Windows Server environments that don't rely on a graphical user interface (GUI) to configure software. PowerShell cmdlets are most useful in Windows Server environments that don't rely on a graphical user interface (GUI) to configure software.
> **Note:**  PowerShell cmdlets should not be used as a replacement for a full network policy management infrastructure, such as [System Center Configuration Manager](https://technet.microsoft.com/en-us/library/gg682129.aspx), [Group Policy Management Console](https://technet.microsoft.com/en-us/library/cc731212.aspx), or [Windows Defender Group Policy ADMX templates](https://support.microsoft.com/en-us/kb/927367). >[!NOTE]PowerShell cmdlets should not be used as a replacement for a full network policy management infrastructure, such as [System Center Configuration Manager](https://technet.microsoft.com/en-us/library/gg682129.aspx), [Group Policy Management Console](https://technet.microsoft.com/en-us/library/cc731212.aspx), or [Windows Defender Group Policy ADMX templates](https://support.microsoft.com/en-us/kb/927367).
PowerShell is typically installed under the folder _%SystemRoot%\system32\WindowsPowerShell_. PowerShell is typically installed under the folder _%SystemRoot%\system32\WindowsPowerShell_.
@ -32,7 +32,7 @@ PowerShell is typically installed under the folder _%SystemRoot%\system32\Window
1. Click **Start**, type **powershell**, and press **Enter**. 1. Click **Start**, type **powershell**, and press **Enter**.
2. Click **Windows PowerShell** to open the interface. 2. Click **Windows PowerShell** to open the interface.
> **Note:**  You may need to open an administrator-level version of PowerShell. Right-click the item in the Start menu, click **Run as administrator** and click **Yes** at the permissions prompt. >[!NOTE]You may need to open an administrator-level version of PowerShell. Right-click the item in the Start menu, click **Run as administrator** and click **Yes** at the permissions prompt.
3. Enter the command and parameters. 3. Enter the command and parameters.
To open online help for any of the cmdlets type the following: To open online help for any of the cmdlets type the following:
@ -41,3 +41,7 @@ To open online help for any of the cmdlets type the following:
Get-Help <cmdlet> -Online Get-Help <cmdlet> -Online
``` ```
Omit the `-online` parameter to get locally cached help. Omit the `-online` parameter to get locally cached help.
## Related topics
- [Windows Defender in Windows 10](windows-defender-in-windows-10.md)

View File

@ -106,4 +106,4 @@ To configure un-managed clients that are running Windows 10, Block at First Sigh
## Related topics ## Related topics
[Windows Defender in Windows 10](windows-defender-in-windows-10.md) - [Windows Defender in Windows 10](windows-defender-in-windows-10.md)

View File

@ -19,30 +19,13 @@ author: iaanw
In Windows 10, application notifications about malware detection and remediation by Windows Defender are more robust, consistent, and concise. In Windows 10, application notifications about malware detection and remediation by Windows Defender are more robust, consistent, and concise.
Notifications will appear on endpoints when manually triggered and scheduled scans are completed and threats are detected. These notifications will also be seen in the **Notification Summar**, and a summary of scans and threat detections will also appear at regular time intervals. Notifications will appear on endpoints when manually triggered and scheduled scans are completed and threats are detected. These notifications will also be seen in the **Notification Center**, and a summary of scans and threat detections will also appear at regular time intervals.
You can enable and disable enhanced notifications with the registry or in Windows Settings. You can enable and disable enhanced notifications with the registry or in Windows Settings.
## Configure enhanced notifications ## Configure enhanced notifications
You can disable enhanced notifications on individual endpoints by configuring the registry or in Windows Settings. You can also use Group Policy to suppress certain types of notifications, or display additional, customized text to endpoints inside the notifications. You can disable enhanced notifications on individual endpoints in Windows Settings.
**Use the registry to disable Windows Defender notifications on individual endpoints:**
1. Click **Start**, type **Run**, and press **Enter**.
2. From the **Run** dialog box, type **regedit** and press **Enter**.
4. In the **Registry Editor** navigate to the **ux configuration** key under:
```text
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender
```
5. Double-click the **Notification_Suppress** value and set it to **1**.
![Image of enhanced notification suppression in Registry Editor](images/defender/ux-config-key.png)
**Use Windows Settings to disable enhanced notifications on individual endpoints** **Use Windows Settings to disable enhanced notifications on individual endpoints**
@ -57,4 +40,4 @@ HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender
## Related topics ## Related topics
[Windows Defender in Windows 10](windows-defender-in-windows-10.md) - [Windows Defender in Windows 10](windows-defender-in-windows-10.md)

View File

@ -173,4 +173,4 @@ Any detected items will display. Items that are detected by Windows Defender Off
## Related topics ## Related topics
[Windows Defender in Windows 10](windows-defender-in-windows-10.md) - [Windows Defender in Windows 10](windows-defender-in-windows-10.md)