-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVImageStreamerAppliance
Retrieve HPE Synergy Image Streamer appliances.
Get-HPOVImageStreamerAppliance[ [-Name] <String>][ [-ApplianceConnection] <Object>] [<CommonParameters>]
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.
-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)
None. You cannot pipe objects to this cmdlet.
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.
-------------------------- 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".
Retrieve HPE Synergy Image Streamer appliances.
Get-HPOVImageStreamerAppliance[ [-Name] <String>][ [-ApplianceConnection] <Object>] [<CommonParameters>]
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.
-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)
None. You cannot pipe objects to this cmdlet.
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.
-------------------------- 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".