<?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>sbs 2011 &#8211; Kirb.IT</title>
	<atom:link href="https://kirb.it/tag/sbs-2011/feed/" rel="self" type="application/rss+xml" />
	<link>https://kirb.it</link>
	<description>IT Tips and Tricks</description>
	<lastBuildDate>Fri, 25 Aug 2023 12:01:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
<site xmlns="com-wordpress:feed-additions:1">5276785</site>	<item>
		<title>Restoring Deleted Active Directory User fails with Error 0x2077 Illegal Modify Operation</title>
		<link>https://kirb.it/restoring-deleted-active-directory-user-fails-error-0x2077-illegal-modify-operation/</link>
					<comments>https://kirb.it/restoring-deleted-active-directory-user-fails-error-0x2077-illegal-modify-operation/#comments</comments>
		
		<dc:creator><![CDATA[Kirby Witmer]]></dc:creator>
		<pubDate>Wed, 11 Sep 2013 22:04:57 +0000</pubDate>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[sbs 2011]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<guid isPermaLink="false">http://kirb.it/?p=385</guid>

					<description><![CDATA[I was attempting to restore an Active Directory User that was accidentally deleted on a SBS 2011 server using the steps outlined in this Microsoft KB Article, however I kept coming up short with the following error message. [note]&#8221;Error 0x2077 Illegal modify operation. Some aspect of the modification is not permitted.&#8221;[/note] I was a bit &#8230; <p class="link-more"><a href="https://kirb.it/restoring-deleted-active-directory-user-fails-error-0x2077-illegal-modify-operation/" class="more-link">Continue reading<span class="screen-reader-text"> "Restoring Deleted Active Directory User fails with Error 0x2077 Illegal Modify Operation"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>I was attempting to restore an Active Directory User that was accidentally deleted on a SBS 2011 server using the steps outlined in this<a href="http://technet.microsoft.com/en-us/library/dd379509(v=ws.10).aspx"> Microsoft KB Article</a>, however I kept coming up short with the following error message.</p>
<p>[note]&#8221;Error 0x2077 Illegal modify operation. Some aspect of the modification is not permitted.&#8221;[/note]</p>
<p>I was a bit stumped until I read a few of the comments on that article. If you are experiencing this error, check out these tips by Brandon in the comments. Worked perfectly after I followed these steps. Thank you, kind sir.</p>
<ul>
<li>Insure that you are connecting to your DC by using LDAPS (SSL, port 636)</li>
<li>When performing the rename operation using LDP.exe, insure that you are changing the distinguishedName to an object that doesn&#8217;t exist. In my case, I received this error when I forgot to include the computer&#8217;s name in the DN (meaning, I only had OU=x,DC=y,DC=z instead of CN=Server,OU=x,DC=y,DC=z)</li>
<li>If using powershell and you receive this error: use LDP.exe and insure you are using LDAPS and a DN that doesnt exist</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://kirb.it/restoring-deleted-active-directory-user-fails-error-0x2077-illegal-modify-operation/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">385</post-id>	</item>
		<item>
		<title>Change SBS 2011 Exchange SMTP Send Connector Port</title>
		<link>https://kirb.it/change-sbs-2011-exchange-smtp-send-connector-port/</link>
					<comments>https://kirb.it/change-sbs-2011-exchange-smtp-send-connector-port/#comments</comments>
		
		<dc:creator><![CDATA[Kirby Witmer]]></dc:creator>
		<pubDate>Thu, 23 May 2013 14:26:09 +0000</pubDate>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[sbs 2011]]></category>
		<guid isPermaLink="false">http://kirb.it/?p=213</guid>

					<description><![CDATA[On several occasions I&#8217;ve noticed that Comcast seems to be blocking port 25 on their internet connections. This, of course, is an issue for SBS 2011 networks and outgoing SMTP email. For most cases I use a Smart Host for outbound email such as DynDNS. However, the built in wizard for configuring the Smart Host &#8230; <p class="link-more"><a href="https://kirb.it/change-sbs-2011-exchange-smtp-send-connector-port/" class="more-link">Continue reading<span class="screen-reader-text"> "Change SBS 2011 Exchange SMTP Send Connector Port"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>On several occasions I&#8217;ve noticed that Comcast seems to be blocking port 25 on their internet connections. This, of course, is an issue for SBS 2011 networks and outgoing SMTP email. For most cases I use a Smart Host for outbound email such as DynDNS. However, the built in wizard for configuring the Smart Host does not allow you to specify which port to use. Fortunately, with two simple powershell commands you can change this.</p>
<ol>
<li><span style="line-height: 13px;">Open Exchange Management Shell (EMS) as an administrator.</span></li>
<li>Type the following cmdlet to list all the current Send Connectors.<br />
[note]Get-SendConnector[/note]<a href="http://kirb.it/wp-content/uploads/2013/05/change-exchange-2010-port.png"><img fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-237" alt="Change Exchange 2010 Smart Host SMTP Port" src="http://kirb.it/wp-content/uploads/2013/05/change-exchange-2010-port.png" width="715" height="331" /></a></li>
<li>Using the SMTP Send Connector name extracted from the above cmdlet type the following cmdlet to change to the desired port. (2525 in this case)<br />
[note]Set-SendConnector &#8220;SMTP Send Connector Name goes here&#8221; -Port 2525[/note]<a href="http://kirb.it/wp-content/uploads/2013/05/change-exchange-2010-port-21.png"><img decoding="async" class="aligncenter size-full wp-image-241" alt="Change SBS 2011 Exchange Smart Host SMTP Port" src="http://kirb.it/wp-content/uploads/2013/05/change-exchange-2010-port-21.png" width="740" height="331" /></a></li>
</ol>
<p>&nbsp;</p>
<p>Hat tip to <a href="https://support.prolateral.com/index.php?/Knowledgebase/Article/View/150/0/how-do-i-change-the-port-on-ms-exchange-2010-smtp-send-connector">prolateral</a>. </p>
]]></content:encoded>
					
					<wfw:commentRss>https://kirb.it/change-sbs-2011-exchange-smtp-send-connector-port/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">213</post-id>	</item>
		<item>
		<title>The module DLL exppw.dll failed to load</title>
		<link>https://kirb.it/exchange-2010-sp3-the-module-dll-exppw-dll-failed-to-load/</link>
					<comments>https://kirb.it/exchange-2010-sp3-the-module-dll-exppw-dll-failed-to-load/#respond</comments>
		
		<dc:creator><![CDATA[Kirby Witmer]]></dc:creator>
		<pubDate>Sat, 04 May 2013 03:08:02 +0000</pubDate>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[sbs 2011]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<guid isPermaLink="false">http://kirb.it/?p=153</guid>

					<description><![CDATA[A Windows SBS 2011 server at one of our customers locations installed several updates last evening, and when they came into work this morning they discovered they were not receiving any email. Neither was the remote web workplace or OWA working. After some digging around I noticed the following error in the event log. [highlight]The &#8230; <p class="link-more"><a href="https://kirb.it/exchange-2010-sp3-the-module-dll-exppw-dll-failed-to-load/" class="more-link">Continue reading<span class="screen-reader-text"> "The module DLL exppw.dll failed to load"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" class="aligncenter size-full wp-image-155" alt="Exchange 2010 Logo" src="http://kirb.it/wp-content/uploads/2013/05/exchange-2010-logo-7333411.png" width="603" height="288" /></p>
<p>A Windows SBS 2011 server at one of our customers locations installed several updates last evening, and when they came into work this morning they discovered they were not receiving any email. Neither was the remote web workplace or OWA working. After some digging around I noticed the following error in the event log.</p>
<p>[highlight]The Module DLL C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\Owa\auth\exppw.dll failed to load.[/highlight]</p>
<p>I tried a number of solutions that I found online, but none of them worked. Somewhere though I saw a tip that mentioned downloading Exchange 2010 SP3 and doing a reinstall of the Service Pack. Sure enough, I noticed that one of the updates that was installed last night was Exchange 2010 Service Pack 3. I downloaded the SP from Microsoft&#8217;s servers and reinstalled it. This fixed the above problems immediately.</p>
<p>[note]Note: I never set Windows Servers to install updates automatically. I still don&#8217;t understand how the updates got installed and the customer is pretty sure they didn&#8217;t tell the server to install them.[/note]</p>
]]></content:encoded>
					
					<wfw:commentRss>https://kirb.it/exchange-2010-sp3-the-module-dll-exppw-dll-failed-to-load/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">153</post-id>	</item>
		<item>
		<title>Enable Office 365 Auto-discover for Outlook in SBS 2011 Exchange Environments</title>
		<link>https://kirb.it/enable-office-365-auto-discover-for-outlook-in-sbs-2011-exchange-environments/</link>
					<comments>https://kirb.it/enable-office-365-auto-discover-for-outlook-in-sbs-2011-exchange-environments/#comments</comments>
		
		<dc:creator><![CDATA[Kirby Witmer]]></dc:creator>
		<pubDate>Mon, 15 Apr 2013 16:27:55 +0000</pubDate>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[sbs 2011]]></category>
		<guid isPermaLink="false">http://www.iusewindows.com/?p=69</guid>

					<description><![CDATA[One of the  issues you will run into when migrating from an on premises Exchange 2010 server on SBS 2011 is that Outlook will not autodiscover the correct Office 365 server settings. Fortunately this can be easily solved with a few simple PowerShell commands. Open an Exchange Management Shell as an administrator. (Elevated PowerShell) Use &#8230; <p class="link-more"><a href="https://kirb.it/enable-office-365-auto-discover-for-outlook-in-sbs-2011-exchange-environments/" class="more-link">Continue reading<span class="screen-reader-text"> "Enable Office 365 Auto-discover for Outlook in SBS 2011 Exchange Environments"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>One of the  issues you will run into when migrating from an on premises Exchange 2010 server on SBS 2011 is that Outlook will not autodiscover the correct Office 365 server settings. Fortunately this can be easily solved with a few simple PowerShell commands.</p>
<ol>
<li>Open an Exchange Management Shell as an administrator. (Elevated PowerShell)</li>
<li>Use the following command to discover the Identity name of your Autodiscover Virtual Directory. Either note or copy the values in the Identity field.<br />
[highlight]Get-AutodiscoverVirtualDirectory | fl Name, Server, InternalUrl, Identity[/highlight]<br />
<a href="http://kirb.it/wp-content/uploads/2013/04/discover-autodiscover-virtual-directory.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-79" src="http://kirb.it/wp-content/uploads/2013/04/discover-autodiscover-virtual-directory.png" alt="Retrieve Exchange Autodiscover Virtual Directory Settings - SBS 2011" width="849" height="262" /></a></li>
<li>Use the following command to remove the AutoDiscover Virtual Directory. Be sure to replace the text inside the quotes with the value in the Identity field above.<br />
[highlight]Remove-AutodiscoverVirtualDirectory –Identity &#8220;Insert identity value here&#8221;[/highlight]<br />
<a href="http://kirb.it/wp-content/uploads/2013/04/remove-autodiscover-virtual-directory-exchange-2010.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-85" src="http://kirb.it/wp-content/uploads/2013/04/remove-autodiscover-virtual-directory-exchange-2010.png" alt=" Virtual Directory for Exchange 2010 " width="955" height="256" /></a></li>
<li>You will have to confirm the removal by hitting Y for yes when prompted. You can double check to see if this worked properly by rerunning the command in step 2.  You should get a blank result if successful.</li>
</ol>
<p>That should be it. Your Outlook clients should connect successfully to the Office 365 service.</p>
<p>Hat Tip to <a href="http://www.mcbsys.com/techblog/2011/08/using-office-365-in-an-sbs-2008-environment-take-2/">mcbsys.com for pointing me</a> in the right direction.</p>
<p><iframe sandbox="allow-popups allow-scripts allow-modals allow-forms allow-same-origin" style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&#038;OneJS=1&#038;Operation=GetAdHtml&#038;MarketPlace=US&#038;source=ss&#038;ref=as_ss_li_til&#038;ad_type=product_link&#038;tracking_id=kirb00-20&#038;language=en_US&#038;marketplace=amazon&#038;region=US&#038;placement=B08SG2MS3V&#038;asins=B08SG2MS3V&#038;linkId=faaa8e49f783efd1e0d3276b754a957f&#038;show_border=true&#038;link_opens_in_new_window=true"></iframe
</p>
]]></content:encoded>
					
					<wfw:commentRss>https://kirb.it/enable-office-365-auto-discover-for-outlook-in-sbs-2011-exchange-environments/feed/</wfw:commentRss>
			<slash:comments>37</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">69</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: kirb.it @ 2026-04-11 01:28:46 by W3 Total Cache
-->