<?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/"
		>
<channel>
	<title>Comments on: Adding Exchange 2003 Mailboxes to Existing Accounts</title>
	<atom:link href="http://www.wapshere.com/missmiis/adding-exchange-mailboxes-to-existing-accounts/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wapshere.com/missmiis/adding-exchange-mailboxes-to-existing-accounts</link>
	<description>Adventures in identity management</description>
	<lastBuildDate>Tue, 07 Feb 2012 08:24:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Carol</title>
		<link>http://www.wapshere.com/missmiis/adding-exchange-mailboxes-to-existing-accounts/comment-page-1#comment-25</link>
		<dc:creator>Carol</dc:creator>
		<pubDate>Thu, 03 Jul 2008 06:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=19#comment-25</guid>
		<description>Hi there.

According to the error message you&#039;re using a reference DN attribute in the metaverse as one of the source attributes for your flow rule. You can&#039;t do that.</description>
		<content:encoded><![CDATA[<p>Hi there.</p>
<p>According to the error message you&#8217;re using a reference DN attribute in the metaverse as one of the source attributes for your flow rule. You can&#8217;t do that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wkuang</title>
		<link>http://www.wapshere.com/missmiis/adding-exchange-mailboxes-to-existing-accounts/comment-page-1#comment-24</link>
		<dc:creator>wkuang</dc:creator>
		<pubDate>Wed, 02 Jul 2008 20:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=19#comment-24</guid>
		<description>Hi, Carol,

I have an exact problem trying to create mailboxes for existing AD users by exporting the homeMDB as a reference attribute. When I tried to use the advance attribute flow, I got the following error message from MIIS. 

Metaverse reference attributes can not be defined as source attributes for rules extension export flow.

How did you resolve this problem?
My environment is quite simple with W2K3 domain controllers and Exchange2003.
The following are my codes,

    Public Sub MapAttributesForExport(ByVal FlowRuleName As String, ByVal mventry As MVEntry, ByVal csentry As CSEntry) Implements IMASynchronization.MapAttributesForExport
        &#039; TODO: Add export attribute flow code here

        Select Case FlowRuleName
            Case &quot;homeMDB&quot;
                If Not mventry(&quot;homeMDB&quot;).IsPresent Then
                    csentry(&quot;homeMDB&quot;).Value = &quot;CN=Mailbox Store (BINHRAEXCT001),CN=First Storage Group,CN=InformationStore,CN=BINHRAEXCT001,CN=Servers,CN=Highlands Ranch,CN=Administrative Groups,CN=CBI,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=rbiustest,DC=net&quot;
                End If
        End Select

        &#039;Throw New EntryPointNotImplementedException
    End Sub</description>
		<content:encoded><![CDATA[<p>Hi, Carol,</p>
<p>I have an exact problem trying to create mailboxes for existing AD users by exporting the homeMDB as a reference attribute. When I tried to use the advance attribute flow, I got the following error message from MIIS. </p>
<p>Metaverse reference attributes can not be defined as source attributes for rules extension export flow.</p>
<p>How did you resolve this problem?<br />
My environment is quite simple with W2K3 domain controllers and Exchange2003.<br />
The following are my codes,</p>
<p>    Public Sub MapAttributesForExport(ByVal FlowRuleName As String, ByVal mventry As MVEntry, ByVal csentry As CSEntry) Implements IMASynchronization.MapAttributesForExport<br />
        &#8216; TODO: Add export attribute flow code here</p>
<p>        Select Case FlowRuleName<br />
            Case &#8220;homeMDB&#8221;<br />
                If Not mventry(&#8220;homeMDB&#8221;).IsPresent Then<br />
                    csentry(&#8220;homeMDB&#8221;).Value = &#8220;CN=Mailbox Store (BINHRAEXCT001),CN=First Storage Group,CN=InformationStore,CN=BINHRAEXCT001,CN=Servers,CN=Highlands Ranch,CN=Administrative Groups,CN=CBI,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=rbiustest,DC=net&#8221;<br />
                End If<br />
        End Select</p>
<p>        &#8216;Throw New EntryPointNotImplementedException<br />
    End Sub</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carol</title>
		<link>http://www.wapshere.com/missmiis/adding-exchange-mailboxes-to-existing-accounts/comment-page-1#comment-15</link>
		<dc:creator>Carol</dc:creator>
		<pubDate>Fri, 23 May 2008 18:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=19#comment-15</guid>
		<description>Ron,

This may well be tricky to do properly as there isn&#039;t even a powershell cmdlet that will remove just the mailbox (remove-mailbox deletes the user account as well - very strange). Try taking a snapshot of a user&#039;s attributes using an ldap browser, then disable the mailbox in Exchange Mgmt Console, and then take an after snapshot. You should be aqble to work out what you need to change from ILM to achieve the same effect.</description>
		<content:encoded><![CDATA[<p>Ron,</p>
<p>This may well be tricky to do properly as there isn&#8217;t even a powershell cmdlet that will remove just the mailbox (remove-mailbox deletes the user account as well &#8211; very strange). Try taking a snapshot of a user&#8217;s attributes using an ldap browser, then disable the mailbox in Exchange Mgmt Console, and then take an after snapshot. You should be aqble to work out what you need to change from ILM to achieve the same effect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://www.wapshere.com/missmiis/adding-exchange-mailboxes-to-existing-accounts/comment-page-1#comment-14</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Fri, 23 May 2008 15:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=19#comment-14</guid>
		<description>Carol,

I have another question.  Similar to adding an Exchange account to an existing A.D. user, would you know how to go about removing an existing Exchange account, leaving the A.D. account enabled?  (My environment is Exchange 2007 and ILM 2007) 

Thanks.</description>
		<content:encoded><![CDATA[<p>Carol,</p>
<p>I have another question.  Similar to adding an Exchange account to an existing A.D. user, would you know how to go about removing an existing Exchange account, leaving the A.D. account enabled?  (My environment is Exchange 2007 and ILM 2007) </p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carol</title>
		<link>http://www.wapshere.com/missmiis/adding-exchange-mailboxes-to-existing-accounts/comment-page-1#comment-13</link>
		<dc:creator>Carol</dc:creator>
		<pubDate>Thu, 22 May 2008 06:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=19#comment-13</guid>
		<description>Sounds like a great solution! Glad to hear you worked it out.</description>
		<content:encoded><![CDATA[<p>Sounds like a great solution! Glad to hear you worked it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fordware</title>
		<link>http://www.wapshere.com/missmiis/adding-exchange-mailboxes-to-existing-accounts/comment-page-1#comment-12</link>
		<dc:creator>fordware</dc:creator>
		<pubDate>Wed, 21 May 2008 14:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=19#comment-12</guid>
		<description>Not sure what the deal was.  Since I have to come up with a solution that appropriately assigns the mailbox to one of a hundred available stores, I came up with a different solution involving identifying each store to a business unit, looking at the store size and then provisioning the mailbox to the smallest store available for that business unit.  All this is done using a custom view and a SQL MA.  I then float the homemdb and mailnickname back to my users, and I&#039;m all set.

Thanks for your posts.  It&#039;s tough to find good MIIS resources out there, and I&#039;ve gotten a lot of good info from yours.</description>
		<content:encoded><![CDATA[<p>Not sure what the deal was.  Since I have to come up with a solution that appropriately assigns the mailbox to one of a hundred available stores, I came up with a different solution involving identifying each store to a business unit, looking at the store size and then provisioning the mailbox to the smallest store available for that business unit.  All this is done using a custom view and a SQL MA.  I then float the homemdb and mailnickname back to my users, and I&#8217;m all set.</p>
<p>Thanks for your posts.  It&#8217;s tough to find good MIIS resources out there, and I&#8217;ve gotten a lot of good info from yours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carol</title>
		<link>http://www.wapshere.com/missmiis/adding-exchange-mailboxes-to-existing-accounts/comment-page-1#comment-11</link>
		<dc:creator>Carol</dc:creator>
		<pubDate>Tue, 20 May 2008 18:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=19#comment-11</guid>
		<description>Then you should be able to get it working. Have you followed through the code in debug mode and see what&#039;s happening? The &quot;not applied&quot; makes me think that the export flow rule is not actually running. Check that all the metaverse attributes you&#039;ve selected for the flow rule are actually populated, and also do full syncs rather than deltas.</description>
		<content:encoded><![CDATA[<p>Then you should be able to get it working. Have you followed through the code in debug mode and see what&#8217;s happening? The &#8220;not applied&#8221; makes me think that the export flow rule is not actually running. Check that all the metaverse attributes you&#8217;ve selected for the flow rule are actually populated, and also do full syncs rather than deltas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fordware</title>
		<link>http://www.wapshere.com/missmiis/adding-exchange-mailboxes-to-existing-accounts/comment-page-1#comment-10</link>
		<dc:creator>fordware</dc:creator>
		<pubDate>Tue, 20 May 2008 16:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=19#comment-10</guid>
		<description>Exchange 2003.</description>
		<content:encoded><![CDATA[<p>Exchange 2003.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carol</title>
		<link>http://www.wapshere.com/missmiis/adding-exchange-mailboxes-to-existing-accounts/comment-page-1#comment-9</link>
		<dc:creator>Carol</dc:creator>
		<pubDate>Tue, 20 May 2008 16:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=19#comment-9</guid>
		<description>This post was written for Exch 2003, but I haven&#039;t tried it with 2007. Which version of Exchange do you have?</description>
		<content:encoded><![CDATA[<p>This post was written for Exch 2003, but I haven&#8217;t tried it with 2007. Which version of Exchange do you have?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fordware</title>
		<link>http://www.wapshere.com/missmiis/adding-exchange-mailboxes-to-existing-accounts/comment-page-1#comment-8</link>
		<dc:creator>fordware</dc:creator>
		<pubDate>Tue, 20 May 2008 15:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.wapshere.com/missmiis/?p=19#comment-8</guid>
		<description>Hey Carol,

Question for you, how is it that you&#039;re able to flow this back to a reference attribute?  I assume that&#039;s my problem as I&#039;ve yet to get this to work.  I&#039;ve followed your example, and even explicitly stated the full DN of the homemdb in the MAextension as a last resort.  When previewing the object that should be getting the update, I just get a status of not applied.

Thoughts?</description>
		<content:encoded><![CDATA[<p>Hey Carol,</p>
<p>Question for you, how is it that you&#8217;re able to flow this back to a reference attribute?  I assume that&#8217;s my problem as I&#8217;ve yet to get this to work.  I&#8217;ve followed your example, and even explicitly stated the full DN of the homemdb in the MAextension as a last resort.  When previewing the object that should be getting the update, I just get a status of not applied.</p>
<p>Thoughts?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

