<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" 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:media="http://search.yahoo.com/mrss/"><channel><title>exchange on Neolisk's Tech Blog</title><link>/tags/exchange/</link><description>Recent content in exchange on Neolisk's Tech Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>neolisk@gmail.com (Victor Zakharov)</managingEditor><webMaster>neolisk@gmail.com (Victor Zakharov)</webMaster><copyright>©2020-2024 Victor Zakharov. All Rights Reserved</copyright><lastBuildDate>Tue, 06 Sep 2011 00:00:00 +0000</lastBuildDate><atom:link href="/tags/exchange/index.xml" rel="self" type="application/rss+xml"/><item><title>List all valid email addresses in Exchange 2007</title><link>/posts/2011-09-06-list-all-valid-emails-exchange-2007/</link><pubDate>Tue, 06 Sep 2011 00:00:00 +0000</pubDate><author>neolisk@gmail.com (Victor Zakharov)</author><atom:modified>Sun, 01 Mar 2020 15:54:30 -0500</atom:modified><guid>/posts/2011-09-06-list-all-valid-emails-exchange-2007/</guid><description>You may need these to configure your 3rd party antispam software/appliance.
There were lots of articles on the internet with complicated solutions, which did not work for me. Here a Powershell one-liner for Exchange management shell:
1 Get-Mailbox | foreach { $_.EmailAddresses | foreach { $_.SmtpAddress } } Within regular Powershell, add this line at the very start:
1 Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin If you plan to run it as a batch job, the whole script could look like the following:</description><dc:creator>Victor Zakharov</dc:creator><category>devops</category><category>software</category><category>exchange</category></item><item><title>Exchange - disable offline folders with non-cached mode</title><link>/posts/2011-08-22-exchange-disable-offline-folders-no-cache/</link><pubDate>Mon, 22 Aug 2011 00:00:00 +0000</pubDate><author>neolisk@gmail.com (Victor Zakharov)</author><atom:modified>Sun, 01 Mar 2020 15:59:28 -0500</atom:modified><guid>/posts/2011-08-22-exchange-disable-offline-folders-no-cache/</guid><description>Having read some useful topics on the internet, I decided to try non-cached Exchange mode in Outlook.
After disabling caching for my account, it still kept the OST file, even after forced deletion.
Then I noticed some offline folders were being kept, like Inbox and Sent Items (right click -&amp;gt; Synchronization tab -&amp;gt; Offline folder contains&amp;hellip;).
When those were emptied, there was still something left in that OST file (&amp;lt;20MB). This is how you can disable offline folders altogether.</description><dc:creator>Victor Zakharov</dc:creator><category>devops</category><category>software</category><category>exchange</category></item></channel></rss>