HI,
I have two commands but i need following information in one report.
Ex:
Name | ForwardingAddress | DeliverToMailboxAndForward |
Get-Mailbox -Filter {ForwardingAddress -ne $null} | ft Name,ForwardingAddress,DeliverToMailboxAndForward -Autosize
How do i get that lastlogontime to above by conbine following command
get-mailboxstatisticsselect-object
Lastlogontime,
As