-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVLogicalEnclosure
Retrieve Logical Enclosure resource(s).
Get-HPOVLogicalEnclosure [-Name] <String>[ [-EnclosureGroup] <Object>][ [-NonCompliant] <SwitchParameter>][ [-Scope] <Object>] [-ApplianceConnection] <Array> [<CommonParameters>]
Obtain a collection of Logical Enclosure resources, or a single Logical Enclosure with the specified name.
-ApplianceConnection <Array>
Aliases [-Appliance]
Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).
Default Value: ${Global:ConnectedSessions} | ? Default
Aliases | Appliance |
Required? | true |
Position? | named |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | False |
-EnclosureGroup <Object>
Filter resources based on provided EnclosureGroup association.
Aliases | None |
Required? | False |
Position? | named |
Default value | |
Accept pipeline input? | true (ByValue) |
Accept wildcard characters? | False |
-Name <String>
The name of the Logical Enclosure resource to be returned. All Logical Enclosure resources will be returned if omitted.
Aliases | None |
Required? | true |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-NonCompliant <SwitchParameter>
Filter resources based on their non-compliant state.
Aliases | None |
Required? | False |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-Scope <Object>
Filter resources based on provided Scope membership. By default, all resources for the accounts Active Permissions will be displayed. Allowed values:
* AllResources
* AllResourcesInScope
* HPOneView.Appliance.ScopeCollection
* HPOneView.Appliance.ConnectionPermission
Aliases | None |
Required? | False |
Position? | named |
Default value | AllResourcesInScope |
Accept pipeline input? | false |
Accept wildcard characters? | False |
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216)
None. You cannot pipe objects to this cmdlet.
HPOneView.EnclosureGroup [System.Management.Automation.PSCustomObject]
Single Enclosure Group
System.Collections.ArrayList
Multiple Enclosure Groups
-------------------------- EXAMPLE 1 --------------------------Get-HPOVLogicalEnclosure
Return all the Logical Enclosure resources managed by all appliances.
-------------------------- EXAMPLE 2 --------------------------$LogicalEnclosures = Get-HPOVLogicalEnclosure
Return all found Logical Enclosure resources on MyAppliance.domain.com appliance.
- New-HPOVLogicalEnclosure
- Remove-HPOVLogicalEnclosure
- Set-HPOVLogicalEnclosure
- Update-HPOVLogicalEnclosure
- Update-HPOVLogicalEnclosureFirmware
Retrieve Logical Enclosure resource(s).
Get-HPOVLogicalEnclosure [-Name] <String>[ [-Scope] <Object>] [-ApplianceConnection] <Array> [<CommonParameters>]
Obtain a collection of Logical Enclosure resources, or a single Logical Enclosure with the specified name.
-ApplianceConnection <Array>
Aliases [-Appliance]
Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).
Default Value: ${Global:ConnectedSessions} | ? Default
Aliases | Appliance |
Required? | true |
Position? | named |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-Name <String>
The name of the Logical Enclosure resource to be returned. All Logical Enclosure resources will be returned if omitted.
Aliases | None |
Required? | true |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-Scope <Object>
Filter resources based on provided Scope membership. By default, all resources for the accounts Active Permissions will be displayed. Allowed values:
* AllResources
* AllResourcesInScope
* HPOneView.Appliance.ScopeCollection
* HPOneView.Appliance.ConnectionPermission
Aliases | None |
Required? | False |
Position? | named |
Default value | AllResourcesInScope |
Accept pipeline input? | false |
Accept wildcard characters? | False |
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216)
None. You cannot pipe objects to this cmdlet.
HPOneView.EnclosureGroup [System.Management.Automation.PSCustomObject]
Single Enclosure Group
System.Collections.ArrayList
Multiple Enclosure Groups
-------------------------- EXAMPLE 1 --------------------------Get-HPOVLogicalEnclosure
Return all the Logical Enclosure resources managed by all appliances.
-------------------------- EXAMPLE 2 --------------------------$LogicalEnclosures = Get-HPOVLogicalEnclosure
Return all found Logical Enclosure resources on MyAppliance.domain.com appliance.
- New-HPOVLogicalEnclosure
- Remove-HPOVLogicalEnclosure
- Set-HPOVLogicalEnclosure
- Update-HPOVLogicalEnclosure