Dargslan.LogParser.psd1
|
@{ RootModule = 'Dargslan.LogParser.psm1' ModuleVersion = '1.0.0' GUID = 'c471d216-f3f0-4386-8643-7d8c4491d08a' Author = 'Dargslan' CompanyName = 'Dargslan' Copyright = '(c) 2025 Dargslan. All rights reserved.' Description = 'Parse and analyze Windows event log files — Part of the Dargslan Windows Admin Tools collection. More at https://dargslan.com' PowerShellVersion = '5.1' FunctionsToExport = @('*') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('linux', 'log-parser', 'syslog', 'auth-log', 'nginx', 'apache', 'security', 'devops', 'windows', 'sysadmin', 'dargslan', 'devops', 'administration') LicenseUri = 'https://github.com/Dargslan/powershell-admin-scripts/blob/main/LICENSE' ProjectUri = 'https://dargslan.com' IconUri = 'https://dargslan.com/assets/img/dargslan-icon.png' ReleaseNotes = 'Part of the Dargslan Admin Tools suite. Visit https://dargslan.com for documentation, free cheat sheets, and Linux/DevOps eBooks.' } } } |