vSphere-Helper.psd1

#
# Module manifest for module 'vSphere-Helper'
#
# Generated by: Florian Colagrossi
#
# Generated on: 07.11.2018
#

@{

# Script module or binary module file associated with this manifest
RootModule = 'vSphere-Helper.psm1'

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

# Author of this module
Author = 'Florian Colagrossi'

# Company or vendor of this module
#CompanyName = 'Unknown'

# Copyright statement for this module
Copyright = '(c) 2017 Florian Colagrossi. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Delivers basic information about a ESX Server.'

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


# Functions to export from this module
FunctionsToExport = 'VSphere-Report'

# Modules that must be imported into the global environment prior to importing this module
#RequiredModules = @('VMWare.PowerCLI')

# Assemblies that must be loaded prior to importing this module
# RequiredAssemblies = @()

# Script files (.ps1) that are run in the caller's environment prior to importing this module
# ScriptsToProcess = @()

# HelpInfo URI of this module
# HelpInfoURI = 'Yet to come'

GUID = '2a136f46-a5da-44f0-aff4-55da73de7438'



}