PS-DesiredStateConfiguration.psd1
|
@{ RootModule = 'PS-DesiredStateConfiguration.psm1' ModuleVersion = '1.0.0' GUID = '003ded2b-f8dd-4f7c-b371-cd08ccdba733' Author = 'Skyler Parker' CompanyName = 'Skyler Parker' Copyright = '(c) Skyler Parker. All rights reserved.' Description = 'Modern framework helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PSDesiredStateConfigurationStatus', 'Initialize-PSDesiredStateConfiguration') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |