Microsft-Teams.psd1
|
@{ RootModule = 'Microsft-Teams.psm1' ModuleVersion = '1.0.0' GUID = 'db06e801-3d24-480f-b437-02f0f8b0075d' Author = 'Alex Reed' CompanyName = 'Alex Reed' Copyright = '(c) Alex Reed. All rights reserved.' Description = 'Useful utilities' PowerShellVersion = '5.1' FunctionsToExport = @('Get-MicrosftTeamsStatus', 'Initialize-MicrosftTeams') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |