Get-PASUserLoginInfo
Get-PASUserLoginInfo
SYNOPSIS
Get Login information for the current user
SYNTAX
Get-PASUserLoginInfo [<CommonParameters>]
DESCRIPTION
Returns data about the User that is currently logged into the system
EXAMPLES
EXAMPLE 1
Get-PASUserLoginInfo
Returns Login Info for the current user
EXAMPLE 2
$loginInfo = Get-PASUserLoginInfo
Saves the login information for the current user in the $loginInfo variable
EXAMPLE 3
(Get-PASUserLoginInfo).FailedLogins
Returns the number of failed login attempts recorded for the current user
PARAMETERS
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.