-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVManagedSan
Retrieve Managed SAN resource(s).
Get-HPOVManagedSan [-Name] <String>[ [-Label] <String>] [-ApplianceConnection] <Array> [<CommonParameters>]
This cmdlet is used to display or list the available Managed SAN resources in the appliance.
-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)
None. You cannot pipe objects to this cmdlet.
HPOneView.Storage.ManagedSan [System.Management.Automation.PSCustomObject]
Single Resource
System.Collections.ArrayList
Multiple Resources
-------------------------- 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.
Retrieve Managed SAN resource(s).
Get-HPOVManagedSan [-Name] <String>[ [-Label] <String>] [-ApplianceConnection] <Array> [<CommonParameters>]
This cmdlet is used to display or list the available Managed SAN resources in the appliance.
-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)
None. You cannot pipe objects to this cmdlet.
HPOneView.Storage.ManagedSan [System.Management.Automation.PSCustomObject]
Single Resource
System.Collections.ArrayList
Multiple Resources
-------------------------- 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.