<?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>Tech Help - IT Place</title>
	<atom:link href="http://blog.itplace.com.au/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.itplace.com.au</link>
	<description>Technical help and discussion</description>
	<lastBuildDate>Wed, 09 May 2012 23:12:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Adding Rounded corners to HTML elements</title>
		<link>http://blog.itplace.com.au/adding-rounded-corners-to-html-elements/</link>
		<comments>http://blog.itplace.com.au/adding-rounded-corners-to-html-elements/#comments</comments>
		<pubDate>Wed, 09 May 2012 23:12:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Website Designing]]></category>

		<guid isPermaLink="false">http://blog.itplace.com.au/?p=223</guid>
		<description><![CDATA[<p>If you are looking into adding rounded corners to HTML elements, you can use the following CSS properties.</p> <p>Following code works with Firefox, Chrome -moz-border-radius: 20px; -webkit-border-radius: 20px; </p> <p>For IE9 use the following code border-radius: 20px; </p> <p>If you want to have only one rounded corner on the HTML, I found the following nice [...]]]></description>
			<content:encoded><![CDATA[<p>If you are looking into adding rounded corners to HTML elements, you can use the following CSS properties.</p>
<p>Following code works with Firefox, Chrome<br />
<code><br />
-moz-border-radius: 20px;<br />
-webkit-border-radius: 20px;<br />
</code></p>
<p>For IE9 use the following code<br />
<code><br />
border-radius: 20px;<br />
</code></p>
<p>If you want to have only one rounded corner on the HTML, I found the following nice website which allows you to change rounded corners as you wish. Full credit to the website&#8217;s owner / developer<br />
<a title="Generate rounded corners" href="Http://border-radius.com/" target="_blank">http://border-radius.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.itplace.com.au/adding-rounded-corners-to-html-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DHCP error 1059 &#8220;fail to see Active directory&#8221; in windows 2008 r2</title>
		<link>http://blog.itplace.com.au/dhcp-server-error-1059-2008r2/</link>
		<comments>http://blog.itplace.com.au/dhcp-server-error-1059-2008r2/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 21:07:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Server 2008]]></category>

		<guid isPermaLink="false">http://blog.itplace.com.au/?p=210</guid>
		<description><![CDATA[<p>I was having the DHCP server fail to see active directory with error number 1059, where I was unable to authorize the DHCP server for IP address leasing. I have parent &#8211; child domain environment where I was trying to deploy DHCP server in the child domain.</p> <p>There are plenty of forums out there concentrating [...]]]></description>
			<content:encoded><![CDATA[<p>I was having the DHCP server fail to see active directory with error number 1059, where I was unable to authorize the DHCP server for IP address leasing. I have parent &#8211; child domain environment where I was trying to deploy DHCP server in the child domain.</p>
<p>There are plenty of forums out there concentrating on networking side, but I was installing the DHCP server on the child domain DC. Therefore, there should not be any networking and firewall issues. I even tried DCDIAG.exe and LDP.exe with pass as the end result.</p>
<p><span id="more-210"></span></p>
<p><strong>Note:  There is no need to disable IPv6 as Microsoft says that in Windows server 2008 and windows server 2008 R2, IPv6 does play some role in the proper working of the server.</strong></p>
<p><strong>Solution:</strong> My network connectivity and DCDIAG.exe tests passed with flying colors.  After further investigation the solution was to add the &#8220;administrator&#8221; account of child domain to the &#8220;enterprise administrators&#8221; group in the forest. That means simply log on the parent DC and add the CD administrator to the group. After restarting the DCHP service on the Child DC everything started working as it should be.</p>
<p>So, network connectivity, DNS are not the only factors. We have to look into permissions as well so that the Child DC can authorize the DHCP in AD.</p>
<p>Hope this post will come handy to admins just like me.</p>
<p>Thanks for reading.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.itplace.com.au/dhcp-server-error-1059-2008r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Reader X (10.0.1) problems with Microsoft outlook 2010</title>
		<link>http://blog.itplace.com.au/adobe-reader-x-10-0-1-problems-with-microsoft-outlook-2010/</link>
		<comments>http://blog.itplace.com.au/adobe-reader-x-10-0-1-problems-with-microsoft-outlook-2010/#comments</comments>
		<pubDate>Sat, 09 Apr 2011 21:15:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[adobe reader X]]></category>

		<guid isPermaLink="false">http://blog.itplace.com.au/?p=203</guid>
		<description><![CDATA[<p>Since upgrading to Adobe reader X, I am having problems previewing and opening pdf attachments within the Microsoft outlook 2010. Searching through Adobe&#8217;s own forums and internet was waste of time as still it needs to be solved. you can access the topic at the following link: http://forums.adobe.com/message/3363074?tstart=1.</p> <p>Now this is my solution which involves [...]]]></description>
			<content:encoded><![CDATA[<p>Since upgrading to Adobe reader X, I am having problems previewing and opening pdf attachments within the Microsoft outlook 2010.  Searching through Adobe&#8217;s own forums and internet was waste of time as still it needs to be solved. you can access the topic at the following link: <a title="Reader X: MS Outlook 2010 - Error previewing in Reading-Pane" href="http://forums.adobe.com/message/3363074?tstart=1" target="_blank">http://forums.adobe.com/message/3363074?tstart=1</a>.</p>
<p><span id="more-203"></span>Now this is my solution which involves uninstalling Adobe reader X and reinstalling the older Adobe 9 version.</p>
<ol>
<li>First go to Add or remove programs (windows xp) or programs and features (windows vista or windows 7).</li>
<li>Uninstall the Adobe reader X.</li>
<li>Restart your computer.</li>
<li>Download Adobe acrobat 9 from the following Adobe URL: <a title="Download new and previous versions of Adobe Reader" href="http://get.adobe.com/reader/otherversions/" target="_blank">http://get.adobe.com/reader/otherversions/</a>.</li>
</ol>
<p>Once Adobe reader 9 was installed, I was able to open and preview a all my pdf attachments in Microsoft outlook 2010.</p>
<p>Hope you find the topic helpful and thank you for reading.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.itplace.com.au/adobe-reader-x-10-0-1-problems-with-microsoft-outlook-2010/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Microsoft excel 2010 errors unable to open or find files</title>
		<link>http://blog.itplace.com.au/microsoft-excel-2010-file-errors/</link>
		<comments>http://blog.itplace.com.au/microsoft-excel-2010-file-errors/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 05:41:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[microsoft excel 2010]]></category>

		<guid isPermaLink="false">http://blog.itplace.com.au/?p=199</guid>
		<description><![CDATA[<p>If you came across the following errors from Microsoft excel 2010 while opening files either saved on your computer or as an email attachment</p> <p>Errors</p> Cannot open file. check whether the path is correct or file exists Cannot send command to the file. <p>Make sure the option &#8220;Ignore other applications that use Dynamic Data Exchange [...]]]></description>
			<content:encoded><![CDATA[<p>If you came across the following errors from Microsoft excel 2010 while opening files either saved on your computer or as an email attachment</p>
<p>Errors</p>
<ol>
<li>Cannot open file. check whether the path is correct or file exists</li>
<li>Cannot send command to the file.</li>
</ol>
<p><span id="more-199"></span>Make sure the option &#8220;<strong>Ignore other applications that use Dynamic Data Exchange (DDE)</strong>.&#8221; in excel setting is not checked. Please  see the step by step to uncheck the option.</p>
<p>1. Click on File&#8211;&gt;Options</p>
<p>2. click on advanced and on the right hand side pane scroll down and look for the option as shown below. Make sure the highlighted option is unchecked in your excel 2010 copy</p>
<p><a href="http://blog.itplace.com.au/wp-content/uploads/2011/03/exceloption.gif"><img class="alignnone size-full wp-image-200" title="Microsodt excel 2010 option" src="http://blog.itplace.com.au/wp-content/uploads/2011/03/exceloption.gif" alt="" width="418" height="164" /></a></p>
<p>3. Restart excel</p>
<p>4. All files will be able to open when clicking on them</p>
<p>Thank you for reading and please leave comments or suggestions.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.itplace.com.au/microsoft-excel-2010-file-errors/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Remove Win 7 antivirus 2011</title>
		<link>http://blog.itplace.com.au/remove-win-7-antivirus-2011/</link>
		<comments>http://blog.itplace.com.au/remove-win-7-antivirus-2011/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 21:02:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.itplace.com.au/?p=195</guid>
		<description><![CDATA[<p>I have read plenty of blogs and have tried the suggested manual way to delete files and registry entries from the infected windows machine. The problem I faced in manual removal process is the files are locked even in safe mode and you are unable to get rid of all files of the virus.</p> <p></p> [...]]]></description>
			<content:encoded><![CDATA[<p>I have read plenty of blogs and have tried the suggested manual way to delete files and registry entries from the infected windows machine. The problem I faced in manual removal process is the files are locked even in safe mode and you are unable to get rid of all files of the virus.</p>
<p><span id="more-195"></span></p>
<p>So, I download the Malwarebytes software from the following link <a href="http://www.malwarebytes.org/" target="_blank">http://www.malwarebytes.org</a>. You can download it for free but i will recommend paid version as it offers real time protection,  scheduling and much more.</p>
<p>Install the software and at the end of the installation please update the database for the malwarebytes software. Run the software and choose to run <strong>full scan</strong> on the windows machine. After 10 minutes or so the software will detect the infected files and registry keys. Select &#8220;<strong>remove selected</strong>&#8221; and restart your computer.</p>
<p>This is the simplest way to remove the Win 7 antivirus 2011.</p>
<p>Thank you for reading and please leave comments and suggestions.</p>
<p><span style="text-decoration: underline;"><strong>TIP: Do not open any exe attachments in your email. My clients received an email pretending from UPS courier. </strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.itplace.com.au/remove-win-7-antivirus-2011/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Outlook 2010 hangs frequently during start up.</title>
		<link>http://blog.itplace.com.au/outlook-2010-hangs-frequently-during-start-up/</link>
		<comments>http://blog.itplace.com.au/outlook-2010-hangs-frequently-during-start-up/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 20:42:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.itplace.com.au/?p=188</guid>
		<description><![CDATA[<p>My Microsoft outlook 2010 was playing up during start ups. Most of the time during send and receive of the emails it use to freeze and I have to end the process in the Task manager.</p> <p>During Microsoft outlook 2010 start up I noticed that the outlook is processing quiet a few COM addins before [...]]]></description>
			<content:encoded><![CDATA[<p>My Microsoft outlook 2010 was playing up during start ups. Most of the time during send and receive of the emails it use to freeze and I have to end the process in the Task manager.</p>
<p>During Microsoft outlook 2010 start up I noticed that the outlook is processing quiet a few COM addins before the window appears. COM addins such as Microsoft Exchange, Microsoft SharePoint, Outlook connector for Hotmail, Antivirus and anti spam addins. All these addins were somewhat were impacting my outlook start up and I was sure that they must be responsible for frequent freezing my outlook was experience.</p>
<p><span id="more-188"></span>So, to troubleshoot I need to disable some of the addins which I don&#8217;t require and see if there are some improvements in my Microsoft outlook 2010. After disabling some addins the outlook was more responsive and so far I have not experience any freezing since I have disabled the addins which were not required for my purpose.</p>
<p>Please see below step by step on how to disable outlook addins</p>
<ol>
<li>Click File and then options<br />
<a href="http://blog.itplace.com.au/wp-content/uploads/2011/03/outlookfile.jpg"><img class="alignnone size-full wp-image-191" title="Microsoft Outlook 2010" src="http://blog.itplace.com.au/wp-content/uploads/2011/03/outlookfile.jpg" alt="File menu of outlook 2010" width="151" height="344" /></a></li>
<li>On the Outlook options dialog box click on Add-Ins as shown in the image below<br />
<a href="http://blog.itplace.com.au/wp-content/uploads/2011/03/addins.gif"><img class="alignnone size-full wp-image-192" title="Microsoft outlook 2010 options box" src="http://blog.itplace.com.au/wp-content/uploads/2011/03/addins.gif" alt="" width="823" height="641" /></a></li>
<li>Click &#8220;Go&#8221; on the bottom of the dialog box and you will be presented with another dialog box as shown below. Uncheck all the addins which you want to disable and press ok. Restart your outlook and hopefully you may find improvements in loading of Microsoft outlook 2010.<br />
<a href="http://blog.itplace.com.au/wp-content/uploads/2011/03/addins-box.gif"><img class="alignnone size-full wp-image-190" title="Microsoft outlook 2010 addins box" src="http://blog.itplace.com.au/wp-content/uploads/2011/03/addins-box.gif" alt="" width="606" height="167" /></a></li>
</ol>
<p>I hope you find my post helpful. Please leave comment or suggestion and thank you for reading.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.itplace.com.au/outlook-2010-hangs-frequently-during-start-up/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Outlook error msg when opening attachment: &#8220;cannot create file&#8221;</title>
		<link>http://blog.itplace.com.au/outlook-error-msg-when-opening-attachment-cannot-create-file/</link>
		<comments>http://blog.itplace.com.au/outlook-error-msg-when-opening-attachment-cannot-create-file/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 01:28:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[cannot create file]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[outlook attachment issue]]></category>

		<guid isPermaLink="false">http://blog.itplace.com.au/?p=183</guid>
		<description><![CDATA[<p>This error message &#8220;cannot create file&#8221; in outlook 2010 has given me pain for quiet a while now. During my searching in Google I came across the solution from Microsoft at the following link: http://support.microsoft.com/kb/305982.</p> <p>I guess there are two solutions for the issues which are detailed as follow. The common ground for both solutions [...]]]></description>
			<content:encoded><![CDATA[<p>This error message &#8220;cannot create file&#8221; in outlook 2010 has given me pain for quiet a while now. During my searching in Google I came across the solution from Microsoft at the following link: <a href="http://support.microsoft.com/kb/305982" target="_blank">http://support.microsoft.com/kb/305982</a>.</p>
<p>I guess there are two solutions for the issues which are detailed as follow. The common ground for both solutions is opening the registry and looking up for the outlook temp folder path where is saves attachments  as a security measure.</p>
<p>The reason I am reading in plenty of other forums and Microsoft tech net website is that outlook throws an error if rename count of the file reaches 99. I hope this will be fixed in future releases of Microsoft outlook.</p>
<p><span id="more-183"></span>This will work for other versions of Microsoft outlook where you need to click the relevant version folder in the registry.</p>
<p><span style="color: #339966;"><strong>SOLUTION 1 (Delete the files in the existing temp folder)<br />
</strong></span></p>
<p>1. Open registry on your computer by typing &#8220;regedit&#8221; in run dialog box (Win+R)</p>
<p>2. Navigate to &#8220;<strong>HKEY_CURRENT_USER\Software\Microsoft\Office\&lt;&lt;Your Office suite version&gt;&gt;\Outlook\Security\</strong>&#8221;</p>
<p>3. On the right side double click &#8220;<strong>OutlookSecureTempFolder&#8221;.</strong></p>
<p>4. Copy the path in the text box.</p>
<p>5. Paste the copied path in &#8220;<strong>OutlookSecureTempFolder</strong>&#8221; in run command box and press enter.</p>
<p>6. Select all and delete the files.</p>
<p>7. Restart your outlook.</p>
<p><strong><span style="color: #339966;">SOLUTION 2 (Change the path of Microsoft outlook temp folder) </span><br />
</strong></p>
<p>1. Create a folder in your C drive and name it &#8220;<strong>outlook_tmp</strong>&#8220;. Copy the path of the folder &#8220;<strong>C:\outlook_tmp</strong>&#8221;</p>
<p>2. Open registry on your computer by typing &#8220;regedit&#8221; in run dialog box (Win+R)</p>
<p>3. Navigate to &#8220;<strong>HKEY_CURRENT_USER\Software\Microsoft\Office\&lt;&lt;Your Office suite version&gt;&gt;\Outlook\Security\</strong>&#8221;</p>
<p>4. On the right side double click &#8220;<strong>OutlookSecureTempFolder&#8221;.</strong></p>
<p>5. Delete the path in the text field and paste the previously copied path in the text field.</p>
<p>6. Press OK and exist out of the registry.</p>
<p>7. Restart the computer.</p>
<p>8. I guess if same problem reoccurs we can simple go to the C:\outlook_tmp folder and delete the files.</p>
<p>Hope this will help. Thank you for reading.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.itplace.com.au/outlook-error-msg-when-opening-attachment-cannot-create-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Sysprep windows 2008 R2</title>
		<link>http://blog.itplace.com.au/how-to-sysprep-windows-2008-r2/</link>
		<comments>http://blog.itplace.com.au/how-to-sysprep-windows-2008-r2/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 21:34:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[sysprep]]></category>
		<category><![CDATA[windows 2008 R2]]></category>

		<guid isPermaLink="false">http://blog.itplace.com.au/?p=166</guid>
		<description><![CDATA[<p>If you are experiencing SID issues for Windows server virtual machine, then sysprep tool in windows 2008 R2 can save you time and might as well your bacon.</p> <p>Go to C:\Windows\System32\sysprep\sysprep.exe and double click on the file to start the sysprep tool as shown below.</p> <p></p> <p></p> <p>Once sysprep will finish its processing it will [...]]]></description>
			<content:encoded><![CDATA[<p>If you are experiencing SID issues for Windows server virtual machine, then sysprep tool in windows 2008 R2 can save you time and might as well your bacon.</p>
<p>Go to C:\Windows\System32\sysprep\sysprep.exe and double click on the file to start the sysprep tool as shown below.</p>
<p><span id="more-166"></span></p>
<p><a href="http://blog.itplace.com.au/wp-content/uploads/2011/03/sysprep.png"><img class="alignnone size-full wp-image-167" title="Sysprep in windows 2008 R2" src="http://blog.itplace.com.au/wp-content/uploads/2011/03/sysprep.png" alt="" width="342" height="252" /></a></p>
<p>Once sysprep will finish its processing it will shutdown the windows 2008 R2 copy which can then be used as base image for importing new Virtual machines.</p>
<p>If you are looking for troubleshooting Exchange 2010 SP1 management console error, please click on the following link <a href="http://blog.itplace.com.au/2011/03/exchange-mc-error/" target="_blank">EMC error</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.itplace.com.au/how-to-sysprep-windows-2008-r2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 SP1 Management Console Error &#8211; Object (Server SID) cannot be found on DC. It was running the command &#8216;Get-LogonUser&#8217;</title>
		<link>http://blog.itplace.com.au/exchange-mc-error/</link>
		<comments>http://blog.itplace.com.au/exchange-mc-error/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 21:25:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://blog.itplace.com.au/?p=156</guid>
		<description><![CDATA[<p>It took me nearly a week to find a solution for the following error message in exchange 2010 SP1 management console:</p> <p>The following error occurred when retrieving user information for &#8216;Domain\administrator&#8217;:</p> <p>The operation couldn&#8217;t be performed because object &#8216;S-1-5-21-&#8230;&#8230;.&#8217; couldn&#8217;t be found on &#8216;DC.domain.local&#8217;. It was running the command &#8216;Get-LogonUser&#8217;.</p> <p>I will start with little [...]]]></description>
			<content:encoded><![CDATA[<p>It took me nearly a week to find a solution for the following error message in exchange 2010 SP1 management console:</p>
<p><span style="color: #ff0000;"><strong>The following error occurred when retrieving user information for  &#8216;Domain\administrator&#8217;:</strong></span></p>
<p><span style="color: #ff0000;"><strong>The operation couldn&#8217;t be performed because object &#8216;S-1-5-21-&#8230;&#8230;.&#8217;  couldn&#8217;t be found on &#8216;DC.domain.local&#8217;. It was running the command  &#8216;Get-LogonUser&#8217;.</strong></span></p>
<p>I will start with little background on my test lab. I am running virtual box 4.04 on my windows 7 64 bit machine as host computer. I have 2 virtual machines both with windows 2008 R2 Ent installed. One VM is the DC for the test lab domain and the other VM is used to installed exchange 2010 SP1 typical installation.</p>
<p><span id="more-156"></span></p>
<p>Both VMs are setup with &#8220;Internal Network&#8221; so that they can talk to each other. Now, I believe everyone would have taken the advantage of &#8220;Export Appliance&#8221; and &#8220;Import Appliance&#8221; feature of Virtual box 4.04. This saves you time of reinstalling the OS where you can simply import the VM and change the setting as per the requirements of the new VM.</p>
<p>But beware when you are trying to install servers on VM using the &#8220;Import Appliance&#8221; feature. The drawback to this method is the VMs will have the same SID which cause the problem in server applications such as exchange 2010 etc. But there is a solution to this problem by performing sysprep on the original VM installation and export that VM so that when imported to new VM and started for the first time it will generate a new SID as if the server OS is installed on a new hardware.</p>
<p><span style="color: #339966;"><strong>How to Sysprep Windows 2008 R2 server</strong></span></p>
<p>Detailed instruction on how to sysprep Windows 2008 R2 can be found in the following blog: <a href="http://blog.itplace.com.au/2011/03/how-to-sysprep-windows-2008-r2/" target="_self">Sysprep windows 2008 R2</a></p>
<h2><span style="color: #339966;"><strong>SOLUTION</strong></span></h2>
<p><span style="color: #ff0000;"><strong>Important note </strong></span></p>
<p>Make sure to backup your exchange database files before deleting the original exchange 2010 virtual machine.</p>
<p>You can delete the exchange 2010 SP1 virtual machine where you are experiencing the issue. As we will be restoring the exchange 2010 server on our new syspreped virtual machine. All the exchange information is stored in AD on your domain controller except for receive connectors which have to be manually created once the restoration of exchange 2010 is successful.</p>
<ol>
<li>Import syspreped VM using the &#8220;Import Appliance&#8221; feature of Virtual box and created a new VM. Please see the section &#8220;<strong>How to Sysprep Windows 2008 R2 server&#8221; </strong>on how to sysprep windows virtual machine and export it for future use.</li>
<li>Follow the instruction on how to prepare Windows 2008 R2 VM to restore exchange 2010 SP1 server in my other blog &#8220;<a href="http://blog.itplace.com.au/2011/03/recovering-exchange-server-2010/" target="_blank">Recovering Exchange Server 2010</a>&#8220;.</li>
<li>Once the above steps are completed you can now restore your exchange database and create new connectors.</li>
</ol>
<p>I hope this blog will be helpful. Thank you for reading.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.itplace.com.au/exchange-mc-error/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Recovering Exchange Server 2010</title>
		<link>http://blog.itplace.com.au/recovering-exchange-server-2010/</link>
		<comments>http://blog.itplace.com.au/recovering-exchange-server-2010/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 21:07:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://blog.itplace.com.au/?p=151</guid>
		<description><![CDATA[<p>Last night I was playing with my Exchange 14 virtual machines and thought of a disaster scenario and how to recover it if it happened in real world with one of my clients. So here it goes.</p> <p>Thanks to new Vbox 4 (http://www.virtualbox.org/) I was able to export and import fresh copy of my Windows [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I was playing with my Exchange 14 virtual machines and thought of a disaster scenario and how to recover it if it happened in real world with one of my clients. So here it goes.</p>
<p>Thanks to new Vbox 4 (http://www.virtualbox.org/) I was able to export and import fresh copy of my Windows 2008 R2 server evaluation version virtual machine. Off course my original Exchange 14 typical installation virtual machine was off and disconnected to mimic the disaster. Few important points that require attention before starting the restore process for Exchange 2010.</p>
<ol>
<li>Make sure to reset the account in the Computers OU of your test DC as shown in the image below<br />
<span id="more-151"></span><br />
<a href="http://blog.itplace.com.au/wp-content/uploads/2011/03/reset.png"><img class="alignnone size-full wp-image-161" title="Reset computer account in AD" src="http://blog.itplace.com.au/wp-content/uploads/2011/03/reset.png" alt="" width="646" height="269" /></a></li>
<li>Make sure to install the same OS on the new virtual machine as it was on original Exchange 2010 server was needs recovery.</li>
<li>Make sure to rename the newly installed Windows 2008 R2 server exactly the same as your original Exchange 2010 server.</li>
<li>Make sure to use the same Exchange DVD or ISO version that was used during the original Exchange 2010 installation. Everyone must be keeping the DVDs or ISO backup Right!!!</li>
<li>New Virtual machine should have same IP address as the original one.</li>
</ol>
<p>Once all the above points are met and all the prerequisites are installed for the typical installation of the Exchange 2010 which are</p>
<ol>
<li>Microsoft Office Filter Pack 2007 or 2010</li>
<li>All the required roles are installed on the server where exchange 2010 will be recovered.<br />
<span style="color: #ff0000;"><em>Import-Module ServerManager<br />
Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy -Restart</em></span></li>
</ol>
<p>Now open elevated command prompt on the new Windows 2008 R2 server and mount the ISO or DVD of Exchange 2010 server to the new Virtual machine. Enter the following command</p>
<ol>
<li>Change directory on the command prompt to your DVD drive in Virtual machine.</li>
<li>Type Setup.com /M:RecoverServer /DoNotStartTransport . Use the the /DoNotStartTransport if recovering Hub or Transport roles on the server. With this switch you will be able to restore the transport queues before putting the server in production.<br />
<img src="file:///C:/Users/7/AppData/Local/Temp/moz-screenshot.png" alt="" /><a href="http://blog.itplace.com.au/wp-content/uploads/2011/03/restore.png"><img class="alignnone size-full wp-image-159" title="Exchange 2010 SP1 restore" src="http://blog.itplace.com.au/wp-content/uploads/2011/03/restore.png" alt="" width="481" height="194" /></a></li>
</ol>
<p>This process took some time to complete but the final word was that I was able to use the previously installed Exchange after recovering it from the disaster.</p>
<p>Please note the above steps are general overview of the Exchange 2010 recovery. Every environment is different so please check Microsoft Technet website before performing the above steps for more information that fits your Exchange environment.</p>
<p>Thanks for reading</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.itplace.com.au/recovering-exchange-server-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

