< Back
Get-ViSession
Post
NAME Get-ViSession
SYNOPSIS
Lists vCenter Sessions.
SYNTAX
Get-ViSession [<CommonParameters>]
DESCRIPTION
Lists all connected vCenter Sessions.
PARAMETERS
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-VISession
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-VISession | Where { $_.IdleMinutes -gt 5 }
RELATED LINKS
SYNOPSIS
Lists vCenter Sessions.
SYNTAX
Get-ViSession [<CommonParameters>]
DESCRIPTION
Lists all connected vCenter Sessions.
PARAMETERS
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-VISession
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-VISession | Where { $_.IdleMinutes -gt 5 }
RELATED LINKS