Dell.PowerMax.psd1
# # Module manifest for module 'Dell.PowerMax' # # Generated by: Dell Inc. # # Generated on: 5/4/2020 # @{ # Script module or binary module file associated with this manifest. RootModule = 'Dell.PowerMax.psm1' # Version number of this module. ModuleVersion = '1.1.0.196' # Supported PSEditions # CompatiblePSEditions = @() # ID used to uniquely identify this module GUID = '2cd6b3b3-a761-4109-8380-1b2d963de611' # Author of this module Author = 'Dell Inc.' # Company or vendor of this module CompanyName = 'Dell Inc.' # Copyright statement for this module Copyright = 'Copyright (c) 2021 Dell Inc. or its subsidiaries. All Rights Reserved.' # Description of the functionality provided by this module Description = 'Manage Dell PowerMax arrays 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.PowerMax.Client.dll', 'Dell.PowerMax.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\UnisphereServer.Format.ps1xml', '.\format\PowerMaxArray.Format.ps1xml', '.\format\StorageGroup.Format.ps1xml', '.\format\Volume.Format.ps1xml', '.\format\PortGroup.Format.ps1xml', '.\format\MaskingView.Format.ps1xml', '.\format\RdfPair.Format.ps1xml', '.\format\RdfGroupId.Format.ps1xml', '.\format\RdfGroup.Format.ps1xml', '.\format\StorageGroupRdfGroup.Format.ps1xml', '.\format\StorageGroupSnapshot.Format.ps1xml', '.\format\SnapshotPolicyStorageGroup.Format.ps1xml', '.\format\SnapshotPolicy.Format.ps1xml', '.\format\Host.Format.ps1xml', '.\format\Initiator.Format.ps1xml', '.\format\HostGroup.Format.ps1xml', '.\format\Slo.Format.ps1xml', '.\format\Srp.Format.ps1xml', '.\format\Job.Format.ps1xml', '.\format\Port.Format.ps1xml', '.\format\MaskingViewConnection.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', 'PowerMax', '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 = '' } |