<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Azure AD Archive - MEB-IT | Blog</title>
	<atom:link href="https://blog.meb-it.de/en/tags/azure-ad/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.meb-it.de/en/tags/azure-ad/</link>
	<description>Networking &#124; Security &#124; Cloud</description>
	<lastBuildDate>Wed, 04 Aug 2021 14:04:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.2.2</generator>
	<item>
		<title>Howto disable Azure AD Sync after migration</title>
		<link>https://blog.meb-it.de/en/howto-disable-azure-ad-sync-after-migration/</link>
					<comments>https://blog.meb-it.de/en/howto-disable-azure-ad-sync-after-migration/#respond</comments>
		
		<dc:creator><![CDATA[Marcel]]></dc:creator>
		<pubDate>Wed, 04 Aug 2021 14:04:52 +0000</pubDate>
				<category><![CDATA[Office365]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Azure AD]]></category>
		<category><![CDATA[M365]]></category>
		<category><![CDATA[Microsoft365]]></category>
		<category><![CDATA[O365]]></category>
		<guid isPermaLink="false">https://blog.meb-it.de/?p=64</guid>

					<description><![CDATA[<p>It comes the day when you finally migrated all your users and mailboxes from onprem to the cloud. This article show the steps needed to disable Azure AD sync from your local domain to Azure AD. The first step will be to uninstall the Azure AD Sync tool. Uninstall the tool from the server/machine its [&#8230;]</p>
<p>Der Beitrag <a rel="nofollow" href="https://blog.meb-it.de/en/howto-disable-azure-ad-sync-after-migration/">Howto disable Azure AD Sync after migration</a> erschien zuerst auf <a rel="nofollow" href="https://blog.meb-it.de/en">MEB-IT | Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>It comes the day when you finally migrated all your users and mailboxes from onprem to the cloud. This article show the steps needed to disable Azure AD sync from your local domain to Azure AD.</p>



<p></p>



<p>The first step will be to uninstall the Azure AD Sync tool. Uninstall the tool from the server/machine its running on.</p>



<p></p>



<p>In the next step we need to connect to Azure AD via Powershell. This does not work with Linux, that&#8217;s why we need a Windows machine. Open Powershell as admin and type the following to install the required cmdlets:</p>



<pre class="wp-block-code"><code>Install-Module -Name MSonline</code></pre>



<p>If you are prompted chose &#8220;Y&#8221; for yes to install the module.</p>



<p>In the next step we are connecting to Azure AD:</p>



<pre class="wp-block-code"><code>Connect-MsolService</code></pre>



<p>Type in your credentials when the prompt opens and hit Enter.</p>



<p>Now we are going to check whether Azure AD Sync is enabled:</p>



<pre class="wp-block-code"><code>(Get-MsolCompanyInformation).DirectorySynchronizationEnabled</code></pre>



<p>If you receive &#8220;True&#8221; as answer, Azure AD sync is enabled. If you receive &#8220;False&#8221; it&#8217;s disabled. In the case of &#8220;False&#8221; you don&#8217;t need to do anything further!</p>



<p>Now we are going to disable the synchronization:</p>



<pre class="wp-block-code"><code>Set-MsolDirSyncEnabled -EnableDirSync $false</code></pre>



<p>If we now check the Azure AD Sync status it should show &#8220;False&#8221;:</p>



<pre class="wp-block-code"><code>(Get-MsolCompanyInformation).DirectorySynchronizationEnabled</code></pre>
<p>Der Beitrag <a rel="nofollow" href="https://blog.meb-it.de/en/howto-disable-azure-ad-sync-after-migration/">Howto disable Azure AD Sync after migration</a> erschien zuerst auf <a rel="nofollow" href="https://blog.meb-it.de/en">MEB-IT | Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.meb-it.de/en/howto-disable-azure-ad-sync-after-migration/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
