DirectSendAudit.psd1

#
# Module manifest for module 'DirectSendAudit'
#
# Generated by: James Erskine
#
# Generated on: 25/09/2025
#

@{
    # Script module or binary module file associated with this manifest
    RootModule        = 'DirectSendAudit.psm1'

    # Version number of this module
    ModuleVersion     = '1.0.3'

    # ID used to uniquely identify this module
    GUID              = 'c2e4aee1-74b0-4c7f-a1e6-9b7c83e1845b'

    # Author of this module
    Author            = 'James Erskine'

    # Company or vendor of this module
    CompanyName       = 'Redkite'

    # Copyright statement for this module
    Copyright         = '(c) 2025 James Erskine. All rights reserved.'

    # Description of the functionality provided by this module
    Description       = 'Checks Historical Message Trace using Purview for inbound messages with no connector, filters by internal messages (indicative of Direct Send), detects tenant domains automatically, summarizes per tenant domain, and exports full report for review.'

    # Minimum version of the Windows PowerShell engine required
    PowerShellVersion = '5.1'

    # Functions to export from this module
    FunctionsToExport = @('Start-DirectSendAudit')

    # Cmdlets to export from this module
    CmdletsToExport   = @()

    # Variables to export from this module
    VariablesToExport = @()

    # Aliases to export from this module
    AliasesToExport   = @()

    # Modules that must be imported into the global environment prior to importing this module
    RequiredModules   = @(
        @{ ModuleName = 'ExchangeOnlineManagement'; ModuleVersion = '3.0.0' }
    )

    # List of all files packaged with this module
    FileList          = @(
        'DirectSendAudit.psm1',
        'DirectSendAudit.psd1'
    )

    # Private data to pass to the module
    PrivateData       = @{
        PSData = @{
            # Tags applied to this module. These help with module discovery in online galleries.
            Tags = @(
                'exchange',
                'o365',
                'security',
                'DirectSend',
                'audit',
                'Direct_Send',
                'Connector'
            )

            # A URL to an icon representing this module.
            # IconUri = ''

            # ReleaseNotes of this module
            # ReleaseNotes = 'Original Purview reports will now retain their original naming convention. Filtered CSV name will include a timestamp. Cached exchange sessions are cleared at the start to avoid token/session issues'
        }
    }
}