PowerVCF.psd1
# # Module manifest for module 'PowerVCF' # # Generated by: Brian O Connell # # Generated on: 10/8/2019 # @{ # Script module or binary module file associated with this manifest. RootModule = 'PowerVCF.psm1' # Version number of this module. ModuleVersion = '1.0' # Supported PSEditions # CompatiblePSEditions = @() # ID used to uniquely identify this module GUID = '08e28c56-f231-4a2c-8906-dee337cf99b9' # Author of this module Author = 'Brian O Connell' # Description of the functionality provided by this module Description = 'PowerShell Module for the VMware Cloud Foundation API' # Minimum version of the Windows PowerShell engine required by this module PowerShellVersion = '5.0' # Name of the Windows PowerShell host required by this module # PowerShellHostName = '' # Minimum version of the Windows PowerShell host required by this module # PowerShellHostVersion = '' # 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 = '*' # Cmdlets 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 cmdlets to export. CmdletsToExport = '*' # Variables to export from this module VariablesToExport = '*' } |