<?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>Planning Tech</title>
	<atom:link href="http://www.planning-tech.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.planning-tech.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 05 Jul 2010 19:01:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Using WDS to Deploy Virtual Machines</title>
		<link>http://www.planning-tech.com/?p=341</link>
		<comments>http://www.planning-tech.com/?p=341#comments</comments>
		<pubDate>Mon, 05 Jul 2010 19:01:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hyper-V Server]]></category>

		<guid isPermaLink="false">http://www.planning-tech.com/?p=341</guid>
		<description><![CDATA[Overview By using WDS (Windows Deployment Service) Role you can deploy many OS to many VM using One Source, create new Test environments and Viirtualizing current Physical Servers. The source can be Virtual or Physical. You can create many Image files and locate them on the distributor server and from there you can spread them [...]]]></description>
			<content:encoded><![CDATA[<h1>Overview</h1>
<p>By using WDS (Windows Deployment Service) Role you can deploy many OS to many VM using One Source, create new Test environments and Viirtualizing current Physical Servers. The source can be Virtual or Physical. You can create many Image files and locate them on the distributor server and from there you can spread them to other vms.</p>
<h2>WDS Achievement:</h2>
<p>You can achieve this task in three easy steps:</p>
<ol>
<li>Join your Server to your Domain.</li>
<li>Configure the WDS Role.</li>
<li>Add Images from the Windows 2008/R2 installation Disk\ISO</li>
</ol>
<p>You also need to add the following files from the source folder:</p>
<p>-          Boot.wim</p>
<p>-          Install.wim</p>
<p><strong>Note!</strong></p>
<p>If you using 32\64-bit you’ll need to add the WIM files from both 32\64-bit disks.</p>
<p>Let’s create the New Server</p>
<h1>Creating the WDS Server</h1>
<ol>
<li>Create a new VM with Server2008R2 OS.</li>
<li>Configure the OS Tasks (Clock, Updates, Static IP…and to your Domain!!)</li>
<li>Install the WDS Role (Deployment Server + Transport Server)</li>
<li>Open Rules- open Servers- WDS</li>
<li>Open Server Configuration</li>
<li>Rules-&gt;WDS-&gt; Expend Servers-&gt;Chose your Server name -&gt;Right Click and chose “Server Configuration ”</li>
</ol>
<h2>Configuring the new WDS Server</h2>
<p>A new Wizard will open that helps you simplify the server configuration:</p>
<p><strong>Step 1:</strong> You need to choose your Image’s location (Save it on other Physical partition from the Boot partition).</p>
<p><strong>Step 2: </strong>you need to choose the way the server responds for clients requests (Choose the last option to accept all requests).</p>
<p><strong>Step3: </strong>Choose to add new Images</p>
<p>A new Wizard will open to help you configure your new Images:</p>
<p><strong>Step 1: </strong>We need to get the Boot.wim and theInstall.wim from the Windows Server2008R2 ISO</p>
<p>(Mount it on the Host)</p>
<p>DVD Drive -&gt;Sources Folder</p>
<p>After you finish you need to provide a name for the Image Group, in our case we are using 2008R2 server so we can call the Group with the amazing name of “Server2008R2”.</p>
<p><strong>Note!</strong></p>
<p>Now the Server will mount all images and it can take up to 15 minutes</p>
<p><strong>Step 2:</strong> Now we going to create a Capture Image</p>
<p>Open your Boot Images Folder -&gt;Chose the Newly Image located first -&gt; Right Click-&gt;Create Capture Boot Image</p>
<p><strong>Note!</strong></p>
<p>You need to add the Newly Capture Boot Image manually because you cannot see it after creation (Right Click-&gt;Add Boot Image-&gt;add the File you just created)</p>
<p><strong>Step 3: After</strong> you finish with step 2, you can go to the “Install Images” Folder and see all SIX Servers installation types, for saving Space delete the unneeded Images!</p>
<h2>Testing the new Server Configuration!</h2>
<p>Now after we create the new Server and configured it to perform 100% we must test it out…so let’s start playing!</p>
<p><strong>Step 1: </strong>Create a new VM</p>
<p>Here you need to perform the entire Configuration you do in an ordinary Creation of a new VM. But with only one Difference, in the OS installation options you must Choose the “Install an OS from a Network-Based Installation Server”</p>
<p><strong>Note!</strong></p>
<p>When you choose this option the Server will automatically configured the VM with a Legacy Network Card to support the WDS deployment</p>
<p><strong>Step 2: </strong>Start your New VM and see that the VM is looking for a “Client MAC Address”, after a few seconds the VM will locate the WDS server and ask you to press F12 to continue the Installation process, choose the first option and not the “Captured Boot” (the capture boot will used only when we want to capture a new OS and not for Deployment!).</p>
<p><strong>Note! </strong></p>
<p>When the system will started you will ask to choose which OS you want to install from the 6 OS configured on the WDS Server from the Source folder.</p>
<p>Finish!</p>
<h1>Capturing Operating System</h1>
<p>Here we will learn how to Capture an OS that already running and deploy it on other VM’s.When we capture a OS we Capture it with all configuration and Rules applied, the only thing we need to do before Capturing is to run Sysprep on that OS to Remove all identifications from the machine and deploy it afterwards on other VM</p>
<p><strong>Note!</strong></p>
<p><strong>You run Sysprep only on a dedicated server that you install for a capturing!</strong></p>
<p><strong>Step 1: </strong>Log-in to the OS you want to Capture (Web Server\Print Server….)</p>
<p><strong>Step2: </strong> Run Sysprep on the OS</p>
<p>Search for “Sysprep” on you OS, it’s located in System32 folder and run it.</p>
<p>On the Wizard choose the following:</p>
<p>Choose “Enter System-out of the box”   + Generate box + Reboot</p>
<p><strong>Step3: </strong>When Restart the Machine Choose F12 and run the Capture Image we created when installing the WDS server for Capturing the Web Server.</p>
<p><strong>Step 4:</strong> when the server is up a new wizard will open and ask you to choose:</p>
<p><span style="text-decoration: underline;"> Image Capture Source: </span></p>
<p><strong>Volume to Capture:</strong> you want to capture the Boot Drive so choose the C drive</p>
<p><strong>Image Name: </strong>Print Server</p>
<p><strong>Image Description:</strong> @##$@</p>
<p><span style="text-decoration: underline;">Image Capture Destination: </span></p>
<p>Location: choose any local drive with enough space on it.</p>
<p>The captured Image will save on the Destination you provide but that is not enough because you need to upload it to the WDS Server. Here you have two choices:</p>
<ul>
<li><strong>Manually –</strong> after the captured Image created you simply can go and Move it to the WDS Server.</li>
</ul>
<ol>
<li>Share the File created for the captured Image(.WIM file)</li>
<li>Open the WDS Server and run the WDS role.</li>
<li>Transfer the shared .WIM captured file into the Images folder.</li>
<li>Now we need to upload the new Captured Image into the installation folder (That easy you can do it yourself…)</li>
</ol>
<ol>
<li>You now have a new Image you can Deploy on other VM’s</li>
</ol>
<ul>
<li><strong>Automatically &#8211; </strong>the preferred option is to use the option the Wizard provides you with the Automatically Upload Image Checkbox. If you choose this option you need to specify the WDS FQDN or IP Address.</li>
</ul>
<p>This job is done!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.planning-tech.com/?feed=rss2&amp;p=341</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 –How to Collect and Review Exchange Health Data</title>
		<link>http://www.planning-tech.com/?p=338</link>
		<comments>http://www.planning-tech.com/?p=338#comments</comments>
		<pubDate>Tue, 15 Jun 2010 21:20:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://www.planning-tech.com/?p=338</guid>
		<description><![CDATA[Here I will show you a nice future Built in Exchange 2010 that allows you to collect information about your Exchange server status. Log-In Open EMC In the Navigation pane, click Microsoft Exchange On-Premises. In the menu  bar, click Action and then click Collect Organizational Health Data On the Introduction page, you can chose Schedule [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Here I will show you a nice future Built in Exchange 2010 that allows you to collect information about your Exchange server status.</strong></p>
<ol>
<li>Log-In</li>
<li>Open EMC</li>
<li>In the Navigation pane, click Microsoft Exchange On-Premises.</li>
<li>In the menu  bar, click <strong>Action </strong>and then click <strong>Collect Organizational Health Data</strong></li>
<li>On the Introduction page, you can chose <strong>Schedule </strong>or <strong>Immediately. </strong>In our case we need to choose the second option for quick results.</li>
<li>On the Collect Org Health Data page , Click <strong>Collect </strong></li>
<li>On the Completion page , Click <strong>Finish</strong></li>
</ol>
<p><strong>To Review the Results of the Collected Data </strong></p>
<ol>
<li>In the Result pane , pay attention that the <strong>Data</strong> has now updated</li>
<li>Review the Information for <strong>Recipients </strong>and <strong>Org Servers </strong>Collected database</li>
<li>Finish!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.planning-tech.com/?feed=rss2&amp;p=338</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hyper-V – All you need to know</title>
		<link>http://www.planning-tech.com/?p=331</link>
		<comments>http://www.planning-tech.com/?p=331#comments</comments>
		<pubDate>Tue, 15 Jun 2010 13:07:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hyper-V Server]]></category>

		<guid isPermaLink="false">http://www.planning-tech.com/?p=331</guid>
		<description><![CDATA[Introduction The Hyper-v is a virtualize Technology that allows you to use one physical Server to Host multiple Operating Systems. Virtualization used by the Hyper-V give you the administrator the ability to create a Virtual Version of a Physical Device (Server, Storage, Networking….) The Hyper-V server working between two layers, The Hardware Layer and the [...]]]></description>
			<content:encoded><![CDATA[<h1>Introduction</h1>
<p>The Hyper-v is a virtualize Technology that allows you to use one physical Server to Host multiple Operating Systems. Virtualization used by the Hyper-V give you the administrator the ability to create a Virtual Version of a Physical Device (Server, Storage, Networking….)</p>
<p>The Hyper-V server working between two layers, The Hardware Layer and the Operating Systems Layer. Because of that you can enjoy many Advantages:</p>
<ul>
<li>You can use both 32-bit and 64-bit Operating Systems and Linux OS.</li>
<li>You get the option to create Snapshots (Saving current system state).</li>
<li>Reduce Electricity consuming</li>
</ul>
<p>Using the above feature you can enjoy many benefits, here you have the top features:</p>
<ul>
<li><strong>Testing Environment –</strong> you can do all the things you afraid to do on your production environment without even care, and with the Snapshot feature you can do it again and again…</li>
<li><strong>Save Money – </strong>it’s easy to understand way…no more needs to be said ….</li>
<li><strong>DDC (Dynamic Data Center) -</strong> Using that feature you can control your VM’s in a one single interface.</li>
</ul>
<h2>Hyper-V and few Helpful Definitions</h2>
<p>Here I want to specify few new Technology’s you need to know when you start working with Hyper-V</p>
<p><strong>VM (Virtual Machine) – </strong>Vm is Virtualize computer hosting an Operating System that acts as a separate computer on the Host Server.</p>
<p><strong>VHD (Virtual Hard Drive) – </strong>VHD is a file that replace the Physical HD. Because the Server Host VM all you need to know that Every VM has VHD located on the Server .in other words it acts exactly as Physical HDD.</p>
<p><strong>Guest – </strong>That Exactly like <strong>VM </strong>only a different name….</p>
<p><strong>Host- </strong>That’s the Hyper-V Server, this server holds all the VM’s you created.</p>
<h2>Hyper-V can come in many Flavors:</h2>
<ul>
<li><strong>Server 2008 \ R2 -&gt; </strong>here we can find the Hyper-V as a role Built into 64-Bit server Editions .here you need to remember that this is only ONE of the roles you can use in Server 2008,but it’s not recommended to use the Hyper-V role with any other server Roles. Take that in mind before you planning your architecture! <strong> </strong></li>
</ul>
<p><strong> </strong></p>
<ul>
<li><strong>Hyper-V Server – </strong>Here you use the Hyper-V as a standalone server dedicated only to the Hyper-V technology and it’s available for you for free in Microsoft website .you can compare the Hyper-V Server into VMware Esx Server I wrote about in my other posts. <strong> </strong></li>
</ul>
<p><strong> </strong></p>
<ul>
<li><strong>Hyper-V on Server 2008 Core 64-bit – </strong>I only wroth this option for you to know it’s exist but this option give you Hell before Setting it up .<strong> </strong></li>
</ul>
<p><strong> </strong></p>
<h3>Hardware Requirements</h3>
<p>Here you can see my recommendation Hardware for Hyper-V Role in Server 2008\R2</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="213" valign="top"><strong>Component</strong></td>
<td width="213" valign="top"><strong>Specification</strong></td>
<td width="213" valign="top"><strong>Notes</strong></td>
</tr>
<tr>
<td width="213" valign="top"><strong>OS</strong></td>
<td width="213" valign="top">Server 2008\R2 64-bit only (Std,Ent and Datacenter)</td>
<td width="213" valign="top">You cannot install Hyper-V role on 32-Bit</td>
</tr>
<tr>
<td width="213" valign="top"><strong>Ram </strong></td>
<td width="213" valign="top">Here I have one Role…the more you have Better performance you can   get!</td>
<td width="213" valign="top">You need to remember that you working with 64-Bit architecture and   that means that you don’t have any 4GB limitation!</td>
</tr>
<tr>
<td width="213" valign="top"><strong>HDD </strong></td>
<td width="213" valign="top">Notice my Ram Specification</td>
<td width="213" valign="top">Always plan your storage by looking at the future   and not for the needs for today!</td>
</tr>
<tr>
<td width="213" valign="top"><strong>Processor </strong></td>
<td width="213" valign="top">You can chose AMD or Intel processors, but you need to check first   that you have support in Intel-VT or AMD-V</td>
<td width="213" valign="top">Those feature needs to be allowed in the BIOS!!!</td>
</tr>
<tr>
<td width="213" valign="top"><strong>Nics</strong></td>
<td width="213" valign="top">At Min’ you must have 2 NIC’s</td>
<td width="213" valign="top">You always need to remember that it’s better to use   a dedicated IC for management only!</td>
</tr>
</tbody>
</table>
<p>Hyper-V in server 2008 licenses</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="319" valign="top"><strong>Server 2008 64-Bit (All)</strong></td>
<td width="319" valign="top"><strong>License Type</strong></td>
</tr>
<tr>
<td width="319" valign="top">Standard</td>
<td width="319" valign="top">1 VM + 1 Physical</td>
</tr>
<tr>
<td width="319" valign="top">Enterprise</td>
<td width="319" valign="top">4 VM + 1 Physical</td>
</tr>
<tr>
<td width="319" valign="top">Datacenter</td>
<td width="319" valign="top">Unlimited VM + 1 Physical (Priced per processor )</td>
</tr>
</tbody>
</table>
<h2>Installing Hyper-V Server Role</h2>
<p>As I said before we’re going to work on Server2008 R2, for that reason you first need to install Server2008R2 with all configuration like every other new server:</p>
<ul>
<li>Time Zone</li>
<li>Server Name</li>
<li>Static IP Address</li>
<li>Firewall Configuration</li>
<li>Microsoft Updates</li>
<li>Test Connectivity to your DC</li>
</ul>
<h3>After you installed the server and configure it, we can start installing the Hyper-V role.</h3>
<ol>
<li>Open Server manager</li>
<li>Add Role</li>
<li>Mark the “Hyper-V” Box<strong>, Next</strong></li>
<li>In the Create Virtual Networks, Specify the NIC or Nics you want to use.</li>
<li>The Server begins the Hyper-V installation (The Process can take up to 5 Minutes).</li>
<li>Finish!</li>
</ol>
<h3>Connecting into your newly installed Hyper-V Role</h3>
<ol>
<li>Open Server Manager</li>
<li>Navigate into <strong>Roles</strong></li>
<li>Expend <strong>Hyper-V</strong></li>
<li>Click on <strong>Hyper-V Manager</strong></li>
</ol>
<p><strong>Note!</strong></p>
<p>In the Hyper-V manager you can connect to other Hyper-V Server to manage their VM’s</p>
<ol>
<li>Now you will see under the Hyper-V manager, The Server that manages your Local Virtual Machines.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.planning-tech.com/?feed=rss2&amp;p=331</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange2010 – Remote Access using PS</title>
		<link>http://www.planning-tech.com/?p=326</link>
		<comments>http://www.planning-tech.com/?p=326#comments</comments>
		<pubDate>Mon, 14 Jun 2010 20:38:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://www.planning-tech.com/?p=326</guid>
		<description><![CDATA[Here I want to teach you how to manage your Exchange 2010 from a remote computer with windows Power Shell V2.  In some cases as administrator you may need to manage your server without the need in Exchange Management Tolls installed. To allow the Remote Management Access you will need to work with Power Shell [...]]]></description>
			<content:encoded><![CDATA[<p>Here I want to teach you how to manage your Exchange 2010 from a remote computer with windows Power Shell V2.  In some cases as administrator you may need to manage your server without the need in Exchange Management Tolls installed. To allow the Remote Management Access you will need to work with Power Shell V2 and above.</p>
<p>For this demonstration we will work with two computers:</p>
<p><strong>E10 –</strong> Exchange2010 Server.</p>
<p><strong>PC1 –</strong> Windows 7</p>
<p>Let’s start our demonstration:</p>
<ol>
<li>Log-in into PC1</li>
<li>Click Start -&gt; All Programs-&gt;Accessories-&gt;Windows Power Shell-&gt; Windows Power Shell</li>
</ol>
<p>Now you need to type the following command:</p>
<p><strong>$UserCredential = Get-Credential</strong></p>
<p><strong> </strong></p>
<p>After you type the above command a Credential window will open, here you should provide credentials of a user that have the correct access into your Exchange 2010 server</p>
<p>For example:</p>
<p>Planning\administrator</p>
<p><strong> </strong></p>
<p><strong>Note! </strong></p>
<p>By using this command you can enter a different credentials from the user logged on the remote computer!</p>
<ol>
<li>At the PS ,type the following :</li>
</ol>
<p><strong>$rs = New-PSSession –ConfigurationName Microsoft.Exchange –ConnectionUri http://E10.planning.local/powershell -Credentials $UserCredential</strong></p>
<p><strong> </strong></p>
<ol>
<li>At the PS,type the following :</li>
</ol>
<p><strong>Invoke-command {Get-MailboxDatabase} –Session $rs</strong></p>
<p><strong> </strong></p>
<p><strong>Note!</strong></p>
<p>Now you can see many details related to your infrastructure, take a look it’s nice to know…</p>
<ol>
<li>At the PS,type the following :</li>
</ol>
<p><strong>Enter-PSSession $rs</strong></p>
<h3>Now after you understand the way you connect into your Exchange2010 server we can actually start working on it, let’s give example:</h3>
<p><strong>Creating a new Resource Mailbox:</strong></p>
<ol>
<li>At the PS,type the following :</li>
</ol>
<p><strong>Set-Executionpolicy Unrestricted</strong></p>
<p><strong> </strong></p>
<ol>
<li>At the PS,type the following :</li>
</ol>
<p><strong>Import-PSSession $rs</strong></p>
<p><strong> </strong></p>
<ol>
<li>Create the Resource Mailbox , At the PS,type the following :</li>
</ol>
<p><strong>New-Mailbox –Alias TVsite1 –name “TV Responsible” –FirstName “TVroom” –Lastname “Site1” –DisplayName “TV Responsible” –UserPrincipalName </strong><a href="mailto:TV@planning.com"><strong>TV@planning.com</strong></a><strong> –OrganizationalUnit Users –Room </strong></p>
<p><strong> </strong></p>
<p><strong>Congratulation s you can open you Exchange 2010 and verify you can see the new user!!</strong></p>
<p><strong> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.planning-tech.com/?feed=rss2&amp;p=326</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrading from Exchange Server 2007 to Exchange 2010 &#8211; Part7</title>
		<link>http://www.planning-tech.com/?p=319</link>
		<comments>http://www.planning-tech.com/?p=319#comments</comments>
		<pubDate>Thu, 10 Jun 2010 21:35:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://www.planning-tech.com/?p=319</guid>
		<description><![CDATA[Well we going to make the final step, we going to Remove Exchange2007 Server Here we want to move the last legacy Exchange2007 server from our site, in this step we must move the remaining services of our Exchange2007 into the new Exchange2010 1.       Setting up the default PF Database on our new installed Exchange2010 [...]]]></description>
			<content:encoded><![CDATA[<h2>Well we going to make the final step, we going to Remove Exchange2007 Server</h2>
<p>Here we want to move the last legacy Exchange2007 server from our site, in this step we must move the remaining services of our Exchange2007 into the new Exchange2010</p>
<p><strong>1.       </strong><strong>Setting up the default PF Database on our new installed Exchange2010</strong></p>
<p><strong> </strong></p>
<ol>
<li>Log-In Exchange2010</li>
<li>EMC-&gt; Organization Configuration ,<strong>Click Mailbox</strong></li>
<li>Right click on the <strong>Mailbox Database-&gt;Properties -&gt;Client Setting Tab</strong></li>
<li>Under <strong>Default public folder database,</strong> click <strong>Browse</strong></li>
<li>In the select <strong>PF Database </strong>window, you must verify that your <strong>Exchange2010</strong> <strong>PF Database </strong>is the default selected.</li>
</ol>
<p> </p>
<p><strong>2.       </strong><strong>Now we have one of the most important issue Moving the Offline Address Book into Exchange2010</strong></p>
<p><strong> </strong></p>
<ol>
<li>Log-in to Exchange2007</li>
<li>Open EMC-&gt;Organization Configuration<strong>, Click Mailbox</strong></li>
<li>In the result pane,Nevigate to <strong>Offline Address Book</strong></li>
<li>Under the <strong>OAB</strong>, Right click <strong>Default OAB book </strong>and then click <strong>Move.</strong></li>
<li>In the move <strong>OAB Book</strong> wizard, Click <strong>Browse</strong></li>
<li>In the select Mailbox Server Window, Click <strong>Xch2010,Click OK</strong></li>
<li>Click <strong>Move</strong> to move the <strong>OAB, Click Finish</strong></li>
</ol>
<p> </p>
<p><strong>3.       </strong><strong>Now you need to Update the Default OAB distribution location (Exchange2010)</strong></p>
<ol>
<li>Log-in to Exchange2010 /2007</li>
<li>Open EMC-&gt;Organization Configuration<strong>, Click Mailbox</strong></li>
<li>In the result pane, Double-Click <strong>Offline Address Book</strong></li>
<li>In the <strong>Properties</strong> window , Click <strong>Distribution</strong> Tab</li>
<li>Under the <strong>Distribute the OAB from these Virtual directories, </strong>click <strong>OAB (Default Web Site) </strong>and Remove the associated Exchange2007 Server.</li>
<li>Now we need to add the Exchange Server 2010 as our distributer :</li>
</ol>
<p>Add-&gt;Chose Xch2010-&gt;Ok</p>
<ol>
<li>After you finish add\Remove the Distributer you need to <strong>Update </strong>the new settings:</li>
</ol>
<p><strong>Right Click OAB -&gt;Update </strong></p>
<p><strong>4.       </strong><strong>Now we need to Update the Default PF database on Exchange2007</strong></p>
<p><strong> </strong></p>
<ol>
<li>Open EMC</li>
<li>Server Configuration-&gt;Mailbox</li>
<li>In the work pane ,Click <strong>Mailbox Database</strong></li>
<li>In the Action pane, under <strong>Mailbox Database,</strong> click <strong>Properties </strong></li>
<li>In the <strong>Mailbox Database Properties </strong>window , Click the <strong>Client Settings </strong>tab</li>
<li>Under <strong>Default Public Folder database.</strong> Click <strong>Browse</strong></li>
<li>In the select <strong>PF Database</strong> windows, verify that<strong> Xch2010 PF Database </strong>is the selected server</li>
</ol>
<p> </p>
<p><strong>5.       </strong><strong>Remove the Xch2007 PF Database</strong></p>
<ol>
<li>Open EMS (Exchange2007)<strong></strong></li>
</ol>
<p><strong> </strong></p>
<ol>
<li>Type the following on PS:<strong></strong></li>
</ol>
<p><strong>Get-PublicFolderStatistics | Remove-PublicFolder</strong></p>
<ol>
<li>Read the message and type <strong>A, Enter.</strong></li>
</ol>
<p> </p>
<ol>
<li>Open EMS (Exchange2010)</li>
</ol>
<p> </p>
<ol>
<li>Type the following on PS:</li>
</ol>
<p><strong>Get-PublicFolderDatabase –Server Xch2007 | Remove-PublicFolderDatabase</strong></p>
<p><strong>6.       </strong><strong>Remove the Exchange2007 Mailbox Database</strong></p>
<ol>
<li>Open Xch2007 </li>
<li>Open EMC ,<strong>Click Refresh </strong></li>
</ol>
<p><strong>Note! </strong></p>
<p>You must NOT see the PF database after you refresh the page.</p>
<ol>
<li>In the Work pane , under <strong>First Storage Group </strong>, Right click <strong>Mailbox Database </strong>and then <strong>Remove</strong></li>
</ol>
<p> </p>
<p><strong>7.       </strong><strong>We finally arrive  into the final step , removing the last Exchange2007 Server</strong></p>
<p><strong> </strong></p>
<ol>
<li>Log-in Xch2007</li>
<li>Open <strong>Control Panel -&gt; Add\Remove Programs </strong></li>
<li>Click <strong>Microsoft Exchange Server 2007</strong>  and then click <strong>Remove</strong></li>
<li>In the Exchange Server 2007 SP2 setup wizard, click <strong>Next</strong></li>
<li>On the Server Role Selection page, clear all server role check boxes and the <strong> Managmant Tools </strong>check box and then click <strong>next</strong></li>
</ol>
<p><strong> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.planning-tech.com/?feed=rss2&amp;p=319</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading from Exchange Server 2007 to Exchange 2010 &#8211; Part6</title>
		<link>http://www.planning-tech.com/?p=314</link>
		<comments>http://www.planning-tech.com/?p=314#comments</comments>
		<pubDate>Thu, 10 Jun 2010 21:33:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://www.planning-tech.com/?p=314</guid>
		<description><![CDATA[It’s time to transfer the Public Folder Database   1.       Set the PF Replication Topology interval   Log-In to your Exchange2007 server Open EMC Expend Server Configuration -&#62; Mailbox In the work pane, under Second Storage Group , right-click Public Folder Database and the click Properties In the PF database properties windows, Click the Replication [...]]]></description>
			<content:encoded><![CDATA[<h2>It’s time to transfer the Public Folder Database</h2>
<p> </p>
<p><strong>1.       </strong><strong>Set the PF Replication Topology interval</strong></p>
<p><strong> </strong></p>
<ol>
<li>Log-In to your Exchange2007 server</li>
<li>Open EMC</li>
<li>Expend <strong>Server Configuration -&gt; Mailbox </strong></li>
<li>In the work pane, under <strong>Second Storage Group</strong> , right-click <strong>Public Folder Database </strong>and the click <strong>Properties </strong></li>
<li>In the <strong>PF </strong>database properties windows, Click the <strong>Replication </strong> tab</li>
<li>Under <strong>Limits, </strong>in the <strong>Replication interval for “Always run” (Minutes) </strong>field, type 1 and then click <strong>OK.</strong></li>
</ol>
<p> </p>
<p><strong>2.       </strong><strong>Create PF Database on the Exchange2010</strong></p>
<p><strong> </strong></p>
<ol>
<li>Log-In into Exchange2010 server</li>
<li>Open EMC</li>
<li>Organization Configuration <strong>,Click Mailbox</strong></li>
<li>In the Action pane, <strong>click new PF Database</strong></li>
<li>On the Introduction page, in the <strong>PF database name </strong>field, type <strong>Xch2010 PB Database </strong></li>
<li>Under Server name ,click <strong>Browse, </strong>Verify <strong>XCH2010 </strong>is selected, click <strong>OK, Click Next</strong></li>
<li>On the set paths page, review database paths, and clear the <strong>Mount this database</strong> Check box.</li>
</ol>
<p><strong>Note!  </strong></p>
<p>The Database should not be mounted darning the replication</p>
<p>h.     On the PF database page, review the configuration, Click<strong> new</strong></p>
<p>i.      On the Completion page, click <strong>Finish. </strong></p>
<p><strong> </strong></p>
<p><strong>3.       </strong><strong>Dismount and Mount the PF database (Exchange2007)</strong></p>
<ol>
<li>Log-in into Exchange2007</li>
<li>In the Work pane, under <strong>Second Storage Group</strong>, Right-click <strong>Public Folder Database </strong>and then click <strong>Dismount Database. </strong></li>
<li>After the store dismounts, right-click <strong>PF Database </strong>and then click <strong>Mount Database. </strong></li>
</ol>
<p><strong> </strong></p>
<p><strong>Note!</strong></p>
<p>We dismount and mount the Database in order to trigger the PF replication and start the new PF database.</p>
<p><strong>4.       </strong><strong>Set the Replication Intervals and mount the new PF database(Exchange2010)</strong></p>
<p><strong> </strong></p>
<ol>
<li>Log-in Xch2010</li>
<li>Navigate into your newly created <strong>PF database -&gt; Properties-&gt; Replication </strong></li>
<li>In the <strong> Replication Interval for “Always Run ” (Min) </strong>field,  change the value to <strong>1 </strong>,<strong>Click OK</strong></li>
<li>Mount the new <strong>PF Database</strong></li>
</ol>
<p> </p>
<p><strong>5.       </strong><strong>Now you need to Configure the Exchange Scripts directory in the System Path variable</strong></p>
<p><strong> </strong></p>
<ol>
<li>Log-in Exchange2010</li>
<li>Open <strong>Server Manager</strong></li>
<li>Click <strong> Change System Properties -&gt; Advanced </strong></li>
<li>Navigate into <strong>Environment Variables</strong></li>
<li>Under <strong> System variables </strong>field, add the following syntax to the Existing value:</li>
</ol>
<p><strong>;C:\Program Files\Microsoft\Exchange Server\V14\Scripts</strong></p>
<p><strong> </strong></p>
<p><strong>Note! </strong></p>
<p>Make sure you type with the correct syntax!</p>
<p><strong>6.       </strong><strong>Now we need to Discover PF Replicas </strong></p>
<p><strong> </strong></p>
<ol>
<li>Open <strong>EMS</strong></li>
</ol>
<p><strong>Start-&gt;All Programs-&gt;Microsoft Exchange 2010 – EMC</strong></p>
<ol>
<li>Now you must insert the following Command:</li>
</ol>
<p> </p>
<p><strong>Get-PublicFolder –Server Xch2007(your Exchange Name) –Recurse | FL Name,Replicas</strong></p>
<p>        <strong>Note!</strong></p>
<p><strong>        </strong>You need to understand the all Replicas are currently located on the Exchange2007</p>
<p><strong>7.       </strong><strong>Now we need to create the actual Moving of PF to Xch2010</strong></p>
<p><strong> </strong></p>
<ol>
<li>Open <strong>EMC ,</strong>type the following:</li>
</ol>
<p> </p>
<p><strong>Moveallreplicas.ps1 –Server Xch2007 –NewServer Xch2010–06–08</strong></p>
<p>After you finish with the above command, Type:</p>
<p> <strong> Get-PublicFolder –Recurse | FL Name,Replicas</strong></p>
<p><strong> </strong></p>
<p><strong>Note!</strong></p>
<p>You must verify that all PF are now located on XCh2010, it can take up to 15 minutes,</p>
<p>In case it’s take more the 15 minutes ,Run both commands again.</p>
<p><strong>8.       </strong><strong>Now we need to make sure that PF content has been moved</strong></p>
<p><strong> </strong></p>
<p><strong><span style="text-decoration: underline;">Teat 1 :</span></strong></p>
<ol>
<li>Open EMS,type the following :</li>
</ol>
<p><strong>Get-PublicFolderStatistics</strong></p>
<ol>
<li>Open EMC.</li>
<li>Open <strong>Toolbox</strong></li>
<li>In the result pane, Double-Click <strong>PF Management Console</strong></li>
<li>Navigate to the <strong>Default Public Folders</strong></li>
<li>Navigate to the <strong>Finance Folder </strong>, Click <strong>Properties-&gt;Replication </strong></li>
</ol>
<p>Her you must verify that you have only the Xch2010 Server listed.</p>
<p><strong><span style="text-decoration: underline;">Test 2 :</span></strong></p>
<ol>
<li>Open IE (On you Exchange Server)</li>
<li>Login with OWA address :</li>
</ol>
<p><a href="https://mail.planning-tech.com/Owa"><strong>https://mail.planning-tech.com/Owa</strong></a><strong></strong></p>
<ol>
<li>Navigate to your <strong>PF</strong> folders</li>
<li>Verify you can see all changes you created on the <strong>PF Database</strong></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.planning-tech.com/?feed=rss2&amp;p=314</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrading from Exchange Server 2007 to Exchange 2010 &#8211; Part5</title>
		<link>http://www.planning-tech.com/?p=310</link>
		<comments>http://www.planning-tech.com/?p=310#comments</comments>
		<pubDate>Thu, 10 Jun 2010 21:30:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://www.planning-tech.com/?p=310</guid>
		<description><![CDATA[Moving Exchange Server2007 User Mailboxes into the new installed Exchange2010   In this step we going to make the real issue and that means we going to transfer our Mailbox Database between our old and new Exchange servers. Note! To make sure and validate the transfer take one of your users and create items (PB [...]]]></description>
			<content:encoded><![CDATA[<h2>Moving Exchange Server2007 User Mailboxes into the new installed Exchange2010</h2>
<p> </p>
<p>In this step we going to make the real issue and that means we going to transfer our Mailbox Database between our old and new Exchange servers.</p>
<p><strong>Note!</strong></p>
<p><strong>To make sure and validate the transfer take one of your users and create items (PB &amp; Outlook) and check them after you moving the user Mailbox.</strong></p>
<p><strong> </strong></p>
<p><strong>1.       </strong><strong>Create new items for a user</strong></p>
<ol>
<li>Log-on to ClientPC with one of your users</li>
<li>Open your user outlook 2007/2010 account</li>
<li>Create the following items so you can check it after you move user mailbox:</li>
</ol>
<p> </p>
<p><strong><span style="text-decoration: underline;">Outlook: </span></strong></p>
<ul>
<li>Create new <strong>folders</strong> with <strong>Rules</strong> on that folder.</li>
<li>Create <strong>new Meeting</strong> on your<strong> Calendar</strong> and Invite anther users</li>
</ul>
<p> </p>
<p><strong><span style="text-decoration: underline;">Outlook PB:</span></strong></p>
<ul>
<li>Create new Public Folder <strong> </strong></li>
<li>Create on that folder a new post. <strong></strong></li>
</ul>
<p><strong> </strong></p>
<p><strong>2.       </strong><strong>Move test user Mailbox from Exchange2007 to Exchange2010</strong></p>
<ol>
<li>Log-in Xch2010</li>
<li>Open run -&gt; Services.msc  :</li>
</ol>
<p>Now you need to check all service (Belonging to Exchange2010) set on Automatic mode and follow the net role:</p>
<p>Every Server set on Auto must be started before we proceed.</p>
<ol>
<li>Open EMC &#8211; &gt; Recipient Configuration, <strong>Click Mailbox</strong></li>
<li>On the Action pane on the Right, Click View, and the click add/Remove Columns, <strong>add the Database Coolum.</strong></li>
<li>Under Displayed Columns verify the selection of the database; click Move up until its location will be below Allies,<strong> Click OK.</strong></li>
<li>In the results pane, click the <strong>Database </strong>Column to sort the users by Database.</li>
<li>Select all users who’s mailboxes in the <strong>First Storage Group\Mailbox Database</strong></li>
<li>In the Action ,click <strong> New Local Move Request -&gt; Click Browse</strong></li>
<li>In the select Mailbox Database Window, click the mailbox database associated with your Exchange2010, Click <strong>OK</strong>, and then click <strong>next.</strong></li>
<li>On the Move Options page, accept all default selection,<strong> Click Next</strong></li>
<li>On the <strong>New Local Move Request</strong> page , review the mailboxes to be moved , <strong>Click New</strong></li>
<li>On the Completion page, <strong>click Finish </strong></li>
<li>In the navigation pane , under Recipient Configuration , <strong>Click move Request </strong></li>
<li>Review the current move requests, in the <strong>Move Request Status </strong>column, Verify that the move request is completed</li>
<li>In the Navigation pane, under <strong>Recipient Configuration </strong>,click <strong>Mailbox</strong></li>
<li>In the Action pane , click <strong>Refresh </strong>and confirm that the all mailboxes is transfer to the new location Databases\Mailbox Database&lt;ID Number&gt;</li>
</ol>
<p> </p>
<p><strong>3.       </strong><strong>Verify that all the settings you created on the user mailbox has pass after you transfer users mailboxes </strong></p>
<p><strong> </strong></p>
<p><strong>You need to check the following: </strong></p>
<p><strong><span style="text-decoration: underline;">Outlook: </span></strong></p>
<ul>
<li>Press and hold the CTRL button down, in the system tray, Right-Click the Outlook icon,<strong> chose Connection Status. </strong>Now verify the connection set to<strong> : XCh2010.planning-tech.com</strong></li>
<li>Verify you can see the <strong>folders</strong> with the <strong>Rules</strong> on that folder.</li>
<li>Verify you can see the <strong>new Meetings</strong> on your<strong> Calendar</strong>.</li>
<li>Verify you can Send\Receive massages Internal and External</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.planning-tech.com/?feed=rss2&amp;p=310</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading from Exchange Server 2007 to Exchange 2010 &#8211; Part 4</title>
		<link>http://www.planning-tech.com/?p=306</link>
		<comments>http://www.planning-tech.com/?p=306#comments</comments>
		<pubDate>Thu, 10 Jun 2010 21:26:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://www.planning-tech.com/?p=306</guid>
		<description><![CDATA[Here we going to test the Mail Flow and the new Certificate changes Here we going to use an External computer (ExternalPC) to test our OWA configuration and the SMTP mail flow from outside of our domain (Planning-tech.com).why testing you asking..? Because we must be ensure that users whose mailboxes are still in the old [...]]]></description>
			<content:encoded><![CDATA[<h2>Here we going to test the Mail Flow and the new Certificate changes</h2>
<p>Here we going to use an External computer (<strong>ExternalPC</strong>) to test our OWA configuration and the SMTP mail flow from outside of our domain (Planning-tech.com).why testing you asking..?</p>
<p>Because we must be ensure that users whose mailboxes are still in the old Exchange (Xch2007) are able to access their accounts using OWA.the second issue you want to be sure to work is that Messages will be routed correctly to Exchange2007 users.</p>
<p><strong>1.       </strong><strong>Verify we can access the old Exchange 2007 Server using OWA</strong></p>
<ol>
<li>Log-in ExteranlPC</li>
<li>Open IE and type the following address:</li>
</ol>
<p>HTTPS:// Mail.Planning-Tech.com /Owa</p>
<ol>
<li>Now enter your Credentials with your domain name</li>
</ol>
<p>User: planning\David</p>
<p>Pass: @! #!#!@#</p>
<p><strong>Note!</strong></p>
<p>Notice that the authentication is confirm in the Exchange2010 CAS and then routhed to the user Exchannge2007 server Mailbox.</p>
<ol>
<li>Now open OWA with different user and send Messages between users to verify Mail Flow</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.planning-tech.com/?feed=rss2&amp;p=306</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading from Exchange Server 2007 to Exchange 2010 &#8211; Part 3</title>
		<link>http://www.planning-tech.com/?p=303</link>
		<comments>http://www.planning-tech.com/?p=303#comments</comments>
		<pubDate>Thu, 10 Jun 2010 21:25:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://www.planning-tech.com/?p=303</guid>
		<description><![CDATA[In this following step we need to create security for our new Exchange 2010 installation, to receive this requirement we need to create a new Certificate using the Exchange Management Console .after we create the new Certificate we need to import the new Certificate and assignee all the appropriate Services . 1.       Create the new [...]]]></description>
			<content:encoded><![CDATA[<p>In this following step we need to create security for our new Exchange 2010 installation, to receive this requirement we need to create a new Certificate using the Exchange Management Console .after we create the new Certificate we need to import the new Certificate and assignee all the appropriate Services .</p>
<ol>
<li><strong>1.       </strong><strong>Create the new Certificate Request using EMC</strong>
<ol>
<li>Log-in to the Exchange 2010 server</li>
<li>Open EMC</li>
<li>Navigate to Server Configuration</li>
<li>On the Right panel-&gt; New Exchange Certificate</li>
<li>On the Introduction page Click your Host for the new Certificate ,in our case we can use <strong>Mail.Planning-Tech.com </strong></li>
<li>On the Domain Scope, Next.</li>
<li>Now when you arrive to the “Exchange Configuration” we can chose many different options ,I recommended to follow the next configuration :</li>
</ol>
</li>
</ol>
<p> </p>
<ul>
<li><strong>Client Access Server(Outlook Web App)</strong></li>
</ul>
<p>Here you need to choose both the Internal and the External (Mark both checkboxes)</p>
<p><strong>Internal Configuration:</strong>                                 Xch2010.planning.local</p>
<p><strong>External Configuration:                </strong>Mail.Planning-Tech.com</p>
<ul>
<li><strong>Active Synch(Used For Phones connections)</strong></li>
</ul>
<p> </p>
<p><strong>Configuration:                                  </strong>Mail.Planning-Tech.com</p>
<ol>
<li>After we click next,</li>
</ol>
<p>We will arrive to the “Certificate Domain” here we need to perform the following:</p>
<ul>
<li>Select and Remove the old address “Xch2007.Planning-Tech.com”</li>
<li>You need to put the following records :</li>
</ul>
<p> </p>
<p><strong>Xch2010</strong> (NetBIOS name)</p>
<p><strong>Xch2010.planning-tech.Local</strong> (Server FQDN)</p>
<p><strong>Mail.planning-tech.com</strong> (External Address) – For this record I have two notes for you:</p>
<ul>
<li>This is your External record configured at your internet host (Go-Daddy&#8230;) as the MX record.</li>
<li>This address needs to be set as the primary address.</li>
</ul>
<p><strong>Autodiscover.planning-tech.com</strong> (External Address so we need to set it on our internet host as additional record)</p>
<p><strong>Autodiscover.planning.local</strong></p>
<ol>
<li>In the Organization and Location, fill your Organization specifications.</li>
</ol>
<p>After you finish filling all tabs<strong>, click on Browse</strong></p>
<p><strong>Now chose a location for the .REQ certificate.  </strong>In our case we save it on the Root drive:\planning\Cert.req. <strong>Click Save.</strong></p>
<ol>
<li>Organization and Location page, <strong>Click Next</strong></li>
<li>Certificate Configuration page, <strong>Click New</strong></li>
<li>Completion page, <strong>Click Finish</strong></li>
</ol>
<p> </p>
<ol>
<li><strong>2.       </strong><strong>Submit the new Certificate Request to an online Certificate authority </strong></li>
</ol>
<p><strong> </strong></p>
<ol>
<li>Go to the saved file location (c:\planning)and Double-Click on the <strong>Cert.req</strong></li>
<li>In the Windows dialog, select “Select a program from a list of installed programs”, Click OK.</li>
<li>Chose Notepad, OK.</li>
<li>Select all records on the file and copy them.</li>
<li>Close Notepad.</li>
<li>Open IE and type the following address:</li>
</ol>
<p><a href="http://dc1.planning-tech.com/certsrv"><strong>http://dc1.planning-tech.com/certsrv</strong></a><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>Note!</strong></p>
<p><strong>The address points to Dc1 because it’s olds our CA server </strong></p>
<ol>
<li>A new window will open called “Active Directory Certificate Services”, here you need to chose , <strong> Request a Certificate </strong> </li>
<li>On the next page chose, <strong>Advanced Certificate request </strong></li>
<li>On the next page Chose, <strong>submit a certificate request by using a base……</strong></li>
<li>On the submit a Certificate Request or Renewal Request page, Right-Click in the <strong>Saved Request </strong>field and click <strong>Paste</strong></li>
<li>Under Certificate Template, click the Drop-Down list, click <strong>Web Server,</strong> and the click <strong>Submit</strong></li>
<li>On the Certificate Issued page, select <strong>base 64 Encoded </strong>and click the <strong>Download Certificate </strong>link.</li>
<li>In the <strong>File Download – Security Warning </strong>dialog box, click <strong>Save.</strong></li>
<li>in the save As window, in the <strong>File name </strong>,type c:\Cert.cer,<strong>click Save</strong></li>
</ol>
<p> </p>
<ol>
<li><strong>3.       </strong><strong>Import a Certificate using the Exchange Management Console</strong>
<ol>
<li>In the Exchange Management Console ,click on the new Certificate</li>
</ol>
</li>
</ol>
<p> </p>
<p><strong>Note!</strong></p>
<p>You need to refresh the console before you can see the new Cert.</p>
<ol>
<li>Right-Click on the Certificate and choose<strong> “Complete Pending Request ”</strong></li>
<li>On the introduction page, click Browse.</li>
<li>Navigate to the place you put the Certificate and choose it,<strong> click Complete</strong></li>
</ol>
<p> </p>
<ol>
<li><strong>4.       </strong><strong>Assign services to the Certificate</strong>
<ol>
<li>In the Work pane, Under <strong>Exchange Certificates, </strong>select the new installed Certificate.</li>
<li>In the Action pane, under your selected Certificate ,<strong>click Assign Services to Certificate</strong></li>
<li>on the select Server page, Verify  that<strong> Xch2010 </strong>is the only server listed</li>
<li>on the Select Services page, <strong>select the IIS(Internet Information Services)</strong></li>
<li>on the Assign Services page, <strong>click Assign</strong></li>
<li><strong>f.        </strong><strong>Finish!!!</strong></li>
</ol>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.planning-tech.com/?feed=rss2&amp;p=303</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Upgrading from Exchange Server 2007 to Exchange 2010- Part2</title>
		<link>http://www.planning-tech.com/?p=298</link>
		<comments>http://www.planning-tech.com/?p=298#comments</comments>
		<pubDate>Thu, 10 Jun 2010 21:21:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://www.planning-tech.com/?p=298</guid>
		<description><![CDATA[Updating the Send and Receive Connectors (Exchange2010) Because we don’t have in our scenario any Mail Relay and we need to Receive Messages from the cloud we need to make the changes on the local Exchange Server. After this step our environment can Send and Receive Messages both in the Internal and the External sites. [...]]]></description>
			<content:encoded><![CDATA[<h2>Updating the Send and Receive Connectors (Exchange2010)</h2>
<p>Because we don’t have in our scenario any Mail Relay and we need to Receive Messages from the cloud we need to make the changes on the local Exchange Server. After this step our environment can Send and Receive Messages both in the Internal and the External sites.</p>
<ol>
<li><strong>1.       </strong><strong>Allow Messaging from the External Cloud </strong></li>
</ol>
<p><strong> </strong></p>
<ol>
<li>Log-In Exchange 2010 Server(With admin Credentials)</li>
<li>Open Exchange Management Console</li>
<li>Server Configuration-&gt;Hub Transport</li>
<li>Chose Default Receive Connector -&gt;Properties</li>
<li>Navigate to Permission Groups</li>
<li>Mark Anonymous Check box.</li>
</ol>
<p> </p>
<p><strong>Note! </strong></p>
<p>Your Exchange Server now can receive Messages from the External Cloud!</p>
<ol>
<li><strong>2.       </strong><strong>Modify Send connectors to use the new Exchange 2010</strong></li>
</ol>
<p> </p>
<ol>
<li>Open Exchange Management Console</li>
<li>organization Configuration-&gt;Hub Transport-Send Connectors</li>
<li>Right click on “External Mail Connector” -&gt; Properties</li>
<li>Source Server Xch2007 -&gt;Remove</li>
<li>Click ADD &#8211; &gt; Chose the new XCh2010 server.</li>
</ol>
<p> </p>
<p><strong>Note!</strong></p>
<p><strong>You are ready to send Messages to the cloud! </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.planning-tech.com/?feed=rss2&amp;p=298</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
