달력

5

« 2024/5 »

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31

'Outlook Web Access'에 해당되는 글 1

  1. 2009.01.14 Exchange Server OWA(Outlook Web Access)의 직접 접속 URL

Exchange Server 2003의 경우

받은 편지함
https://<ServerName>/exchange/<UserName>/?cmd=loadmodule&module=inbox

일정
https://<ServerName>/exchange/<UserName>/?cmd=loadmodule&module=calendar

연락처
https://<ServerName>/exchange/<UserName>/?cmd=loadmodule&module=contacts

작업
https://<ServerName>/exchange/<UserName>/?cmd=loadmodule&module=tasks


Exchange Server 2007의 경우

받은 편지함
https://<ServerName>/owa/<UserSMTPAddress>/?cmd=contents&module=Inbox

일정
https://<ServerName>/owa/<UserSMTPAddress>/?cmd=contents&module=calendar

연락처
https://<ServerName>/owa/<UserSMTPAddress>/?cmd=contents&module=contacts

작업
https://<ServerName>/owa/<UserSMTPAddress>/?cmd=contents&module=tasks

(<UserSMTPAddress>를 지정하지 않으면 인증된 사용자의 기본 사서함이 열린다.)

:
Posted by 커널64