You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/automation/change-tracking/remove-vms-from-change-tracking.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: This article tells how to remove VMs from Change Tracking and Inven
4
4
services: automation
5
5
ms.subservice: change-inventory-management
6
6
ms.topic: conceptual
7
-
ms.date: 10/14/2020
7
+
ms.date: 05/26/2021
8
8
---
9
9
10
10
# Remove VMs from Change Tracking and Inventory
@@ -27,13 +27,19 @@ Sign in to the [Azure portal](https://portal.azure.com).
27
27
28
28
3. In the Azure portal, navigate to **Log Analytics workspaces**. Select your workspace from the list.
29
29
30
-
4. In your Log Analytics workspace, select **Logs** and then and choose **Query explorer** from the top actions menu.
30
+
4. In your Log Analytics workspace, select **Computer Groups** from the left-hand menu.
31
31
32
-
5. From **Query explorer** in the right-hand pane, expand **Saved Queries\Updates** and select the saved search query `MicrosoftDefaultComputerGroup` to edit it.
32
+
5. From **Computer Groups** in the right-hand pane, the **Saved groups** tab is shown by default..
33
33
34
-
6. In the query editor, review the query and find the UUID for the VM. Remove the UUID for the VM and repeat the steps for any other VMs you want to remove.
34
+
6. From the table, click the icon **Run query** to the right of the item **MicrosoftDefaultComputerGroup** with the **Legacy category** value **ChangeTracking**.
35
35
36
-
7. Save the saved search when you're finished editing it by selecting **Save** from the top bar.
36
+
7. In the query editor, review the query and find the UUID for the VM. Remove the UUID for the VM and repeat the steps for any other VMs you want to remove.
37
+
38
+
8. Save the saved search when you're finished editing it by selecting **Save > Save as function** from the top bar. When prompted, specify the following:
>Machines are still shown after you have unenrolled them because we report on all machines assessed in the last 24 hours. After removing the machine, you need to wait 24 hours before they are no longer listed.
0 commit comments