-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVUnmanagedDevice
Get Unmanaged Devices.
Get-HPOVUnmanagedDevice [-Name] <String>[ [-List] <SwitchParameter>][ [-Label] <String>] [-ApplianceConnection] <Object> [<CommonParameters>]
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.
-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)
None. You cannot pipe objects to this cmdlet.
HPOneView.UnmanagedResource [System.Management.Automation.PSCustomObject]
Single Unmanaged Device resource object
System.Collections.ArrayList
Multiple Unmanaged Device resource objects
-------------------------- EXAMPLE 1 --------------------------Get-HPOVUnmanagedDevice
Get all unmanaged devices.
Get Unmanaged Devices.
Get-HPOVUnmanagedDevice [-Name] <String>[ [-List] <SwitchParameter>][ [-Label] <String>] [-ApplianceConnection] <Object> [<CommonParameters>]
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.
-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)
None. You cannot pipe objects to this cmdlet.
HPOneView.UnmanagedResource [System.Management.Automation.PSCustomObject]
Single Unmanaged Device resource object
System.Collections.ArrayList
Multiple Unmanaged Device resource objects
-------------------------- EXAMPLE 1 --------------------------Get-HPOVUnmanagedDevice
Get all unmanaged devices.