diff --git a/windows/client-management/mdm/policy-csp-notifications.md b/windows/client-management/mdm/policy-csp-notifications.md
index 643ef3e681..7ba7ed964f 100644
--- a/windows/client-management/mdm/policy-csp-notifications.md
+++ b/windows/client-management/mdm/policy-csp-notifications.md
@@ -31,6 +31,9 @@ manager: dansimp
Notifications/DisallowTileNotification
+
+ Notifications/WnsEndpoint
+
@@ -280,5 +283,77 @@ Validation:
+
+**Notifications/WnsEndpoint**
+
+
+
+
+ Edition |
+ Windows 10 |
+ Windows 11 |
+
+
+ Home |
+ No |
+ No |
+
+
+ Pro |
+ Yes |
+ Yes |
+
+
+ Business |
+ Yes |
+ Yes |
+
+
+ Enterprise |
+ Yes |
+ Yes |
+
+
+ Education |
+ Yes |
+ Yes |
+
+
+
+
+
+
+
+[Scope](./policy-configuration-service-provider.md#policy-scope):
+
+> [!div class = "checklist"]
+> * Machine
+
+
+
+
+
+This policy setting determines which Windows Notification Service endpoint will be used to connect for Windows Push Notifications.
+
+If you disable or do not configure this setting, the push notifications will connect to the default endpoint of client.wns.windows.com.
+
+Note: Ensure the proper WNS FQDNs, VIPs, IPs and Ports are also whitelisted from your firewall settings.
+
+
+
+ADMX Info:
+- GP Friendly name: *Required for Airgap servers that may have a unique FQDN that is different from the public endpoint*
+- GP name: *WnsEndpoint*
+- GP path: *Start Menu and Taskbar/Notifications*
+- GP ADMX file name: *WPN.admx*
+
+
+
+If the policy is not specified, we will default our connection to client.wns.windows.com.
+
+
+
+
+
\ No newline at end of file