JSDR.Configuration.psd1

@{

# Script module or binary module file associated with this manifest
RootModule = 'JSDR.Configuration.psm1'

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

# ID used to uniquely identify this module
GUID = '324191ba-5bdb-46f6-be3b-44d848e68880'

# Author of this module
Author = 'JetStream Software'

# Company or vendor of this module
CompanyName = 'JetStream Software, Inc.'

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

# Description of the functionality provided by this module
Description = 'PowerShell Module for Initial configuration of JetStream Software'

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @('VMware.VimAutomation.Core', 'VMware.vSphere.SsoAdmin')

# Functions to export from this module
FunctionsToExport = @('Install-JetDR', 'Uninstall-JetDR', 'Invoke-PreflightJetDRInstall', 'Invoke-PreflightJetDRUninstall', 'Invoke-PreflightJetDRSystemCheck')

# Cmdlets to export from this module
CmdletsToExport = @()

# Variables to export from this module
VariablesToExport = ''

# Aliases to export from this module
AliasesToExport = @()

# Nested Modules
NestedModules = @("jetdr_avs_lib.ps1")
}