From b8b80e52eb1a6984ec09fffbd214de3ef1bffe04 Mon Sep 17 00:00:00 2001 From: Smriti Bhardwaj <95657523+Smritib17@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:38:50 -0700 Subject: [PATCH 1/6] Updates to the toc --- memdocs/intune/index.yml | 15 ++++++++--- memdocs/intune/toc.yml | 54 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+), 3 deletions(-) diff --git a/memdocs/intune/index.yml b/memdocs/intune/index.yml index 1341161f314..c94d9339e72 100644 --- a/memdocs/intune/index.yml +++ b/memdocs/intune/index.yml @@ -247,9 +247,6 @@ conceptualContent: - url: ./fundamentals/monitor-audit-logs.md itemType: how-to-guide text: Use audit logs to track and monitor events - - url: /mem/analytics/ - itemType: concept - text: Endpoint analytics docs footerLink: text: Browse all reporting and monitoring articles url: ./fundamentals/reports.md @@ -265,6 +262,18 @@ conceptualContent: - url: ./protect/microsoft-tunnel-mam.md itemType: how-to-guide text: Microsoft Tunnel for Mobile Application Management + + - title: Microsoft Endpoint Analytics + links: + - url: ../analytics/overview.md + itemType: how-to-guide + text: Overview of Endpoint analytics + - url: ../analytics/scores.md + itemType: how-to-guide + text: Scores, baselines and insight + - url: ../analytics/startup-performance.md + itemType: how-to-guide + text: Reports in Endpoint analytics - title: Developer guidance links: diff --git a/memdocs/intune/toc.yml b/memdocs/intune/toc.yml index be7ef34645b..9362bce661d 100644 --- a/memdocs/intune/toc.yml +++ b/memdocs/intune/toc.yml @@ -189,6 +189,60 @@ items: - name: Step 5 - Enroll devices displayName: deployment, mdm, android, ios, ipados, macos, windows href: ./fundamentals/deployment-guide-enroll.md + - name: Endpoint Analytics + items: + - name: Overview + items: + - name: What is Endpoint analytics? + href: ../analytics/overview.md + - name: Concepts + items: + - name: Scores, baselines, and insights + href: ../analytics/scores.md + - name: How to guides + items: + - name: Enroll Intune devices + href: ../analytics/enroll-intune.md + - name: Enroll Configuration Manager devices + href: ../analytics/enroll-configmgr.md + - name: Manage settings + href: ../analytics/settings.md + - name: Reports + items: + - name: Startup performance + href: ../analytics/startup-performance.md + - name: Restart frequency + href: ../analytics/restart-frequency.md + - name: Application reliability + href: ../analytics/app-reliability.md + - name: Work from anywhere + href: ../analytics/work-from-anywhere.md + - name: Endpoint analytics in Microsoft Adoption Score + href: ../analytics/adoption-score.md + - name: Intune Advanced Analytics + items: + - name: What is Advanced Analytics? + href: ../analytics/advanced-endpoint-analytics.md + - name: Anomaly detection + href: ../analytics/anomaly-detection.md + - name: Enhanced device timeline + href: ../analytics/enhanced-device-timeline.md + - name: Device scopes + href: ../analytics/device-scopes.md + - name: Device query + href: ../analytics/device-query.md + - name: Data platform schema + href: ../analytics/data-platform-schema.md + - name: Battery health + href: ../analytics/battery-health.md + - name: Resource Performance + href: ../analytics/resource-performance-report.md + - name: Get support + href: ../analytics/get-support.md + - name: Data collection + href: ../analytics/data-collection.md + - name: Troubleshoot + href: ../analytics/troubleshoot.md - name: How-to guides items: From 93fed31a86b745103bf098c859b786d9c5ac91c7 Mon Sep 17 00:00:00 2001 From: Smriti Bhardwaj <95657523+Smritib17@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:51:09 -0700 Subject: [PATCH 2/6] reanmed the old toc --- memdocs/analytics/{toc.yml => toc-old.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename memdocs/analytics/{toc.yml => toc-old.yml} (100%) diff --git a/memdocs/analytics/toc.yml b/memdocs/analytics/toc-old.yml similarity index 100% rename from memdocs/analytics/toc.yml rename to memdocs/analytics/toc-old.yml From 794b568def24c1a650a054b83c6ba64755177b00 Mon Sep 17 00:00:00 2001 From: Smriti Bhardwaj <95657523+Smritib17@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:57:37 -0700 Subject: [PATCH 3/6] fixed an error --- memdocs/intune/toc.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/memdocs/intune/toc.yml b/memdocs/intune/toc.yml index 9362bce661d..2d18701bfb3 100644 --- a/memdocs/intune/toc.yml +++ b/memdocs/intune/toc.yml @@ -1833,8 +1833,6 @@ items: href: ./fundamentals/review-logs-using-azure-monitor.md - name: Device configuration profile status href: ./configuration/device-profile-monitor.md - - name: Endpoint analytics - href: ../analytics/ - name: Industry guides items: From a1d68cad9487cef514ad41cddd575b0067ec169e Mon Sep 17 00:00:00 2001 From: Doug Eby <17034284+dougeby@users.noreply.github.com> Date: Tue, 22 Oct 2024 20:26:27 -0700 Subject: [PATCH 4/6] Rename toc-old.yml to tocyml.old --- memdocs/analytics/{toc-old.yml => tocyml.old} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename memdocs/analytics/{toc-old.yml => tocyml.old} (98%) diff --git a/memdocs/analytics/toc-old.yml b/memdocs/analytics/tocyml.old similarity index 98% rename from memdocs/analytics/toc-old.yml rename to memdocs/analytics/tocyml.old index 682e35732ed..91ec406e33a 100644 --- a/memdocs/analytics/toc-old.yml +++ b/memdocs/analytics/tocyml.old @@ -54,4 +54,4 @@ items: - name: Data collection href: data-collection.md - name: Get support - href: get-support.md \ No newline at end of file + href: get-support.md From cbc22f97ef9cb9a9cfe99e006dfa5f23c1da9cdb Mon Sep 17 00:00:00 2001 From: Doug Eby <17034284+dougeby@users.noreply.github.com> Date: Tue, 12 Nov 2024 21:26:30 -0800 Subject: [PATCH 5/6] lower case a --- memdocs/intune/index.yml | 2 +- memdocs/intune/toc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/memdocs/intune/index.yml b/memdocs/intune/index.yml index c94d9339e72..decac21d09f 100644 --- a/memdocs/intune/index.yml +++ b/memdocs/intune/index.yml @@ -263,7 +263,7 @@ conceptualContent: itemType: how-to-guide text: Microsoft Tunnel for Mobile Application Management - - title: Microsoft Endpoint Analytics + - title: Microsoft Endpoint analytics links: - url: ../analytics/overview.md itemType: how-to-guide diff --git a/memdocs/intune/toc.yml b/memdocs/intune/toc.yml index 9b26ada08bf..299a273d3ac 100644 --- a/memdocs/intune/toc.yml +++ b/memdocs/intune/toc.yml @@ -189,7 +189,7 @@ items: - name: Step 5 - Enroll devices displayName: deployment, mdm, android, ios, ipados, macos, windows href: ./fundamentals/deployment-guide-enroll.md - - name: Endpoint Analytics + - name: Endpoint analytics items: - name: Overview items: From ea9021889c1f5049c2e33ead614b0c5729c10507 Mon Sep 17 00:00:00 2001 From: Doug Eby <17034284+dougeby@users.noreply.github.com> Date: Tue, 12 Nov 2024 23:46:23 -0800 Subject: [PATCH 6/6] moved copilot in toc --- memdocs/intune/toc.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/memdocs/intune/toc.yml b/memdocs/intune/toc.yml index 299a273d3ac..40b23352f01 100644 --- a/memdocs/intune/toc.yml +++ b/memdocs/intune/toc.yml @@ -90,16 +90,6 @@ items: href: ./configuration/tutorial-walkthrough-administrative-templates.md displayName: admx, administrative template, gpo, windows - - name: Microsoft Copilot + Intune - items: - - name: Copilot in Intune - href: ./copilot/copilot-intune-overview.md - - name: Troubleshoot a device using Copilot - href: ./copilot/copilot-devices.md - - name: FAQ - href: ./copilot/copilot-intune-faq.md - - name: Intune plugin in Copilot for Security - href: ./copilot/security-copilot.md - name: Plan items: - name: Planning guide @@ -189,6 +179,16 @@ items: - name: Step 5 - Enroll devices displayName: deployment, mdm, android, ios, ipados, macos, windows href: ./fundamentals/deployment-guide-enroll.md + - name: Microsoft Copilot + Intune + items: + - name: Copilot in Intune + href: ./copilot/copilot-intune-overview.md + - name: Troubleshoot a device using Copilot + href: ./copilot/copilot-devices.md + - name: FAQ + href: ./copilot/copilot-intune-faq.md + - name: Intune plugin in Copilot for Security + href: ./copilot/security-copilot.md - name: Endpoint analytics items: - name: Overview