link to source code is here: https://github.com/PowerShell/PowerShell/blob/master/src/System.Management.Automation/utils/PSTelemetryMethods.cs
I came across this file while perusing the codebase in VS.
might be worthy of a read for anyone curious…?
disclaimer: i absolutely, 100%, make no assumptions on how this data is or should be used. I am in no way an expert in this area, I’m just highlighting it for others if they wish to form an opinion on it, either positive or negative.
submitted by /u/suddenarborealstop
[link] [comments]
The post PowerShell/PSTelemetryMethods.cs on GitHub appeared first on How to Code .NET.