Skip to content

Show HPOVActiveUser

Chris Lynch edited this page Dec 10, 2020 · 20 revisions

HPE OneView 4.10 Library

Show-HPOVActiveUser

Display active and connected users.

SYNTAX

Show-HPOVActiveUser[ [-ApplianceConnection] <Object>] [<CommonParameters>]

Detailed Description

Use this Cmdlet to display active and connected users to an HPE OneView or Synergy management appliance. Infrastructure administrator or Security administrator role is required in order to view all connected users.

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

<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.Appliance.ActiveUserSession

Connected user session and its details.

Examples

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

Get-HPOVActiveUser UserName LoginDomain ClientHost LoginTime -------- ----------- ---------- --------- [email protected] doctors-lab.local 192.168.19.3 11/1/2018 9: 39: 34 PM administrator Local 192.168.19.20 11/7/2018 1: 58: 48 PM Administrator Local 192.168.19.3 11/10/2018 5: 36: 39 AM

Display connected active users to the appliance.

Related Links


HPE OneView 4.00 Library

Show-HPOVActiveUser

Get HPE Synergy Image Streamer deployment plan parameters.

SYNTAX

Show-HPOVActiveUser[ [-ApplianceConnection] <Object>] [<CommonParameters>]

Detailed Description

HPE Synergy Image Streamer allows administrators to rapidly provision stateless operating systems along with bare metal provisioning. An OS Deployment Plan dicates the characteristics of the OS, including vendor, version, boot disk size, and OS personalization parameters. This Cmdlet will return OS Deployment Plan available and editable parameters.

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

<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

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

The OS Deployment Plan from Get-HPOVOSDeploymentPlan.

Return Values

HPOneView.ServerProfile.OSDeployment.OSDeploymentParameter

The object containined the Name of the parameter, and its default Value.

Examples

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

Get-HPOVOSDeploymentPlan -Name 'RHEL 7.2 OS' -ErrorAction Stop | Get-HPOVOSDeploymentPlanAttribute

Return OS Deployment Plan parameters from the 'RHEL 7.2 OS' deployment plan.

Related Links


Wiki Table of Contents

Clone this wiki locally