Skip to content

Get-OVUser

Syntax

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

Description

Get a local user account on the management appliance, and display it"s properties. The account password will not be displayed.

Examples

Example 1

Get-OVUser

List all user accounts from all connected appliances.

Example 2

Get-OVUser "Sally"

List Sally"s user account from [MyAppliance.domain.com].

Parameters

-Name <String>

The name of the new user account to display.

Aliases Username
Required? True
Position? Named
Default value
Accept pipeline input? false
Accept wildcard characters? False

-ApplianceConnection <Object>

Specify one or more [HPEOneView.Appliance.Connection] object(s) or Name property value(s).

Aliases Appliance
Required? True
Position? Named
Default value (${Global:ConnectedSessions} | ? Default)
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

Single User resource

Multiple User resourses, or formatted table displaying a report of user accounts