Microsoft Exchange OWA - Web Beacon and HTML Content Filter to disable

- 디자인되어 표시되어야 할 화면에 이미지가 차단되어 비정상적인 화면이 표시
위와 같이 메일에 컨텐츠가 차단되어 표시되는 현상이 있다.
원천적으로 컨텐츠는 차단될 수록 사용자는 안전할 수 있지만, 너무 지나치면 원하는 안내 메일등의 내용을 볼 수 없는 일이 생기게 된다.
아래와 인용한 내용과 같이 해당 필터 기능을 OWA 관련 PowerShell 명령어로 꺼주면 되겠다.
Reference :
Matt Williamson's Blog http://www.bunkerhollow.com/blogs/matt/archive/2008/06/09/disable-owa-web-beacon-and-html-form-content-filtering.aspx
Disable OWA Web Beacon and HTML Form Content Filtering
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.
'Microsoft > Exchange' 카테고리의 다른 글
| Outlook Spy (0) | 2012/04/18 |
|---|---|
| Microsoft Exchange OWA - Web Beacon and HTML Content Filter to disable (1) | 2012/02/09 |
| Microsoft Messaging part Certification (0) | 2011/07/08 |
| Outlook 2010 Mobile Service (0) | 2011/03/07 |
| Exchange CAS 서버를 방화벽 내에 설치하지 말라! (0) | 2009/10/27 |



Prev



