OpenEndpointEvents.psd1
|
@{ RootModule = 'OpenEndpointEvents.psm1' ModuleVersion = '1.1.1' GUID = '7f98bb9c-3c6a-4b65-9871-7e8e7f0a9d41' Author = 'OpenEndpointEvents contributors' CompanyName = 'OpenEndpointEvents' Copyright = '(c) OpenEndpointEvents contributors' Description = 'Lightweight PowerShell module for writing user-defined endpoint events as daily NDJSON files for simple analytics.' PowerShellVersion = '5.1' CompatiblePSEditions = @('Desktop', 'Core') FunctionsToExport = @( 'ConvertTo-SafeFilePart', 'ConvertTo-EndpointEventLevel', 'ConvertTo-EndpointEventData', 'Get-EndpointIdentity', 'New-EndpointEventLogPath', 'Write-EndpointEvent', 'Write-EndpointInfo', 'Write-EndpointWarn', 'Write-EndpointError' ) CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @( 'Logging', 'JSON', 'NDJSON', 'Endpoint', 'Events', 'Telemetry', 'Analytics', 'Grafana', 'AzureBlob', 'LogAnalytics', 'ADX', 'Education', 'Homelab' ) ProjectUri = 'https://github.com/OpenEndpointEvents/OpenEndpointEvents' LicenseUri = 'https://github.com/OpenEndpointEvents/OpenEndpointEvents/blob/main/LICENSE' ReleaseNotes = 'v1.1.1 fixes uploader looping error.' } } } |