<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>OWA &#8211; Webbanshee</title>
	<atom:link href="https://webbanshee.net/tag/owa/feed/" rel="self" type="application/rss+xml" />
	<link>https://webbanshee.net</link>
	<description>Your Exchange Server Blog</description>
	<lastBuildDate>Thu, 28 Apr 2022 06:47:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://webbanshee.net/wp-content/uploads/2017/01/WB_BL_RND-150x150.png</url>
	<title>OWA &#8211; Webbanshee</title>
	<link>https://webbanshee.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">122610384</site>	<item>
		<title>Entry is missing in the Global Address List</title>
		<link>https://webbanshee.net/entry-missing-in-the-global-address-list/</link>
					<comments>https://webbanshee.net/entry-missing-in-the-global-address-list/#respond</comments>
		
		<dc:creator><![CDATA[WebBanshee]]></dc:creator>
		<pubDate>Tue, 28 Apr 2020 10:01:30 +0000</pubDate>
				<category><![CDATA[Serverside]]></category>
		<category><![CDATA[2013]]></category>
		<category><![CDATA[2016]]></category>
		<category><![CDATA[AD]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[GAL]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[OWA]]></category>
		<category><![CDATA[Powershell]]></category>
		<guid isPermaLink="false">https://webbanshee.net/?p=3520</guid>

					<description><![CDATA[<p><a class="ex-link" href="https://webbanshee.net/entry-missing-in-the-global-address-list/"><img src="https://webbanshee.net/wp-content/uploads/2020/04/FindSomeoneInGAL_ps.svg" /><span class="exTeaser2">After a mailbox or a distribution group has been created it can happen that the appropriate entry is missing in the Global Address List.</span><br />
<span class="exText2">If an entry is missing in the Global Address List you can query the GAL on the server<span style="font-size: 11px !Important; width: 10%; height: 5%; color: #993333; padding-left: 20px;">......read more</span></span></a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/entry-missing-in-the-global-address-list/">Entry is missing in the Global Address List</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">Hello Folks! After a mailbox or a distribution group has been created it can happen that the appropriate entry is missing in the Global Address List.</p>
<p style="text-align: justify;">Assuming the <strong>HiddenFromAddressListsEnabled</strong> attribute is set to<span style="color: #993333;"> <strong>$False</strong></span> on the mailbox or distribution group.</p>
<p style="text-align: justify;">When an entry is missing in the Global Address List it is not necessarily needed but good to know if we can find the object in the GAL on the server.</p>
<h3 style="margin-top: 56px; margin-bottom: 20px;">If an entry is missing in the Global Address List you can query the GAL on the server:</h3>
<div class="wpe-box wpe-box-note3">
<div class="wpe-box wpe-box-note-white" style="background: #ffffff!Important; font-weight: bold;"><span style="color: #209154;">## Add Exchange Server SnapIn to PS ##</span><br />
Add-PSSnapin *exch*</p>
<p><span style="color: #209154;">## Get name of GAL ##</span><br />
<strong>Get-GlobalAddressList</strong></p>
<p><span style="color: #209154;">## Prepare data source ##</span><br />
<strong>$customer = <span style="color: #993333;">&#8220;NameOfGAL &#8211; GAL&#8221;</span></strong><br />
<strong>$members=Get-GlobalAddressList $customer</strong></p>
<p><span style="color: #209154;">## Query for a certain object using a part of its name [ we use -like here ] ##</span><br />
<strong>Get-Recipient -RecipientPreviewFilter $members.RecipientFilter -ResultSize unlimited | where {$_.Name -like <span style="color: #993333;">&#8220;*PartOfObjectName*&#8221;</span>} | fl</strong></p>
</div>
</div>
<p style="text-align: justify;">Independently from the outcome of the above PowerShell commands I usually update the Offline Address Book and the Global Address List afterward.</p>
<p>I have put in the option to query the Global Address List for the missing entry because I usually do it.</p>
<h3>Ok here we go &gt; Update the Offline Address Book:</h3>
<div class="wpe-box wpe-box-note3"><strong>Get-OfflineAddressBook</strong><br />
<strong>Get-OfflineAddressBook -Identity<span style="color: #993333;"> &#8220;NameOfOAB&#8221;</span> | Update-OfflineAddressBook</strong></div>
<h3>Now update the Global Address List:</h3>
<div class="wpe-box wpe-box-note3"><strong>Get-GlobalAddressList</strong><br />
<strong>Get-GlobalAddressList -Identity<span style="color: #993333;"> &#8220;NameOfGAL&#8221;</span> | Update-GlobalAddressList</strong></div>
<p>In most cases, this solves it.<br />
&nbsp;<br />
I usually wait 15 Minutes [ one AD sync cycle ] before notifying the customer.<br />
The user should download the Address Book afterward or restart Outlook.<br />
In OWA new entries should be visible straight away.<br />
&nbsp;</p>
<h3>If the problem persists check the showInAddressBook attribute on the object in AD:</h3>
<div class="wpe-box wpe-box-note3">
<a href="https://webbanshee.net/wp-content/uploads/2020/04/showInAddressBook.png"><img loading="lazy" src="https://webbanshee.net/wp-content/uploads/2020/04/showInAddressBook.png" alt="Entry is missing in the Global Address List" width="801" height="155" class="aligncenter size-full wp-image-3537" srcset="https://webbanshee.net/wp-content/uploads/2020/04/showInAddressBook.png 801w, https://webbanshee.net/wp-content/uploads/2020/04/showInAddressBook-300x58.png 300w, https://webbanshee.net/wp-content/uploads/2020/04/showInAddressBook-768x149.png 768w" sizes="(max-width: 801px) 100vw, 801px" /></a></p>
<p><strong>Compare the values of the attribute showInAddressBook with an account or DL that is available in the Global Address List and add them accordingly if one or more entries are missing.</strong>
</div>
<p><span style="font-weight:bold;font-size:18px;text-align:justify;">If appropriate entries are missing here you wouldn&#8217;t get a result when querying the GAL for the missing entry at the beginning of this post. Further it is likely that HiddenFromAddressListsEnabled is set to <span style="color:#993333;font-weight:bold;">$true.</span></span></p>
<p>When <strong>HiddenFromAddressListsEnabled</strong> is set to <span style="color:#993333; font-weight:bold;">$true</span>:</p>
<div class="wpe-box wpe-box-note3" style="margin-bottom:10px;!Important;">
<strong>> Set it to <span style="color:#993333; font-weight:bold;">$false</span> and reload the attribute in AD.</strong>
</div>
<p>Find some examples at the end of this <a href="https://docs.microsoft.com/en-us/exchange/address-books/address-lists/manage-address-lists" rel="noopener noreferrer" target="_blank">Microsoft description</a>.<br />
&nbsp;<br />
If all entries are visible in <strong>showInAddressBook</strong> you should be fine.<br />
Otherwise add the missing entries under showInAddressBook. </p>
<div class="wpe-box wpe-box-note3">
<strong>> Update OAB and GAL again.</strong>
</div>
<p>&nbsp;<br />
Have a nice day!<br />
&nbsp;<br />
&nbsp;<br />
Want to activate an Out of Office message while retaining the formating?</p>
<p><a class="wpe-button wpe-button-red" href="https://webbanshee.net/out-of-office-multiline-message/">Out Of Office Multiline Message through PowerShell</a></p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/entry-missing-in-the-global-address-list/">Entry is missing in the Global Address List</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://webbanshee.net/entry-missing-in-the-global-address-list/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3520</post-id>	</item>
		<item>
		<title>Remove Old OWA Versions to free up Disk Space</title>
		<link>https://webbanshee.net/remove-old-owa-versions/</link>
					<comments>https://webbanshee.net/remove-old-owa-versions/#respond</comments>
		
		<dc:creator><![CDATA[WebBanshee]]></dc:creator>
		<pubDate>Tue, 24 Mar 2020 11:43:23 +0000</pubDate>
				<category><![CDATA[Serverside]]></category>
		<category><![CDATA[2013]]></category>
		<category><![CDATA[2016]]></category>
		<category><![CDATA[CU]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[OWA]]></category>
		<guid isPermaLink="false">https://webbanshee.net/?p=3395</guid>

					<description><![CDATA[<p><a class="ex-link" href="https://webbanshee.net/remove-old-owa-versions/"><img src="https://webbanshee.net/wp-content/uploads/2020/03/RemoveOldOWAVersions.svg" /><span class="exTeaser">After each CU install a new OWA version is added to the /Owa/prem folder. After a time this old OWA versions can eat up a lot of disk space.</span><br />
<span class="exText">Is it save to remove them?<span style="font-size: 11px !Important; width: 10%; height: 5%; color: #993333; padding-left: 20px;">......read more</span></span></a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/remove-old-owa-versions/">Remove Old OWA Versions to free up Disk Space</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">If you are running an Exchange Server for a couple of years you will soon or later notice that the free disk space on the Exchange install disk shrinks after every CU install. At this point, you can take in consideration to remove old OWA versions to free up disk space.</p>
<p style="text-align: justify;">The size of these folders located under the path below can take be up to 2GB for each version:</p>
<div class="wpe-box wpe-box-note3">
<p><strong>/ExchangeInstallPath/V15/ClientAccess/OWA/prem</strong></p>
</div>
<p style="text-align: justify;">The question is:</p>
<h4>Is it safe to remove old owa versions?</h4>
<p style="text-align: justify;">Unfortunately, I never found a satisfying answer to this question from Microsoft. On technet forums you can find answers like <a href="https://social.technet.microsoft.com/Forums/en-US/f3731694-ae4a-47d8-b921-a61e47c2b757/remove-old-owa-files-after-cumulative-updates?forum=Exch2016GD" rel="noopener noreferrer">You can do it but it is not recommended.</a></p>
<p style="text-align: justify;">This it is not a statement that makes you remove old OWA versions with peace of mind.<br />
So I gave it a try in our test environment.</p>
<p style="text-align: justify;">As you can see in the picture below there are some OWA version folders in the<strong> /Owa</strong> directory. The last modified date matches the date we have installed <a href="https://webbanshee.net/cu12-exchange-2016-net-4-7-2/">CU12</a> on this server. These folders belong to the current OWA version at that time. ( before we installed <a href="https://webbanshee.net/cu14-exchange-2016/">CU14</a>).</p>
<p style="text-align: justify;">In the <strong>/Owa/prem</strong> folder on the right side, you see the real OWA version folders with about 1GB in size which is eating up your disk space. After every CU install a new OWA version folder is added and the older versions are kept.</p>
<p>&nbsp;</p>
<div class="wpe-box wpe-box-note">
<p>The directories compared:<br />
<a href="https://webbanshee.net/wp-content/uploads/2020/03/OWAVersionFolders.png"><img loading="lazy" class="aligncenter wp-image-3427 size-full" src="https://webbanshee.net/wp-content/uploads/2020/03/OWAVersionFolders.png" alt="Remove Old OWA Versions" width="1551" height="533" srcset="https://webbanshee.net/wp-content/uploads/2020/03/OWAVersionFolders.png 1551w, https://webbanshee.net/wp-content/uploads/2020/03/OWAVersionFolders-300x103.png 300w, https://webbanshee.net/wp-content/uploads/2020/03/OWAVersionFolders-1024x352.png 1024w, https://webbanshee.net/wp-content/uploads/2020/03/OWAVersionFolders-768x264.png 768w, https://webbanshee.net/wp-content/uploads/2020/03/OWAVersionFolders-1536x528.png 1536w" sizes="(max-width: 1551px) 100vw, 1551px" /></a></p>
</div>
<div class="wpe-box wpe-box-alert-yellow wpe-box-active">
<div class="wpe-box-remove"></div>
<p><span style="display: inline-block; text-align: justify;"><strong>When you need to upgrade a couple of servers one after another a server that already has been updated to the newest CU still needs the OWA version files from the last CU. If the mailbox which is being accessed through OWA resides on a server still running the old CU then an already upgraded server which serves OWA needs to be able to speak the old language as well.</strong></span></p>
</div>
<div class="wpe-box wpe-box-download">
<p>According to this, I have moved all old OWA versions from <strong>/Owa/prem</strong> that did not have a match in <strong>/Owa</strong> and were older than 2 years to another drive. It gained me about 6GB free space.</p>
</div>
<p style="text-align: justify;">After no problems occurred in our test environment I have used the same procedure in our production environment ( 18 servers ). There were no problems reported as well while having different CUs in place and no problems after all servers have been upgraded.</p>
<p><span style="display: inline-block; margin-bottom: 30px;">Stay healthy!</span></p>
<p><strong>Need to change the input language on Server Core? </strong></p>
<p><a class="wpe-button wpe-button-red" href="https://webbanshee.net/change-input-language-on-server-core-login-screen/">Change input language via PowerShell</a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/remove-old-owa-versions/">Remove Old OWA Versions to free up Disk Space</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://webbanshee.net/remove-old-owa-versions/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3395</post-id>	</item>
		<item>
		<title>Email address no longer valid</title>
		<link>https://webbanshee.net/email-address-no-longer-valid/</link>
					<comments>https://webbanshee.net/email-address-no-longer-valid/#comments</comments>
		
		<dc:creator><![CDATA[WebBanshee]]></dc:creator>
		<pubDate>Mon, 25 Jun 2018 07:51:37 +0000</pubDate>
				<category><![CDATA[Serverside]]></category>
		<category><![CDATA[2013]]></category>
		<category><![CDATA[2016]]></category>
		<category><![CDATA[2019]]></category>
		<category><![CDATA[AD]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Mailbox]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[OWA]]></category>
		<guid isPermaLink="false">http://webbanshee.net/?p=1711</guid>

					<description><![CDATA[<p><a class="ex-link" href="https://webbanshee.net/email-address-no-longer-valid/"><img src="https://webbanshee.net/wp-content/uploads/2018/05/EmailAddressNoLongerValid.svg" /><span class="exText">An email address no longer valid message appears in Outlook as mailtip on certain internal recipients. The message reads as follows :</span><span class="exTeaser">We won't be able to deliver this message because the email address is no longer valid.<span style="font-size: 11px !Important; width: 20%; color: #993333; padding-left: 20px;">...read more</span></span><br />
</a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/email-address-no-longer-valid/">Email address no longer valid</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>An email address no longer valid message appears in Outlook as mailtip on certain internal recipients. The message reads as follows :</p>
<h4 style="background: #fafafa; border-top: 1px solid #aaa; padding: 2px 10px 2px 10px; display: flex;">We won&#8217;t be able to deliver this message because the email address is no longer valid.</h4>
<p>Additionally calendar delegates are not able to access the calendar of the person whose mail address displays the mailtip after it has been chosen from the GAL.</p>
<p>The Global Address List obtains the recipient&#8217;s address from the following fields which represent all the same attribute :</p>
<div class="wpe-box wpe-box-note">
<ul>
<li><strong>AD : Under user properties &#8211; General &#8211; E-mail field</strong><br />
<a href="https://webbanshee.net/wp-content/uploads/2018/06/EmailNoLongerValid.png"><img loading="lazy" class="alignnone wp-image-1803 size-medium" style="margin-bottom: 30px;" src="https://webbanshee.net/wp-content/uploads/2018/06/EmailNoLongerValid-281x300.png" alt="email address is no longer valid" width="281" height="300" srcset="https://webbanshee.net/wp-content/uploads/2018/06/EmailNoLongerValid-281x300.png 281w, https://webbanshee.net/wp-content/uploads/2018/06/EmailNoLongerValid.png 410w" sizes="(max-width: 281px) 100vw, 281px" /></a></li>
<li><strong>AD :  Under user attributes &#8211; Attribute Editor</strong><br />
<a href="https://webbanshee.net/wp-content/uploads/2018/06/adsi.png"><img loading="lazy" class="alignnone wp-image-1806 size-medium" style="margin-bottom: 30px;" src="https://webbanshee.net/wp-content/uploads/2018/06/adsi-300x213.png" alt="email address is no longer valid" width="300" height="213" srcset="https://webbanshee.net/wp-content/uploads/2018/06/adsi-300x213.png 300w, https://webbanshee.net/wp-content/uploads/2018/06/adsi.png 416w" sizes="(max-width: 300px) 100vw, 300px" /></a></li>
<li><strong>Exchange Server &#8211; WindowsEmailAdress attribute</strong><br />
Query the WindowsEmailAddress attribute and the PrimarySMTPAddress :</p>
<div class="wpe-box wpe-box-note" style="border: 1px solid #a2a2a2;">
<p><strong>Get-Mailbox -Identity <span style="color: #993333;">someone.anyone@anydomain.com</span> | select windowsemailaddress, primarysmtpaddress, emailaddresses</strong></p>
</div>
</li>
</ul>
<p>&nbsp;</p>
</div>
<p>The value of the mentioned fields should be the same as the PrimarySMTPAddress or should at least contain an alias address from emailaddresses.  Otherwise the email address no longer valid message will be displayed as mailtip.</p>
<div></div>
<p>If you have just a few affected recipients it is easier to just paste the PrimarySMTPAddress into the E-mail field under the general tab of user properties.</p>
<p>When this issue occurs with more recipients you may want to change it in bulk by setting the WindowsEmailAddress to the same value as the PrimarySMTPAddress.<br />
In our case this problem occurred when a customer initially synchronized an OU via our Microsoft Identity Management server. Later he changed the PrimarySMTPAddress for all his mailboxes on our platform but left the initial synchronized E-mail address in the source AD.<br />
So the initial address got synchronized again overwriting the changes.</p>
<p>Hope it helps when an email address no longer valid message starts to get on your user&#8217;s nerves.</p>
<p>Enjoy the summer <span style="color: #ff9900;"><i class="wp-svg-sun-3 sun-3"></i></span></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/email-address-no-longer-valid/">Email address no longer valid</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://webbanshee.net/email-address-no-longer-valid/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1711</post-id>	</item>
		<item>
		<title>OWA slow printing</title>
		<link>https://webbanshee.net/owa-slow-printing/</link>
					<comments>https://webbanshee.net/owa-slow-printing/#respond</comments>
		
		<dc:creator><![CDATA[WebBanshee]]></dc:creator>
		<pubDate>Fri, 17 Mar 2017 19:11:04 +0000</pubDate>
				<category><![CDATA[Serverside]]></category>
		<category><![CDATA[2016]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[OWA]]></category>
		<guid isPermaLink="false">http://webbanshee.net/?p=992</guid>

					<description><![CDATA[<p><a class="ex-link" href="https://webbanshee.net/owa-slow-printing/"><img src="https://webbanshee.net/wp-content/uploads/2017/10/OWAPrinting.svg" /><br />
<span class="exTeaser" style="width:99%;"><strong>I really hope this will safe anyone who runs into this problem from spending money on a Microsoft Call.</strong></span><span class="exreadmore">...read more</span></a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/owa-slow-printing/">OWA slow printing</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="color: #003366;"><strong>I really hope this will safe anyone who runs into this problem from spending money on a Microsoft Call.</strong></span></p>
<p>OWA slow printing was noticed first by a customer with several branches after we moved him from Exchange 2010 to Exchange 2016. The branches are using OWA only and have a lower bandwidth than the headquarter. The problem occurs when they want to print an email it takes 1-2 minutes until the print dialog appears. The same action takes noticeable less time in the headquarters with a higher bandwidth.</p>
<p>One could use OWA Light , where the problem does not appear , but you just can print attachments there , not the email body.</p>
<p>Out there I did not find any documentation regarding a higher min. bandwidth requirement in Exchange 2016  for OWA related to printing. We could not reproduce the problem because our bandwidth is higher. So we opened a call by Microsoft and went through the normal procedure :</p>
<p><span style="color: #003366;"><strong>Session with customer &gt; reproduce the problem &gt; collecting fiddler and IIS logs &gt; upload the collected data &gt; analyses by Microsoft &gt; nothing found &gt; new session with customer &gt; collecting fiddler logs &gt; nothing found &gt; several suggestions to try &gt; problem still exists</strong></span></p>
<p>The call reached the escalation team and we got another support engineer :</p>
<p><span style="color: #003366;"><strong>New session with customer &gt; reproduce the problem &gt; collecting Fiddler logs  &gt; try the same suggestions as before &gt; upload fiddler logs &gt; analyses by Microsoft &gt; nothing found in Fiddler logs &gt; waiting for feedback</strong></span></p>
<p>After a while ( and the already invested support hours ) we got answer from Microsoft that this behaviour is by Design and the only options are to raise bandwidth or use Outlook. Further we could initiate a DCR ( DesignChangeRequest ) which will be charged  but will be probably rejected.</p>
<p>After further escalation Microsoft checked the possibility of success of the DCR without charging for the verification and rejected it then.</p>
<p>I must admit that the people at Microsoft where friendly and tried. What we do not understand how it can take the spent amount of support hours ( and money )  while involving two support levels to get to the statement : by Design ( especially when you get the bill for the support hours presented )</p>
<p>This information should be made available to the support lines , there should be no need to involve several levels of supports and management to provide the information : by Design</p>
<p><span style="color: #003366;"><strong>So I just wanted to say : Spend the money on higher bandwidth rather then a support call  <i class="wp-svg-tongue tongue"></i></strong></span></p>
<p>&nbsp;</p>
<p>Have a nice day !</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/owa-slow-printing/">OWA slow printing</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://webbanshee.net/owa-slow-printing/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">992</post-id>	</item>
		<item>
		<title>OWA inbox not refreshing</title>
		<link>https://webbanshee.net/owa-inbox-not-refreshing/</link>
					<comments>https://webbanshee.net/owa-inbox-not-refreshing/#respond</comments>
		
		<dc:creator><![CDATA[WebBanshee]]></dc:creator>
		<pubDate>Wed, 15 Feb 2017 17:56:34 +0000</pubDate>
				<category><![CDATA[Serverside]]></category>
		<category><![CDATA[ADFS]]></category>
		<category><![CDATA[OWA]]></category>
		<guid isPermaLink="false">http://webbanshee.net/?p=734</guid>

					<description><![CDATA[<p><a class="ex-link" href="https://webbanshee.net/owa-inbox-not-refreshing/"><img src="https://webbanshee.net/wp-content/uploads/2017/10/OWAInboxRefreshing.svg" /><span class="exTeaser">When your OWA inbox is not refreshing and new mails are not displayed automatically.</span><br />
<span class="exText">The mails are just displayed after a manual refresh of the inbox, or when you switch to another folder and back to inbox again.<span class="exreadmore">...read more<br />
</span></span></a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/owa-inbox-not-refreshing/">OWA inbox not refreshing</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When your OWA inbox is not refreshing and new mails are not displayed automatically.<br />
The mails are just displayed after a manual refresh of the inbox , or when you switch to another folder and back to inbox again.</p>
<p>This happens usually after being idle for some time in OWA.<br />
Ok , this information is a starting point. We use ADFS servers in our environment.<br />
ADFS provides cookies with expiry times to users and tokens with expiry times to relying application servers. ( in this case Exchange Servers ) .</p>
<p><strong>First I open on the ADFS Server the Active Directory Module For Windows PowerShell :</strong></p>
<div class="wpe-box wpe-box-note">
<p><a href="https://webbanshee.net/wp-content/uploads/2017/02/ADFS_PS.png"><img loading="lazy" class="alignnone wp-image-814 size-medium" src="https://webbanshee.net/wp-content/uploads/2017/02/ADFS_PS-300x90.png" alt="ADFS PS - OWA inbox not refreshing" width="300" height="90" srcset="https://webbanshee.net/wp-content/uploads/2017/02/ADFS_PS-300x90.png 300w, https://webbanshee.net/wp-content/uploads/2017/02/ADFS_PS.png 469w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
</div>
<p>Since you aren&#8217;t logged off after a certain time there is no need to check the SSOLifetime under ADFS Properties.  W<span style="font-size: 16px;">hich is set to 12 hours in our environment. It is just the OWA inbox not refreshing.<br />
</span></p>
<p>It seems the session on application server level is timely limited and gets only alive after some manual interaction from user side.</p>
<p><strong>So I check the relying party trust where I can see the cause for this behaviour :</strong></p>
<div class="wpe-box wpe-box-note">
<p><strong>Get-AdfsRelyingPartyTrust | select Identifier, Token* | fl<br />
</strong></p>
</div>
<p>The TokenLifeTime for the Identifier which belongs to OWA is set to 60 ( in Minutes )</p>
<p><strong>To raise the TokenLifeTime for OWA I use the following command :</strong></p>
<div class="wpe-box wpe-box-note">
<p><strong>Get-AdfsRelyingPartyTrust -Identifier &#8220;https://Your_OWA_URL/owa&#8221; | Set-AdfsRelyingPartyTrust -TokenLifetime 720</strong></p>
</div>
<p>This raises the TokenLifeTime for the relying application URL ( in this case OWA ) to 12 hours or 720 minutes. The same LifeTime as the Cookie LifeTime for user sessions.</p>
<p>OWA inbox not refreshing problem solved !</p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/owa-inbox-not-refreshing/">OWA inbox not refreshing</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://webbanshee.net/owa-inbox-not-refreshing/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">734</post-id>	</item>
	</channel>
</rss>
