<?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>Outlook &#8211; Webbanshee</title>
	<atom:link href="https://webbanshee.net/tag/outlook/feed/" rel="self" type="application/rss+xml" />
	<link>https://webbanshee.net</link>
	<description>Your Exchange Server Blog</description>
	<lastBuildDate>Thu, 28 Apr 2022 07:24:48 +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>Outlook &#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>Slow loading Outlook profile</title>
		<link>https://webbanshee.net/slow-loading-outlook-profile/</link>
					<comments>https://webbanshee.net/slow-loading-outlook-profile/#respond</comments>
		
		<dc:creator><![CDATA[WebBanshee]]></dc:creator>
		<pubDate>Mon, 21 Jan 2019 18:41:10 +0000</pubDate>
				<category><![CDATA[Clientside]]></category>
		<category><![CDATA[2016]]></category>
		<category><![CDATA[Autodiscover]]></category>
		<category><![CDATA[O365]]></category>
		<category><![CDATA[Outlook]]></category>
		<guid isPermaLink="false">http://webbanshee.net/?p=2095</guid>

					<description><![CDATA[<p><a class="ex-link" href="https://webbanshee.net/slow-loading-outlook-profile/"><img src="https://webbanshee.net/wp-content/uploads/2019/01/SlowLoadingOutlookProfile02_svg.svg" /><span class="exTeaser">After an Office upgrade several users from different clients reported a slow loading Outlook profile</span><br />
<span class="exText">Exchange was not the culprit otherwise the problem would have affected all our clients. We assumed autodiscover respectively the order the affected clients connect as the cause <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/slow-loading-outlook-profile/">Slow loading Outlook profile</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">This will be another short one. We got several feedback a while ago regarding a slow loading Outlook profile. It seems this started after an Office 2016 upgrade and occurred across users from different clients. These are situations where our scope of action is quite limited. We provide the server infrastructure and host the mailboxes. The Outlook clients have not been purchased through us and we have no real responsibility for the client side.</p>
<p style="text-align: justify;">Exchange was not the culprit otherwise the problem would have affected all our clients. We assumed autodiscover respectively the order the affected clients connect as the cause, since we saw a similar behavior before &gt; <a href="https://webbanshee.net/outlook-continuous-password-prompt/" target="_blank" rel="noopener noreferrer">Outlook continuous password prompt</a></p>
<p style="text-align: justify;">To keep it short we found the solution here :</p>
<p style="text-align: justify;">In this YouTube video Grant Brown brings it straight to the point after he wiresharked the domains Outlook tries to connect to. ( Thank you ! )</p>
<p style="text-align: justify;"><iframe loading="lazy" src="https://www.youtube.com/embed/umUQdsk6nAY" width="780" height="420" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<p style="text-align: justify;">The solution finally is to block Outlook from connecting to office365.com<br />
Open the hosts file as admin and add the following entry:</p>
<div class="wpe-box wpe-box-note">
<p><span style="color: #cc6600;">127.0.0.1 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;outlook.office365.com</span></p>
</div>
<p style="text-align: justify;">This will prevent the client to connect to outlook.office365.com.</p>
<p>You can find the hosts file here :</p>
<div class="wpe-box wpe-box-note">
<p>C:\Windows\System32\drivers\etc</p>
</div>
<p style="text-align: justify;">A slow loading Outlook profile under these circumstances seems to occur when the mailbox is hosted elsewhere than on office 365 servers and an Outlook Click To Run client is used. We have suggested this fix to all affected Outlook users and it never broke anything.</p>
<p style="text-align: justify;">Take in account to test this fix when you connect to O365 mailboxes and OnPremise from the same computer before you apply it.</p>
<p>&nbsp;</p>
<p style="text-align: justify;">Have nice day</p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/slow-loading-outlook-profile/">Slow loading Outlook profile</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://webbanshee.net/slow-loading-outlook-profile/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2095</post-id>	</item>
		<item>
		<title>O365 PST Export</title>
		<link>https://webbanshee.net/o365-pst-export/</link>
					<comments>https://webbanshee.net/o365-pst-export/#respond</comments>
		
		<dc:creator><![CDATA[WebBanshee]]></dc:creator>
		<pubDate>Mon, 07 Jan 2019 18:03:37 +0000</pubDate>
				<category><![CDATA[Clientside]]></category>
		<category><![CDATA[Serverside]]></category>
		<category><![CDATA[2016]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[MailboxExport]]></category>
		<category><![CDATA[MailboxImport]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[O365]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Powershell]]></category>
		<guid isPermaLink="false">http://webbanshee.net/?p=2032</guid>

					<description><![CDATA[<p><a class="ex-link" href="https://webbanshee.net/o365-pst-export/"><img src="https://webbanshee.net/wp-content/uploads/2019/01/O365ExportPST.gif" /><span class="exTeaser">At the end of the last year we had a request from an existing customer to export the content of a few mailboxes they had hosted on O365 servers.</span><br />
<span class="exText">In this O365 PST Export post I would like to share what we have learned and the most appropriate solution in our case. Read the whole experience here ...<span style="font-size: 11px !Important; width: 10%; height: 5%; color: #993333; padding-left: 20px;">...read more</span></span><br />
</a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/o365-pst-export/">O365 PST Export</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></description>
										<content:encoded><![CDATA[<style type="text/css">.wpe-box-note {overflow-x: auto; white-space: nowrap;}.solution {display: inline;font-size: 12px; background-color: #abebc6; margin-top: -4px; margin-left:6px; padding: 1px 5px 2px 5px;vertical-align:top; border-radius: 2px;}.learned {display: inline;font-size: 12px; background-color:  #fadbd8 ; margin-top: -4px; margin-left:6px; padding: 1px 5px 2px 5px;vertical-align:top; border-radius: 2px;}.number {margin-top: 2px !Important; padding-right: 5px; }</style>
<p>At the end of the last year we had a request from an existing customer to export the content of a few mailboxes they had hosted on O365 servers. In this O365 PST Export post I would like to share what we have learned and the most appropriate solution in our case.<br />
The customer did not want to get technically involved into this migration. We specified the parameters for the exports and they gave us an admin account for their O365 tenant.</p>
<p>First I would like to point out that the solution or workaround we have used here is only appropriate for a smaller number of mailboxes, since manual interaction is needed.</p>
<p>The whole experience :</p>
<h4><img class="alignnone size-full wp-image-2045 number" src="https://webbanshee.net/wp-content/uploads/2019/01/round_1.svg" alt="1-" /> Prepare an account on source side with FullAccess to all mailboxes <span class="solution">Solution</span></h4>
<p>We have created a migration user in O365 with mailbox and granted FullAccess permission on all mailboxes in the customers O365 tenant.<br />
It is faster to do this via remote-powershell. Connect and enter your credentials :</p>
<div class="wpe-box wpe-box-note"><span style="color: #cc6600;">$Credential = Get-Credential</span><br />
<span style="color: #cc6600;">$ExchangeSession = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri “https://outlook.office365.com/powershell-liveid” -Credential $credential -Authentication “Basic” -AllowRedirection</span><br />
<span style="color: #cc6600;">Import-PSSession $ExchangeSession</span></div>
<p>Once logged in grant FullAccess on all mailboxes to the migration user without Automapping.<br />
Do not activate Automapping  because we will use Outlook for a proper O365 pst export.</p>
<div class="wpe-box wpe-box-note">Get-Mailbox | Add-MailboxPermission -User <span style="color: #993333;">migrationuser@customerdomain.com</span> -Accessrights <span style="color: #993333;">FullAccess</span> -InheritanceType <span style="color: #993333;">All</span> -Automapping <span style="color: #993333;">$False</span></div>
<h4><img class="alignnone size-full wp-image-2051 number" src="https://webbanshee.net/wp-content/uploads/2019/01/round_2.svg" alt="2-" />O365 pst export via GUI<span class="learned">Learned</span></h4>
<p>To bring it straight to the point. The outcome of this method didn&#8217;t fit our needs in any way. An eDisocvery will be performed and the results will be available for download in .pst format.<br />
Unfortunately these .pst files have a folder structure beginning with the mailboxname , one level down you find ( in our case ) an ApplicationDataRoot  folder and the Top Of Information Store folder. The real mailbox structure begins here :</p>
<p>It would be confusing to anyyone to adapt these folder structures on the target mailboxes.</p>
<div style="display: block; width: 100%;">
<div class="wpe-col wpe-col-12-12">
<div class="wpe-col-1">
<div class="wpe-box wpe-box-note">
<p><a href="https://webbanshee.net/wp-content/uploads/2019/01/O365_PST.png"><img loading="lazy" class="aligncenter wp-image-2063 size-medium" src="https://webbanshee.net/wp-content/uploads/2019/01/O365_PST-246x300.png" alt="O365 PST Export" width="246" height="300" srcset="https://webbanshee.net/wp-content/uploads/2019/01/O365_PST-246x300.png 246w, https://webbanshee.net/wp-content/uploads/2019/01/O365_PST.png 296w" sizes="(max-width: 246px) 100vw, 246px" /></a></p>
</div>
</div>
<div class="wpe-col-2">
<div style="margin-top: 20px;"></div>
</div>
</div>
</div>
<p>Since this method did not provide a real solution I will not go into details on how to make an O365 pst export via GUI.</p>
<h4><img class="alignnone size-medium wp-image-2050 number" src="https://webbanshee.net/wp-content/uploads/2019/01/round_3.svg" alt="3 -" />Connect migration mailbox via Outlook and export mailboxes <span class="solution">Solution</span></h4>
<p>This step is the main part of the solution and why I mentioned at the beginning that it is only suitable for few .pst exports. We have connected the mailbox of the migration user via autodiscover and an Outlook 2016 client. This was the host for the evening <img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>The next step was to disable Cached Mode. Outlook should be in online mode to prevent data loss through synchronization issues. This is also the cause for disabling Automapping. Outlook limits the auto mapped delegate mailboxes to 10 ( we had over 20 ). Further would Outlook have been overwhelmed with so many shared mailboxes in online mode.</p>
<p>After this we manually mapped the 1st mailbox to export ( Online Mode ! Important ! ) within the profile of the migration user. You can check the folder sizes on the server via right click on the root of the mapped mailbox &gt; Outlook Datafile Properties.  Depending on the size of the source mailbox the O365 pst export can take an extended amount of time. The O365 server provided a good performance in download speeds but some mailboxes were about 18 GB.<br />
We have experienced 2 or 3 connection losses to the O365 server at our first test. The final migration took place on a weekend. There were no further problems then.</p>
<p>Export the O365 mailbox via Outlook to a pst file :</p>
<div class="wpe-box wpe-box-note">
<p style="text-align: center;"><a href="https://webbanshee.net/wp-content/uploads/2019/01/Outlook_PST_Export_01.png"><img loading="lazy" class="aligncenter wp-image-2066 size-medium" src="https://webbanshee.net/wp-content/uploads/2019/01/Outlook_PST_Export_01-300x226.png" alt="O365 PST Export" width="300" height="226" srcset="https://webbanshee.net/wp-content/uploads/2019/01/Outlook_PST_Export_01-300x226.png 300w, https://webbanshee.net/wp-content/uploads/2019/01/Outlook_PST_Export_01.png 476w" sizes="(max-width: 300px) 100vw, 300px" /></a><img loading="lazy" class="aligncenter wp-image-2069 size-medium" src="https://webbanshee.net/wp-content/uploads/2019/01/Outlook_PST_Export_02-300x232.png" alt="O365 PST Export" width="300" height="232" srcset="https://webbanshee.net/wp-content/uploads/2019/01/Outlook_PST_Export_02-300x232.png 300w, https://webbanshee.net/wp-content/uploads/2019/01/Outlook_PST_Export_02.png 437w" sizes="(max-width: 300px) 100vw, 300px" /><a href="https://webbanshee.net/wp-content/uploads/2019/01/Outlook_PST_Export_03.png"><img loading="lazy" class="aligncenter wp-image-2070 size-medium" src="https://webbanshee.net/wp-content/uploads/2019/01/Outlook_PST_Export_03-300x233.png" alt="O365 PST Export" width="300" height="233" srcset="https://webbanshee.net/wp-content/uploads/2019/01/Outlook_PST_Export_03-300x233.png 300w, https://webbanshee.net/wp-content/uploads/2019/01/Outlook_PST_Export_03.png 437w" sizes="(max-width: 300px) 100vw, 300px" /></a><a href="https://webbanshee.net/wp-content/uploads/2019/01/Outlook_PST_Export_4.png"><img loading="lazy" class="aligncenter wp-image-2071 size-medium" src="https://webbanshee.net/wp-content/uploads/2019/01/Outlook_PST_Export_4-300x231.png" alt="O365 PST Export" width="300" height="231" srcset="https://webbanshee.net/wp-content/uploads/2019/01/Outlook_PST_Export_4-300x231.png 300w, https://webbanshee.net/wp-content/uploads/2019/01/Outlook_PST_Export_4.png 429w" sizes="(max-width: 300px) 100vw, 300px" /></a><br />
Choose how to handle duplicates.<br />
Allow duplicate items is the best choice to avoid data loss</p>
<p><a href="https://webbanshee.net/wp-content/uploads/2019/01/Outlook_PST_Export_05.png"><img loading="lazy" class="aligncenter wp-image-2072 size-medium" src="https://webbanshee.net/wp-content/uploads/2019/01/Outlook_PST_Export_05-300x226.png" alt="O365 PST Export" width="300" height="226" srcset="https://webbanshee.net/wp-content/uploads/2019/01/Outlook_PST_Export_05-300x226.png 300w, https://webbanshee.net/wp-content/uploads/2019/01/Outlook_PST_Export_05.png 438w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
</div>
<h4><img class="alignnone size-medium wp-image-2049 number" src="https://webbanshee.net/wp-content/uploads/2019/01/round_4.svg" alt="4-" />Additionally Export Calendar as PST<span class="solution">Solution</span><span class="learned">Learned</span></h4>
<p>In our tests we noticed that after an O365 pst export has been imported into the new target mailbox , there were no calendar entries. When querying the import request statistics with -includereport it turns out that all calendar entries have been treated as corrupted items. ( which counts against the bad item limit ). So the mailbox-importrequest needs to be triggered with a high bad item limit and -AcceptLargeDataLoss  or the calendar needs to be excluded from the import request.</p>
<p>To only export the calendar repeat the steps shown in the screenshots under point 3. Choose only the the calendar instead of the whole mailbox. When the calendar has sub folders ( what most likely is the case ) keep &#8220;Include subfolders&#8221; ticked.<br />
We made these exports available for download to to the customer. End users were then able to map only the small calendar pst into their Outlook Client and drag the relevant items into their new mailbox calendar.</p>
<h4><img class="alignnone size-medium wp-image-2056 number" src="https://webbanshee.net/wp-content/uploads/2019/01/round_5.svg" alt="5 -" />Import the O365 PST export to the target mailbox <span class="solution">Solution</span></h4>
<p>In compliance with the customer we have chosen to raise the bad limit in the mailbox-importrequest. The detailed import logs were provided to the customer as well. We use the -Priority Emergency switch to prevent an import request from <a href="https://webbanshee.net/stalled-move-request/" target="_blank" rel="noopener noreferrer"><strong>stalling like described here</strong></a></p>
<div class="wpe-box wpe-box-note">
<p>New-MailboxImportRequest -Name <span style="color: #993333;">IndivudalMailboxName</span> -BatchName <span style="color: #993333;">NameOfTheBatch</span> -FilePath <span style="color: #993333;">\\Server\Folder\NameOfPST.pst</span> -Mailbox <span style="color: #993333;">TargetMailbox</span> -BadItemLimit <span style="color: #993333;">10000</span> -LargeItemLimit <span style="color: #993333;">10000</span> -AcceptLargeDataloss -priority <span style="color: #993333;">Emergency</span></p>
</div>
<p>Track the import request with :</p>
<div class="wpe-box wpe-box-note">
<p>Get-MailboxImportRequest -name <span style="color: #993333;">IndivudalMailboxName</span> | Get-MailboxImportRequestStatistics <span style="color: #993333;">-IncludeReport</span> | fl<span style="color: #993333;"> report, *transfer*, bad*, *status*,percent*, *failure*</span></p>
</div>
<p>Copy the full report to the clipboard so that you can insert it into a text file :</p>
<div class="wpe-box wpe-box-note">
<p>Get-MailboxImportRequest -name <span style="color: #993333;">IndivudalMailboxName</span> | Get-MailboxImportRequestStatistics <span style="color: #993333;">-IncludeReport</span> | fl | <span style="color: #993333;">clip</span></p>
</div>

<h4><img class="alignnone size-medium wp-image-2055 number" src="https://webbanshee.net/wp-content/uploads/2019/01/round_6.svg" alt="6 -" />Export and Import the next mailbox<span class="solution">Solution</span></h4>
<p>Close the mailbox &#8211; you just have exported and imported &#8211; in Outlook and map the next mailbox into the profile of the migration user. Repeat steps <img class="alignnone size-medium wp-image-2050 number" src="https://webbanshee.net/wp-content/uploads/2019/01/round_3.svg" alt="3 -" />to <img class="alignnone size-medium wp-image-2056 number" src="https://webbanshee.net/wp-content/uploads/2019/01/round_5.svg" alt="5 -" /></p>
<p>I hope this helps should you face the same problem with an O365 pst export.<br />
If you know a more efficient way , where the effort fits the benefit , it would be nice to hear it. I know this is not the most elegant way to do this. But there was no other choice for this small quantity of mailboxes.</p>
<p>Have a nice day !</p>
<p><a class="wpe-button wpe-button-red" href="https://webbanshee.net/mailbox-import-request-language/">See how to import mailbox content with language settings</a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/o365-pst-export/">O365 PST Export</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://webbanshee.net/o365-pst-export/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2032</post-id>	</item>
		<item>
		<title>Share contacts Outlook &#8211; How To</title>
		<link>https://webbanshee.net/share-contacts-outlook/</link>
					<comments>https://webbanshee.net/share-contacts-outlook/#respond</comments>
		
		<dc:creator><![CDATA[WebBanshee]]></dc:creator>
		<pubDate>Thu, 06 Sep 2018 19:06:59 +0000</pubDate>
				<category><![CDATA[Clientside]]></category>
		<category><![CDATA[2013]]></category>
		<category><![CDATA[2016]]></category>
		<category><![CDATA[Contacts]]></category>
		<category><![CDATA[Outlook]]></category>
		<guid isPermaLink="false">http://webbanshee.net/?p=1847</guid>

					<description><![CDATA[<p><a class="ex-link" href="https://webbanshee.net/share-contacts-outlook/"><img src="https://webbanshee.net/wp-content/uploads/2018/09/ShareContacts_02_fin.svg" /><span class="exTeaser">How and in which depth you can share Contacts in Outlook can be confusing sometimes.</span><span class="exText">We often get asked if it would be possible to share Contacts with certain people and manage them centrally ? Read how to achieve this in Outlook<span style="font-size: 11px !Important; width: 10%; height: 5%; color: #993333; padding-left: 20px;">...read more</span></span><br />
</a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/share-contacts-outlook/">Share contacts Outlook &#8211; How To</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>How and in which depth you can share Contacts in Outlook can be confusing sometimes. We often get asked if it would be possible to share Contacts with certain people and manage them centrally ?</p>
<p>Well , we do not offer public folders based on the shared character of the environment. For customers without Sharepoint , managing and sharing contacts via Sharepoint isn&#8217;t an option as well. The only thing what&#8217;s left is the classical way via Outlook.</p>
<p>You can create a mailbox before with the only purpose to share contacts out of it.</p>
<p><span style="font-size: 18px;"><strong>Ok , let&#8217;s get straight to it :</strong></span></p>
<p>If you want to share certain contacts with certain people , create a new contact folder and fill it with contacts you want to share with e.g. colleague 1 and colleague 2.</p>
<p><span style="font-size: 18px;"><strong>Navigate to People in the bottom bar :</strong></span></p>
<div class="wpe-box wpe-box-note">
<p><img loading="lazy" class="alignnone wp-image-1862 size-full" src="https://webbanshee.net/wp-content/uploads/2018/09/Share_Contacts_01.jpg" alt="Share contacts Outlook - How To" width="711" height="43" srcset="https://webbanshee.net/wp-content/uploads/2018/09/Share_Contacts_01.jpg 711w, https://webbanshee.net/wp-content/uploads/2018/09/Share_Contacts_01-300x18.jpg 300w" sizes="(max-width: 711px) 100vw, 711px" /></p>
</div>
<p><span style="font-size: 18px;"><strong>Click your default Contact Folder and create a new folder :</strong></span></p>
<div class="wpe-box wpe-box-note">
<p><img loading="lazy" class="alignnone size-full wp-image-1863" src="https://webbanshee.net/wp-content/uploads/2018/09/Share_Contacts_02.jpg" alt="Share contacts Outlook - How To" width="476" height="168" srcset="https://webbanshee.net/wp-content/uploads/2018/09/Share_Contacts_02.jpg 476w, https://webbanshee.net/wp-content/uploads/2018/09/Share_Contacts_02-300x106.jpg 300w" sizes="(max-width: 476px) 100vw, 476px" /></p>
</div>
<p><span style="font-size: 18px;"><strong>Right click the just created Contacts folder and choose Share &gt; Share Contacts</strong></span></p>
<div class="wpe-box wpe-box-note">
<p><img loading="lazy" class="alignnone size-full wp-image-1864" src="https://webbanshee.net/wp-content/uploads/2018/09/Share_Contacts_03.jpg" alt="Share contacts Outlook - How To" width="317" height="291" srcset="https://webbanshee.net/wp-content/uploads/2018/09/Share_Contacts_03.jpg 317w, https://webbanshee.net/wp-content/uploads/2018/09/Share_Contacts_03-300x275.jpg 300w" sizes="(max-width: 317px) 100vw, 317px" /></p>
</div>
<p><span style="font-size: 18px;"><strong>Add the recipients you want to share Contacts with ( e.g. colleague 1 and colleague 2 ). If you tick in <span style="color: #993300; font-weight: bold;">Recipient can add, edit and delete items in this contact folder</span> you will grant Editor permissions to the recipients. In this example we want the recipients to be able to edit those shared Contacts. Click Send when you are done :</strong></span></p>
<div class="wpe-box wpe-box-note">
<p><img loading="lazy" class="alignnone size-full wp-image-1865" src="https://webbanshee.net/wp-content/uploads/2018/09/Share_Contacts_04.jpg" alt="Share contacts Outlook - How To" width="431" height="162" srcset="https://webbanshee.net/wp-content/uploads/2018/09/Share_Contacts_04.jpg 431w, https://webbanshee.net/wp-content/uploads/2018/09/Share_Contacts_04-300x113.jpg 300w" sizes="(max-width: 431px) 100vw, 431px" /></p>
</div>
<p>You will be prompted for confirmation. The persons you have chosen to share contacts with will be displayed with the granted permissions. In this case Editor, since we have checked this option before.</p>
<p>&nbsp;</p>
<p><span style="font-size: 18px;"><strong>On recipients side open the just received Sharing invitation mail and open the Contacts folder out of the mail :</strong></span></p>
<div class="wpe-box wpe-box-note">
<p><img loading="lazy" class="alignnone size-full wp-image-1866" src="https://webbanshee.net/wp-content/uploads/2018/09/Share_Contacts_05.jpg" alt="Share contacts Outlook - How To" width="307" height="128" srcset="https://webbanshee.net/wp-content/uploads/2018/09/Share_Contacts_05.jpg 307w, https://webbanshee.net/wp-content/uploads/2018/09/Share_Contacts_05-300x125.jpg 300w" sizes="(max-width: 307px) 100vw, 307px" /></p>
</div>
<p><span style="font-size: 18px;"><strong>The shared Contacts folder will be added to your Contacts :</strong></span></p>
<div class="wpe-box wpe-box-note">
<p><img loading="lazy" class="alignnone size-full wp-image-1867" src="https://webbanshee.net/wp-content/uploads/2018/09/Share_Contacts_06.jpg" alt="Share contacts Outlook - How To" width="252" height="71" /></p>
</div>
<p>The recipients will be able to add &#8211; modify &#8211; delete contacts in the shared Contacts folder, since we have granted them Editor permissions.</p>

<p>&nbsp;</p>
<p><span style="font-size: 18px;"><strong>A more convenient way to share Contacts</strong></span> directly through the permissions tab of the source Contacts folder could have been useful , but this way has its limitations though.<br />
It appears you can just share your default Contacts folder. No sub folders can be shared, which is useful to share different contact folders with certain people. When this fits you your needs choose this way :</p>
<p><span style="font-size: 18px;"><strong>Grant the appropriate permissions on you default Contacts folder :</strong></span></p>
<div class="wpe-box wpe-box-note">
<p><img loading="lazy" class="alignnone size-full wp-image-1868" src="https://webbanshee.net/wp-content/uploads/2018/09/Share_Contacts_07.jpg" alt="Share contacts Outlook - How To" width="395" height="576" srcset="https://webbanshee.net/wp-content/uploads/2018/09/Share_Contacts_07.jpg 395w, https://webbanshee.net/wp-content/uploads/2018/09/Share_Contacts_07-206x300.jpg 206w" sizes="(max-width: 395px) 100vw, 395px" /></p>
</div>
<p>This will not trigger a sharing invitation mail but in the end we need the permissions, not the mail.</p>
<p><span style="text-decoration: underline; font-size: 18px;"><strong>Conclusion :</strong> </span></p>
<p>Add new people you want to share dedicated Contact folders with ( sub folders of your main Contacts ) by sending a sharing invitation mail. Grant Editor permissions within the mail ( if you want your recipients to be able to add &#8211; modify and delete contact entries. )</p>
<p>Modify or remove permissions via properties and the permissions tab of your Shared Contacts folder.</p>
<p>&nbsp;</p>
<p><span style="text-decoration: underline;"><span style="font-size: 18px;"><strong>Note:</strong></span></span></p>
<p>It is not possible to use the shared Contacts from the address book by design.</p>
<p>Good Bye from client side today <img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>&nbsp;</p>
<p>You get continously prompted for a password in Outlook ?</p>
<p><a class="wpe-button wpe-button-red" href="https://webbanshee.net/outlook-continuous-password-prompt/">Read how to solve it</a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/share-contacts-outlook/">Share contacts Outlook &#8211; How To</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://webbanshee.net/share-contacts-outlook/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1847</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>Outlook continuous password prompt</title>
		<link>https://webbanshee.net/outlook-continuous-password-prompt/</link>
					<comments>https://webbanshee.net/outlook-continuous-password-prompt/#comments</comments>
		
		<dc:creator><![CDATA[WebBanshee]]></dc:creator>
		<pubDate>Fri, 27 Oct 2017 04:49:27 +0000</pubDate>
				<category><![CDATA[Clientside]]></category>
		<category><![CDATA[2013]]></category>
		<category><![CDATA[2016]]></category>
		<category><![CDATA[Outlook]]></category>
		<guid isPermaLink="false">http://webbanshee.net/?p=1444</guid>

					<description><![CDATA[<p><a class="ex-link" href="https://webbanshee.net/outlook-continuous-password-prompt/"><img src="https://webbanshee.net/wp-content/uploads/2017/10/ContinousPasswordPromptOutlook.svg"><span class="exTeaser">Out of the blue, you or your users get an Outlook continuous password prompt that does not go away after entering the correct credentials.</span><span class="exText">Meanwhile, Outlook is connected to Exchange and it is possible to send and receive mails. The annoying Outlook continuous password prompt stays at the top of the screen and can just be dragged to the side<span class="exreadmore">...read more</span><br />
</img></a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/outlook-continuous-password-prompt/">Outlook continuous password prompt</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">Out of the blue, an Outlook continuous password prompt appears that does not go away after entering the correct credentials. Meanwhile, Outlook is connected to Exchange and it is possible to send and receive mails. The annoying Outlook continuous password prompt stays at the top of the screen and can just be dragged to the side.</p>
<p>&nbsp;</p>
<p style="text-align: justify;">In the inquiries we received regarding this all admins stated that no changes were made to Outlook, the client PC or the internal customer network. It came from one day to another.<br />
We checked all the obvious and some more specific possibilities on the clients which were :</p>
<h4><strong>Windows Credential Manager:</strong><span style="display: inline-block; float: right; font-size: 14px; background-color: #bff8fc; border: 1px solid #333; padding: 1px 5px; border-radius: 3px;">Result : negative</span></h4>
<ul style="margin-bottom: 20px;">
<li style="text-align: justify;">Make sure the current password is set under Generic Credentials in the Outlook / Office entry</li>
<li style="text-align: justify;">As second option delete the entry, start Outlook and and check remember password when prompted for credentials. A new entry will be created under Generic Credentials which represents the same situation like the 1st option.</li>
<li style="text-align: justify;">The 3rd option was to check if there are any other entries which can give us a hint where Outlook wants to connect to. ( there wasn&#8217;t )</li>
</ul>
<h4><strong>Autodiscover:</strong><span style="display: inline-block; float: right; font-size: 14px; background-color: #bff8fc; border: 1px solid #333; padding: 1px 5px; border-radius: 3px;">Result : negative</span></h4>
<ul style="margin-bottom: 20px;">
<li style="text-align: justify;">Since users were able to send and receive mails and their Outook client was connected to Exchange successfully it could not really be an issue with Autodiscover trying to connect to a wrong server. To go for sure we set appropriate autodiscover entries in the hosts file. ( even when autodiscover was resolving correctly from the client )</li>
</ul>
<h4><strong>Shared mailboxes &#8211; Sharepointlists &#8211; calendars within the Outlook profile:</strong><span style="display: inline-block; float: right; font-size: 14px; background-color: #bff8fc; border: 1px solid #333; padding: 1px 5px; border-radius: 3px;">Result : negative</span></h4>
<ul style="margin-bottom: 20px;">
<li style="text-align: justify;">We checked if there were any items from another shared mailbox integrated in the users Outlook profile, which could cause the Outlook continuous password prompt. ( This has already been checked with the 3rd option under Windows Credential Manager but you know the devil is in the details )</li>
</ul>
<h4><strong>Skype:</strong><span style="display: inline-block; float: right; font-size: 14px; background-color: #bff8fc; border: 1px solid #333; padding: 1px 5px; border-radius: 3px;">Result : negative</span></h4>
<ul style="margin-bottom: 20px;">
<li style="text-align: justify;">Checked if Skype is configured at Startup. Some users had it some not. We made sure that there is no Skype in the background when starting Outlook. The password prompt appeared and stayed again.</li>
</ul>
<h4><strong>Created a new profile:</strong><span style="display: inline-block; float: right; font-size: 14px; background-color: #bff8fc; border: 1px solid #333; padding: 1px 5px; border-radius: 3px;">Result : worked out but not final solution we used</span></h4>
<ul style="margin-bottom: 30px;">
<li style="text-align: justify;">This worked out. The Outlook continuous password prompt disappeared. We cannot say if the password prompt reappeared again after some time. Creating a new profile for customers with many users was no option ,so this was not the final solution we suggested.</li>
</ul>

<h4>What we have noticed:</h4>
<p>All reports to this behaviour came from users using Outlook click and go with the following build version and build numbers:</p>
<p>Version 1707 &#8211; Build Nr. Build 8326.2107<br />
Version 1707 &#8211; Build Nr. 8326.2096<br />
Version 1708 &#8211; Build Nr. 8431.2079</p>
<p>I cannot say if this is only limited to these versions.</p>
<p>After all that has been done is mentioned ( maybe it helps you in your own troubleshoot ) I&#8217;m gonna wrap it up.</p>
<p><strong>We opened a call by Microsoft. After the usual log collection steps and several tests they came up with a registry key :</strong><span style="display: inline-block; float: right; font-size: 14px; background-color: #66ff99; border: 1px solid #333; padding: 1px 5px; border-radius: 3px;">Result : Final solution</span></p>
<div class="wpe-box wpe-box-note3">
<p><strong>HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\AutoDiscover</strong><br />
<strong> DWORD : ExcludeExplicitO365Endpoint</strong><br />
<strong> Value 1</strong></p>
</div>
<p style="text-align: justify;">It seems the affected Outlook clients tried to connect to an Office365 endpoint as well. No one could tell us why it happened from one day ( all working fine ) to another ( Outlook continuous password prompt appeared ).</p>
<p style="text-align: justify;">Microsoft said that Windows Updates were not responsible for this behavior. They assume that the password prompt occurs when a client accesses an O365 endpoint.</p>
<p style="text-align: justify;">For example, when an old mailbox within the profile has not been deleted correctly and still an autodiscover request is made. When we take the fact that a new profile solves the problem without setting the registry key, this could be possible.</p>
<p><span style="display: inline-block; font-size: 14px; background-color: #ff3333; color: #eeeeee; border: 0px solid #eee; padding: 1px 5px; border-radius: 3px;">Update:</span></p>
<p style="text-align: justify;">We had some scenarios where the users had the registry key in place already but the Outlook continuous password prompt still appeared. Outlook still wanted to connect to outlook.office365.com.<br />
The solution was to add the following entry to the hosts file:</p>
<div class="wpe-box wpe-box-note3"><span style="font-size: 17px;"><strong>127.0.0.1     outlook.office365.com</strong></span></div>
<p><span style="display: inline-block; font-size: 14px; background-color: #ff3333; color: #eeeeee; border: 0px solid #eee; padding: 1px 5px; border-radius: 3px;">Update:</span></p>
<p style="text-align: justify;">It seems there is a similar issue with opening attachments where Microsoft has released an update for O365. I found this info on <a href="https://www.stephenwagner.com/?p=1273" target="_blank" rel="noopener noreferrer">Stephen Wagner&#8217;s blog</a> ( Thx Stephen ! ).</p>
<p>See comments to this on Technet as well : <a href="https://social.technet.microsoft.com/Forums/office/en-US/594bbea2-2774-4b27-afc0-cc350a688c33/outlook-2016-prompting-for-login-credentials-when-opening-any-email-attachments?forum=outlook" target="_blank" rel="noopener noreferrer">Outlook 2016 prompting for login credentials when opening any email attachments</a></p>
<p>&nbsp;<br />
&nbsp;<br />
Problems with slow autodiscover ? Read this:</p>
<p><a class="wpe-button wpe-button-red" href="https://webbanshee.net/autodiscover-takes-long-time/">Autodiscover takes long time Outlook</a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/outlook-continuous-password-prompt/">Outlook continuous password prompt</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://webbanshee.net/outlook-continuous-password-prompt/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1444</post-id>	</item>
		<item>
		<title>Winmail.dat Attachment Outlook</title>
		<link>https://webbanshee.net/winmail-dat-attachment-outlook/</link>
					<comments>https://webbanshee.net/winmail-dat-attachment-outlook/#respond</comments>
		
		<dc:creator><![CDATA[WebBanshee]]></dc:creator>
		<pubDate>Tue, 17 Jan 2017 07:57:20 +0000</pubDate>
				<category><![CDATA[Clientside]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Attachments]]></category>
		<category><![CDATA[Outlook]]></category>
		<guid isPermaLink="false">http://webbanshee.net/?p=433</guid>

					<description><![CDATA[<p><a class="ex-link" href="https://webbanshee.net/winmail-dat-attachment-outlook/"><img src="https://webbanshee.net/wp-content/uploads/2017/10/WinmailDatOutlook.svg" /><span class="exTeaser">You get reports that external recipients receive attachments as winmail.dat attachment</span><br />
<span class="exText">This behaviour occurs in most cases when an email with attachment has been sent from an Outlook Client and the external recipient does not use Outlook.<span class="exreadmore">...read more</span></span></a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/winmail-dat-attachment-outlook/">Winmail.dat Attachment Outlook</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">You get reports that external recipients receive attachments as winmail.dat attachment ( or sometimes ATTxxxxx ). The cause is the format that has been used to send the mail. This behavior occurs in most cases when an email with attachment has been sent from an Outlook Client and the external recipient does not use Outlook.</p>
<div style="padding-top: 5px; padding-bottom:5px; width: 80%; margin: 0 auto; margin-bottom: 10px; ;background-color: #fbe3e3; border-radius: 5px; text-align: center; font-size: 18px; font-weight: bold; color: #666;">Please note that this description is only for Outlook 2010 clients!<br />
<span style="font-size: 16px;"><a style="font-size: 16px; color: #666!important;" href="https://support.microsoft.com/en-us/help/290809/how-e-mail-message-formats-affect-internet-e-mail-messages-in-outlook" target="_blank" rel="noopener noreferrer" class="broken_link">Find a description for later clients here</a></span></div>
<p>However, to solve this issue on client side,  the external recipients having this problem, should be present in your Contacts folder.</p>
<div class="wpe-box wpe-box-note">
<p><strong>&gt; Open the contact and double click it&#8217;s email address</strong><br />
<strong>&gt; Expand the right icon and choose Outlook properties</strong></p>
<p><a href="https://webbanshee.net/wp-content/uploads/2017/01/WinMail_dat.png"><img alt="Winmail.dat Attachment Outlook" loading="lazy" class="alignnone wp-image-434" src="https://webbanshee.net/wp-content/uploads/2017/01/WinMail_dat-300x200.png" width="300" height="200" srcset="https://webbanshee.net/wp-content/uploads/2017/01/WinMail_dat-300x200.png 300w, https://webbanshee.net/wp-content/uploads/2017/01/WinMail_dat-768x511.png 768w, https://webbanshee.net/wp-content/uploads/2017/01/WinMail_dat-272x182.png 272w, https://webbanshee.net/wp-content/uploads/2017/01/WinMail_dat.png 889w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p><strong>&gt; Choose unter Internet Format : Send Plain Text Only<br />
</strong><br />
<a href="https://webbanshee.net/wp-content/uploads/2017/01/WinMail_dat02.png"><img loading="lazy" class="alignnone size-medium wp-image-438" src="https://webbanshee.net/wp-content/uploads/2017/01/WinMail_dat02-300x170.png" alt="Winmail.dat Attachment Outlook" width="300" height="170" srcset="https://webbanshee.net/wp-content/uploads/2017/01/WinMail_dat02-300x170.png 300w, https://webbanshee.net/wp-content/uploads/2017/01/WinMail_dat02.png 448w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p><strong>&gt; Click OK and resend the mail with attachment to this contact.</strong></p>
</div>
<p>It does not help to specify in the settings to send Emails in HTML format. You need to force it on the recipients.</p>
<p>See a server side solution here :</p>
<p><a class="wpe-button wpe-button-red" href="https://webbanshee.net/winmail-dat-attachment-exchange/">Winmail.dat Attachment Exchange</a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/winmail-dat-attachment-outlook/">Winmail.dat Attachment Outlook</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://webbanshee.net/winmail-dat-attachment-outlook/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">433</post-id>	</item>
		<item>
		<title>Delayed calendar content display Outlook</title>
		<link>https://webbanshee.net/delayed-calendar-content-outlook/</link>
					<comments>https://webbanshee.net/delayed-calendar-content-outlook/#respond</comments>
		
		<dc:creator><![CDATA[WebBanshee]]></dc:creator>
		<pubDate>Sun, 15 Jan 2017 10:12:19 +0000</pubDate>
				<category><![CDATA[Clientside]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[2013]]></category>
		<category><![CDATA[2016]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Registry]]></category>
		<guid isPermaLink="false">http://webbanshee.net/?p=349</guid>

					<description><![CDATA[<p><a class="ex-link" href="https://webbanshee.net/delayed-calendar-content-outlook/"><img src="https://webbanshee.net/wp-content/uploads/2017/10/DelayedCalendarContent.svg"><span class="exTeaser">When your Outlook Client connects to an Exchange 2016 server and you have one or more shared calendars within your Outlook profile, it can happen that you experience a delayed calendar content display.</span><span class="exText">It looks like the calendar is loading.<span class="exreadmore">...read more<span></span><br />
</img></a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/delayed-calendar-content-outlook/">Delayed calendar content display Outlook</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When your Outlook Client connects to an Exchange 2016 server and you have one or more shared calendars within your Outlook profile, it can happen that you experience a delayed calendar content display.&nbsp; It looks like the calendar is loading.</p>
<p>This is caused by when Outlook tries several variants of autodiscover requests when establishing a connection. This can be solved by excluding time-consuming autodiscover lookups on client side.</p>
<p>The following 2 registry keys can be implemented to get around this behaviour :</p>
<div class="wpe-box wpe-box-note">
<p><strong>HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\AutoDiscover</strong><br />
<strong> DWORD 32 bit ExcludeHttpsRootDomain&nbsp; 1</strong><br />
<strong> and</strong><br />
<strong> DWORD 32 bit ExcludeHttpsAutoDiscoverDomain 1</strong></p>
</div>
<p>Setting this key solved all issues we had users experiencing a delayed calendar content display in Outlook. </p>
<p>Please make sure to use the appropriate path for your Office version when navigating through the registry.</p>
<p>Office Versions :<br />
2010 = 14.0<br />
2013 = 15.0<br />
2016 = 16.0</p>
<p>When setting up a new profile in Outlook and autodiscover takes ages please take a look at :</p>
<p><a class="wpe-button wpe-button-red" href="https://webbanshee.net/outlook-autodiscover-takes-very-long-time/">Outlook autodiscover takes a very long time</a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/delayed-calendar-content-outlook/">Delayed calendar content display Outlook</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://webbanshee.net/delayed-calendar-content-outlook/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">349</post-id>	</item>
		<item>
		<title>Autodiscover takes long time Outlook</title>
		<link>https://webbanshee.net/autodiscover-takes-long-time/</link>
					<comments>https://webbanshee.net/autodiscover-takes-long-time/#respond</comments>
		
		<dc:creator><![CDATA[WebBanshee]]></dc:creator>
		<pubDate>Sat, 14 Jan 2017 21:40:16 +0000</pubDate>
				<category><![CDATA[Clientside]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[2013]]></category>
		<category><![CDATA[2016]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Registry]]></category>
		<guid isPermaLink="false">http://webbanshee.net/?p=322</guid>

					<description><![CDATA[<p><a class="ex-link" href="https://webbanshee.net/autodiscover-takes-long-time/"><img src="https://webbanshee.net/wp-content/uploads/2017/10/AutodiscoverLongTime.svg"><span class="exTeaser">When Outlook connects to an Exchange 2016 server it can happen that autodiscover takes long time when setting up a new profile. ( ... up to 20 minutes )</span><br />
<span class="exText">This can be solved by implementing the following 2 registry keys on the PC running the Outlook client. ( Outlook should be closed )<span class="exreadmore">...read more</span></span><br />
</img></a></p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/autodiscover-takes-long-time/">Autodiscover takes long time Outlook</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When Outlook connects to an Exchange 2016 server it can happen that autodiscover takes long time when setting up a new profile. ( &#8230; up to 20 minutes )</p>
<p>This can be solved by implementing the following 2 registry keys on the PC running the Outlook client. ( Outlook should be closed )</p>
<div style="height:22px;"></div>
<p>Please choose the appropriate Office version when navigating down the registry path. ( this example is for Office 2013 = 15.0 ) :</p>
<div class="wpe-box wpe-box-note">
<p><strong>HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\AutoDiscover</strong><br />
<strong> DWORD 32 bit ExcludeHttpsRootDomain&nbsp; 1</strong><br />
<strong> and</strong><br />
<strong> DWORD 32 bit ExcludeHttpsAutoDiscoverDomain 1</strong></p>
</div>
<p>Office Versions :<br />
2010 = 14.0<br />
2013 = 15.0<br />
2016 = 16.0</p>
<p>The annoyance that autodiscover takes long time will be gone with these registry entries.</p>
<p>The post <a rel="nofollow" href="https://webbanshee.net/autodiscover-takes-long-time/">Autodiscover takes long time Outlook</a> appeared first on <a rel="nofollow" href="https://webbanshee.net">Webbanshee</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://webbanshee.net/autodiscover-takes-long-time/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">322</post-id>	</item>
	</channel>
</rss>
