Dell.PowerStore.psd1

#
# Module manifest for module 'Dell.PowerStore'
#
# Generated by: Dell Inc.
#
# Generated on: 5/4/2020
#

@{

# Script module or binary module file associated with this manifest.
RootModule = 'Dell.PowerStore.psm1'

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

# Supported PSEditions
# CompatiblePSEditions = @()

# ID used to uniquely identify this module
GUID = 'c69b2299-5e7f-4fb9-9241-b0768ed6f5c8'

# Author of this module
Author = 'Dell Inc.'

# Company or vendor of this module
CompanyName = 'Dell Inc.'

# Copyright statement for this module
Copyright = 'Copyright (c) 2022 Dell Inc. or its subsidiaries. All Rights Reserved.'

# Description of the functionality provided by this module
Description = 'Manage Dell PowerStore clusters using PowerShell.'

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

# Name of the Windows PowerShell host required by this module
# PowerShellHostName = ''

# Minimum version of the Windows PowerShell host required by this module
# PowerShellHostVersion = ''

# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
DotNetFrameworkVersion = '4.8'

# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
CLRVersion = '4.0.30319.42000'

# Processor architecture (None, X86, Amd64) required by this module
# ProcessorArchitecture = ''

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

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = @('Dell.PowerStore.Client.dll', 'Dell.PowerStore.Management.dll')

# Type files (.ps1xml) to be loaded when importing this module
# TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = @(
    '.\format\Appliance.Format.ps1xml',
    '.\format\Bond.Format.ps1xml',
    '.\format\Cluster.Format.ps1xml',
    '.\format\EthPort.Format.ps1xml',
    '.\format\FcPort.Format.ps1xml',
    '.\format\FileSystem.Format.ps1xml',
    '.\format\FileSystemSnapshot.Format.ps1xml',
    '.\format\FileTreeQuota.Format.ps1xml',
    '.\format\FileUserQuota.Format.ps1xml',
    '.\format\Hardware.Format.ps1xml',
    '.\format\Host.Format.ps1xml',
    '.\format\HostGroup.Format.ps1xml',
    '.\format\HostInitiator.Format.ps1xml',
    '.\format\Identity.Format.ps1xml',
    '.\format\Initiator.Format.ps1xml',
    '.\format\IpPoolAddress.Format.ps1xml',
    '.\format\IpPort.Format.ps1xml',
    '.\format\IscsiTarget.Format.ps1xml',
    '.\format\NasServer.Format.ps1xml',
    '.\format\Network.Format.ps1xml',
    '.\format\NfsExport.Format.ps1xml',
    '.\format\NfsServer.Format.ps1xml',
    '.\format\Node.Format.ps1xml',
    '.\format\ProtectionPolicy.Format.ps1xml',
    '.\format\RemoteSystem.Format.ps1xml',
    '.\format\ReplicationRule.Format.ps1xml',
    '.\format\ReplicationSession.Format.ps1xml',
    '.\format\SasPort.Format.ps1xml',
    '.\format\SmbServer.Format.ps1xml',
    '.\format\SmbShare.Format.ps1xml',
    '.\format\SnapshotRule.Format.ps1xml',
    '.\format\VethPort.Format.ps1xml',
    '.\format\Volume.Format.ps1xml',
    '.\format\VolumeGroup.Format.ps1xml',
    '.\format\VolumeGroupSnapshot.Format.ps1xml',
    '.\format\VolumeMapping.Format.ps1xml',
    '.\format\VolumeSnapshot.Format.ps1xml'
    )

FunctionsToExport = @('*')

CmdletsToExport = @('*')

VariablesToExport = '*'

AliasesToExport = @()

# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
PrivateData = @{

    PSData = @{

        # Tags applied to this module. These help with module discovery in online galleries.
        Tags = @('Dell', 'EMC', 'PowerStore', 'storage', 'REST', 'management')

        # A URL to the license for this module.
        LicenseUri = 'https://www.dell.com/learn/us/en/uscorp1/legal_terms-conditions_dellgrmwebpage/art-software-license-agreements'

        # A URL to the main website for this project.
        ProjectUri = 'https://www.dell.com'

        # A URL to an icon representing this module.
        # IconUri = ''

        # ReleaseNotes of this module
        # ReleaseNotes = ''

    } # End of PSData hashtable

} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''

# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''

}