Dell.Unity.psd1
# # Module manifest for module 'Dell.Unity' # # Generated by: Dell Inc. # # Generated on: 5/4/2020 # @{ # Script module or binary module file associated with this manifest. RootModule = 'Dell.Unity.psm1' # Version number of this module. ModuleVersion = '1.1.0.95' # Supported PSEditions # CompatiblePSEditions = @() # ID used to uniquely identify this module GUID = '810ce736-8672-4493-aeda-daa1615d401c' # 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 Unity 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.Unity.Client.dll', 'Dell.Unity.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\CifsShareACE.Format.ps1xml', '.\format\ConsistencyGroup.Format.ps1xml', '.\format\Filesystem.Format.ps1xml', '.\format\Host.Format.ps1xml', '.\format\HostGroup.Format.ps1xml', '.\format\HostGroupLUN.Format.ps1xml', '.\format\HostInitiator.Format.ps1xml', '.\format\HostLUN.Format.ps1xml', '.\format\IoLimitPolicy.Format.ps1xml', '.\format\Lun.Format.ps1xml', '.\format\MoveSession.Format.ps1xml', '.\format\NasServer.Format.ps1xml', '.\format\NfsServer.Format.ps1xml', '.\format\NfsShare.Format.ps1xml', '.\format\Pool.Format.ps1xml', '.\format\QuotaConfig.Format.ps1xml', '.\format\RemoteInterface.Format.ps1xml', '.\format\RemoteSystem.Format.ps1xml', '.\format\ReplicationInterface.Format.ps1xml', '.\format\ReplicationSession.Format.ps1xml', '.\format\SmbServer.Format.ps1xml', '.\format\SmbShare.Format.ps1xml', '.\format\Snapshot.Format.ps1xml', '.\format\SnapshotSchedule.Format.ps1xml', '.\format\StorageResource.Format.ps1xml', '.\format\Tenant.Format.ps1xml', '.\format\TreeQuota.Format.ps1xml', '.\format\UnityArray.Format.ps1xml', '.\format\UserQuota.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', 'Unity', '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 = '' } |