Get HPOVManagedSan - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Get-HPOVManagedSan

Retrieve Managed SAN resource(s).

SYNTAX

Get-HPOVManagedSan [-Name] <String>[ [-Label] <String>] [-ApplianceConnection] <Array> [<CommonParameters>]

Detailed Description

This cmdlet is used to display or list the available Managed SAN resources in the appliance.

Parameters

-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? 2
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? false
Accept wildcard characters?    False

-Label <String>

Specify the label associated with resources.

Aliases None
Required? false
Position? 1
Default value False
Accept pipeline input? false
Accept wildcard characters?    False

-Name <String>

Aliases [-Fabric] Managed SAN Name to retrieve.

Aliases Fabric
Required? true
Position? 0
Default value
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)

Input Types

None. You cannot pipe objects to this cmdlet.

Return Values

HPOneView.Storage.ManagedSan [System.Management.Automation.PSCustomObject]

Single Resource

System.Collections.ArrayList

Multiple Resources

Examples

 -------------------------- EXAMPLE 1 --------------------------

Get-HPOVManagedSan Name State Status Network Zoned Automated Zoning ---- ----- ------ ------- ----- ---------------- Fabric A Ready OK BNA Managed Fabric A Zoned True

Return all managed SAN resources.

 -------------------------- EXAMPLE 2 --------------------------

Get-HPOVManagedSan "Fabric A"

Show the "Fabric A" Managed SAN resource object.

Related Links


Top

HPE OneView 4.00 Library

Get-HPOVManagedSan

Retrieve Managed SAN resource(s).

SYNTAX

Get-HPOVManagedSan [-Name] <String>[ [-Label] <String>] [-ApplianceConnection] <Array> [<CommonParameters>]

Detailed Description

This cmdlet is used to display or list the available Managed SAN resources in the appliance.

Parameters

-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? 2
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? false
Accept wildcard characters?    False

-Label <String>

Specify the label associated with resources.

Aliases None
Required? false
Position? 1
Default value False
Accept pipeline input? false
Accept wildcard characters?    False

-Name <String>

Aliases [-Fabric] Managed SAN Name to retrieve.

Aliases Fabric
Required? true
Position? 0
Default value
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)

Input Types

None. You cannot pipe objects to this cmdlet.

Return Values

HPOneView.Storage.ManagedSan [System.Management.Automation.PSCustomObject]

Single Resource

System.Collections.ArrayList

Multiple Resources

Examples

 -------------------------- EXAMPLE 1 --------------------------

Get-HPOVManagedSan Name State Status Network Zoned Automated Zoning ---- ----- ------ ------- ----- ---------------- Fabric A Ready OK BNA Managed Fabric A Zoned True

Return all managed SAN resources.

 -------------------------- EXAMPLE 2 --------------------------

Get-HPOVManagedSan "Fabric A"

Show the 'Fabric A' Managed SAN resource object.

Related Links


Top
⚠️ **GitHub.com Fallback** ⚠️