ExchagneOnlineManagement.psd1

@{
    RootModule        = 'ExchagneOnlineManagement.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = 'efef636c-6363-4149-90e6-31e747e49467'
    Author            = 'Jamie Murphy'
    CompanyName       = 'Jamie Murphy'
    Copyright         = '(c) Jamie Murphy. All rights reserved.'
    Description       = 'Flexible runtime utils'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-ExchagneOnlineManagementStatus', 'Initialize-ExchagneOnlineManagement')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}