From acccabd53d3a5332c4e5343cc4d6afb19a56d826 Mon Sep 17 00:00:00 2001 From: Charles Inglis <32555877+cinglis-msft@users.noreply.github.com> Date: Thu, 1 Oct 2020 10:50:25 -0500 Subject: [PATCH 1/6] UC config script note, doesn't configure DO @jaimeo - we could also include a link to DO docs in the Note if you think that's best, not sure about the navpath. --- .../update/update-compliance-configuration-script.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/deployment/update/update-compliance-configuration-script.md b/windows/deployment/update/update-compliance-configuration-script.md index 0305a83e2b..cbab38f51d 100644 --- a/windows/deployment/update/update-compliance-configuration-script.md +++ b/windows/deployment/update/update-compliance-configuration-script.md @@ -19,6 +19,10 @@ ms.topic: article The Update Compliance Configuration Script is the recommended method of configuring devices to send data to Microsoft for use with Update Compliance. The script configures device policies via Group Policy, ensures that required services are running, and more. +> [!NOTE] +> The Update Compliance configuration script does not offer options to configure Delivery Optimization. This must be done separately. + + You can [**download the script here**](https://www.microsoft.com/en-us/download/details.aspx?id=101086). Keep reading to learn how to configure the script and interpret error codes that are output in logs for troubleshooting. ## How the script is organized From abc0410461be323694a15d02bef13afa061bd3df Mon Sep 17 00:00:00 2001 From: Charles Inglis <32555877+cinglis-msft@users.noreply.github.com> Date: Thu, 1 Oct 2020 10:59:45 -0500 Subject: [PATCH 2/6] LastScan vs TimeGenerated note --- windows/deployment/update/update-compliance-schema.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows/deployment/update/update-compliance-schema.md b/windows/deployment/update/update-compliance-schema.md index 2be2ac0e78..ce8cb8b894 100644 --- a/windows/deployment/update/update-compliance-schema.md +++ b/windows/deployment/update/update-compliance-schema.md @@ -20,6 +20,9 @@ When the visualizations provided in the default experience don't fulfill your re The table below summarizes the different tables that are part of the Update Compliance solution. To learn how to navigate Azure Monitor Logs to find this data, see [Get started with log queries in Azure Monitor](https://docs.microsoft.com/azure/azure-monitor/log-query/get-started-queries). +> [!NOTE] +> Data is ingested on a daily cadence. The ingestion time is shown as the TimeGenerated field and is added by Log Analytics when data is ingested. Device data from the past 28 days is ingested, even if no new data has been generated since the last ingestion time. LastScan is a more clear indicator of data freshness (last time the values were updated), while TimeGenerated indicates the freshness of data within Log Analytics. + |Table |Category |Description | |--|--|--| |[**WaaSUpdateStatus**](update-compliance-schema-waasupdatestatus.md) |Device record |This table houses device-centric data and acts as the device record for Update Compliance. Each record provided in daily snapshots map to a single device in a single tenant. This table has data such as the current device's installed version of Windows, whether it is on the latest available updates, and whether the device needs attention. | From f364be642760328ea2eb15b7101e5161b4785286 Mon Sep 17 00:00:00 2001 From: Jaime Ondrusek Date: Thu, 1 Oct 2020 09:05:44 -0700 Subject: [PATCH 3/6] Update update-compliance-schema.md Made the language plainer. You OK with my changes, @cinglis-msft ? --- windows/deployment/update/update-compliance-schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deployment/update/update-compliance-schema.md b/windows/deployment/update/update-compliance-schema.md index ce8cb8b894..a42e7701f0 100644 --- a/windows/deployment/update/update-compliance-schema.md +++ b/windows/deployment/update/update-compliance-schema.md @@ -21,7 +21,7 @@ When the visualizations provided in the default experience don't fulfill your re The table below summarizes the different tables that are part of the Update Compliance solution. To learn how to navigate Azure Monitor Logs to find this data, see [Get started with log queries in Azure Monitor](https://docs.microsoft.com/azure/azure-monitor/log-query/get-started-queries). > [!NOTE] -> Data is ingested on a daily cadence. The ingestion time is shown as the TimeGenerated field and is added by Log Analytics when data is ingested. Device data from the past 28 days is ingested, even if no new data has been generated since the last ingestion time. LastScan is a more clear indicator of data freshness (last time the values were updated), while TimeGenerated indicates the freshness of data within Log Analytics. +> Data is collected daily. The TimeGenerated field shows the time data was collected. It's added by Log Analytics when data is collected. Device data from the past 28 days is collected, even if no new data has been generated since the last time. LastScan is a clearer indicator of data freshness (that is, the last time the values were updated), while TimeGenerated indicates the freshness of data within Log Analytics. |Table |Category |Description | |--|--|--| From 543f9fa2816d9bd73256193e1db5be7aa082695d Mon Sep 17 00:00:00 2001 From: Jaime Ondrusek Date: Thu, 1 Oct 2020 09:10:47 -0700 Subject: [PATCH 4/6] Update update-compliance-configuration-script.md @cinglis-msft , you OK with my small edit? --- .../update/update-compliance-configuration-script.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/deployment/update/update-compliance-configuration-script.md b/windows/deployment/update/update-compliance-configuration-script.md index cbab38f51d..e9486938b6 100644 --- a/windows/deployment/update/update-compliance-configuration-script.md +++ b/windows/deployment/update/update-compliance-configuration-script.md @@ -20,10 +20,10 @@ ms.topic: article The Update Compliance Configuration Script is the recommended method of configuring devices to send data to Microsoft for use with Update Compliance. The script configures device policies via Group Policy, ensures that required services are running, and more. > [!NOTE] -> The Update Compliance configuration script does not offer options to configure Delivery Optimization. This must be done separately. +> The Update Compliance configuration script does not offer options to configure Delivery Optimization. You have to do that separately. -You can [**download the script here**](https://www.microsoft.com/en-us/download/details.aspx?id=101086). Keep reading to learn how to configure the script and interpret error codes that are output in logs for troubleshooting. +You can download the script from the [Microsoft Download Center**](https://www.microsoft.com/en-us/download/details.aspx?id=101086). Keep reading to learn how to configure the script and interpret error codes that are output in logs for troubleshooting. ## How the script is organized From 9160bfa7b1a7ef875b222afb75b218f61a0771de Mon Sep 17 00:00:00 2001 From: Tina Burden Date: Thu, 1 Oct 2020 10:21:16 -0700 Subject: [PATCH 5/6] pencil edit --- .../deployment/update/update-compliance-configuration-script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deployment/update/update-compliance-configuration-script.md b/windows/deployment/update/update-compliance-configuration-script.md index e9486938b6..4322da7e20 100644 --- a/windows/deployment/update/update-compliance-configuration-script.md +++ b/windows/deployment/update/update-compliance-configuration-script.md @@ -23,7 +23,7 @@ The Update Compliance Configuration Script is the recommended method of configur > The Update Compliance configuration script does not offer options to configure Delivery Optimization. You have to do that separately. -You can download the script from the [Microsoft Download Center**](https://www.microsoft.com/en-us/download/details.aspx?id=101086). Keep reading to learn how to configure the script and interpret error codes that are output in logs for troubleshooting. +You can download the script from the [Microsoft Download Center](https://www.microsoft.com/en-us/download/details.aspx?id=101086). Keep reading to learn how to configure the script and interpret error codes that are output in logs for troubleshooting. ## How the script is organized From 717137991824e9214eec99ac26803b48d6e077ff Mon Sep 17 00:00:00 2001 From: Tina Burden Date: Thu, 1 Oct 2020 10:23:52 -0700 Subject: [PATCH 6/6] pencil edit --- .../deployment/update/update-compliance-configuration-script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deployment/update/update-compliance-configuration-script.md b/windows/deployment/update/update-compliance-configuration-script.md index 4322da7e20..f5f19921c9 100644 --- a/windows/deployment/update/update-compliance-configuration-script.md +++ b/windows/deployment/update/update-compliance-configuration-script.md @@ -23,7 +23,7 @@ The Update Compliance Configuration Script is the recommended method of configur > The Update Compliance configuration script does not offer options to configure Delivery Optimization. You have to do that separately. -You can download the script from the [Microsoft Download Center](https://www.microsoft.com/en-us/download/details.aspx?id=101086). Keep reading to learn how to configure the script and interpret error codes that are output in logs for troubleshooting. +You can download the script from the [Microsoft Download Center](https://www.microsoft.com/download/details.aspx?id=101086). Keep reading to learn how to configure the script and interpret error codes that are output in logs for troubleshooting. ## How the script is organized