examples/demo6/Configurations/PLATFORM/PLATFORM.psd1
@{ # Version number of this module. ModuleVersion = '0.0.1' # ID used to uniquely identify this module GUID = 'a908fd25-6154-4aaa-bd19-b61f5a666fb6' # Author of this module Author = 'Gael Colas' # Company or vendor of this module CompanyName = 'SynEdgy Ltd' # Copyright statement for this module Copyright = '(c) 2017 Gael. All rights reserved.' # Description of the functionality provided by this module # Description = '' # Modules that must be imported into the global environment prior to importing this module RequiredModules = @('PSDesiredStateConfiguration') # List of all files packaged with this module # FileList = @() } |