dsc/custom/cIIS/DscResources/PSHOrg_cAppPool/PSHOrg_cAppPool.psd1
@{ # Version number of this module. ModuleVersion = '1.0' RootModule = 'PSHOrg_cAppPool.psm1' # Author of this module Author = 'Ned Bellavance' # Company or vendor of this module CompanyName = 'Anexinet' # Copyright statement for this module Copyright = 'NA' # Description of the functionality provided by this module Description = 'Module with DSC Resources for Application Pool Administration' # Minimum version of the Windows PowerShell engine required by this module PowerShellVersion = '4.0' # Minimum version of the common language runtime (CLR) required by this module CLRVersion = '4.0' # Functions to export from this module FunctionsToExport = '*' # Cmdlets to export from this module CmdletsToExport = '*' } |