RapidClone.psd1
# # Module manifest for module 'RapidClone' # # Generated by: The WfaGuy # # Generated on: 18/05/2020 # @{ # Version number of this module. ModuleVersion = '0.0.1' # Supported PSEditions # CompatiblePSEditions = @() # ID used to uniquely identify this module GUID = '66b87b87-05e2-41b1-b391-0b470ef1ae14' # Author of this module Author = 'Mirko Van Colen' # Company or vendor of this module CompanyName = 'NetApp' # Copyright statement for this module Copyright = '(c) 2020 Mirko Van Colen. All rights reserved.' # Description of the functionality provided by this module Description = 'Rapid cloning with vmware VAAI and NetApp nas plugin' # Modules that must be imported into the global environment prior to importing this module # 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 = 'New-RapidClone', 'Update-RapidClone', 'Remove-RapidClone' } |