<?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"
	>

<channel>
	<title>Exchange 2007 - Exchange Management Shell - Exchange Management Console</title>
	<atom:link href="http://exchange-2007.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://exchange-2007.com</link>
	<description>Exchange 2007 Articles , Tutorials and Shell Cmdlet</description>
	<pubDate>Wed, 16 Dec 2009 11:07:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Exchange 2007 Mail Submission Service Fail to Start after SP2 Installation</title>
		<link>http://exchange-2007.com/2009/12/16/exchange-2007-mail-submission-service-fail-to-start-after-sp2-installation/</link>
		<comments>http://exchange-2007.com/2009/12/16/exchange-2007-mail-submission-service-fail-to-start-after-sp2-installation/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 11:07:25 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Exchange Management Console]]></category>

		<category><![CDATA[Exchange Management Shell]]></category>

		<guid isPermaLink="false">http://exchange-2007.com/?p=30</guid>
		<description><![CDATA[Exchange 2007 Mail Submission Service Fail to Start after SP2 Installation
Cluster Type : Single Copy Cluster
Action : Installation of Exchange 2007 SP 2
Issue   : Mail Submission Service Fail to start
Error : Error 1053: The service did not respond to the start or control request in a timely fashion
Resolve
Increase the service timeout period
The Service Control Manager [...]]]></description>
			<content:encoded><![CDATA[<p>Exchange 2007 Mail Submission Service Fail to Start after SP2 Installation</p>
<p><strong>Cluster Type :</strong> Single Copy Cluster<br />
<strong>Action :</strong> Installation of Exchange 2007 SP 2<br />
<strong>Issue   :</strong> Mail Submission Service Fail to start<br />
<strong>Error :</strong> Error 1053: The service did not respond to the start or control request in a timely fashion</p>
<h2>Resolve</h2>
<h3>Increase the service timeout period</h3>
<p>The Service Control Manager will generate an event if a service does not respond within the defined timeout period (the default timeout period is 30000 milliseconds). To resolve this problem, use the Registry Editor to change the default timeout value for all services.</p>
<p>To perform this procedure, you must have membership in <strong>Administrators</strong>, or you must have been delegated the appropriate authority.</p>
<p><strong>Caution:</strong> Incorrectly editing the registry may severely damage your system. Before making changes to the registry, you should back up any valued data.</p>
<p>To change the service timeout period:</p>
<ol>
<li>Click the <strong>Start</strong> button, then click <strong>Run</strong>, type <strong>regedit</strong>, and click <strong>OK</strong>.</li>
<li>In the <strong>Registry Editor</strong>, click the registry subkey HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control.</li>
<li>In the details pane, locate the <strong>ServicesPipeTimeout </strong>entry, right-click that entry and then select <strong>Modify</strong>.<strong>Note:</strong> If the <strong>ServicesPipeTimeout</strong> entry does not exist, you must create it by selecting <strong>New</strong> on the <strong>Edit</strong> menu, followed by the <strong>DWORD Value</strong>, then typing <strong>ServicesPipeTimeout</strong>, and clicking <strong>Enter</strong>.</li>
<li>Click <strong>Decimal</strong>, enter the new timeout value in milliseconds, and then click <strong>OK</strong>.</li>
<li>Restart the computer.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://exchange-2007.com/2009/12/16/exchange-2007-mail-submission-service-fail-to-start-after-sp2-installation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Export Members of Distribution Group in Text File</title>
		<link>http://exchange-2007.com/2009/11/02/how-to-export-members-of-distribution-group-in-text-file/</link>
		<comments>http://exchange-2007.com/2009/11/02/how-to-export-members-of-distribution-group-in-text-file/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 07:24:09 +0000</pubDate>
		<dc:creator>Nausherwan</dc:creator>
		
		<category><![CDATA[Exchange Management Shell]]></category>

		<guid isPermaLink="false">http://exchange-2007.com/?p=29</guid>
		<description><![CDATA[Open Exchange Management Shell
Write this command.
Get-DistributionGroupMember &#8220;DL Name&#8221;&#62;D:\Filename.txt
]]></description>
			<content:encoded><![CDATA[<p>Open Exchange Management Shell</p>
<p>Write this command.</p>
<p>Get-DistributionGroupMember &#8220;DL Name&#8221;&gt;D:\Filename.txt</p>
]]></content:encoded>
			<wfw:commentRss>http://exchange-2007.com/2009/11/02/how-to-export-members-of-distribution-group-in-text-file/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Block Users from Sending Emails outside Organization</title>
		<link>http://exchange-2007.com/2009/10/15/block-users-from-sending-emails-outside-organization/</link>
		<comments>http://exchange-2007.com/2009/10/15/block-users-from-sending-emails-outside-organization/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 06:50:12 +0000</pubDate>
		<dc:creator>Usman</dc:creator>
		
		<category><![CDATA[Exchange Management Console]]></category>

		<guid isPermaLink="false">http://exchange-2007.com/?p=28</guid>
		<description><![CDATA[How To Block Users from Sending Emails outside Organization !
A common requirement is to block users from sending emails outside exchange organization !
Open  Exchange Management Console
Organization Configuration
&#8212;&#8211;&#62; Click on  Hub Transport
&#8212;&#8211;&#62; Click on  Transport Rules (in Middle Pane)
Right Click and New Transport Rule
Enter Name  As   &#8221; Block External Emails &#8221;
Click &#8221; Enable Rule &#8221;
Click [...]]]></description>
			<content:encoded><![CDATA[<p>How To Block Users from Sending Emails outside Organization !</p>
<p>A common requirement is to block users from sending emails outside exchange organization !</p>
<p>Open  Exchange Management Console</p>
<p>Organization Configuration<br />
&#8212;&#8211;&gt; Click on  Hub Transport<br />
&#8212;&#8211;&gt; Click on  Transport Rules (in Middle Pane)</p>
<p>Right Click and New Transport Rule</p>
<p>Enter Name  As   &#8221; Block External Emails &#8221;<br />
Click &#8221; Enable Rule &#8221;</p>
<p>Click Next</p>
<p><strong>Step 1<br />
</strong></p>
<p>Checked &#8211;&gt;  from a member of Distribution list</p>
<p>Checked &#8211;&gt;  Sent to Users inside or outside the organization</p>
<p><strong>Step 2</strong></p>
<p>Click on Distribution list and Select the Distribution Group which is not allowed to send email outside the organization.</p>
<p>Click on Inside and change the scope to Outside</p>
<p>Click Next</p>
<p><strong>Actions<br />
Step 1</strong></p>
<p>Checked &#8211;&gt; Silently drop the message.</p>
<p>Click Next</p>
<p>Click New !</p>
]]></content:encoded>
			<wfw:commentRss>http://exchange-2007.com/2009/10/15/block-users-from-sending-emails-outside-organization/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Send On Behalf Of Another User In Exchange 2007</title>
		<link>http://exchange-2007.com/2009/08/20/send-on-behalf-of-another-user-in-exchange-2007/</link>
		<comments>http://exchange-2007.com/2009/08/20/send-on-behalf-of-another-user-in-exchange-2007/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 05:06:16 +0000</pubDate>
		<dc:creator>Nausherwan</dc:creator>
		
		<category><![CDATA[Exchange Management Console]]></category>

		<category><![CDATA[Exchange Management Shell]]></category>

		<guid isPermaLink="false">http://exchange-2007.com/?p=27</guid>
		<description><![CDATA[If user A wants to send an email on the behalf of user B using his own mailbox. We have to grant permission on the mailbox of user B through Exchange Management Console.
Right click on the user mailbox and go to the properties
Click on the tab of &#8220;Mail Flow Settings&#8221; and than click on &#8220;Delivery [...]]]></description>
			<content:encoded><![CDATA[<p>If user A wants to send an email on the behalf of user B using his own mailbox. We have to grant permission on the mailbox of user B through Exchange Management Console.</p>
<p>Right click on the user mailbox and go to the properties</p>
<p>Click on the tab of &#8220;Mail Flow Settings&#8221; and than click on &#8220;Delivery Options&#8221;</p>
<p>Under the heading &#8220;Grant this permission to&#8221; click on Add button and add the user A</p>
<p>Click ok and close the mailbox properties.</p>
<p>To verify the send on behalf of permission on user account, use EMS and give the command</p>
<p>Get-Mailbox -Identity MailboxName | fl</p>
<p><strong>Settings for Outlook 2007</strong></p>
<p>Open outlook 2007 and compose a new message</p>
<p>Go to Options and select &#8220;Show From&#8221; field</p>
<p>Put that user in From field to whom you want to send on behalf of from your mailbox</p>
]]></content:encoded>
			<wfw:commentRss>http://exchange-2007.com/2009/08/20/send-on-behalf-of-another-user-in-exchange-2007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Send on Behalf of Distribution Group in Exchange 2007</title>
		<link>http://exchange-2007.com/2009/08/10/send-on-behalf-of-distribution-group-in-exchange-2007/</link>
		<comments>http://exchange-2007.com/2009/08/10/send-on-behalf-of-distribution-group-in-exchange-2007/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 11:40:05 +0000</pubDate>
		<dc:creator>Nausherwan</dc:creator>
		
		<category><![CDATA[Exchange Management Shell]]></category>

		<guid isPermaLink="false">http://exchange-2007.com/?p=26</guid>
		<description><![CDATA[We can grant &#8220;Send on Behalf of  Distribution Group&#8221; permissions using Power Shell as follows.
Set-DistributionGroup -Identity DistributionGroupName -GrantSendOnBehalfTo Username1,Username2
Settings for Outlook 2007
Open outlook 2007 and compose a new message
Go to Options and select &#8220;Show From&#8221; field
Put that Distribution Group in From field to whom you want to send on behalf of from your mailbox
]]></description>
			<content:encoded><![CDATA[<p>We can grant &#8220;Send on Behalf of  Distribution Group&#8221; permissions using Power Shell as follows.</p>
<p>Set-DistributionGroup -Identity DistributionGroupName -GrantSendOnBehalfTo Username1,Username2</p>
<p><strong>Settings for Outlook 2007</strong></p>
<p>Open outlook 2007 and compose a new message</p>
<p>Go to Options and select &#8220;Show From&#8221; field</p>
<p>Put that Distribution Group in From field to whom you want to send on behalf of from your mailbox</p>
]]></content:encoded>
			<wfw:commentRss>http://exchange-2007.com/2009/08/10/send-on-behalf-of-distribution-group-in-exchange-2007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Remove Registry Key Using Batch File</title>
		<link>http://exchange-2007.com/2009/07/09/how-to-remove-registry-key-using-batch-file/</link>
		<comments>http://exchange-2007.com/2009/07/09/how-to-remove-registry-key-using-batch-file/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 05:12:31 +0000</pubDate>
		<dc:creator>Usman</dc:creator>
		
		<category><![CDATA[Active Directory]]></category>

		<category><![CDATA[/f switch]]></category>

		<category><![CDATA[/V registry switch]]></category>

		<category><![CDATA[batch file]]></category>

		<category><![CDATA[REG Delete]]></category>

		<category><![CDATA[Remove registry key]]></category>

		<guid isPermaLink="false">http://exchange-2007.com/?p=25</guid>
		<description><![CDATA[You can use the following syntax to remove any registry key using batch file.
1- Create a New Text File in NotePad and Save as  &#8220;File.bat&#8221;
2- Open File.Bat in NotePad and put following syntax
REG DELETE &#8220;HKEY_LOCAL_MACHINE\SOFTWARE\Network Associates\ePolicy Orchestrator\Agent&#8221; /v &#8220;AgentGUID&#8221; /f
You can use your own registry key path !
/f switch will delete key without prompting Yes/No [...]]]></description>
			<content:encoded><![CDATA[<p>You can use the following syntax to remove any registry key using batch file.</p>
<p>1- Create a New Text File in NotePad and Save as  &#8220;File.bat&#8221;</p>
<p>2- Open File.Bat in NotePad and put following syntax</p>
<p>REG DELETE &#8220;HKEY_LOCAL_MACHINE\SOFTWARE\Network Associates\ePolicy Orchestrator\Agent&#8221; /v &#8220;AgentGUID&#8221; /f</p>
<p>You can use your own registry key path !</p>
<p>/f switch will delete key without prompting Yes/No !</p>
]]></content:encoded>
			<wfw:commentRss>http://exchange-2007.com/2009/07/09/how-to-remove-registry-key-using-batch-file/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to add Exceptions in Windows Firewall Using GPO</title>
		<link>http://exchange-2007.com/2009/07/09/how-to-add-exceptions-in-windows-firewall-using-gpo/</link>
		<comments>http://exchange-2007.com/2009/07/09/how-to-add-exceptions-in-windows-firewall-using-gpo/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 05:01:58 +0000</pubDate>
		<dc:creator>Usman</dc:creator>
		
		<category><![CDATA[Active Directory]]></category>

		<category><![CDATA[firewall exception]]></category>

		<category><![CDATA[GPO]]></category>

		<category><![CDATA[port exception]]></category>

		<category><![CDATA[windows firewall]]></category>

		<guid isPermaLink="false">http://exchange-2007.com/?p=23</guid>
		<description><![CDATA[You can use this group policy to open specific ports on windows firewall using GPO
1- Open Active Directory Users and Computers
2- Right Click on Domain Name or OU on which you want to apply this firewall Exceptions
3- Click Group Policy Tab, Click on Policy name and Click Edit !
4- Expand Computer Configuration &#8211;&#62; Administrative Templates [...]]]></description>
			<content:encoded><![CDATA[<p>You can use this group policy to open specific ports on windows firewall using GPO</p>
<p>1- Open Active Directory Users and Computers<br />
2- Right Click on Domain Name or OU on which you want to apply this firewall Exceptions<br />
3- Click Group Policy Tab, Click on Policy name and Click Edit !<br />
4- Expand Computer Configuration &#8211;&gt; Administrative Templates &#8211;&gt;Network &#8211;&gt; Network Connections  &#8211;&gt;Windows Firewall &#8211;&gt; Domain Profile<br />
5-  Click Windows Firewall: Define Port Exceptions , Click Enable<br />
6- Click On show , Click on ADD</p>
<p>You have to write syntax like this</p>
<p><strong>Port:Transport:Subnet:Status:Name</strong></p>
<p><strong>Port</strong>: Port is Port Number like 80 or 8080<br />
<strong>Transport</strong>: TCP or UDP<br />
<strong>Subnet</strong>: Networks<br />
<strong>Status</strong>: Enabled or Disabled<br />
<strong>Name</strong>: Name of Exception<strong></strong></p>
<p><strong>Example </strong></p>
<p>8080:TCP:192.168.0.1/16:enabled:HTTP Access</p>
]]></content:encoded>
			<wfw:commentRss>http://exchange-2007.com/2009/07/09/how-to-add-exceptions-in-windows-firewall-using-gpo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to export Message tracking Logs in CSV format in Exchange 2007</title>
		<link>http://exchange-2007.com/2009/07/07/how-to-export-message-tracking-logs-in-csv-format-in-exchange-2007/</link>
		<comments>http://exchange-2007.com/2009/07/07/how-to-export-message-tracking-logs-in-csv-format-in-exchange-2007/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 11:51:02 +0000</pubDate>
		<dc:creator>Nausherwan</dc:creator>
		
		<category><![CDATA[Exchange Management Shell]]></category>

		<category><![CDATA[Export]]></category>

		<category><![CDATA[Logs]]></category>

		<category><![CDATA[Message]]></category>

		<category><![CDATA[Tracking]]></category>

		<guid isPermaLink="false">http://exchange-2007.com/?p=24</guid>
		<description><![CDATA[Open Exchangem Management Shell.
Type the command.
Get-MessageTrackinglog -Server &#8220;Servername&#8221; -EventID &#8220;RECEIVE&#8221; -Start &#8220;7/7/2009 9:00:00 AM&#8221; -End &#8220;7/7/2009 5:16:00 PM&#8221; -ResultSize Unlimited &#124; export-csv c:\Filename.csv
]]></description>
			<content:encoded><![CDATA[<p>Open Exchangem Management Shell.</p>
<p>Type the command.</p>
<p>Get-MessageTrackinglog -Server &#8220;Servername&#8221; -EventID &#8220;RECEIVE&#8221; -Start &#8220;7/7/2009 9:00:00 AM&#8221; -End &#8220;7/7/2009 5:16:00 PM&#8221; -ResultSize Unlimited | export-csv c:\Filename.csv</p>
]]></content:encoded>
			<wfw:commentRss>http://exchange-2007.com/2009/07/07/how-to-export-message-tracking-logs-in-csv-format-in-exchange-2007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Software Restriction through Group Policies</title>
		<link>http://exchange-2007.com/2009/05/12/software-restriction-through-group-policies/</link>
		<comments>http://exchange-2007.com/2009/05/12/software-restriction-through-group-policies/#comments</comments>
		<pubDate>Tue, 12 May 2009 05:40:47 +0000</pubDate>
		<dc:creator>Nausherwan</dc:creator>
		
		<category><![CDATA[Active Directory]]></category>

		<guid isPermaLink="false">http://exchange-2007.com/?p=22</guid>
		<description><![CDATA[If we want to restrict any software for usage through group policy.
1. Go to particular OU and right click on it and go into the Group policy properties.
2. Go to user configuration and click on Windows Settings &#8212;&#62; Security Settings &#8212;-&#62;Software Restrictions.
3. In enforcement tab, we have to check all software files and All users [...]]]></description>
			<content:encoded><![CDATA[<p>If we want to restrict any software for usage through group policy.</p>
<p>1. Go to particular OU and right click on it and go into the Group policy properties.</p>
<p>2. Go to user configuration and click on Windows Settings &#8212;&gt; Security Settings &#8212;-&gt;Software Restrictions.</p>
<p>3. In enforcement tab, we have to check all software files and All users except Local Administrator.</p>
<p>4. We have to define new path rule based policy.</p>
<p>5. Path will include that software installation path which you want to block. For e.g C:\Program Files\Microsoft Office. (What ever the software you want to block).</p>
<p>6. Close the Group policy console.</p>
]]></content:encoded>
			<wfw:commentRss>http://exchange-2007.com/2009/05/12/software-restriction-through-group-policies/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Exchange Server Remote Connectivity Analyzer</title>
		<link>http://exchange-2007.com/2009/04/16/exchange-server-remote-connectivity-analyzer/</link>
		<comments>http://exchange-2007.com/2009/04/16/exchange-server-remote-connectivity-analyzer/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 15:18:18 +0000</pubDate>
		<dc:creator>Usman</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[active sync test]]></category>

		<category><![CDATA[Exchange Server Remote Connectivity Analyzer]]></category>

		<category><![CDATA[exhange server testing]]></category>

		<category><![CDATA[http/rpc testing]]></category>

		<category><![CDATA[smtp test]]></category>

		<guid isPermaLink="false">http://exchange-2007.com/?p=21</guid>
		<description><![CDATA[Hey Guys,
Now You can test your exchange server online using the following website.
https://www.testexchangeconnectivity.com/
You can run the following tests.




Microsoft Exchange ActiveSync Test




This test will simulate the steps a mobile device uses to connect to an Exchange Server using Exchange ActiveSync.




Microsoft Exchange ActiveSync AutoDiscover Test




This test will walk through the steps a mobile device uses to connect [...]]]></description>
			<content:encoded><![CDATA[<p>Hey Guys,</p>
<p>Now You can test your exchange server online using the following website.</p>
<p><a href="https://www.testexchangeconnectivity.com/">https://www.testexchangeconnectivity.com/</a></p>
<p>You can run the following tests.</p>
<table id="testSelectWizard_testRadiosTable" border="0">
<tbody>
<tr>
<td></td>
<td><strong><span>Microsoft Exchange ActiveSync Test</span></strong></td>
</tr>
<tr>
<td></td>
<td>
<div class="wizDesc">This test will simulate the steps a mobile device uses to connect to an Exchange Server using Exchange ActiveSync.</div>
</td>
</tr>
<tr>
<td></td>
<td><strong><span>Microsoft Exchange ActiveSync AutoDiscover Test</span></strong></td>
</tr>
<tr>
<td></td>
<td>
<div class="wizDesc">This test will walk through the steps a mobile device uses to connect to the AutoDiscover Service</div>
</td>
</tr>
<tr>
<td></td>
<td><strong><span>Microsoft Office Outlook 2007 Autodiscover Connectivity Test</span></strong></td>
</tr>
<tr>
<td></td>
<td>
<div class="wizDesc">This test will walk through the steps Microsoft Office Outlook 2007 uses to connect to Autodiscover</div>
</td>
</tr>
<tr>
<td></td>
<td><strong><span>Microsoft Office Outlook 2003 RPC/HTTP Connectivity Test</span></strong></td>
</tr>
<tr>
<td></td>
<td>
<div class="wizDesc">This test will walk through the steps Microsoft Office Outlook 2003 uses to connect via RPC/HTTP</div>
</td>
</tr>
<tr>
<td></td>
<td><strong><span>Inbound SMTP Email Test</span></strong></td>
</tr>
<tr>
<td></td>
<td>
<div class="wizDesc">This test will walk through the steps an Internet e-mail server uses to send inbound SMTP email to your domain</div>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://exchange-2007.com/2009/04/16/exchange-server-remote-connectivity-analyzer/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
