PSWinReporting.psd1

@{
    Copyright='(c) 2011 - 2019 Przemyslaw Klys. All rights reserved.'
    PrivateData=@{
        PSData=@{
            Tags='PSWinReporting',
                'ActiveDirectory',
                'Events',
                'Reporting',
                'Windows'
            ProjectUri='https://github.com/EvotecIT/PSWinReporting'
            IconUri='https://evotec.xyz/wp-content/uploads/2018/10/PSWinReporting.png'
            Prerelease='-preview1'
        }
    }
    Description='This PowerShell Module, which started as an event library (Get-EventsLibrary.ps1), has now grown up and became full fledged PowerShell Module. This module has multiple functionalities but one of the signature features of this module is ability to parse Security (mostly) logs on Domain Controllers.'
    FunctionsToExport='Add-TaskScheduledForwarder',
        'Find-Events',
        'New-SubscriptionTemplates',
        'Remove-TaskScheduledForwarder',
        'Set-SubscriptionTemplates',
        'Start-ADReporting',
        'Start-Notifications',
        'Start-SubscriptionService',
        'Start-WinReporting'
    Author='Przemyslaw Klys'
    RequiredModules='PSEventViewer',
        'PSWriteColor',
        'PSSharedGoods',
        'PSWriteExcel',
        'PSWriteHTML'
    GUID='4b446d15-93e7-4eec-a6ee-d741f2ae2f3b'
    RootModule='PSWinReporting.psm1'
    AliasesToExport=''
    ModuleVersion='2.0.0'
    CompanyName='Evotec'
}