TestContainer.psd1
|
# # Module manifest for module 'TestContainer' # # Generated by: jayshah # # Generated on: 5/4/2016 # @{ # Script module or binary module file associated with this manifest. # RootModule = '' # Version number of this module. ModuleVersion = '1.0.0.0' # ID used to uniquely identify this module GUID = '47e726db-ea31-42c2-832d-b34205e917e4' # Author of this module Author = 'jayshah' # Company or vendor of this module CompanyName = 'Microsoft' # Copyright statement for this module Copyright = '(c) 2016 jayshah. All rights reserved.' # Description of the functionality provided by this module Description = 'This is a test Windows Server Container' # Minimum version of the Windows PowerShell engine required by this module PowerShellVersion = '5.0' # Aliases to export from this module AliasesToExport = '*' } |