[Powershell]How can I get Mailbox Guid from Exchange2007?

Posted by Alvin You
2014. 3. 21. 11:42 Exchange Server

Just using this powershell and figure it out.

Get-MailboxStatistics WHERE {$_.lastlogontime -eq $null } fl -property displayname, mailboxguid, database