< Back

Get-ViSession

Sat Jan 18, 2020 8:44 pm

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