xMIMDsc.psd1
# # Module manifest for module 'xMIMDsc' # # Generated by: Harish Kaushal # # Generated on: 2/19/2019 # @{ # Version number of this module. ModuleVersion = '1.0.1903.1' # ID used to uniquely identify this module GUID = '4a7b18c7-cc99-4df9-abf1-57b21b0869f7' # Author of this module Author = 'Harish Kaushal' # Company or vendor of this module CompanyName = 'Microsoft Corporation' # Description of the functionality provided by this module Description = 'xMIMDsc DSC module can be used to deploy MIM Service, Patch to latest versions and also install MIM PAM with GMSA accounts.' # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess NestedModules = @(".\Modules\Common.psm1") # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. FunctionsToExport = '*' } |