[Powershell]How can I get Mailbox Guid from Exchange2007?
Just using this powershell and figure it out.
Get-MailboxStatistics WHERE {$_.lastlogontime -eq $null } fl -property displayname, mailboxguid, database
'Exchange Server' 카테고리의 다른 글
[TroubleShooting]OWA 인증 이후 HTTP 500 에러 발생 (0) | 2015.03.30 |
---|---|
[Powershell]Get Exchange Mailbox Statistics (0) | 2014.03.21 |