Dargslan.LogStats.psd1
|
@{ RootModule = 'Dargslan.LogStats.psm1' ModuleVersion = '1.0.0' GUID = 'fe7507d8-3a94-47ea-8073-386915bdd932' Author = 'Dargslan' CompanyName = 'Dargslan' Copyright = '(c) 2025 Dargslan. All rights reserved.' Description = 'Generate statistics from Windows event logs — Part of the Dargslan Windows Admin Tools collection. More at https://dargslan.com' PowerShellVersion = '5.1' FunctionsToExport = @('*') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('linux', 'logs', 'statistics', 'logrotate', 'sysadmin', 'monitoring', '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.' } } } |