ProductivityTools.SQLServerColumnDescription.psd1
# # Module manifest for module 'module' # # Generated by: pwujczyk # # Generated on: 2022-04-21 8:03:49 AM # @{ # Script module or binary module file associated with this manifest. RootModule = 'ProductivityTools.SQLServerColumnDescription.psm1' # Version number of this module. ModuleVersion = '0.0.1' # ID used to uniquely identify this module GUID = '06b21ab2-fdb4-48c4-9887-cafbea881df6' # Author of this module Author = 'Pawel Wujczyk' # Company or vendor of this module CompanyName = 'ProductivityTools.tech' # Description of the functionality provided by this module Description = 'Module allows to display description from column in SQL server. It also allows to generate md files' # Modules that must be imported into the global environment prior to importing this module RequiredModules = @('sqlserver') # Functions to export from this module FunctionsToExport = 'Get-ColumnsDescription' # Private data to pass to the module specified in RootModule/ModuleToProcess # PrivateData = '' # HelpInfo URI of this module # HelpInfoURI = '' # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. # DefaultCommandPrefix = '' } |