<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>A Collection of Random Thoughts - All Comments</title><link>http://blogs.technet.com/b/benw/</link><description>Tips, tricks, thoughts relating mostly to Microsoft Exchange server, but occasionally other things as well.</description><dc:language>en</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Recent experience with Exchange 2007 and Cross-Forest account management</title><link>http://blogs.technet.com/b/benw/archive/2010/11/02/recent-experience-with-exchange-2007-and-cross-forest-account-management.aspx#3446644</link><pubDate>Fri, 12 Aug 2011 02:39:50 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3446644</guid><dc:creator>khemarin Set</dc:creator><description>&lt;p&gt;It is very helpful.&lt;/p&gt;
&lt;p&gt;Your example is create the mail contact.&lt;/p&gt;
&lt;p&gt;I have two forest. Forest01 is account forest running Windows Server 2008 R2. Forest02 is resource forest running Exchange Server 2010 SP1. I want to remote create user account from resource forest.&lt;/p&gt;
&lt;p&gt;Could you guide me?&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Khemarin Set&lt;/p&gt;
&lt;p&gt;Khemarin333@hotmail.com&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3446644" width="1" height="1"&gt;</description></item><item><title>re: Move Mailbox from a CSV Import file</title><link>http://blogs.technet.com/b/benw/archive/2008/06/02/move-mailbox-from-a-csv-import-file.aspx#3417817</link><pubDate>Fri, 01 Apr 2011 00:28:43 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3417817</guid><dc:creator>Ben Winzenz [MSFT]</dc:creator><description>&lt;p&gt;Hi Harisha,&lt;/p&gt;
&lt;p&gt;Nope - you aren&amp;#39;t missing anything. The way the script is set up, it does exactly what you are seeing. I did note this in the post above.&lt;/p&gt;
&lt;p&gt;&amp;quot;After multiple failed attempts to correct that, I decided that the best way to approach this would be to filter the CSV and move all users with a common target database, then move on to the next group&amp;quot;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m sure it is possible to get this to work the way you want, but I haven&amp;#39;t had time to further refine this.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3417817" width="1" height="1"&gt;</description></item><item><title>re: Move Mailbox from a CSV Import file</title><link>http://blogs.technet.com/b/benw/archive/2008/06/02/move-mailbox-from-a-csv-import-file.aspx#3417808</link><pubDate>Fri, 01 Apr 2011 00:05:22 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3417808</guid><dc:creator>Harisha.N</dc:creator><description>&lt;p&gt;Hello Ben,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using this script to move mailboxes from E2K7 to E2K7.&lt;/p&gt;
&lt;p&gt;Looks like mailboxes which are planned to move to DB2 wait for DB1 move to complete.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m I missing something here?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Harisha N&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3417808" width="1" height="1"&gt;</description></item><item><title>re: Exchange 2007 and Export-Mailbox with the –IncludeFolders switch</title><link>http://blogs.technet.com/b/benw/archive/2010/07/26/exchange-2007-and-export-mailbox-with-the-includefolders-switch.aspx#3412179</link><pubDate>Sat, 12 Mar 2011 01:40:46 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3412179</guid><dc:creator>Ben Winzenz [MSFT]</dc:creator><description>&lt;p&gt;Thanks David - I&amp;#39;ll make the appropriate changes.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3412179" width="1" height="1"&gt;</description></item><item><title>re: Exchange 2007 and Export-Mailbox with the –IncludeFolders switch</title><link>http://blogs.technet.com/b/benw/archive/2010/07/26/exchange-2007-and-export-mailbox-with-the-includefolders-switch.aspx#3383293</link><pubDate>Fri, 28 Jan 2011 16:51:43 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3383293</guid><dc:creator>David</dc:creator><description>&lt;p&gt;You have some typos in your commands:&lt;/p&gt;
&lt;p&gt;$exclude = Get-Mailbox &amp;quot;Mailbox Name&amp;quot; | Get-MailboxFolderStatistics | where {$_.folderpath -ne &amp;quot;/&amp;quot; -and $_.FolderPath -ne &amp;quot;/Inbox&amp;quot;} | Select-Object FolderPath | Foreach {$_.folderpath.tostring()} | foreach {$r.replace($_”,”\”,-1)}&lt;/p&gt;
&lt;p&gt;should be (remove one of the &amp;quot; characters at the end):&lt;/p&gt;
&lt;p&gt;$exclude = Get-Mailbox &amp;quot;Mailbox Name&amp;quot; | Get-MailboxFolderStatistics | where {$_.folderpath -ne &amp;quot;/&amp;quot; -and $_.FolderPath -ne &amp;quot;/Inbox&amp;quot;} | Select-Object FolderPath | Foreach {$_.folderpath.tostring()} | foreach {$r.replace($_,”\”,-1)}&lt;/p&gt;
&lt;p&gt;and &lt;/p&gt;
&lt;p&gt;Export-Mailbox &amp;quot;Mailbox Name&amp;quot; -FoldersExclude $exclude -TargetMailbox &amp;quot;Mailbox Name&amp;quot; -TargetFolder &amp;quot;Folder Name&amp;quot;&lt;/p&gt;
&lt;p&gt;should be (the parameter is ExcludeFolders not the otherway around):&lt;/p&gt;
&lt;p&gt;Export-Mailbox &amp;quot;Mailbox Name&amp;quot; -ExcludeFolders $exclude -TargetMailbox &amp;quot;Mailbox Name&amp;quot; -TargetFolder &amp;quot;Folder Name&amp;quot;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3383293" width="1" height="1"&gt;</description></item><item><title>re: Recent experience with Exchange 2007 and Cross-Forest account management</title><link>http://blogs.technet.com/b/benw/archive/2010/11/02/recent-experience-with-exchange-2007-and-cross-forest-account-management.aspx#3366395</link><pubDate>Sun, 07 Nov 2010 04:23:20 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3366395</guid><dc:creator>Ben Winzenz [MSFT]</dc:creator><description>&lt;p&gt;Did you reboot the server after following the steps? &amp;nbsp;I think I mentioned that in my post, but I have seen where it takes a reboot for all the settings to be effective (especially the registry change for AdminDebug).&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3366395" width="1" height="1"&gt;</description></item><item><title>re: Recent experience with Exchange 2007 and Cross-Forest account management</title><link>http://blogs.technet.com/b/benw/archive/2010/11/02/recent-experience-with-exchange-2007-and-cross-forest-account-management.aspx#3366390</link><pubDate>Sun, 07 Nov 2010 00:51:56 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3366390</guid><dc:creator>San</dc:creator><description>&lt;p&gt;Great stuff, I am sure netmon is a great tool.&lt;/p&gt;
&lt;p&gt;I had a similar issue, used your blog to disable the LDAP encryption, &lt;a rel="nofollow" target="_new" href="http://blogs.technet.com/b/benw/archive/2008/12/15/disabling-ldap-encryption-and-signing-for-netmon-on-an-exchange-server.aspx"&gt;blogs.technet.com/.../disabling-ldap-encryption-and-signing-for-netmon-on-an-exchange-server.aspx&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;But still there are frames that are encrypted, am not a expert user of Netmon, am I doing something wrong??&lt;/p&gt;
&lt;p&gt; &amp;nbsp;Frame: Number = 4649, Captured Frame Length = 973, MediaType = ETHERNET&lt;/p&gt;
&lt;p&gt;+ Ethernet: Etype = Internet IP (IPv4),DestinationAddress:[00-00-0C-07-AC-0F],SourceAddress:[1C-C1-DE-6F-53-88]&lt;/p&gt;
&lt;p&gt;+ Ipv4: Src = 10.69.15.43, Dest = 10.64.22.70, Next Protocol = TCP, Packet ID = 5645, Total IP Length = 959&lt;/p&gt;
&lt;p&gt;+ Tcp: Flags=...AP..., SrcPort=63138, DstPort=LDAP(389), PayloadLen=919, Seq=2258142810 - 2258143729, Ack=915891944, Win=65280 (scale factor 0x0) = 65280&lt;/p&gt;
&lt;p&gt; &amp;nbsp;Ldap: &lt;/p&gt;
&lt;p&gt;- LDAPSASLBuffer: BufferLength: 915, AuthMechanism: GSS-SPNEGO&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;BufferLength: 915 (0x393)&lt;/p&gt;
&lt;p&gt; &amp;nbsp;- KerberosPackage: &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; TokId: GSS_Wrap (0x504)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; - Krb5GssV2Wrap: &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;- Flags: 6 (0x6)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; Unused: (00000...) Unused&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; Bit2: &amp;nbsp; (.....1..) AcceptorSubkey - A subkey asserted by the context acceptor is used to protect the message.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; Bit1: &amp;nbsp; (......1.) Sealed - Indicates confidentiality is provided&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; Bit0: &amp;nbsp; (.......0) SentByAcceptor - The sender is the context initiator.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Filler: 255 (0xFF)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;EC: 0 (0x0)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;RRC: 28 (0x1C)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;SndSeq: 1223100678 (0x48E70906)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;EncryptedData: Binary Large Object (899 Bytes)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3366390" width="1" height="1"&gt;</description></item><item><title>re: Exchange 2003, ISA and attachment size</title><link>http://blogs.technet.com/b/benw/archive/2007/05/03/exchange-2003-isa-and-attachment-size.aspx#3365669</link><pubDate>Wed, 03 Nov 2010 15:12:10 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3365669</guid><dc:creator>Giuliano</dc:creator><description>&lt;p&gt;I,&lt;/p&gt;
&lt;p&gt;it worked for my environment tto.&lt;/p&gt;
&lt;p&gt;Exchage EE 2003 SP2 BE &amp;amp; FE ISA 2004&lt;/p&gt;
&lt;p&gt;The error was Not enough storage to process this command attaching files in OWA&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3365669" width="1" height="1"&gt;</description></item><item><title>re: Exchange 2003, ISA and attachment size</title><link>http://blogs.technet.com/b/benw/archive/2007/05/03/exchange-2003-isa-and-attachment-size.aspx#3364076</link><pubDate>Tue, 26 Oct 2010 13:48:20 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3364076</guid><dc:creator>Asifuddin</dc:creator><description>&lt;p&gt;Can you please let me know, where do we need to change the setting in Front end/Back End environment.&lt;/p&gt;
&lt;p&gt;Is it on FEnd or BEnd.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3364076" width="1" height="1"&gt;</description></item><item><title>re: Exchange 2007 and Export-Mailbox with the –IncludeFolders switch</title><link>http://blogs.technet.com/b/benw/archive/2010/07/26/exchange-2007-and-export-mailbox-with-the-includefolders-switch.aspx#3357764</link><pubDate>Sat, 25 Sep 2010 10:33:50 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3357764</guid><dc:creator>filtering export</dc:creator><description>&lt;p&gt;Hi.. Thanx a lot for the nice article above. I have an inquiry if u dnt mind; how export all the messages from sent from a particular user to a mailbox. e.g creating a pst file based on all the message sent from mailbox1@xyz.com to mailbox2@zyx.com?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3357764" width="1" height="1"&gt;</description></item></channel></rss>