From 5e44502e3446bcebdab5375f0bf23b594b8152de Mon Sep 17 00:00:00 2001 From: Steven Bucher Date: Mon, 28 Feb 2022 09:46:44 -0800 Subject: [PATCH] adding PS Get Compat module to allow list of telemetry modules --- src/System.Management.Automation/utils/Telemetry.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/System.Management.Automation/utils/Telemetry.cs b/src/System.Management.Automation/utils/Telemetry.cs index 105feef73e1..357eed7c5c2 100644 --- a/src/System.Management.Automation/utils/Telemetry.cs +++ b/src/System.Management.Automation/utils/Telemetry.cs @@ -322,6 +322,7 @@ static ApplicationInsightsTelemetry() "branchcache", "CimCmdlets", "clusterawareupdating", + "CompatPowerShellGet", "configci", "ConfigurationManager", "DataProtectionManager",