Get HPOVImageStreamerAppliance - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Get-HPOVImageStreamerAppliance

Retrieve HPE Synergy Image Streamer appliances.

SYNTAX

Get-HPOVImageStreamerAppliance[ [-Name] <String>][ [-ApplianceConnection] <Object>] [<CommonParameters>]

Detailed Description

Retrieve populated and discovered HPE Synergy Image Streamer appliances within the Synergy Management fabric. Image Streamer appliances can be in either a Claimed or Unclaimed state. Appliances will only belong in a single redundant H/A Pair, and all H/A pairs will participate within the same HPE Synergy OS Deployment Server. Redundant H/A pairs will automatically be created during the Create Logical Enclosure task.

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).

Default Value: ${Global:ConnectedSessions} | ? Default

Aliases Appliance
Required? false
Position? named
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? false
Accept wildcard characters?    False

-Name <String>

Image Streamer resource name. Supported the * (asterisk) wildcard character.

Aliases None
Required? false
Position? named
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

System.Management.Automation.PSCustomObject [HPOneView.Appliance.ImageStreamerAppliance]

An HPE Synergy Image Streamer appliance object.

System.Collections.ArrayList<HPOneView.Appliance.ImageStreamerAppliance>

A collection of HPE Synergy Image Streamer appliance objects.

Examples

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

Get-HPOVImageStreamerAppliance

List all HPE Synergy Image Streamer appliances.

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

Get-HPOVImageStreamerAppliance -Name "0000A66102, appliance 2"

Retrieve the Image Streamer Appliance "0000A66102, appliance 2".

Related Links


Top

HPE OneView 4.00 Library

Get-HPOVImageStreamerAppliance

Retrieve HPE Synergy Image Streamer appliances.

SYNTAX

Get-HPOVImageStreamerAppliance[ [-Name] <String>][ [-ApplianceConnection] <Object>] [<CommonParameters>]

Detailed Description

Retrieve populated and discovered HPE Synergy Image Streamer appliances within the Synergy Management fabric. Image Streamer appliances can be in either a Claimed or Unclaimed state. Appliances will only belong in a single redundant H/A Pair, and all H/A pairs will participate within the same HPE Synergy OS Deployment Server. Redundant H/A pairs will automatically be created during the Create Logical Enclosure task.

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).

Default Value: ${Global:ConnectedSessions} | ? Default

Aliases Appliance
Required? false
Position? named
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? false
Accept wildcard characters?    False

-Name <String>

Image Streamer resource name. Supported the * (asterisk) wildcard character.

Aliases None
Required? false
Position? named
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

System.Management.Automation.PSCustomObject [HPOneView.Appliance.ImageStreamerAppliance]

An HPE Synergy Image Streamer appliance object.

System.Collections.ArrayList<HPOneView.Appliance.ImageStreamerAppliance>

A collection of HPE Synergy Image Streamer appliance objects.

Examples

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

Get-HPOVImageStreamerAppliance

List all HPE Synergy Image Streamer appliances.

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

Get-HPOVImageStreamerAppliance -Name "0000A66102, appliance 2"

Retrieve the Image Streamer Appliance "0000A66102, appliance 2".

Related Links


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