[TroubleShooting]OWA 인증 이후 HTTP 500 에러 발생

Posted by Alvin You
2015. 3. 30. 22:10 Exchange Server

OWA(Outlook Web App) 인증 이후 HTTP 500 에러가 발생 된다면,

시작 > 실행 > services.msc 를 눌러 "Microsoft Exchange 폼 기반 인증 서비스"가 정상적으로 시작되었는지 확인합니다.

로그인 후

HTTP 500 에러가 뜬다면,

"Microsoft Exchange 폼 기반 인증 서비스"가 정상적으로 실행되었는지 확인합니다.

[Powershell]Get Exchange Mailbox Statistics

Posted by Alvin You
2014. 3. 21. 11:43 Exchange Server
Get-MailboxStatistics where {$_.disconnectdate -eq $null} format-table -Property displayname, lastloggedonuseraccount, legacydn -AutoSize -Wrap Out-File D:\mbxstatistics.txt -Width 2147483647

 

[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