<?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>Email management, storage and security for business email admins &#187; Exchange Management Shell</title>
	<atom:link href="http://www.theemailadmin.com/tag/exchange-management-shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theemailadmin.com</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 14:00:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Protect Confidential Emails with Exchange Server 2007</title>
		<link>http://www.theemailadmin.com/2009/08/how-to-protect-confidential-emails-with-exchange-server-2007/</link>
		<comments>http://www.theemailadmin.com/2009/08/how-to-protect-confidential-emails-with-exchange-server-2007/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 12:13:38 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[email security]]></category>
		<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange Management Shell]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1435</guid>
		<description><![CDATA[Within an organization there is often communication that occurs between staff that should remain confidential and kept within the business only.  However any time confidential information is placed in an email there is the risk that someone will accidentally send the information outside of the business. Exchange Server 2007 and Outlook 2007 use a feature [...]<p><a href="http://www.theemailadmin.com/2009/08/how-to-protect-confidential-emails-with-exchange-server-2007/">How to Protect Confidential Emails with Exchange Server 2007</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F08%2Fhow-to-protect-confidential-emails-with-exchange-server-2007%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F08_2Fhow-to-protect-confidential-emails-with-exchange-server-2007_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F08%2Fhow-to-protect-confidential-emails-with-exchange-server-2007%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignright size-full wp-image-1442" title="637885_59601736" src="http://www.theemailadmin.com/wp-content/uploads/2009/08/637885_59601736.jpg" alt="637885_59601736" width="250" height="171" />Within an organization there is often communication that occurs between staff that should remain confidential and kept within the business only.  However any time confidential information is placed in an email there is the risk that someone will accidentally send the information outside of the business.</p>
<p>Exchange Server 2007 and Outlook 2007 use a feature called Message Classification to prevent this accidental information leakage from occurring.</p>
<h2>What are Message Classifications?</h2>
<p>A message classification is simply metadata added to an email message that describes the intended use or audience of the message.  Message classifications can be created or customized to suit any type of business with any type of classification need.</p>
<p>When combined with Exchange Server 2007 Transport Rules message classifications can be used to enforce email policies such as the forwarding of confidential information.</p>
<h2>Enabling Message Classifications</h2>
<p>Although it it possible to create your own message classifications, Exchange Server 2007 ships with several default classifications that will suit most businesses.  These message classifications must be exported to an XML file and distributed to clients.<span id="more-1435"></span>Run the Export-OutlookClassification.ps1 script from C:\Program Files\Microsoft\Exchange Server\Scripts.</p>
<pre>[PS] C:\&gt;.\Export-OutlookClassification.ps1 &gt; c:\msgclass.xml</pre>
<p>The file must now be placed somewhere for the client PC&#8217;s to access it.  Although a network share can be used it is more reliable to distribute the file to the local hard drive of each computer.</p>
<p>Next, create the following registry keys to reference the classifications file.</p>
<pre>[HKCU\Software\Microsoft\Office\12.0\Common\Policy]
"AdminClassificationPath"="c:\\admin\\msgclass.xml"
"EnableClassifications"=dword:00000001
"TrustClassifications"=dword:00000001</pre>
<p>When Outlook 2007 is next launched by the end user they will have access to the message classifications when composing new messages.</p>
<p><img class="alignnone size-full wp-image-1436" title="msgclass1" src="http://www.theemailadmin.com/wp-content/uploads/2009/08/msgclass1.png" alt="msgclass1" width="500" height="276" /></p>
<h2>Creating Transport Rules</h2>
<p>With message classifications in use it is now possible to configure Transport Rules to protect confidential emails from being sent outside of the company.  Launch the Exchange Management Console and navigate to <strong>Organization Configuration/Hub Transport</strong>.  Click on the Transport Rules tab and then start a new Transport Rule.</p>
<p>Give the rule a meaningful name, for example &#8220;Block Outbound Confidential Emails&#8221;.</p>
<p><img class="alignnone size-full wp-image-1437" title="msgclass2" src="http://www.theemailadmin.com/wp-content/uploads/2009/08/msgclass2.png" alt="msgclass2" width="452" height="259" /></p>
<p>Set the conditions for email sent outside the organization and classified as &#8220;Company Confidential&#8221;.</p>
<p><img class="alignnone size-full wp-image-1438" title="msgclass3" src="http://www.theemailadmin.com/wp-content/uploads/2009/08/msgclass3.png" alt="msgclass3" width="448" height="318" /></p>
<p>Configure the rule action to send a bounce message to the original sender with a message that makes it clear to them why the message was blocked.  Don&#8217;t forget to also configure the rule actions to drop the message as well.</p>
<p><img class="alignnone size-full wp-image-1439" title="msgclass4" src="http://www.theemailadmin.com/wp-content/uploads/2009/08/msgclass4.png" alt="msgclass4" width="457" height="366" /></p>
<p>If there is any reason for an exception, such as allowing the CEO to send confidential emails to outside partners, you can configure it as well.  Otherwise just complete the Transport Rule wizard.</p>
<h2>Testing the Transport Rule</h2>
<p>You can test the new Transport Rule by simply sending any email classified as &#8220;Company Confidential&#8221; to an outside email address.  The Exchange server will return an error message to the sender.</p>
<p><img class="alignnone size-full wp-image-1440" title="msgclass5" src="http://www.theemailadmin.com/wp-content/uploads/2009/08/msgclass5.png" alt="msgclass5" width="500" height="121" /></p>
<h2>Limitations of Message Classifications</h2>
<p>The important thing to note here is that message classifications require some implementation effort, must be deliberately used by end users when sending emails, and only prevent accidental exposure of confidential information.  For example, a user who receives a classified message is free to remove that classification when they forward the email to an outside recipient.  Of course, such deliberate acts are almost impossible to guard against anyway.  Still, message classifications provided a decent option for enforcing email policies.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2009/08/how-to-protect-confidential-emails-with-exchange-server-2007/">How to Protect Confidential Emails with Exchange Server 2007</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/08/how-to-protect-confidential-emails-with-exchange-server-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Exchange Server Health with PowerShell</title>
		<link>http://www.theemailadmin.com/2009/08/testing-exchange-server-health-with-powershell/</link>
		<comments>http://www.theemailadmin.com/2009/08/testing-exchange-server-health-with-powershell/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 12:48:35 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange Management Shell]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://www.theemailadmin.com/?p=1382</guid>
		<description><![CDATA[Microsoft Exchange Server 2007 ships with some useful tools for testing the health of the different server roles. These tools come in the form of PowerShell cmdlets that can be executed from the Exchange Management Shell. The tools are very handy both during implementation of new Exchange systems as well as when investigating faults. General [...]<p><a href="http://www.theemailadmin.com/2009/08/testing-exchange-server-health-with-powershell/">Testing Exchange Server Health with PowerShell</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F08%2Ftesting-exchange-server-health-with-powershell%2F" onclick="pageTracker._trackPageview('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.theemailadmin.com_2F2009_2F08_2Ftesting-exchange-server-health-with-powershell_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.theemailadmin.com%2F2009%2F08%2Ftesting-exchange-server-health-with-powershell%2F&amp;source=emailadm&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignright size-full wp-image-1384" title="Testing Exchange Server Health" src="http://www.theemailadmin.com/wp-content/uploads/2009/08/1080174_14728559.jpg" alt="1080174_14728559" width="200" height="150" />Microsoft Exchange Server 2007 ships with some useful tools for testing the health of the different server roles.</p>
<p>These tools come in the form of PowerShell cmdlets that can be executed from the Exchange Management Shell.</p>
<p>The tools are very handy both during implementation of new Exchange systems as well as when investigating faults.</p>
<h2>General Tests</h2>
<p><strong>Test-ServiceHealth</strong> &#8211; tests the health of the Exchange services on the server and lets you know if any required services for the installed roles are not running.</p>
<p><strong>Test-SystemHealth</strong> &#8211; this is the command line version of the Exchange Best Practices Analyzer, and will alert you to any error conditions or configurations that deviate from best practices.</p>
<p><strong>Test-Path</strong> &#8211; this is not strictly an Exchange test.  Test-Path is useful when building scripts and is used to verify the existing of an element such as a file, folder, or registry key, returning a simple True/False answer.</p>
<h2>Client Access Server</h2>
<p>Several of the Client Access Server tests utilise a system-managed test mailbox which you must first create by running the <strong>new-TestCasConnectivityUser.ps1</strong> script from <strong>C:\Program Files\Microsoft\Exchange Server\Scripts</strong>.</p>
<p>Incorrect Client Access Server configuration can cause a wide range of problems within an Exchange Server 2007 organization so these tests are essential during any Exchange implementation.<span id="more-1382"></span><strong>Test-ActiveSyncConnectivity</strong> &#8211; tests the Client Access Server by performing an ActiveSync synchronisation for a specified mailbox to verify that ActiveSync is configured and functioning correctly.</p>
<p><strong>Test-ImapConnectivity</strong> &#8211; tests the IMAP service and IMAP connectivity for mailboxes in the organization.  IMAP is useful for non-Microsoft email clients and mobile devices that do not support ActiveSync.</p>
<p><strong>Test-OutlookWebServices</strong> &#8211; tests the AutoDiscover service, which is the service that allows Outlook 2007 clients to automatically configure the Outlook profile for a user based on Active Directory information rather than needing manual configuration of user name and server name.</p>
<p><strong>Test-OwaConnectivity</strong> &#8211; can be used to test Outlook Web Access connectivity for specific IIS virtual directories, mailbox users, or URLs.</p>
<p><strong>Test-PopConnectivity</strong> &#8211; tests that the POP3 service is running and that POP3 connectivity is available.  POP3 is most commonly used in service provider scenarios where mail is not intended to be stored on the server once the client has downloaded it.</p>
<p><strong>Test-WebServicesConnectivity</strong> &#8211; tests the basic functionality of Outlook Anywhere (formerly known as HTTP-over-RPC), which provides remote mailbox access for Outlook clients over SSL connections.</p>
<h2>Hub Transport Server</h2>
<p><strong>Test-EdgeSynchronization</strong> &#8211; tests whether the subscribed Edge Transport servers are current and up to date.  This is only useful in environments that have deployed the Edge Transport server role, which is not a required role for Exchange Server 2007.</p>
<p><strong>Test-IPAllowListProvider</strong> &#8211; tests the configuration of an IP Allow List provider for the Hub Transport server Connection Filter agent, which is a part of the Exchange Server 2007 anti-spam component.</p>
<p><strong>Test-IPBlockListProvider</strong> &#8211; same as previous, but tests a configured IP Block List provider instead.</p>
<p><strong>Test-SenderID</strong> &#8211; performs a <a target="_blank" href="http://en.wikipedia.org/wiki/Sender_ID" onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Sender_ID?referer=');">SenderID</a> (an <a target="_blank" href="http://www.allspammedup.com/2009/06/antispam-frameworks-explained/" onclick="pageTracker._trackPageview('/outgoing/www.allspammedup.com/2009/06/antispam-frameworks-explained/?referer=');">anti-spam framework</a>) lookup against a specified IP address to determine whether that IP is authorised to send mail for that domain.</p>
<h2>Mailbox Server</h2>
<p><strong>Test-Mailflow</strong> &#8211; uses the System Mailbox on the Mailbox server to test that mail can be sent and received, as well as allow you to test whether mail can be sent between different Mailbox servers within an acceptable latency period.  Use this to verify end to end mail flow within your organization.</p>
<p><strong>Test-MAPIConnectivity</strong> &#8211; uses the System Mailbox to test that the mailbox database is online and can be logged in to.</p>
<p><strong>Test-ExchangeSearch</strong> &#8211; uses the System Mailbox to test that the Exchange search service is running and indexing email correctly.</p>
<p><strong>Test-ReplicationHealth</strong> &#8211; only applicable to <a href="http://www.theemailadmin.com/2009/07/exchange-server-2007-high-availability-part-1-ha-fundamentals/">clustered Mailbox servers</a>, and tests that all cluster elements (nodes, network, disks, resources etc) are functioning, and that data replication is healthy.</p>
<h2>Unified Messaging</h2>
<p><strong>Test-UMConnectivity</strong> &#8211; tests the operation of the Unified Messaging role as well as connected telephony systems.  Only applicable to environments with Exchange Server 2007 Unified Messaging, which is not a required role.</p>
<span id="pty_trigger"></span><p><a href="http://www.theemailadmin.com/2009/08/testing-exchange-server-health-with-powershell/">Testing Exchange Server Health with PowerShell</a><br/><br/>

Free ebook download: <a href="http://www.theemailadmin.com/ebook/Top-10-Most-Popular-Troubleshooting-Posts-for-Email-Administrators.pdf">Top 10 Most Popular Troubleshooting Posts for Email Administrators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theemailadmin.com/2009/08/testing-exchange-server-health-with-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

