mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-19 20:33:42 +00:00
Create deploy-data-processor-service-windows.md
This commit is contained in:
115
windows/privacy/deploy-data-processor-service-windows.md
Normal file
115
windows/privacy/deploy-data-processor-service-windows.md
Normal file
@ -0,0 +1,115 @@
|
||||
---
|
||||
title: Technical Deployment of the Data Processor Service for Windows
|
||||
description: Use this article to understand how to deploy and manage the Data Processor Service for Windows.
|
||||
keywords: privacy, GDPR
|
||||
ms.localizationpriority: high
|
||||
ROBOTS: NOINDEX, NOFOLLOW
|
||||
ms.prod: w10
|
||||
ms.topic: article
|
||||
f1.keywords:
|
||||
- NOCSH
|
||||
ms.author: daniha
|
||||
author: DaniHalfin
|
||||
manager: dansimp
|
||||
audience: itpro
|
||||
ms.collection:
|
||||
- GDPR
|
||||
- M365-security-compliance
|
||||
---
|
||||
|
||||
# Data Processor Service for Windows Overview
|
||||
|
||||
The privacy landscape keeps evolving, and with it, we make changes to our services to meet our customers’ needs.
|
||||
Data Processor Service for Windows (DPSW) empowers you to be in control of diagnostic data from Windows devices, and act as data controllers for that data, under the definition of the European Union General Data Protection Regulation (GDPR).
|
||||
|
||||
DPSW will serve as a foundation for other Microsoft services that use Windows diagnostic data.
|
||||
|
||||
The DPSW offering enables you to store and manage your Windows diagnostic data in the cloud, on top of an end-to-end data platform designed and built with compliance in mind, to help you meet your compliance obligations.
|
||||
Your data is routed and stored inside an enterprise compliance boundary, operating under a prescriptive and focused set of compliance requirements, in accordance with industry standards.
|
||||
|
||||
DPSW provides you with controls that help respond to delete data subject requests (DSRs) on diagnostic data, either for a specific device, or at user account closure, for a specific Azure AD User ID. Additionally, you’re able to execute an export DSR for a specific Azure AD User ID.
|
||||
Should you desire so, Microsoft will accommodate a DPSW tenant account closure, either because you decide to close your Azure or Azure AD tenant account, or because you decide you no longer wish to be the data controller for diagnostic data, but still wish to remain an Azure customer.
|
||||
|
||||
>[!Note]
|
||||
>Tenant account closure will lead to the deletion of all data associated with that tenant.
|
||||
|
||||
# Deployment of Data Processor Service for Windows
|
||||
Use the instructions below to easily manage the Data Processor Service for Windows using a single setting, through Group Policy, or an MDM solution, in Windows 10, version 1809 or Windows Server 2019 and newer.
|
||||
|
||||
## Prerequisites
|
||||
### Versions supported
|
||||
DPSW is currently supported on Windows 10, version 1809, and newer versions.
|
||||
|
||||
### Network requirements
|
||||
The following endpoints need to be reachable from devices enrolled into the Data Processor Service for Windows:
|
||||
|
||||
login.live.com
|
||||
|
||||
cy2.vortex.data.microsoft.com.akadns.net
|
||||
|
||||
v10.events.data.microsoft.com
|
||||
|
||||
v10.vortex-win.data.microsoft.com/collect/v1
|
||||
|
||||
For additional information, see the “device authentication” and “diagnostic data” sections in the endpoint articles for each respective Windows version:
|
||||
|
||||
[Windows 10, version 1809 endpoints](https://docs.microsoft.com/windows/privacy/manage-windows-1809-endpoints)
|
||||
|
||||
[Windows 10, version 1903 endpoints](https://docs.microsoft.com/windows/privacy/manage-windows-1903-endpoints)
|
||||
|
||||
## Deploying Data Processor Service for Windows
|
||||
You can use either Group Policy or an MDM solution to deploy the Processor Service for Windows to your supported devices.
|
||||
|
||||
In Group Policy, to enable data collection through the Data Processor Service for Windows, go to **Computer Configuration > Administrative Templates > Windows Components > Data Collection and Preview Builds** and switch the **Allow commercial data pipeline** setting to **enabled**.
|
||||
|
||||
If you wish to disable, at any time, switch the same setting to **disabled**. The default state of the above setting is **disabled**.
|
||||
|
||||
To use an MDM solution, such as [Microsoft Intune](https://docs.microsoft.com/en-us/intune/custom-settings-windows-10), to deploy the Data Processor Service for Windows to your supported devices, use the following custom OMA-URI setting configuration:
|
||||
|
||||
- **Name:** System/AllowCommercialDataPipeline
|
||||
- **OMA-URI:** ./Vendor/MSFT/Policy/Config/System/AllowCommercialDataPipeline
|
||||
- **Data type:** Integer
|
||||
|
||||
Under **Value**, use **1** to enable the service.
|
||||
|
||||
If you wish to disable, at any time, switch the same setting to **0** to disable. The default is **0**.
|
||||
|
||||
>[!Note]
|
||||
>Data collected from a device, before it was enrolled into the Data Processor Service for Windows, will not be moved into the enterprise compliance boundary.
|
||||
|
||||
# Managing the Data Processor Service for Windows
|
||||
## Executing user-based data subject requests (DSRs)
|
||||
To perform user-based DSRs, DPSW requires your organization to be reflected in Azure AD.
|
||||
|
||||
If your environment is cloud-only and managed in Azure, or all your devices are Azure AD joined - you don’t need to take any further action.
|
||||
|
||||
If your environment uses on-premises Active Directory to manage identities - Azure AD Connect synchronization is required, and your environment needs to be configured for hybrid Azure AD join.
|
||||
To learn more, visit [How To: Plan your hybrid Azure Active Directory join implementation](https://docs.microsoft.com/azure/active-directory/devices/hybrid-azuread-join-plan) and [Azure AD Connect sync: Understand and customize synchronization](https://docs.microsoft.com/azure/active-directory/hybrid/how-to-connect-sync-whatis).
|
||||
|
||||
## Deleting Data Processor Service for Windows data from a Windows Client
|
||||
A user with local admins rights can delete diagnostic data for your device.
|
||||
|
||||
>[!Important]
|
||||
>Using this option will not impact user data, collected from other devices or that is only linked to the user.
|
||||
|
||||
Additionally, selecting this option does not stop data collection.
|
||||
1. Go to Start, then select Settings > Privacy > Diagnostics & feedback.
|
||||
2. Under Delete diagnostic data, select Delete.
|
||||
|
||||
## Deleting Data Processor Service for Windows data from a Windows Server System
|
||||
For diagnostic data collected on servers through the Data Processor Service for Windows, you can send a request to delete all uploaded diagnostic data to Microsoft.
|
||||
|
||||
In order to do that, you need to utilize the Clear-WindowsDiagnosticData cmdlet. For more information see the [cmdlet reference](https://docs.microsoft.com/powershell/module/windowsdiagnosticdata/clear-windowsdiagnosticdata?view=win10-ps).
|
||||
|
||||
>[!Note]
|
||||
>This cmdlet requires the pre-installation of the [WindowsDiagnosticData](https://www.powershellgallery.com/packages/WindowsDiagnosticData) PowerShell module.
|
||||
|
||||
## Control diagnostic data deletion on devices
|
||||
You can control a user’s ability to delete their device’s diagnostic data, by using either Group Policy or an MDM policy:
|
||||
|
||||
**Group Policy:** Computer Configuration > Administrative Templates > Windows Components > Data Collection and Preview Builds > Disable deleting diagnostic data
|
||||
|
||||
**MDM:** System\DisableDeviceDelete
|
||||
|
||||
# Geo-location
|
||||
Windows Diagnostic Data collected through DPSW is hosted in our datacenter in the United States.
|
Reference in New Issue
Block a user