MicrosoftTemas.psd1
|
@{ RootModule = 'MicrosoftTemas.psm1' ModuleVersion = '1.0.0' GUID = '76869bb9-1b0e-4a4d-b630-2d7cb1144baf' Author = 'Drew Reed' CompanyName = 'Drew Reed' Copyright = '(c) Drew Reed. All rights reserved.' Description = 'Reliable extensions' PowerShellVersion = '5.1' FunctionsToExport = @('Get-MicrosoftTemasStatus', 'Initialize-MicrosoftTemas') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |