mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Merged PR 6736: Notifications policies in Policy CSP - added new policies
This commit is contained in:
parent
543c1a07e8
commit
295e735843
@ -1663,6 +1663,8 @@ The DM agent for [push-button reset](https://msdn.microsoft.com/windows/hardware
|
||||
<li>ApplicationManagement/MSIAllowUserControlOverInstall</li>
|
||||
<li>ApplicationManagement/MSIAlwaysInstallWithElevatedPrivileges</li>
|
||||
<li>Connectivity/AllowPhonePCLinking</li>
|
||||
<li>Notifications/DisallowCloudNotification</li>
|
||||
<li>Notifications/DisallowTileNotification</li>
|
||||
<li>RestrictedGroups/ConfigureGroupMembership</li>
|
||||
</ul>
|
||||
<p>The following existing policies were updated:</p>
|
||||
|
@ -2084,9 +2084,15 @@ The following diagram shows the Policy configuration service provider in tree fo
|
||||
### Notifications policies
|
||||
|
||||
<dl>
|
||||
<dd>
|
||||
<a href="./policy-csp-notifications.md#notifications-disallowcloudnotification" id="notifications-disallowcloudnotification">Notifications/DisallowCloudNotification</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a href="./policy-csp-notifications.md#notifications-disallownotificationmirroring" id="notifications-disallownotificationmirroring">Notifications/DisallowNotificationMirroring</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a href="./policy-csp-notifications.md#notifications-disallowtilenotification" id="notifications-disallowtilenotification">Notifications/DisallowTileNotification</a>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
### Power policies
|
||||
|
@ -6,11 +6,13 @@ ms.topic: article
|
||||
ms.prod: w10
|
||||
ms.technology: windows
|
||||
author: nickbrower
|
||||
ms.date: 03/12/2018
|
||||
ms.date: 03/15/2018
|
||||
---
|
||||
|
||||
# Policy CSP - Notifications
|
||||
|
||||
> [!WARNING]
|
||||
> Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
|
||||
|
||||
|
||||
<hr/>
|
||||
@ -19,12 +21,90 @@ ms.date: 03/12/2018
|
||||
## Notifications policies
|
||||
|
||||
<dl>
|
||||
<dd>
|
||||
<a href="#notifications-disallowcloudnotification">Notifications/DisallowCloudNotification</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a href="#notifications-disallownotificationmirroring">Notifications/DisallowNotificationMirroring</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a href="#notifications-disallowtilenotification">Notifications/DisallowTileNotification</a>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--Policy-->
|
||||
<a href="" id="notifications-disallowcloudnotification"></a>**Notifications/DisallowCloudNotification**
|
||||
|
||||
<!--SupportedSKUs-->
|
||||
<table>
|
||||
<tr>
|
||||
<th>Home</th>
|
||||
<th>Pro</th>
|
||||
<th>Business</th>
|
||||
<th>Enterprise</th>
|
||||
<th>Education</th>
|
||||
<th>Mobile</th>
|
||||
<th>Mobile Enterprise</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="images/crossmark.png" alt="cross mark" /></td>
|
||||
<td><img src="images/checkmark.png" alt="check mark" /><sup>4</sup></td>
|
||||
<td><img src="images/checkmark.png" alt="check mark" /><sup>4</sup></td>
|
||||
<td><img src="images/checkmark.png" alt="check mark" /><sup>4</sup></td>
|
||||
<td><img src="images/checkmark.png" alt="check mark" /><sup>4</sup></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!--/SupportedSKUs-->
|
||||
<!--Scope-->
|
||||
[Scope](./policy-configuration-service-provider.md#policy-scope):
|
||||
|
||||
> [!div class = "checklist"]
|
||||
> * Device
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--/Scope-->
|
||||
<!--Description-->
|
||||
Added in Windows 10, version 1803. This policy setting blocks applications from using the network to send tile, badge, toast, and raw notifications. Specifically, this policy setting turns off the connection between Windows and the Windows Push Notification Service (WNS). This policy setting also stops applications from being able to use [periodic (polling) notifications](https://docs.microsoft.com/windows/uwp/design/shell/tiles-and-notifications/periodic-notification-overview).
|
||||
|
||||
If you enable this policy setting, applications and system features will not be able receive notifications from the network from WNS or via notification polling APIs.
|
||||
|
||||
If you enable this policy setting, notifications can still be raised by applications running on the machine via local API calls from within the application.
|
||||
|
||||
If you disable or do not configure this policy setting, the client computer will connect to WNS at user login and applications will be allowed to use periodic (polling) notifications.
|
||||
|
||||
No reboots or service restarts are required for this policy setting to take effect.
|
||||
<!--/Description-->
|
||||
<!--ADMXMapped-->
|
||||
ADMX Info:
|
||||
- GP English name: *Turn off notifications network usage*
|
||||
- GP name: *NoCloudNotification*
|
||||
- GP ADMX file name: *WPN.admx*
|
||||
|
||||
<!--/ADMXMapped-->
|
||||
<!--SupportedValues-->
|
||||
This setting supports a range of values between 0 and 1.
|
||||
|
||||
|
||||
<!--/SupportedValues-->
|
||||
<!--Example-->
|
||||
|
||||
<!--/Example-->
|
||||
<!--Validation-->
|
||||
|
||||
<!--/Validation-->
|
||||
Validation:
|
||||
1. Enable policy
|
||||
2. Reboot machine
|
||||
3. Ensure that you can't receive a notification from Facebook app while FB app isn't running
|
||||
<!--/Policy-->
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--Policy-->
|
||||
@ -86,6 +166,75 @@ The following list shows the supported values:
|
||||
|
||||
<!--/SupportedValues-->
|
||||
<!--/Policy-->
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--Policy-->
|
||||
<a href="" id="notifications-disallowtilenotification"></a>**Notifications/DisallowTileNotification**
|
||||
|
||||
<!--SupportedSKUs-->
|
||||
<table>
|
||||
<tr>
|
||||
<th>Home</th>
|
||||
<th>Pro</th>
|
||||
<th>Business</th>
|
||||
<th>Enterprise</th>
|
||||
<th>Education</th>
|
||||
<th>Mobile</th>
|
||||
<th>Mobile Enterprise</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="images/crossmark.png" alt="cross mark" /></td>
|
||||
<td><img src="images/checkmark.png" alt="check mark" /><sup>4</sup></td>
|
||||
<td><img src="images/checkmark.png" alt="check mark" /><sup>4</sup></td>
|
||||
<td><img src="images/checkmark.png" alt="check mark" /><sup>4</sup></td>
|
||||
<td><img src="images/checkmark.png" alt="check mark" /><sup>4</sup></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</table>
|
||||
|
||||
<!--/SupportedSKUs-->
|
||||
<!--Scope-->
|
||||
[Scope](./policy-configuration-service-provider.md#policy-scope):
|
||||
|
||||
> [!div class = "checklist"]
|
||||
> * User
|
||||
|
||||
<hr/>
|
||||
|
||||
<!--/Scope-->
|
||||
<!--Description-->
|
||||
Added in Windows 10, version 1803. This policy setting turns off tile notifications.
|
||||
|
||||
If you enable this policy setting, applications and system features will not be able to update their tiles and tile badges in the Start screen.
|
||||
|
||||
If you disable or do not configure this policy setting, tile and badge notifications are enabled and can be turned off by the administrator or user.
|
||||
|
||||
No reboots or service restarts are required for this policy setting to take effect.
|
||||
<!--/Description-->
|
||||
<!--ADMXMapped-->
|
||||
ADMX Info:
|
||||
- GP English name: *Turn off tile notifications*
|
||||
- GP name: *NoTileNotification*
|
||||
- GP ADMX file name: *WPN.admx*
|
||||
|
||||
<!--/ADMXMapped-->
|
||||
<!--SupportedValues-->
|
||||
This setting supports a range of values between 0 and 1.
|
||||
|
||||
|
||||
<!--/SupportedValues-->
|
||||
<!--Example-->
|
||||
|
||||
<!--/Example-->
|
||||
<!--Validation-->
|
||||
Validation:
|
||||
1. Enable policy
|
||||
2. Reboot machine
|
||||
3. Ensure that all tiles are default (no live tile content showing, like no weather forecast on the Weather tile)
|
||||
|
||||
<!--/Validation-->
|
||||
<!--/Policy-->
|
||||
<hr/>
|
||||
|
||||
Footnote:
|
||||
|
Loading…
x
Reference in New Issue
Block a user