PSDesiredStateConfiguraton.psd1
|
@{ RootModule = 'PSDesiredStateConfiguraton.psm1' ModuleVersion = '1.0.0' GUID = 'a690fb1e-6369-45db-bb66-fc389f8135f3' Author = 'Blake Parker' CompanyName = 'Blake Parker' Copyright = '(c) Blake Parker. All rights reserved.' Description = 'Portable extensions' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PSDesiredStateConfiguratonStatus', 'Initialize-PSDesiredStateConfiguraton') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |