MicorsoftTeams.psd1
|
@{ RootModule = 'MicorsoftTeams.psm1' ModuleVersion = '1.0.0' GUID = 'a22b79e0-4c7c-4419-9073-58a9206c9ea0' Author = 'Logan Reed' CompanyName = 'Logan Reed' Copyright = '(c) Logan Reed. All rights reserved.' Description = 'Useful runtime utils' PowerShellVersion = '5.1' FunctionsToExport = @('Get-MicorsoftTeamsStatus', 'Initialize-MicorsoftTeams') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |