From 961003f6298fa7f5e11b6e2d7832d635f7546bc3 Mon Sep 17 00:00:00 2001 From: Joey Caparas Date: Mon, 25 Nov 2019 15:06:53 -0800 Subject: [PATCH 1/2] add note on machine tag latency --- .../threat-protection/microsoft-defender-atp/machine-tags.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/security/threat-protection/microsoft-defender-atp/machine-tags.md b/windows/security/threat-protection/microsoft-defender-atp/machine-tags.md index 3d3a959ecb..520769cf80 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/machine-tags.md +++ b/windows/security/threat-protection/microsoft-defender-atp/machine-tags.md @@ -26,6 +26,9 @@ You can add tags on machines using the following ways: - Using the portal - Setting a registry key value +>[!NOTE] +>There may be some latency between the time a tag is added to a machine and its availability in the machines list. + To add machine tags using API, see [Add or remove machine tags API](add-or-remove-machine-tags.md). ## Add and manage machine tags using the portal @@ -78,3 +81,4 @@ Use the following registry key entry to add a tag on a machine: >[!NOTE] >The device tag is part of the machine information report that's generated once a day. As an alternative, you may choose to restart the endpoint that would transfer a new machine information report. + From 17d269e58542ed6b66655c4e32e96d088b8867d5 Mon Sep 17 00:00:00 2001 From: Joey Caparas Date: Tue, 3 Dec 2019 08:56:50 -0800 Subject: [PATCH 2/2] latency info --- .../threat-protection/microsoft-defender-atp/machine-tags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/machine-tags.md b/windows/security/threat-protection/microsoft-defender-atp/machine-tags.md index 520769cf80..608409befc 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/machine-tags.md +++ b/windows/security/threat-protection/microsoft-defender-atp/machine-tags.md @@ -27,7 +27,7 @@ You can add tags on machines using the following ways: - Setting a registry key value >[!NOTE] ->There may be some latency between the time a tag is added to a machine and its availability in the machines list. +>There may be some latency between the time a tag is added to a machine and its availability in the machines list and machine page. To add machine tags using API, see [Add or remove machine tags API](add-or-remove-machine-tags.md).