< Back

Get-MailboxLastLogonTime

Mon Jan 13, 2020 8:18 pm

NAME Get-MailboxLastLogonTime



SYNOPSIS

Get Mailbox last logon Time.





SYNTAX

Get-MailboxLastLogonTime [-MailboxName] <String> [<CommonParameters>]





DESCRIPTION

Using this script you will get the Mailbox last logon Time





PARAMETERS

-MailboxName <String>

The name of the Mailbox.



Required? true

Position? 1

Default value

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 (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



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



PS C:\\>Get-MailboxLastLogonTime -MailboxName uasername



Get all Mailbox Last LogonTime .











RELATED LINKS