<?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>Exchange Server Blog &#38; more</title>
	<atom:link href="http://www.aurelp.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aurelp.com</link>
	<description>by Aurel Proorocu ( MCITP / MCSE / MCSA )</description>
	<lastBuildDate>Fri, 25 Jan 2013 21:47:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Sharepoint sends mail that goes in spam folder &#124; Outlook 2010 / 2013 &#124; Exchange 2010</title>
		<link>http://www.aurelp.com/2013/01/25/sharepoint-sends-mail-that-goes-in-spam-folder-outlook-2010-2013-exchange-2010/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sharepoint-sends-mail-that-goes-in-spam-folder-outlook-2010-2013-exchange-2010</link>
		<comments>http://www.aurelp.com/2013/01/25/sharepoint-sends-mail-that-goes-in-spam-folder-outlook-2010-2013-exchange-2010/#comments</comments>
		<pubDate>Fri, 25 Jan 2013 21:37:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange HowTo]]></category>
		<category><![CDATA[internal mail from sharepoint goes to junk]]></category>
		<category><![CDATA[junk mail from sharepoint]]></category>
		<category><![CDATA[microsoft sharepoint server spam]]></category>
		<category><![CDATA[sharepoint goes to junk]]></category>
		<category><![CDATA[sharepoint sends mail to junk]]></category>
		<category><![CDATA[sharepoint server 2007 spam]]></category>
		<category><![CDATA[sharepoint server 2013 sends mail to spam]]></category>
		<category><![CDATA[sharepoint server sends spam mail internal]]></category>
		<category><![CDATA[spam mail from sharepoing server 2010]]></category>
		<category><![CDATA[spam mail from sharepoint]]></category>
		<category><![CDATA[spam mail from sharepoint server]]></category>
		<category><![CDATA[spam sharepoint server 2013]]></category>

		<guid isPermaLink="false">http://www.aurelp.com/?p=605</guid>
		<description><![CDATA[A few days ago I received a request from a reader of my blog: &#8220;I am a SharePoint Developer and not familiar with exchange server.  I will really appreciate if you can please help me on this: Issue is that &#8230;<p class="read-more"><a href="http://www.aurelp.com/2013/01/25/sharepoint-sends-mail-that-goes-in-spam-folder-outlook-2010-2013-exchange-2010/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p><strong><a href="http://www.aurelp.com/2013/01/25/sharepoint-sends-mail-that-goes-in-spam-folder-outlook-2010-2013-exchange-2010/exchange/" rel="attachment wp-att-608"><img class="alignnone size-full wp-image-608" alt="exchange" src="http://www.aurelp.com/wp-content/uploads/2013/01/exchange.jpg" width="600" height="137" /></a></strong></p>
<p><strong>A few days ago I received a request from a reader of my blog:</strong></p>
<p>&#8220;<em>I am a SharePoint Developer and not familiar with exchange server.  I will really appreciate if you can please help me on this:</em></p>
<div><em>Issue is that we are sending an email from our custom application in SharePoint to &#8220;ALLUsers&#8221; group which contains all the employees of the organization. This email is send via SharePoint using <a href="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.utilities.sputility.sendemail.aspx" target="_blank">SPUtility.SendEmail</a> method. Now, not all the times but some times emails goes to Junk E-mail folder. </em></div>
<div><em> </em></div>
<div><em>We have discussed this with IT and they said they have already added the IP address of our SharePoint Server into &#8220;whitelist&#8221;. After much discussion, they have send us following code to add it in our email:</em></div>
<div><em> </em></div>
<div><em>objMessage.Configuration.<wbr />Fields.Item(&#8220;<a href="http://schemas.microsoft.com/cdo/configuration/smtpauthenticate" target="_blank">http://schemas.<wbr />microsoft.com/cdo/<wbr />configuration/smtpauthenticate</a><wbr />&#8220;) = cdoBasic objMessage.Configuration.<wbr />Fields.Item(&#8220;<a href="http://schemas.microsoft.com/cdo/configuration/sendusername" target="_blank">http://schemas.<wbr />microsoft.com/cdo/<wbr />configuration/sendusername</a>&#8220;) = &#8220;<a href="mailto:abc@dom.com" target="_blank">abc@dom.com</a>&#8221; objMessage.Configuration.<wbr />Fields.Item(&#8220;<a href="http://schemas.microsoft.com/cdo/configuration/sendpassword" target="_blank">http://schemas.<wbr />microsoft.com/cdo/<wbr />configuration/sendpassword</a>&#8220;) = &#8220;<a href="mailto:password_of_abc@dom.com" target="_blank">password_of_abc@dom.com</a>&#8220;</em></div>
<div><em> </em></div>
<div><em>I am not sure that this will work. Also, what else we can do? we are running &#8220;Exchange Server 2010 SP2 with Rollup #5&#8243;</em> &#8220;</div>
<div></div>
<div><span style="color: #ff0000;"><span style="color: #ff0000;"><strong>Solution:<br />
</strong></span></span><strong style="color: #ff0000; line-height: 19px;"><br />
#1. If the Exchange Server spam filter also filters the local relay then:</strong></p>
<div>Probably they only white-listed the ip but that doesn&#8217;t make Exchange to also skip the anti-spam policy.<br />
We are talking about a e-mail addresses that is on a server and when you try to send emails to addresses from the same server they go into junk.</p>
<p><strong>To do that, t</strong><b>hey have to give this command in power-shell:</p>
<p></b></div>
<div>
<pre>set-mailbox nameof.mailbox -AntispamBypassEnabled $true

get-mailbox nameof.mailbox | fl *spam*,*SCL*
AntispamBypassEnabled  : True</pre>
</div>
<div>*replace nameofmailbox with the name of the account configured</p>
</div>
<p><span style="color: #ff0000;"><strong>#2 If the Exchange Server does not filter local relay for spam: </strong></span></p>
<p>You are sending a internal e-mail from a address to a list and it goes to spam but the exchange does not filter local relay.<br />
Then you need to add a safe senders list via a GPO for everyone for Outlook. Because the problem is Outlook has it&#8217;s own mechanism for anti-spam.<br />
( For testing before you do that: add this address to safe senders on one computer with Outlook and then send the mass message and see if it still goes to spam &#8211;&gt; it should not ).<br />
<strong><span style="color: #ff0000;"><span style="color: #ff0000;"><em>Tutorial how to make a GPO for this can be found <a href="http://support.microsoft.com/kb/2252421" target="_blank"><span style="color: #ff0000;">here</span></a>.</em></span><br />
</span></strong></p>
<p><strong>If you have problems / questions / ideas please you can comment here or <a href="http://www.aurelp.com/about/">contact me</a>. </strong></p>
<p><strong>Enjoy !</strong></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.aurelp.com/2013/01/25/sharepoint-sends-mail-that-goes-in-spam-folder-outlook-2010-2013-exchange-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to boot in safe mode Windows 8 ( The easiest way )</title>
		<link>http://www.aurelp.com/2013/01/21/how-to-boot-in-safe-mode-windows-8-the-easiest-way/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-boot-in-safe-mode-windows-8-the-easiest-way</link>
		<comments>http://www.aurelp.com/2013/01/21/how-to-boot-in-safe-mode-windows-8-the-easiest-way/#comments</comments>
		<pubDate>Sun, 20 Jan 2013 23:34:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[how to boot in safe mode windows 8]]></category>
		<category><![CDATA[how to windows 8 safemode]]></category>
		<category><![CDATA[safemode windows8]]></category>
		<category><![CDATA[windows 8 f8 not working]]></category>
		<category><![CDATA[windows 8 safe mode]]></category>
		<category><![CDATA[windows 8 safe mode how to]]></category>
		<category><![CDATA[windows 8 tutorial safe mode]]></category>

		<guid isPermaLink="false">http://www.aurelp.com/?p=590</guid>
		<description><![CDATA[One of the first problems that a Windows 8 user has is&#8230;. &#8220;How can I boot in Safe Mode&#8230; the classic F8 is not working&#8230;.&#8221;  The easiest way is:  1. Press Windows Button and write msconfig, and Enter:  2. Go &#8230;<p class="read-more"><a href="http://www.aurelp.com/2013/01/21/how-to-boot-in-safe-mode-windows-8-the-easiest-way/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p><strong>One of the first problems that a Windows 8 user has is&#8230;. </strong><br />
<span style="color: #ff0000;"><strong><em>&#8220;How can I boot in Safe Mode&#8230; the classic F8 is not working&#8230;.&#8221;</em> </strong></span></p>
<p><strong>The easiest way is: </strong></p>
<p><strong>1.</strong> Press <strong>Windows Button</strong> and write <strong>msconfig</strong>, and <strong>Enter</strong>: <a href="http://www.aurelp.com/2013/01/21/how-to-boot-in-safe-mode-windows-8-the-easiest-way/1-21/" rel="attachment wp-att-591"><br />
<img class="alignnone size-full wp-image-591" alt="1" src="http://www.aurelp.com/wp-content/uploads/2013/01/11.jpg" width="800" height="192" /><br />
</a><strong>2.</strong> Go to <strong>Boot Tab</strong>, and select <strong>Safe Boot</strong>:</p>
<p>*Other info:<br />
<strong style="line-height: 18px;">Minimal</strong> is the normal safe mode.<br />
<strong style="line-height: 18px;">Alternate Shell</strong> is a safe mode with command prompt console<br />
<strong style="line-height: 18px;">Network </strong>is a <strong style="line-height: 18px;">s</strong>afe mode with network</p>
<p><img class="alignnone size-full wp-image-594" alt="4" src="http://www.aurelp.com/wp-content/uploads/2013/01/4.jpg" width="681" height="478" /></p>
<p><strong>3.</strong> <strong>Restart</strong></p>
<p><a href="http://www.aurelp.com/2013/01/21/how-to-boot-in-safe-mode-windows-8-the-easiest-way/3-20/" rel="attachment wp-att-593"><img class="alignnone size-full wp-image-593" alt="3" src="http://www.aurelp.com/wp-content/uploads/2013/01/3.jpg" width="421" height="183" /></a></p>
<p><strong>4.</strong> After reboot you will be in <strong>safe mode</strong>. <strong>Do your work ^_^</strong></p>
<p><strong>5.</strong> After you finished you have to go back to <strong>msconfig</strong> <span style="color: #ff0000;"><strong>( step 2 )</strong></span> and <strong>un-check safe mode, and then restart</strong>:<br />
<a href="http://www.aurelp.com/2013/01/21/how-to-boot-in-safe-mode-windows-8-the-easiest-way/3-20/" rel="attachment wp-att-593"><br />
</a><em><span style="color: #ff0000;"><strong>*If you do not do this step after reboot you will be again in safe mode !</strong></span></em><a href="http://www.aurelp.com/2013/01/21/how-to-boot-in-safe-mode-windows-8-the-easiest-way/3-20/" rel="attachment wp-att-593"><br />
</a><a href="http://www.aurelp.com/2013/01/21/how-to-boot-in-safe-mode-windows-8-the-easiest-way/4-15/" rel="attachment wp-att-594"><img class="alignnone size-full wp-image-594" alt="4" src="http://www.aurelp.com/wp-content/uploads/2013/01/4.jpg" width="681" height="478" /><br />
</a><strong>Enjoy !</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aurelp.com/2013/01/21/how-to-boot-in-safe-mode-windows-8-the-easiest-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 8 Keyboard Shortcuts ( complete list )</title>
		<link>http://www.aurelp.com/2013/01/20/584/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=584</link>
		<comments>http://www.aurelp.com/2013/01/20/584/#comments</comments>
		<pubDate>Sun, 20 Jan 2013 17:01:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[complete list of shortcuts windows 8]]></category>
		<category><![CDATA[keyboard shortcuts windows]]></category>
		<category><![CDATA[new windows 8 shortcuts]]></category>
		<category><![CDATA[windows 8 complete list of shortcuts]]></category>
		<category><![CDATA[windows 8 keyboard shortcuts]]></category>
		<category><![CDATA[windows 8 shortcuts]]></category>

		<guid isPermaLink="false">http://www.aurelp.com/?p=584</guid>
		<description><![CDATA[New Windows 8 Keyboard Shortcuts Win – Display Start Menu Win + Mouse Scroll Wheel – Zoom in and out on the Start Menu Win + L – Lock your PC and return to logon screen Win + P -Projector Options &#8230;<p class="read-more"><a href="http://www.aurelp.com/2013/01/20/584/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p><span style="color: #ff0000;" data-mce-mark="1"><strong><a href="http://www.aurelp.com/2013/01/20/584/1-20/" rel="attachment wp-att-585"><img class="alignnone size-full wp-image-585" alt="1" src="http://www.aurelp.com/wp-content/uploads/2013/01/1.jpg" width="800" height="606" /></a></strong></span></p>
<p>New Windows 8 Keyboard Shortcuts</p>
<p>Win – Display Start Menu<br />
Win + Mouse Scroll Wheel – Zoom in and out on the Start Menu<br />
Win + L – Lock your PC and return to logon screen<br />
Win + P -Projector Options<br />
Win + X – Admin tools menuWin + Enter – Starts Windows Narrator<br />
Win + (plus sign + ) – Screen zoom in<br />
Win + (minus sign &#8211; ) – Screen zoom out<br />
Win + Print Screen – Saves a screenshot in the picture library screenshot folder<br />
Print Screen – Saves a  screenshot to clipboard<br />
Alt + Tab – Classic app switcher<br />
Win + Tab – Metro app switcher<br />
Alt + F4 – Close application (Desktop and Metro)<br />
Tab – Select different items<br />
Ctrl + C – Copy<br />
Ctrl + X – Cut<br />
Ctrl + V – Paste</p>
<p><strong>New interface shortcuts<br />
</strong>Win + C – Displays charms<br />
Win + Z – Displays app bar<br />
Win + I – Settings side menu<br />
Win + K – Devices menu<br />
Win + H – Share menu<br />
Win + F – File search<br />
Win + Q – Application search<br />
Win + W – Settings search<br />
Win + (period . ) – Snap Metro app to the right<br />
Win + Shift + (period . ) –Snap Metro app to the left<br />
Arrow keys + spacebar – Select app tile</p>
<p><strong><strong>Shortcuts for d</strong>esktop<br />
</strong>Win + D – Show Desktop<br />
Win + M – Minimize to Desktop<br />
Win + R – Run<br />
Win + T – Taskbar previews<br />
Win + U – Ease of Access Center<br />
Win + Pause / Break – System Information<br />
Win + comma – Peek at desktop<br />
Ctrl + Shift + Escape – Task Manager<br />
Win + Right Arrow – Aero snap right<br />
Win + Left Arrow – Aero snap left<br />
Win + Up Arrow – Aero snap full screen<br />
Win + 1 through 9 – Launched applications pinned to the taskbar</p>
<p><strong>Shortcuts for File Explorer<br />
</strong>Win + E – Open File Explorer<br />
Ctrl + N – Additonal File Explorer window<br />
Alt + F + P – Open Command prompt at current location<br />
Alt + F + r – Open PowerShell prompt at current location<br />
Ctrl + Mouse Scroll Wheel – Change view<br />
Ctrl + Shift + N – New Folder<br />
Alt + Enter – Selected File/Folder Properties<br />
F2 – Rename selected item<br />
Ctrl + F1 – Show or Hide Ribbon<br />
Alt + Up arrow – Navigate up a folder<br />
Alt + Left Arrow – Navigate to previous folder<br />
Alt + Right Arrow – Navigate forward</p>
<p><strong>Shortcuts for Internet Explorer 10<br />
</strong>Ctrl + B – Favorites Manager<br />
Ctrl + D – Add site to Favorites<br />
Ctrl + I – Favorites List<br />
Ctrl + G – Feeds<br />
Ctrl + H – History<br />
Ctrl + J – View Downloads<br />
Ctrl + N – New Window<br />
Ctrl + P – Print<br />
Ctrl + Shift + P – Open InPrivate mode tab<br />
Ctrl + T – New tab<br />
Ctrl + K – Duplicate tab<br />
Ctrl + W – Close tab<br />
Ctrl + Shift + T – Reopen closed tab<br />
Ctrl + Tab – Switch between open tabs<br />
Ctrl + R or F5 – Refresh Page<br />
Ctrl + U – View Source<br />
Ctrl + F or F3 – Find on page<br />
Ctrl + E – Move cursor to address bar to search the web<br />
Alt + Home – Homepage<br />
Alt + Left Arrow – Back<br />
Alt + Right Arrow – Forward<br />
F10 – Menubar<br />
F11 – Toggle Full Screen Mode<br />
F12 – Developer Tools</p>
<p><strong>Shortcuts for Internet Explorer 10 Metro<br />
</strong>Ctrl + E – Move cursor to address bar to search the web<br />
Ctrl + F or F3 – Find on page<br />
Ctrl + R or F5 – Refresh Page<br />
Ctrl + P – Print<br />
Ctrl + T – New tab<br />
Ctrl + K – Duplicate tab<br />
Ctrl + W – Close tab<br />
Ctrl + Tab – Switch between open tabs<br />
Ctrl + Shift + T – Reopen closed tab<br />
Ctrl + Shift + P – Open InPrivate Mode Tab<br />
Ctrl + L or F4 – Open address bar<br />
Alt + Left Arrow – Back<br />
Alt + Right Arrow Forward<br />
<span style="color: #ff0000;"><strong>The pretty nice list can be found here: <a href="http://sdrv.ms/xjdwY7"><span style="color: #ff0000;">download a PDF</span></a> or <a href="http://sdrv.ms/ApP6vs"><span style="color: #ff0000;">XPS</span></a>. </strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aurelp.com/2013/01/20/584/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to activate Windows 8 Enterprise</title>
		<link>http://www.aurelp.com/2013/01/20/how-to-activate-windows-8-enterprise/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-activate-windows-8-enterprise</link>
		<comments>http://www.aurelp.com/2013/01/20/how-to-activate-windows-8-enterprise/#comments</comments>
		<pubDate>Sat, 19 Jan 2013 23:11:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[how to activate windows]]></category>
		<category><![CDATA[how to activate windows 8]]></category>
		<category><![CDATA[i have the windows 8 sn how can i register it]]></category>
		<category><![CDATA[solved windows 8 activation]]></category>
		<category><![CDATA[windows 8 activation]]></category>
		<category><![CDATA[windows 8 activation system]]></category>
		<category><![CDATA[windows 8 enterprise how to activate]]></category>
		<category><![CDATA[windows 8 i cannot activate]]></category>
		<category><![CDATA[windows 8 serial number activation]]></category>

		<guid isPermaLink="false">http://www.aurelp.com/?p=574</guid>
		<description><![CDATA[How to activate Windows 8 Enterprise ?  1. Press Start button ( from the keyboard ) / and type cmd : 2. Select the Command Prompt and click on the Run as an administrator : 3. Type: slmgr.vbs -ipk &#8220;WINDOWS-8-ACTIVATION-KEY&#8221;  *Replace &#8220;WINDOWS-8-ACTIVATION-KEY&#8221; &#8230;<p class="read-more"><a href="http://www.aurelp.com/2013/01/20/how-to-activate-windows-8-enterprise/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p><span style="text-decoration: underline;"><strong>How to activate Windows 8 Enterprise ? </strong></span></p>
<p><strong>1.</strong> Press <strong>Start button</strong> ( from the keyboard ) / and type <strong>cmd :</strong><a href="http://www.aurelp.com/2013/01/20/how-to-activate-windows-8-enterprise/1-19/" rel="attachment wp-att-575"><br />
<img class="alignnone size-full wp-image-575" alt="1" src="http://www.aurelp.com/wp-content/uploads/2013/01/1.png" width="800" height="153" /></a><br />
<strong>2.</strong> Select the <strong>Command Prompt</strong> and click on the <strong>Run as an administrator</strong> :<br />
<a href="http://www.aurelp.com/2013/01/20/how-to-activate-windows-8-enterprise/2-19/" rel="attachment wp-att-576"><img class="alignnone size-full wp-image-576" alt="2" src="http://www.aurelp.com/wp-content/uploads/2013/01/2.png" width="430" height="800" /></a><br />
<strong>3.</strong> Type: <strong>slmgr.vbs -ipk &#8220;WINDOWS-8-ACTIVATION-KEY&#8221; </strong><br />
<span style="color: #ff0000;"><strong>*Replace <em>&#8220;WINDOWS-8-ACTIVATION-KEY&#8221;</em> with your Serial Number </strong></span><br />
<a href="http://www.aurelp.com/2013/01/20/how-to-activate-windows-8-enterprise/3-19/" rel="attachment wp-att-577"><img class="alignnone size-full wp-image-577" alt="3" src="http://www.aurelp.com/wp-content/uploads/2013/01/3.png" width="800" height="522" /><br />
</a><strong>If you have problems don&#8217;t hesitate to comment / contact me. </strong></p>
<p><strong>Enjoy !</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aurelp.com/2013/01/20/how-to-activate-windows-8-enterprise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog is back online / Hosting problems</title>
		<link>http://www.aurelp.com/2013/01/19/blog-is-back-online-hosting-problems/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=blog-is-back-online-hosting-problems</link>
		<comments>http://www.aurelp.com/2013/01/19/blog-is-back-online-hosting-problems/#comments</comments>
		<pubDate>Sat, 19 Jan 2013 21:47:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://www.aurelp.com/?p=569</guid>
		<description><![CDATA[Because of some serious problems with the hosting provider I had to move the blog, and took it offline for a few months to move it to another host.  Thanks BlueHost for support. Really a super professional hosting company.  Thank &#8230;<p class="read-more"><a href="http://www.aurelp.com/2013/01/19/blog-is-back-online-hosting-problems/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p><span style="color: #ff0000;"><strong>Because of some serious problems with the hosting provider I had to move the blog, and took it offline for a few months to move it to another host. </strong></span></p>
<p><strong>Thanks BlueHost for support. Really a super professional hosting company. </strong><br />
<a href="https://www.bluehost.com/" rel="attachment wp-att-570"><img class="alignnone size-full wp-image-570" alt="logo" src="http://www.aurelp.com/wp-content/uploads/2013/01/logo.jpg" width="209" height="51" /></a></p>
<p><span style="color: #ff0000;"><strong>Thank you all for the support &amp; in the next days I am going to upload new materials with Windows 8 / Exchange server 2013  &amp; other interesting things. </strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aurelp.com/2013/01/19/blog-is-back-online-hosting-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo Whitelist a domain or email address in Microsoft Exchange 2010</title>
		<link>http://www.aurelp.com/2013/01/19/howto-whitelist-a-domain-or-email-address-in-microsoft-exchange-2010/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=howto-whitelist-a-domain-or-email-address-in-microsoft-exchange-2010</link>
		<comments>http://www.aurelp.com/2013/01/19/howto-whitelist-a-domain-or-email-address-in-microsoft-exchange-2010/#comments</comments>
		<pubDate>Sat, 19 Jan 2013 21:42:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange HowTo]]></category>
		<category><![CDATA[clients cannot send emails to us exchange 2010]]></category>
		<category><![CDATA[exchange 2010 blocked a domain]]></category>
		<category><![CDATA[exchange 2010 blocks messages]]></category>
		<category><![CDATA[exchange 2010 problem receiving mails]]></category>
		<category><![CDATA[exchange 2010 whitelist]]></category>
		<category><![CDATA[exchange server how to whitelist a email address]]></category>
		<category><![CDATA[how to whitelist a email address exchange 2010]]></category>
		<category><![CDATA[how to whitelist a email address powershell]]></category>
		<category><![CDATA[unblock a domain exchange 2010]]></category>
		<category><![CDATA[unblock a email address exchange server 2010]]></category>
		<category><![CDATA[Whitelist a domain or email address in Microsoft Exchange 2010]]></category>

		<guid isPermaLink="false">http://www.aurelp.com/?p=565</guid>
		<description><![CDATA[First of all, what is a whitelist ? A whitelist is a list of known safe email senders.  Whitelists can be made up of IP addresses, domain names, or email addresses.  In most cases businesses will choose to whitelist domain &#8230;<p class="read-more"><a href="http://www.aurelp.com/2013/01/19/howto-whitelist-a-domain-or-email-address-in-microsoft-exchange-2010/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.aurelp.com/2013/01/19/howto-whitelist-a-domain-or-email-address-in-microsoft-exchange-2010/exchange-2010-logo-e1344444075384/" rel="attachment wp-att-566"><img class="alignnone size-full wp-image-566" alt="exchange-2010-logo-e1344444075384" src="http://www.aurelp.com/wp-content/uploads/2013/01/exchange-2010-logo-e1344444075384.jpg" width="350" height="216" /></a></p>
<p><strong>First of all, what is a whitelist ?</strong><br />
A whitelist is a list of known safe email senders.  Whitelists can be made up of IP addresses, domain names, or email addresses.  In most cases businesses will choose to whitelist domain names of highly trusted customers or suppliers, or email addresses that are the source of critical emails.</p>
<p>Whitelist features are not available via Exchange Management Console (the GUI), so this will have to be completed via the Exchange Powershell Open powershell via the exchange menu item and run one of the following scripts, based on your requirement:</p>
<p><b>To check whats currently whitelisted (Bypassed Recipients):</b></p>
<div>
<p><code>Get-ContentFilterConfig</code></p>
</div>
<p><b>To whitelist a single email address:</b></p>
<div>
<p><code>$list = (Get-ContentFilterConfig).BypassedSenders</code></p>
<p><code>$list.add("new.mail@address.com")</code></p>
<p><code>Set-ContentFilterConfig -BypassedSenders $list</code></p>
</div>
<p><b>To whitelist an entire domain:</b></p>
<div>
<p><code>$list = (Get-ContentFilterConfig).BypassedSenderDomains</code></p>
<p><code>$list.add("domain.com")</code></p>
<p><code>Set-ContentFilterConfig -BypassedSenderDomains $list</code></p>
</div>
<p><b>ENJOY.</b></p>
<p>And if you encounter any problems feel free to <b>comment </b>/ <b>contact me.</b></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aurelp.com/2013/01/19/howto-whitelist-a-domain-or-email-address-in-microsoft-exchange-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to check if standard or enterprise Exchange 2010 is installed?</title>
		<link>http://www.aurelp.com/2013/01/19/how-to-check-if-standard-or-enterprise-exchange-2010-is-installed/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-check-if-standard-or-enterprise-exchange-2010-is-installed</link>
		<comments>http://www.aurelp.com/2013/01/19/how-to-check-if-standard-or-enterprise-exchange-2010-is-installed/#comments</comments>
		<pubDate>Sat, 19 Jan 2013 21:30:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange HowTo]]></category>
		<category><![CDATA[exchange 2010 how to check version]]></category>
		<category><![CDATA[exchange 2010 standard or enterprise]]></category>
		<category><![CDATA[exchange server standard or enterprise]]></category>
		<category><![CDATA[how to determine the installed version of exchange 2010]]></category>
		<category><![CDATA[how to determine the version of exchange server]]></category>
		<category><![CDATA[what version of exchange I have installed]]></category>

		<guid isPermaLink="false">http://www.aurelp.com/?p=563</guid>
		<description><![CDATA[This thing can be done by using the GUI or by using Powershell. A. Using GUI 1.Open EMC / Expand untill you get to Server Configuration ( and click on it ) / On the right panel will appear the server configuration: 2. Click on View / Add/Remove &#8230;<p class="read-more"><a href="http://www.aurelp.com/2013/01/19/how-to-check-if-standard-or-enterprise-exchange-2010-is-installed/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p>This thing can be done by using the GUI or by using Powershell.</p>
<p><b>A. Using GUI</b></p>
<p><b>1.Open EMC</b> / Expand untill you get to <b>Server Configuration</b> ( and click on it ) / On the right panel will appear the<b> server configuration</b>:<br />
<img class="alignnone" alt="" src="http://www.aurelp.com/wp-content/uploads/2012/05/12.jpg" width="859" height="470" /></p>
<p><b>2.</b> Click on <b>View </b>/<b> Add/Remove Columns</b>…<br />
<img class="alignnone" alt="" src="http://www.aurelp.com/wp-content/uploads/2012/05/2.jpg" width="867" height="490" /><a href="http://www.aurelp.com/wp-content/uploads/2012/05/12.jpg"><br />
</a></p>
<p><b>3. </b>In the window that appears click on <b>Edition </b>and the <b>Add </b>/ then <b>OK</b>:<br />
<img class="alignnone" alt="" src="http://www.aurelp.com/wp-content/uploads/2012/05/3.jpg" width="628" height="469" /></p>
<p><b>4. </b>After that the column with the <b>edition </b>will appear:<br />
<img class="alignnone" alt="" src="http://www.aurelp.com/wp-content/uploads/2012/05/4.jpg" width="969" height="285" /></p>
<p><b>B. Using Powershell</b></p>
<p><b>1. </b>Open <b>Microsoft Exchange Management Powershell</b><br />
<b>2.</b> Run the following command:</p>
<div>
<p>get-exchangeserver</p>
</div>
<p><b><br />
ENJOY.</b></p>
<p>And if you encounter any problems feel free to <b>comment </b>/ <b>contact me.</b></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aurelp.com/2013/01/19/how-to-check-if-standard-or-enterprise-exchange-2010-is-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forefront Protection 2010 for Exchange Server 2010 &#124; Antispam / Test</title>
		<link>http://www.aurelp.com/2013/01/19/forefront-protection-2010-for-exchange-server-2010-antispam-test/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=forefront-protection-2010-for-exchange-server-2010-antispam-test</link>
		<comments>http://www.aurelp.com/2013/01/19/forefront-protection-2010-for-exchange-server-2010-antispam-test/#comments</comments>
		<pubDate>Sat, 19 Jan 2013 21:27:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange HowTo]]></category>
		<category><![CDATA[Forefront Protection 2010]]></category>
		<category><![CDATA[Forefront Protection 2010 for Exchange Server 2010]]></category>
		<category><![CDATA[Forefront Protection 2010 wiki]]></category>

		<guid isPermaLink="false">http://www.aurelp.com/?p=561</guid>
		<description><![CDATA[First of all why do you need Forefront Protection for Exchange Server ? Microsoft Forefront Protection 2010 for Exchange Server (FPE) provides fast and effective protection against malware and spam by including multiple scanning engines from industry-leading security partners in &#8230;<p class="read-more"><a href="http://www.aurelp.com/2013/01/19/forefront-protection-2010-for-exchange-server-2010-antispam-test/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p><strong>First of all why do you need Forefront Protection for Exchange Server ?</strong></p>
<p>Microsoft Forefront Protection 2010 for Exchange Server (FPE) provides fast and effective protection against malware and spam by including multiple scanning engines from industry-leading security partners in a single solution. FPE provides customers with an easy-to-use administration console that includes customizable configuration settings, filtering options, monitoring features and reports, antispam protection, and integration with the Forefront Online Protection for Exchange (FOPE) product. If you have installed FPE on multiple Exchange servers, such as in an enterprise, you can manage them with the <a href="http://go.microsoft.com/fwlink/?LinkID=208514&amp;clcid=0x409">Microsoft Forefront Protection Server Management Console (FPSMC)</a>. Additionally, you can use Windows PowerShell, a command-line shell and task-based scripting technology that enables the automation of system administration tasks, to administer FPE.</p>
<p><strong>Installing FPE on a Mailbox / Hub Transport Exchange Server</strong></p>
<ul>
<li>During installation you’ll be asked whether or not to enable <em>Antispam</em>, the default will be to not enable it.  That’s what we want, we’ll leave that task to the Edge server.</li>
<li>FPE on an internal machine will provide <em>Antivirus</em> and <em>Antimalware</em> protection.  You’ll also be able to run on-demand scans of individual mailboxes if you so choose.</li>
</ul>
<p><strong>Installing FPE on an Edge Transport Exchange Server</strong></p>
<ul>
<li>This time the default will be to enable <em>Antispam</em>, which is exactly what we want.</li>
<li>Edge servers don’t have direct access to any mailboxes, so you can’t run scans on selected objects from here.</li>
</ul>
<p><strong>Update FPE Spam Definitions and Engines</strong></p>
<ul>
<li>Spam/Virus/Malware definitions should come through Windows update automatically.  Just be sure they’ll install automatically.</li>
<li>To update your FPE Engines, browse to your <em>Policy Management -&gt; Global Settings -&gt; Engine Options</em> and choose <em>Update All Engines Now</em> from the options pane.</li>
</ul>
<p><strong>Send Test Emails</strong></p>
<ul>
<li>To test if <em>Antispam</em> is functioning properly head on over to <a href="http://gtube.net/" target="_blank">Gtube.net</a>.  Send a Gtube test from an external domain and you should receive an automatic reply that the mail is undeliverable:<em>#550 5.7.1 Message rejected due to content restrictions ##</em></li>
<li>To test <em>Antivirus/Antimalware</em>, use <a href="http://www.eicar.org/anti_virus_test_file.htm" target="_blank">EICAR.org</a>.  Send the EICAR signature as an attachment from an external domain and you should receive the email, but the attachment will be quarantined.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.aurelp.com/2013/01/19/forefront-protection-2010-for-exchange-server-2010-antispam-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solved &#124; A connection couldn’t be made to Exchange server named ‘Exchange_2010′….</title>
		<link>http://www.aurelp.com/2013/01/19/solved-a-connection-couldnt-be-made-to-exchange-server-named-exchange_2010%e2%80%b2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=solved-a-connection-couldnt-be-made-to-exchange-server-named-exchange_2010%25e2%2580%25b2</link>
		<comments>http://www.aurelp.com/2013/01/19/solved-a-connection-couldnt-be-made-to-exchange-server-named-exchange_2010%e2%80%b2/#comments</comments>
		<pubDate>Sat, 19 Jan 2013 21:26:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange HowTo]]></category>
		<category><![CDATA[A connection couldn't be made to Exchange server named '']]></category>
		<category><![CDATA[A connection couldn’t be made to Exchange server named ‘Exchange_2010′]]></category>
		<category><![CDATA[Exchange 2010 A connection couldn't be made to Exchange server named]]></category>
		<category><![CDATA[fixed A connection couldn’t be made to Exchange server named]]></category>
		<category><![CDATA[how to A connection couldn’t be made to Exchange server named]]></category>
		<category><![CDATA[solved A connection couldn’t be made to Exchange server named]]></category>
		<category><![CDATA[step by step A connection couldn’t be made to Exchange server named]]></category>

		<guid isPermaLink="false">http://www.aurelp.com/?p=559</guid>
		<description><![CDATA[This error is quite common in the GUI of Exchange 2010. The first thing you need to do… is: DO NOT PANIC ! 1. Go to Start / services.msc 2. Browse for the Microsoft Exchange Service Host / right click on it / Restart ( if already started ) or Start ( if it &#8230;<p class="read-more"><a href="http://www.aurelp.com/2013/01/19/solved-a-connection-couldnt-be-made-to-exchange-server-named-exchange_2010%e2%80%b2/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p>This error is quite common in the GUI of Exchange 2010. The first thing you need to do… is:<br />
<span style="color: #ff0000;"><b>DO NOT PANIC !</b></span></p>
<p><b>1. </b>Go to <b>Start </b>/ <b>services.msc</b></p>
<p><b>2.</b> Browse for the <b>Microsoft Exchange Service Host</b> / <b>right click on it </b>/ <b>Restart </b>( if already started ) or <b>Start </b>( if it was stopped )<br />
<a href="http://www.aurelp.com/wp-content/uploads/2012/05/11.jpg"> <img class="alignnone" alt="" src="http://www.aurelp.com/wp-content/uploads/2012/05/11.jpg" width="1600" height="894" /><br />
</a></p>
<p><b>ENJOY.</b></p>
<p>And if you encounter any problems feel free to <b>comment </b>/ <b>contact me.</b></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aurelp.com/2013/01/19/solved-a-connection-couldnt-be-made-to-exchange-server-named-exchange_2010%e2%80%b2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SOLVED &#124; Exchange 2010 &#124; Connecting to remote server failied with the following error message: The WinRM client received an HTTP server error status (500)</title>
		<link>http://www.aurelp.com/2013/01/19/solved-exchange-2010-connecting-to-remote-server-failied-with-the-following-error-message-the-winrm-client-received-an-http-server-error-status-500/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=solved-exchange-2010-connecting-to-remote-server-failied-with-the-following-error-message-the-winrm-client-received-an-http-server-error-status-500</link>
		<comments>http://www.aurelp.com/2013/01/19/solved-exchange-2010-connecting-to-remote-server-failied-with-the-following-error-message-the-winrm-client-received-an-http-server-error-status-500/#comments</comments>
		<pubDate>Sat, 19 Jan 2013 21:23:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange HowTo]]></category>
		<category><![CDATA[Connecting to remote server failied with the following error message: The WinRM client received an HTTP server error status (500)]]></category>
		<category><![CDATA[do not panic Connecting to remote server failied with the following error message: The WinRM client received an HTTP server error status (500)]]></category>
		<category><![CDATA[exchange server 2010 Connecting to remote server failied with the following error message: The WinRM client received an HTTP server error status (500)]]></category>
		<category><![CDATA[fixed Connecting to remote server failied with the following error message: The WinRM client received an HTTP server error status (500)]]></category>
		<category><![CDATA[microsoft exchange server 2010 Connecting to remote server failied with the following error message: The WinRM client received an HTTP server error status (500)]]></category>
		<category><![CDATA[solved Connecting to remote server failied with the following error message: The WinRM client received an HTTP server error status (500)]]></category>

		<guid isPermaLink="false">http://www.aurelp.com/?p=557</guid>
		<description><![CDATA[One quite common error I faced during the Exchange 2010 era is the WinRM HTTP Error: If i use the management tools GUI i get an error message saying: “Connecting to remote server failied with the following error message: The WinRM client &#8230;<p class="read-more"><a href="http://www.aurelp.com/2013/01/19/solved-exchange-2010-connecting-to-remote-server-failied-with-the-following-error-message-the-winrm-client-received-an-http-server-error-status-500/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p>One quite common error I faced during the Exchange 2010 era is the WinRM HTTP Error:</p>
<p>If i use the management tools GUI i get an error message saying:<br />
<span style="color: #ff0000;">“Connecting to remote server failied with the following error message: The WinRM client received an HTTP server error status (500), but the remove service did not include any other informaition about the cause of the failure. For more information, see the about_Remote_Troubleshooting Help topic. It was running the command ‘Discover-ExchangeServer -UseWIA $true -SuppressError $true’.”</span></p>
<p>Using the Exchange Management Shell is get a similar error:<br />
“<span style="color: #ff0000;">Connecting to remote server failied with the following error message: The WinRM client received an HTTP server error status (500), but the remove service did not include any other informaition about the cause of the failure. For more information, see the about_Remote_Troubleshooting Help topic.</span><br />
<span style="color: #ff0000;"> + CategoryInfo : OpenError: (System.Manageme….RemoteRunspace:RemoteRunspace) [], PSRemotingTransportException</span><br />
<span style="color: #ff0000;"> + FullyQualifiedErrorId: PSSessionOpenFailed”</span></p>
<p><span style="color: #ff0000;"><b>FIRST THING YOU MUST DO: DO NOT PANIC !<br />
DO NOT REBOOT THE SERVER !!!<br />
I WILL EXPLAIN HOW TO SOLVE THIS IN A FEW EASY STEPS:</b></span></p>
<p><b>1. </b>When you open the <b>EMC </b>( Exchange Management Console ), you will get an <b>error </b>similar to this: <a href="http://www.aurelp.com/wp-content/uploads/2012/02/1.jpg"> <i><br />
</i></a><a href="http://www.aurelp.com/wp-content/uploads/2012/02/1.jpg"><img class="alignnone" alt="" src="http://www.aurelp.com/wp-content/uploads/2012/02/1.jpg" width="800" height="524" /></p>
<p></a><b>2. </b>Go to <b>START </b>/ <b>Administrative Tools</b> / <b>Server Manager</b> / <b>Features </b>/ <b>Add Features</b> / <b>And check WinRM IIS Extensions</b> / <b>NEXT </b>/ <b>NEXT </b>/ <b>CLOSE</b>:<br />
<span style="color: #ff0000;"><b>!!! IF YOU ALREADY HAVE THIS ROLE INSTALLED, JUST REINSTALL IT ! </b></span><br />
<img class="alignnone" alt="" src="http://www.aurelp.com/wp-content/uploads/2012/02/2.jpg" width="800" height="551" /></p>
<p><b>3.  Close </b>/ <b>Reopen EMC</b> and it will work like a charm ( <b>NO REBOOT REQUIRED</b> ):<br />
<img class="alignnone" alt="" src="http://www.aurelp.com/wp-content/uploads/2012/02/3.jpg" width="800" height="535" /></p>
<p><b>ENJOY.</b></p>
<p>And if you encounter any problems feel free to <b>comment </b>/ <b>contact me.</b></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aurelp.com/2013/01/19/solved-exchange-2010-connecting-to-remote-server-failied-with-the-following-error-message-the-winrm-client-received-an-http-server-error-status-500/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
