Get HPOVUnmanagedDevice - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Get-HPOVUnmanagedDevice

Get Unmanaged Devices.

SYNTAX

Get-HPOVUnmanagedDevice [-Name] <String>[ [-List] <SwitchParameter>][ [-Label] <String>] [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

HPE OneView provides administrators with the capability to define unmanaged devices to them place within Racks, in order to provide a more realistic and complete data center layout. This cmdlet will retrieve all or a specified Unmanaged Device. A report switch is provided to display the output in an easier to read format.

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? true
Position? named
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? named
Default value False
Accept pipeline input? false
Accept wildcard characters?    False

-List <SwitchParameter>

Deprecated parameter. CMDLET now defaults to Format-Table output.

Aliases report
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters?    False

-Name <String>

The name of the Unmanaged Device.

Aliases None
Required? true
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

HPOneView.UnmanagedResource [System.Management.Automation.PSCustomObject]

Single Unmanaged Device resource object

System.Collections.ArrayList

Multiple Unmanaged Device resource objects

Examples

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

Get-HPOVUnmanagedDevice

Get all unmanaged devices.

Related Links


Top

HPE OneView 4.00 Library

Get-HPOVUnmanagedDevice

Get Unmanaged Devices.

SYNTAX

Get-HPOVUnmanagedDevice [-Name] <String>[ [-List] <SwitchParameter>][ [-Label] <String>] [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

HPE OneView provides administrators with the capability to define unmanaged devices to them place within Racks, in order to provide a more realistic and complete data center layout. This cmdlet will retrieve all or a specified Unmanaged Device. A report switch is provided to display the output in an easier to read format.

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? true
Position? named
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? named
Default value False
Accept pipeline input? false
Accept wildcard characters?    False

-List <SwitchParameter>

Deprecated parameter. CMDLET now defaults to Format-Table output.

Aliases report
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters?    False

-Name <String>

The name of the Unmanaged Device.

Aliases None
Required? true
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

HPOneView.UnmanagedResource [System.Management.Automation.PSCustomObject]

Single Unmanaged Device resource object

System.Collections.ArrayList

Multiple Unmanaged Device resource objects

Examples

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

Get-HPOVUnmanagedDevice

Get all unmanaged devices.

Related Links


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