<?xml version="1.0" encoding="UTF-8"?><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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for EighTwOne (821)</title>
	<atom:link href="http://eightwone.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://eightwone.com</link>
	<description>If you can&#039;t explain it simply, you don&#039;t understand it well enough.</description>
	<lastBuildDate>Wed, 30 May 2012 08:49:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Limiting Exchange 2010 Database Cache by Antonio Arienzo the blog &#124; Exchange 2010 Store.exe using up all the available RAM (High Memory Usage ) :</title>
		<link>http://eightwone.com/2010/03/25/limiting-exchange-2010-database-cache/#comment-8032</link>
		<dc:creator><![CDATA[Antonio Arienzo the blog &#124; Exchange 2010 Store.exe using up all the available RAM (High Memory Usage ) :]]></dc:creator>
		<pubDate>Wed, 30 May 2012 08:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://eightwone.wordpress.com/2010/03/25/limiting-exchange-2010-database-cache/#comment-8032</guid>
		<description><![CDATA[[...] &#160;http://eightwone.com/2010/03/25/limiting-exchange-2010-database-cache/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] &nbsp;<a href="http://eightwone.com/2010/03/25/limiting-exchange-2010-database-cache/" rel="nofollow">http://eightwone.com/2010/03/25/limiting-exchange-2010-database-cache/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Toolkit by Duck</title>
		<link>http://eightwone.com/exchange-toolkit/#comment-8025</link>
		<dc:creator><![CDATA[Duck]]></dc:creator>
		<pubDate>Tue, 29 May 2012 20:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://eightwone.com/#comment-8025</guid>
		<description><![CDATA[Awesome!!!!]]></description>
		<content:encoded><![CDATA[<p>Awesome!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Thoughts on &quot;VMware Zimbra vs Microsoft Exchange&quot; by mdrooij</title>
		<link>http://eightwone.com/2012/03/21/thoughts-on-vmware-zimbra-vs-microsoft-exchange/#comment-8024</link>
		<dc:creator><![CDATA[mdrooij]]></dc:creator>
		<pubDate>Tue, 29 May 2012 13:27:58 +0000</pubDate>
		<guid isPermaLink="false">https://eightwone.wordpress.com/?p=2342#comment-8024</guid>
		<description><![CDATA[True, but ignoring (3rd party) tools may directly affect time spent on migrating while you could have achieved the same result faster and in a more controlled fashion using proper tooling. The out of the box stuff isn&#039;t always the cream.]]></description>
		<content:encoded><![CDATA[<p>True, but ignoring (3rd party) tools may directly affect time spent on migrating while you could have achieved the same result faster and in a more controlled fashion using proper tooling. The out of the box stuff isn&#8217;t always the cream.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Thoughts on &quot;VMware Zimbra vs Microsoft Exchange&quot; by mohana</title>
		<link>http://eightwone.com/2012/03/21/thoughts-on-vmware-zimbra-vs-microsoft-exchange/#comment-8023</link>
		<dc:creator><![CDATA[mohana]]></dc:creator>
		<pubDate>Tue, 29 May 2012 13:13:36 +0000</pubDate>
		<guid isPermaLink="false">https://eightwone.wordpress.com/?p=2342#comment-8023</guid>
		<description><![CDATA[At the end of the day, Migration is going to be a one-time activity. You don&#039;t want to spend too much on the 3rd party tools. Ofcourse, it is critical and as Zimbra supports this activity, there is nothing to worry.]]></description>
		<content:encoded><![CDATA[<p>At the end of the day, Migration is going to be a one-time activity. You don&#8217;t want to spend too much on the 3rd party tools. Ofcourse, it is critical and as Zimbra supports this activity, there is nothing to worry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatic archive creation with Cmdlet Extension Agents by mdrooij</title>
		<link>http://eightwone.com/2011/08/24/automatic-archive-provisioning-with-cmdlet-extension-agents/#comment-8002</link>
		<dc:creator><![CDATA[mdrooij]]></dc:creator>
		<pubDate>Fri, 25 May 2012 14:24:06 +0000</pubDate>
		<guid isPermaLink="false">https://eightwone.wordpress.com/2011/08/24/fixed-archive-provisioning-with-cmdlet-scripting-agent/#comment-8002</guid>
		<description><![CDATA[&lt;del datetime=&quot;2012-05-29T13:36:00+00:00&quot;&gt;Identity isn&#039;t a parameter to be used with New-Mailbox; Identity is used in Get/Set by ANR (ambigious name resolution) to look up the provided &#039;identity&#039; value using fields like GUI,DN,DisplayName,UPN,alias, etc. 
So, what you need to use is the provided Name parameter, e.g. 
$Name= $provisioningHandler.UserSpecifiedParameters[&quot;Name&quot;]&lt;/del&gt;

I overlooked you are using it for Enable-Mailbox, not New-Mailbox. However, I have a gut feeling it has to do with the reason provided in the earlier reply; could you provide the XML?]]></description>
		<content:encoded><![CDATA[<p><del datetime="2012-05-29T13:36:00+00:00">Identity isn&#8217;t a parameter to be used with New-Mailbox; Identity is used in Get/Set by ANR (ambigious name resolution) to look up the provided &#8216;identity&#8217; value using fields like GUI,DN,DisplayName,UPN,alias, etc.<br />
So, what you need to use is the provided Name parameter, e.g.<br />
$Name= $provisioningHandler.UserSpecifiedParameters["Name"]</del></p>
<p>I overlooked you are using it for Enable-Mailbox, not New-Mailbox. However, I have a gut feeling it has to do with the reason provided in the earlier reply; could you provide the XML?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatic archive creation with Cmdlet Extension Agents by frdt</title>
		<link>http://eightwone.com/2011/08/24/automatic-archive-provisioning-with-cmdlet-extension-agents/#comment-7995</link>
		<dc:creator><![CDATA[frdt]]></dc:creator>
		<pubDate>Thu, 24 May 2012 07:33:33 +0000</pubDate>
		<guid isPermaLink="false">https://eightwone.wordpress.com/2011/08/24/fixed-archive-provisioning-with-cmdlet-scripting-agent/#comment-7995</guid>
		<description><![CDATA[Hi thanks for your post
I try to enable the same extension with &quot;enable-mailbox&quot; as follow
but I always has the following error 
Cannot bind parameter &#039;Identity&#039;. Cannot convert the &quot;user.name&quot; value of type
&quot;Microsoft.Exchange.Configuration.Tasks.UserIdParameter&quot; to type
&quot;Microsoft.Exchange.Configuration.Tasks.MailboxIdParameter&quot;.. ---&gt;

any idea ?


  
  
  
  If($succeeded) 
  {
    $Name= $provisioningHandler.UserSpecifiedParameters[&quot;Identity&quot;]
    If ((Get-Mailbox $Name).archivedatabase -eq $null) 
	 {
      $MailboxDatabase= (Get-Mailbox $Name).database
	    if($MailboxDatabase -eq &quot;NOM_SYS&quot;){$ArchiveDatabase= &quot;ARCH_MGMT&quot;}
  		elseif($MailboxDatabase -eq &quot;NOM_SUPPORT_01&quot;){$ArchiveDatabase= &quot;ARCH_MGMT&quot;}
  		elseif($MailboxDatabase -eq &quot;NOM_MGMT_01&quot;){$ArchiveDatabase= &quot;ARCH_MGMT&quot;}
  		elseif($MailboxDatabase -eq &quot;NOM_MGMT2_01&quot;){$ArchiveDatabase= &quot;ARCH_MGMT&quot;}
	    else{$ArchiveDatabase= ( $MailboxDatabase.Name)} 
      Enable-Mailbox $Name -Archive -ArchiveDatabase $ArchiveDatabase
     }
  }
  
  
  ]]></description>
		<content:encoded><![CDATA[<p>Hi thanks for your post<br />
I try to enable the same extension with &#8220;enable-mailbox&#8221; as follow<br />
but I always has the following error<br />
Cannot bind parameter &#8216;Identity&#8217;. Cannot convert the &#8220;user.name&#8221; value of type<br />
&#8220;Microsoft.Exchange.Configuration.Tasks.UserIdParameter&#8221; to type<br />
&#8220;Microsoft.Exchange.Configuration.Tasks.MailboxIdParameter&#8221;.. &#8212;&gt;</p>
<p>any idea ?</p>
<p>  If($succeeded)<br />
  {<br />
    $Name= $provisioningHandler.UserSpecifiedParameters["Identity"]<br />
    If ((Get-Mailbox $Name).archivedatabase -eq $null)<br />
	 {<br />
      $MailboxDatabase= (Get-Mailbox $Name).database<br />
	    if($MailboxDatabase -eq &#8220;NOM_SYS&#8221;){$ArchiveDatabase= &#8220;ARCH_MGMT&#8221;}<br />
  		elseif($MailboxDatabase -eq &#8220;NOM_SUPPORT_01&#8243;){$ArchiveDatabase= &#8220;ARCH_MGMT&#8221;}<br />
  		elseif($MailboxDatabase -eq &#8220;NOM_MGMT_01&#8243;){$ArchiveDatabase= &#8220;ARCH_MGMT&#8221;}<br />
  		elseif($MailboxDatabase -eq &#8220;NOM_MGMT2_01&#8243;){$ArchiveDatabase= &#8220;ARCH_MGMT&#8221;}<br />
	    else{$ArchiveDatabase= ( $MailboxDatabase.Name)}<br />
      Enable-Mailbox $Name -Archive -ArchiveDatabase $ArchiveDatabase<br />
     }<br />
  }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Thoughts on &quot;VMware Zimbra vs Microsoft Exchange&quot; by VMWare Zimbra almejando o mercado do Microsoft Exchange Server &#171; Aldo Alves</title>
		<link>http://eightwone.com/2012/03/21/thoughts-on-vmware-zimbra-vs-microsoft-exchange/#comment-7928</link>
		<dc:creator><![CDATA[VMWare Zimbra almejando o mercado do Microsoft Exchange Server &#171; Aldo Alves]]></dc:creator>
		<pubDate>Wed, 16 May 2012 00:17:22 +0000</pubDate>
		<guid isPermaLink="false">https://eightwone.wordpress.com/?p=2342#comment-7928</guid>
		<description><![CDATA[[...] Artigo: http://eightwone.com/2012/03/21/thoughts-on-vmware-zimbra-vs-microsoft-exchange/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Artigo: <a href="http://eightwone.com/2012/03/21/thoughts-on-vmware-zimbra-vs-microsoft-exchange/" rel="nofollow">http://eightwone.com/2012/03/21/thoughts-on-vmware-zimbra-vs-microsoft-exchange/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Minimum HA Exchange 2010 configuration by SysCo/al</title>
		<link>http://eightwone.com/2009/12/24/minimum-ha-exchange-2010-configuration/#comment-7919</link>
		<dc:creator><![CDATA[SysCo/al]]></dc:creator>
		<pubDate>Mon, 14 May 2012 12:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://eightwone.wordpress.com/?p=110#comment-7919</guid>
		<description><![CDATA[If you are creating a CAS array with the FQDN of the cluster node name, your failover will works automatically without any other additional software or DNS changes ! The virtual cluster IP will stay the same, but will balance between the first and the second server (just be sure that the Windows clustering is configured with at least a witness network folder and a shared IP address as ressource).

New-ClientAccessArray –Name “CAS Array” –Fqdn “exchange.domain.com” –Site “Default-First-Site-Name”

Set-MailboxDatabase DatabaseName -RpcClientAccessServer “exchange.domain.com”

Tested, it works !

Regards,

André]]></description>
		<content:encoded><![CDATA[<p>If you are creating a CAS array with the FQDN of the cluster node name, your failover will works automatically without any other additional software or DNS changes ! The virtual cluster IP will stay the same, but will balance between the first and the second server (just be sure that the Windows clustering is configured with at least a witness network folder and a shared IP address as ressource).</p>
<p>New-ClientAccessArray –Name “CAS Array” –Fqdn “exchange.domain.com” –Site “Default-First-Site-Name”</p>
<p>Set-MailboxDatabase DatabaseName -RpcClientAccessServer “exchange.domain.com”</p>
<p>Tested, it works !</p>
<p>Regards,</p>
<p>André</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Thoughts on &quot;VMware Zimbra vs Microsoft Exchange&quot; by mdrooij</title>
		<link>http://eightwone.com/2012/03/21/thoughts-on-vmware-zimbra-vs-microsoft-exchange/#comment-7915</link>
		<dc:creator><![CDATA[mdrooij]]></dc:creator>
		<pubDate>Sun, 13 May 2012 21:33:44 +0000</pubDate>
		<guid isPermaLink="false">https://eightwone.wordpress.com/?p=2342#comment-7915</guid>
		<description><![CDATA[There are supported options which don&#039;t require 3rd party tooling. There is 3rd party tooling available designed for migration scenarios. However, most of the times - especially in large co-existence scenarios - costs involved with such tools outweigh (i.e. are cheaper) the costs of a labor-intensive, manual process. Those tools are in no way comparable with the &quot;free&quot; Zimbra functionality you&#039;re referring to.]]></description>
		<content:encoded><![CDATA[<p>There are supported options which don&#8217;t require 3rd party tooling. There is 3rd party tooling available designed for migration scenarios. However, most of the times &#8211; especially in large co-existence scenarios &#8211; costs involved with such tools outweigh (i.e. are cheaper) the costs of a labor-intensive, manual process. Those tools are in no way comparable with the &#8220;free&#8221; Zimbra functionality you&#8217;re referring to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Thoughts on &quot;VMware Zimbra vs Microsoft Exchange&quot; by Mohana</title>
		<link>http://eightwone.com/2012/03/21/thoughts-on-vmware-zimbra-vs-microsoft-exchange/#comment-7907</link>
		<dc:creator><![CDATA[Mohana]]></dc:creator>
		<pubDate>Sat, 12 May 2012 12:22:21 +0000</pubDate>
		<guid isPermaLink="false">https://eightwone.wordpress.com/?p=2342#comment-7907</guid>
		<description><![CDATA[Zimbra has migration tools built-in to the admin console at no extra cost. Migration is also very easy for PSTs. More importantly, Zimbra will support migration activity.
However, if you want to migrate from any other solution to MSE, then you would need to buy 3rd party tools.....and more importantly, MS will not support this migration activity.]]></description>
		<content:encoded><![CDATA[<p>Zimbra has migration tools built-in to the admin console at no extra cost. Migration is also very easy for PSTs. More importantly, Zimbra will support migration activity.<br />
However, if you want to migrate from any other solution to MSE, then you would need to buy 3rd party tools&#8230;..and more importantly, MS will not support this migration activity.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
