<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Exchange Tenant Migration from MSPControl to SolidCP - General Questions				            </title>
            <link>https://solidcp.com/forum/question/exchange-tenant-migration-from-mspcontrol-to-solidcp/</link>
            <description>SolidCP Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 09 May 2026 14:19:25 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Exchange Tenant Migration from MSPControl to SolidCP</title>
                        <link>https://solidcp.com/forum/question/exchange-tenant-migration-from-mspcontrol-to-solidcp/#post-9353</link>
                        <pubDate>Tue, 31 Aug 2021 06:49:41 +0000</pubDate>
                        <description><![CDATA[@rickstinson Very nice and detailed instructions. 
Do you mind if i add this to the msp control to scp manual? (current instructions on there are for a old version).]]></description>
                        <content:encoded><![CDATA[<p>@rickstinson Very nice and detailed instructions. </p>
<p>Do you mind if i add this to the msp control to scp manual? (current instructions on there are for a old version).</p>]]></content:encoded>
						                            <category domain="https://solidcp.com/forum/question/">General Questions</category>                        <dc:creator>Marco Tiggelaar</dc:creator>
                        <guid isPermaLink="true">https://solidcp.com/forum/question/exchange-tenant-migration-from-mspcontrol-to-solidcp/#post-9353</guid>
                    </item>
				                    <item>
                        <title>RE: Exchange Tenant Migration from MSPControl to SolidCP</title>
                        <link>https://solidcp.com/forum/question/exchange-tenant-migration-from-mspcontrol-to-solidcp/#post-9340</link>
                        <pubDate>Sat, 21 Aug 2021 15:15:17 +0000</pubDate>
                        <description><![CDATA[This way worked for me, for using the existing public folder:

creating new hosted org in solidcp with new name (eg domaincom instead of domain.com)
rename the ou from domain(/customers/d...]]></description>
                        <content:encoded><![CDATA[<p>This way worked for me, for using the existing public folder:<br /><br /></p>
<ul>
<li>creating new hosted org in solidcp with new name (eg domaincom instead of domain.com)</li>
<li>rename the ou from domain(/customers/domaincom) to domain.com (/customers/domain.com)</li>
<li>edit all the serviceitemproperties in the db from domaincom to domain.com:<br />UPDATE dbo.ServiceItemProperties<br />SET PropertyValue = REPLACE(PropertyValue, 'domaincom', 'domain.com')<br /><br /></li>
<li>edit ServiceItems to set domaincom to domain.com<br />UPDATE dbo.ServiceItems<br />SET ItemName = REPLACE(ItemName, 'domaincom', 'domain.com')<br /><br /></li>
<li>edit ExchangeOrganizations to set domaincom to domain.com<br />UPDATE dbo.ExchangeOrganizations<br />SET OrganizationID = REPLACE(OrganizationID, 'domaincom', 'domain.com')<br /><br /></li>
<li>Search in "dbo.exchangeAccounts" for the security group account "domaincom" and rename it to "domain.com"</li>
<li>move all items vom old MSP OU (/hosting/domain.com) to /customers/domain.com</li>
<li>import all users with the enterprise import tool (security groups will fail)</li>
<li>Manual create security groups in the database<br />-&gt; ItemID = the id of the customer<br />-&gt; Values are case sensitive!<br />INSERT INTO dbo.ExchangeAccounts (ItemID, AccountType, AccountName, DisplayName, SamAccountName)<br />VALUES (525, 9, 'username', 'Displayname', 'AD\username');</li>
</ul>
<p>= current users shouldnt have any impact, especially on public folders (eg public folder favorites in outlook, etc)<br />= new users are created also with no impacts</p>]]></content:encoded>
						                            <category domain="https://solidcp.com/forum/question/">General Questions</category>                        <dc:creator>rickstinson</dc:creator>
                        <guid isPermaLink="true">https://solidcp.com/forum/question/exchange-tenant-migration-from-mspcontrol-to-solidcp/#post-9340</guid>
                    </item>
				                    <item>
                        <title>RE: Exchange Tenant Migration from MSPControl to SolidCP</title>
                        <link>https://solidcp.com/forum/question/exchange-tenant-migration-from-mspcontrol-to-solidcp/#post-9339</link>
                        <pubDate>Fri, 20 Aug 2021 22:54:05 +0000</pubDate>
                        <description><![CDATA[Some ideas...
creating new hosted org in solidcp with new name (eg domain instead of domain.com)rename the ou from domain(/customers/domain) to domain.com (/customers/domain.com)edit all th...]]></description>
                        <content:encoded><![CDATA[<p>Some ideas...</p>
<p>creating new hosted org in solidcp with new name (eg domain instead of domain.com)<br />rename the ou from domain(/customers/domain) to domain.com (/customers/domain.com)<br />edit all the serviceitemproperties in the db from domain to domain.com<br />move all items vom old MSP OU (/hosting/domain.com) to /customers/domain.com<br />import all users with the enterprise import tool<br />update the gal (just in case)<br />- everthing should be fine?</p>
<p>Most important: Users shouldnt have any impact, especially on public folders (eg public folder favorites in outlook, etc)</p>]]></content:encoded>
						                            <category domain="https://solidcp.com/forum/question/">General Questions</category>                        <dc:creator>rickstinson</dc:creator>
                        <guid isPermaLink="true">https://solidcp.com/forum/question/exchange-tenant-migration-from-mspcontrol-to-solidcp/#post-9339</guid>
                    </item>
				                    <item>
                        <title>Exchange Tenant Migration from MSPControl to SolidCP</title>
                        <link>https://solidcp.com/forum/question/exchange-tenant-migration-from-mspcontrol-to-solidcp/#post-9338</link>
                        <pubDate>Fri, 20 Aug 2021 22:19:54 +0000</pubDate>
                        <description><![CDATA[Hi,
we moved to solidCP some years ago and migrated all user from msp - except some customers using public folders.So, i&#039;m aware of the normal migration process.
But what about our custome...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>we moved to solidCP some years ago and migrated all user from msp - except some customers using public folders.<br />So, i'm aware of the normal migration process.</p>
<p>But what about our customers with public folders in use?<br />- I can import them with the enterprise tool, and move everything in a new OU, update the GAL for every User + public folder user<br />-&gt; In this case, users should still have access to their old public folder (link in the User "msExchPublicFolderMailbox")<br /><br />But what about new Mailboxes created in Solid CP? They will get the public folder created by solidcp, not the old one.<br />Can i force SolidCP to use the old, existing public folder?<br /><br />Thanks a lot!<br />Patrick</p>]]></content:encoded>
						                            <category domain="https://solidcp.com/forum/question/">General Questions</category>                        <dc:creator>rickstinson</dc:creator>
                        <guid isPermaLink="true">https://solidcp.com/forum/question/exchange-tenant-migration-from-mspcontrol-to-solidcp/#post-9338</guid>
                    </item>
							        </channel>
        </rss>
		