owa 기능 중 개인 정보 및 피싱 방지 기능 필터가 있다. 보안은 취약해지지만
풀어 달라면 풀어 줘야지...쉬팍...
By default, your users will see this yellow information bar message frequently when using Outlook Web Access...
"To help protect your privacy, some content in this message has been blocked. If you are sure that this message is from a trusted sender and you want to re-enable the blocked features, click here."
According the the Microsoft documentation, you have three choices; UserFilterChoice, ForceFilter, and DisableFIlter. UserFilterChoice is the default. To prevent this message from being displayed, change it to DisableFilter by opening PowerShell and running this command:
Set-OwaVirtualDirectory -identity "Owa (Default Web Site)" -FilterWebBeaconsAndHtmlForms DisableFilter
You can then take it a step further and disable the pop-up you get about displaying non-secure items or whatever.
Internet Explorer -> Tools -> Internet Options -> Security Tab -> Trusted Sites -> Sites Button -> add *.yourdomain.com
Click close then -> Custom Level... -> Miscellaneous -> Display Mixed Content -> Enable.
'IT 관련 이야기 > SharePoint ' 카테고리의 다른 글
How to change service accounts and service account passwords in SharePoint Server 2007 and in Windows SharePoint Services 3.0 (0) | 2008.10.27 |
---|---|
Office 클라이언트 응용 프로그램에 게시된 링크 설정법 (0) | 2008.10.20 |
Exchange 2007 메모리 문제 에 관한 설정 (0) | 2008.09.24 |
Quick Tip> Get Mailbox Sizes in Exchange 2007 Through PowerShell (No Console GUI Available) (0) | 2008.09.18 |
MOSS 차단된 파일 형식 풀어주기 (0) | 2008.09.04 |