From 391295bee20c9525de77faacd7b1100deabae6cc Mon Sep 17 00:00:00 2001 From: amirsc3 <42802974+amirsc3@users.noreply.github.com> Date: Sun, 10 May 2020 14:08:41 +0300 Subject: [PATCH 1/3] Update machine-tags.md Adding note about maximum number of allowed characters --- .../threat-protection/microsoft-defender-atp/machine-tags.md | 3 +++ 1 file changed, 3 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 daf8b70f1e..a3fa8fc591 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/machine-tags.md +++ b/windows/security/threat-protection/microsoft-defender-atp/machine-tags.md @@ -71,6 +71,8 @@ You can also delete tags from this view. >- Windows 8.1 >- Windows 7 SP1 +> Please note that the maximum number of allowed characters is hard-coded to 32. + Machines with similar tags can be handy when you need to apply contextual action on a specific list of machines. Use the following registry key entry to add a tag on a machine: @@ -82,3 +84,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 3a6b73d8f556b8f384abe6098113907793ca22a6 Mon Sep 17 00:00:00 2001 From: amirsc3 <42802974+amirsc3@users.noreply.github.com> Date: Sun, 10 May 2020 14:10:35 +0300 Subject: [PATCH 2/3] Update machine-tags.md Should be 30 and not 32 --- .../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 a3fa8fc591..2a936b08fc 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/machine-tags.md +++ b/windows/security/threat-protection/microsoft-defender-atp/machine-tags.md @@ -71,7 +71,7 @@ You can also delete tags from this view. >- Windows 8.1 >- Windows 7 SP1 -> Please note that the maximum number of allowed characters is hard-coded to 32. +> Please note that the maximum number of allowed characters is hard-coded to 30. Machines with similar tags can be handy when you need to apply contextual action on a specific list of machines. From 782e95671f19e1898016bc3fa15dca52ba905f13 Mon Sep 17 00:00:00 2001 From: Daniel Simpson Date: Mon, 11 May 2020 07:00:00 -0700 Subject: [PATCH 3/3] Update machine-tags.md --- .../microsoft-defender-atp/machine-tags.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 2a936b08fc..3db537114e 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/machine-tags.md +++ b/windows/security/threat-protection/microsoft-defender-atp/machine-tags.md @@ -26,8 +26,8 @@ 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 and machine page. +> [!NOTE] +> 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). @@ -71,7 +71,8 @@ You can also delete tags from this view. >- Windows 8.1 >- Windows 7 SP1 -> Please note that the maximum number of allowed characters is hard-coded to 30. +> [!NOTE] +> The maximum number of characters in a tag is 30. Machines with similar tags can be handy when you need to apply contextual action on a specific list of machines.