Telemetry.psd1
@{ RootModule = 'Telemetry.psm1' ModuleVersion = '0.0.1' CompatiblePSEditions = @( 'Core' 'Desktop' ) GUID = 'd804eaba-1d48-419b-9311-8876e3250793' Author = 'PSModule' CompanyName = 'PSModule' Copyright = '(c) 2025 PSModule. All rights reserved.' Description = 'A PowerShell module for managing and registering telemetry.' PowerShellVersion = '7.4' ProcessorArchitecture = 'None' TypesToProcess = @() FormatsToProcess = @() FunctionsToExport = 'Get-PSModuleTest' CmdletsToExport = @() ModuleList = @() FileList = 'Telemetry.psm1' PrivateData = @{ PSData = @{ Tags = @( 'Linux' 'MacOS' 'PSEdition_Core' 'PSEdition_Desktop' 'Windows' ) LicenseUri = 'https://github.com/PSModule/Telemetry/blob/main/LICENSE' ProjectUri = 'https://github.com/PSModule/Telemetry' IconUri = 'https://raw.githubusercontent.com/PSModule/Telemetry/main/icon/icon.png' } } } |