ProductivityTools.Transfers.psd1

#
# Module manifest for module 'module'
#
# Generated by: Pawel
#
# Generated on: 9/18/2021 11:43:31 AM
#

@{

# Script module or binary module file associated with this manifest.
RootModule = 'ProductivityTools.Transfers.psm1'

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

# ID used to uniquely identify this module
GUID = '6c41c93f-9ce8-456d-8726-a7546aa949e2'

# Author of this module
Author = 'Pawel Wujczyk'

# Copyright statement for this module
Copyright = '(c) 2021 Pawel. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Module sumarrizes and saves transfers to database, not production ready'

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @('ProductivityTools.MasterConfiguration', 'ProductivityTools.PSDbUp')

# Functions to export from this module
FunctionsToExport = @('Print-AllTransfers','Save-AllTransfersToDB')

# 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 = ''

}