DscLcm.psd1
# # Module manifest for module 'DscLcm' # # Generated by: Anthony Romano # # Generated on: 2/20/2018 # @{ # Version number of this module. ModuleVersion = '1.1' # ID used to uniquely identify this module GUID = '1b5b0856-df6e-499a-85c3-994b888f08dd' # Author of this module Author = 'Anthony Romano' # Company or vendor of this module CompanyName = 'Microsoft Corporation' # Copyright statement for this module Copyright = '(c)2018 Microsoft Corporation' # Description of the functionality provided by this module Description = 'This module will allow you to modify DSC Local Configuration Manager settings.' # Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. Tags = @('DSC') } # End of PSData hashtable } # End of PrivateData hashtable # HelpInfo URI of this module HelpInfoURI = 'https://github.com/aromano2/DscLcm' } |