ADCSTemplateParser.psd1

#
# Module manifest for module 'ADCSTemplateParser'
#
# Generated by: Jan-Henrik Damaschke
#
# Generated on: 21.03.2016
#

@{

# Version number of this module.
ModuleVersion = '0.4.2.0'

# ID used to uniquely identify this module
GUID = '5bd69e7a-5a16-4508-8206-7f545c6d4170'

# Author of this module
Author = 'Jan-Henrik Damaschke'

# Copyright statement for this module
Copyright = '(c) 2016 Jan-Henrik Damaschke. All rights reserved.'

# Description of the functionality provided by this module
Description = 'This module parses the content of one or more exported Active Directory Certificate Templates. You have to provide the path to the file, where the templates are stored. '

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

# 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 = @('Get-ATPTemplate')

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('ADCSTemplateParser.psm1')
}