BizTalkGroupConfig.psd1

@{
    # Script module or binary module file associated with this manifest.
    RootModule = "MSFT_BizTalkGroupConfig.psm1"
    
    DscResourcesToExport = @('BizTalkGroupConfiguration')
    
    CmdLetsToExport = ''
    
    FunctionsToExport = ''
    
    # Version number of this module.
    ModuleVersion = '0.0.0.1'

    # ID used to uniquely identify this module
    GUID = 'B565712b-069d-4059-89b0-f8cca9d2643c'

    Author = 'Patrick Wellink'

    # Company or vendor of this module
    CompanyName = ''

    # Description of the functionality provided by this module
    Description = 'Create a local BizTalk group with all features installed except EDI'

    # Minimum version of the Windows PowerShell engine required by this module
    PowerShellVersion = '5.1'

    # Name of the Windows PowerShell host required by this module
    # PowerShellHostName = ''
}