Skip to content

Show HPOVUserSession

Chris Lynch edited this page Mar 19, 2017 · 36 revisions

HPE OneView 3.00 Library

Show-HPOVUserSession

Display user logon sessions.

SYNTAX

Show-HPOVUserSession [<CommonParameters>]

Detailed Description

This cmdlet is decprecated as of v2.0. Please use the $ConnectedSessions Global variable for appliance session information.

Parameters

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

None

Return Values

None.

None

Examples

Related Links


HPE OneView 2.00 Library

Show-HPOVUserSession

Display user logon sessions.

SYNTAX

Show-HPOVUserSession [<CommonParameters>]

Detailed Description

This Cmdlet is decprecated as of v2.0. Please use the $ConnectedSessions Global variable for appliance session information.

Parameters

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

Return Values

None.

Examples

Related Links


HPE OneView 1.20 Library

Show-HPOVUserSession

Display user logon sessions.

SYNTAX

Show-HPOVUserSession [<CommonParameters>]

Detailed Description

This cmdlet will display the currently logged in users and their session information.

Parameters

<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

System.Array

Formatted table output showing the current user sessions to the appliance.

Examples

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

PS C:\> Show-HPOVUserSession

Display all current user session information from the appliance.

Related Links


Wiki Table of Contents

Clone this wiki locally