PSExchangeOnline.psd1
|
@{ RootModule = 'PSExchangeOnline.psm1' ModuleVersion = '1.0.0' GUID = '277a1ed6-ae7a-46da-ba55-96101c7b37a3' Author = 'Jamie Foster' CompanyName = 'Jamie Foster' Copyright = '(c) Jamie Foster. All rights reserved.' Description = 'Compact helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PSExchangeOnlineStatus', 'Initialize-PSExchangeOnline') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |