<?xml version="1.0" encoding="UTF-8"?>
<!--Generated by Squarespace Site Server v5.11.81 (http://www.squarespace.com/) on Mon, 13 Feb 2012 15:15:02 GMT--><feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"><title>Microsoft Exchange Server 2003</title><subtitle>Microsoft Exchange Server 2003</subtitle><id>http://www.alihassanlive.com/e2k3/</id><link rel="alternate" type="application/xhtml+xml" href="http://www.alihassanlive.com/e2k3/"/><link rel="self" type="application/atom+xml" href="http://www.alihassanlive.com/e2k3/atom.xml"/><updated>2011-08-25T05:33:25Z</updated><generator uri="http://www.squarespace.com/" version="Squarespace Site Server v5.11.81 (http://www.squarespace.com/)">Squarespace</generator><entry><title>Upgrade Windows 2008 R2 Standard to Enterprise</title><category term="Microsoft"/><category term="upgrade from Windows 2008 R2 Standard to Enterprise"/><id>http://www.alihassanlive.com/e2k3/2011/8/25/upgrade-windows-2008-r2-standard-to-enterprise.html</id><link rel="alternate" type="text/html" href="http://www.alihassanlive.com/e2k3/2011/8/25/upgrade-windows-2008-r2-standard-to-enterprise.html"/><author><name>Ali</name></author><published>2011-08-25T05:25:25Z</published><updated>2011-08-25T05:25:25Z</updated><content type="html" xml:lang="en-US"><![CDATA[<p>One of the great things about Windows Server 2008 R2 - there is an easy way to change editions from the command line.</p>
<p>FYI, you can only go &ldquo;up&rdquo; in editions; you couldn&rsquo;t go from Enterprise to Standard.</p>
<p><br />To check the current edition of your Windows Server 2008 R2 installation, run this command:<br /><strong>DISM /online /Get-CurrentEdition<br /></strong>The response should be <strong>ServerStandard<br /></strong>To change to Enterprise edition, run<br /><strong>DISM /online /Set-Edition:ServerEnterprise /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX<br /></strong></p>
<p>The process for a domain controller looks like this below</p>
<p>1.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DCPROMO down the domain controller.</p>
<p>2.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Open an elevated command prompt window.</p>
<p>3.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; To check the current edition of your Windows Server 2008 R2 installation, run this command:<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>DISM /online /Get-CurrentEdition<br /></strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The response should be <strong>ServerStandard</strong></p>
<p>4.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; To change to Enterprise edition, run<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>DISM /online /Set-Edition:ServerEnterprise /ProductKey</strong>:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</p>
<p>5.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Reboot when prompted.</p>
<p>6.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DCPROMO the server back to a domain controller.</p>
<p>-Alstar</p>]]></content></entry><entry><title>Remote Procedure Call failed HRESULT 0x800706BE when opening up Roles and Features on Windows 2008 R2</title><category term="0x800706BE"/><category term="features"/><category term="roles"/><category term="server manager"/><category term="windows 2008 r2"/><id>http://www.alihassanlive.com/e2k3/2011/7/3/remote-procedure-call-failed-hresult-0x800706be-when-opening.html</id><link rel="alternate" type="text/html" href="http://www.alihassanlive.com/e2k3/2011/7/3/remote-procedure-call-failed-hresult-0x800706be-when-opening.html"/><author><name>Ali</name></author><published>2011-07-03T09:53:04Z</published><updated>2011-07-03T09:53:04Z</updated><content type="html" xml:lang="en-US"><![CDATA[<p>Today when I opened up Server Manager on one of my Windows 2008 R2 servers I encountered an error while accessing the Roles and Features option.</p>
<p>I saw an RPC error 0X800706BE and in the event log I saw an error 1000 for the TrustedInstaller.exe faulting application</p>
<p>==========================================</p>
<p>Faulting application name: TrustedInstaller.exe, version: 6.1.7600.16385, time stamp: 0x4a5bc4b0</p>
<p>Faulting module name: ntdll.dll, version: 6.1.7600.16695, time stamp: 0x4cc7b325</p>
<p>Exception code: 0xc00000fd</p>
<p>Fault offset: 0x0000000000052200</p>
<p>Faulting process id: 0x844</p>
<p>Faulting application start time: 0x01cc3961da8ad674</p>
<p>Faulting application path: C:\WINDOWS\servicing\TrustedInstaller.exe</p>
<p>Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll</p>
<p>Report Id: 3a2ce2b7-a555-11e0-b747-782bcb07d726</p>
<p>============================================</p>
<p>I looked around on the internet and found that I needed to download a "<strong>System Update Readiness Tool</strong>" for the version of my server and install it, which can be found at <a title="http://support.microsoft.com/kb/947821" href="http://support.microsoft.com/kb/947821" target="_blank">http://support.microsoft.com/kb/947821</a></p>
<p>After I downloaded the appropriate version for my R2 box and installed it the error went away and now I&nbsp;am able to open up Server Manager and install the Roles and Features I wanted.</p>
<p>If that did not fix it for you then you have to look at the log file the tool generates under <strong>C:\Windows\logs\CBS\CheckSUR.log</strong> and try and see at what package it is failing on.</p>
<p>&nbsp;I found the below articles which might be useful in troubleshooting your issue, so please have a look at them if the tool didn't fix your error.</p>
<p><a href="http://blogs.technet.com/b/roplatforms/archive/2010/05/12/how-to-fix-server-manager-errors-after-installing-updates-hresult-0x800f0818-hresult-0x800b0100.aspx" target="_blank">http://blogs.technet.com/b/roplatforms/archive/2010/05/12/how-to-fix-server-manager-errors-after-installing-updates-hresult-0x800f0818-hresult-0x800b0100.aspx</a></p>
<p><a href="http://www.itsolutionskb.com/2009/04/roles-error-when-viewing-roles-in-windows-server-2008-server-manager/" target="_blank">http://www.itsolutionskb.com/2009/04/roles-error-when-viewing-roles-in-windows-server-2008-server-manager/</a></p>
<p><a href="http://www.eggheadcafe.com/microsoft/Windows-Update/35325680/could-not-discover-the-state-of-the-system-0x800706be.aspx" target="_blank">http://www.eggheadcafe.com/microsoft/Windows-Update/35325680/could-not-discover-the-state-of-the-system-0x800706be.aspx</a></p>
<p>&nbsp;</p>
<p>-Alstar</p>]]></content></entry><entry><title>Nortel Vpn client gives an error "Remote Host not responding" when using a Linksys router</title><category term="linksys"/><category term="nortel vpn client"/><category term="remote host not responding"/><id>http://www.alihassanlive.com/e2k3/2011/6/25/nortel-vpn-client-gives-an-error-remote-host-not-responding.html</id><link rel="alternate" type="text/html" href="http://www.alihassanlive.com/e2k3/2011/6/25/nortel-vpn-client-gives-an-error-remote-host-not-responding.html"/><author><name>Ali</name></author><published>2011-06-25T10:52:06Z</published><updated>2011-06-25T10:52:06Z</updated><content type="html" xml:lang="en-US"><![CDATA[<p>Alright this morning I faced some issues while connecting to my work using the <strong>Nortel VPN Client</strong>, it kept coming back with an error "<strong>Remote Host not reponding</strong>". My internet was working just fine and also I was able to ping the FQDN of the vpn box of my company but whenever I tried connecting it gave me the error, I have a <strong>Linksys</strong> router at home by the way.</p>
<p>So I decided to dig into it a little deeper and disconnected from my home wi-fi and connected to a different wi-fi connection which had no security password on it and once I got into that I was able to use my Nortel Vpn client and connect to my work... So there had to be something wrong with the router setting which I had at home and it wasnt allowing VPN traffic to pass???</p>
<p>I opened up a webpage and went to the administration page of the Linksys router by going to <strong>192.168.1.1</strong> and the default password for most Linksys routers are <strong>admin/admin</strong> (Username/Password). Once in that I clicked the <strong>Security tab</strong> and then the <strong>VPN tab</strong> and enabled the protocols for the <strong>VPN passthrough</strong> and clicked <strong>Save Settings</strong>.</p>
<p>After a while I was able to connect using the Notel VPN client through my home wi-fi!!</p>
<p>Hope this helps!</p>
<p>If not then go to <strong><a href="http://homesupport.cisco.com/" target="_blank">homesupport.cisco.com</a></strong> and post a question in the forums and I bet someone will repond back to you or call the Linksys support line.</p>
<p>&nbsp;</p>
<p>-Alstar</p>]]></content></entry><entry><title>Why cant I run New-MailboxExportRequest ?!</title><category term="Exchange Server"/><category term="cant run"/><category term="exchange 2010"/><category term="export-mailbox"/><category term="new-mailboxexportrequest"/><id>http://www.alihassanlive.com/e2k3/2011/6/23/why-cant-i-run-new-mailboxexportrequest.html</id><link rel="alternate" type="text/html" href="http://www.alihassanlive.com/e2k3/2011/6/23/why-cant-i-run-new-mailboxexportrequest.html"/><author><name>Ali</name></author><published>2011-06-23T08:52:27Z</published><updated>2011-06-23T08:52:27Z</updated><content type="html" xml:lang="en-US"><![CDATA[<p>Here is another trick played by Microsoft on us! first they change the cmdlet from <strong>export-mailbox</strong> to <strong>New-mailboxexportrequest</strong> which applies to the <strong>import-mailbox </strong>cmdlet&nbsp;too and then even if you are a part of the Organisation Management role group and when you try and run the "New-MailboxExportRequest" its comes back with an error!</p>
<p>So it turns out you have to grant this particular permission seperately through the shell!</p>
<p>Example:</p>
<p><strong>New-ManagementRoleAssignment -Role "Mailbox Import Export" -User &lt;user name&gt;</strong></p>
<p>Then you can double check by running</p>
<p><strong>Get-ManagementRoleAssignment -Role "Mailbox Import Export" | ft Identity</strong></p>
<p>Hope&nbsp; this helps!</p>
<p>-Alstar</p>]]></content></entry><entry><title>Exchange 2010 Roll up 4 does not Install - Error Code 1603</title><category term="1603"/><category term="Exchange Server"/><category term="access denied"/><category term="error code 1603"/><category term="exchange 2010"/><category term="exchange 2010 roll up 4"/><id>http://www.alihassanlive.com/e2k3/2011/6/23/exchange-2010-roll-up-4-does-not-install-error-code-1603.html</id><link rel="alternate" type="text/html" href="http://www.alihassanlive.com/e2k3/2011/6/23/exchange-2010-roll-up-4-does-not-install-error-code-1603.html"/><author><name>Ali</name></author><published>2011-06-23T06:39:34Z</published><updated>2011-06-23T06:39:34Z</updated><content type="html" xml:lang="en-US"><![CDATA[<p>So I downloaded the <strong>Exchange 2010 Roll up 4</strong>&nbsp;released by Microsoft today and was trying to install it on my servers along with a little prayer that it wont mess up my databases&nbsp;which the last Roll up did for some users (Roll up 3!!).</p>
<p>Okay now I am all excited&nbsp;but when I start the installation after a while it would say "<strong>Rolling back actions</strong>" and fail (Booooo!) so I looked at the event logs and spotted the <strong>1603</strong> error code which I instantly thought will be some kind of a generic error message. So I looked up the Install log file and saw an "<strong>Access Denied</strong>" error while the installation was trying to stop the Exchange services and that was the issue!</p>
<p>So this time when I ran the install I did it from an "Elevated Powershell command prompt" and guess what it worked! That was simple!</p>
<p>Now I know for some of you guys out there the solution is not going to be as simple as this so let me know what issues you face and maybe I can help you figure it out!</p>
<p>&nbsp;Tips:&nbsp;You can also give it a shot by disabling UAC from the contol panel under "Change User Account Settings" menu&nbsp;and you can manualy stop all the Microsoft Exchange Services and give it a try!</p>
<p>-Alstar</p>]]></content></entry><entry><title>Cannot delete the first database in Exchange 2010</title><category term="Exchange Server"/><category term="exchange 2010"/><category term="move arbitration mailboxes"/><id>http://www.alihassanlive.com/e2k3/2010/10/26/cannot-delete-the-first-database-in-exchange-2010.html</id><link rel="alternate" type="text/html" href="http://www.alihassanlive.com/e2k3/2010/10/26/cannot-delete-the-first-database-in-exchange-2010.html"/><author><name>Ali</name></author><published>2010-10-26T10:15:17Z</published><updated>2010-10-26T10:15:17Z</updated><content type="html" xml:lang="en-US"><![CDATA[<p>If you try to delete the first default database created when exchange 2010 is installed chances are that you will not be able to do that even through the database does not have any user's on it.</p>
<p>But having said that the databases will contain 3 hidden mailboxes or "Arbitration" mailboxes which you will have to move over to a different database and only after that you can do ahead and delete the default database.</p>
<p>Ok now that I have ur mind running in circles lets get down to performing this action.</p>
<p>From the Exchange Management Shell run the below command</p>
<p><strong>Get-mailbox -database &lt;database name&gt; -Arbitration</strong></p>
<p><strong>You will see the 3 hidden mailboxes...</strong></p>
<p>Now create a new database and move these off the default database..</p>
<p><strong>Get-mailbox -database &lt;database name&gt; -Arbitration | new-moverequest -targetdatabase &lt;database name&gt;</strong></p>
<p>Once the move is complete you can now delete the default database!!</p>
<p>-Alstar</p>]]></content></entry><entry><title>Edit the default email address policy in Microsoft Exchange 2010</title><category term="Exchange Server"/><category term="edit default email policy"/><category term="exchange 2010"/><category term="exchange management Shell"/><id>http://www.alihassanlive.com/e2k3/2010/10/24/edit-the-default-email-address-policy-in-microsoft-exchange.html</id><link rel="alternate" type="text/html" href="http://www.alihassanlive.com/e2k3/2010/10/24/edit-the-default-email-address-policy-in-microsoft-exchange.html"/><author><name>Ali</name></author><published>2010-10-24T05:32:19Z</published><updated>2010-10-24T05:32:19Z</updated><content type="html" xml:lang="en-US"><![CDATA[<p>So I have been going around in circles for the last 20 minutes trying to edit the default email address policy in exchange 2010 and when I use the EMC to do that it fails with some "Conditional Attributes" message!! such a pain.. so anyhow I think I might have found out how to edit the dam policy but its through the EMS not EMC and the command I run is</p>
<p><strong>get-emailaddresspolicy default* | set-emailaddresspolicy -enabledemailaddresstemplates SMTP:%g.%s@alstar.com,smtp:%g.%s@alstarfilms.com</strong></p>
<p>Note: <a href="mailto:%g.%s@alstar.com"><strong>%g.%s@alstar.com</strong></a><strong> = </strong><a href="mailto:Firstname.Lastname@alstar.com"><strong>Firstname.Lastname@alstar.com</strong></a></p>
<p>Update-emailaddresspolicy -Identity default*</p>
<p>Hope this helps and let me know if you manage to find alternate ways to achieve this shit!</p>
<p>-Alstar</p>]]></content></entry><entry><title>How to move items between calendar's in Microsoft Outlook</title><category term="Exchange Server"/><category term="how to move calendar tems in outlook"/><id>http://www.alihassanlive.com/e2k3/2010/10/19/how-to-move-items-between-calendars-in-microsoft-outlook.html</id><link rel="alternate" type="text/html" href="http://www.alihassanlive.com/e2k3/2010/10/19/how-to-move-items-between-calendars-in-microsoft-outlook.html"/><author><name>Ali</name></author><published>2010-10-19T03:59:19Z</published><updated>2010-10-19T03:59:19Z</updated><summary type="html" xml:lang="en-US"><![CDATA[ategory]]></summary></entry><entry><title>User Interface Mode not supported - Dell MD3000i</title><category term="Dell Storage"/><category term="User Interface Mode not supported"/><category term="dell"/><category term="md3000i"/><id>http://www.alihassanlive.com/e2k3/2010/10/3/user-interface-mode-not-supported-dell-md3000i.html</id><link rel="alternate" type="text/html" href="http://www.alihassanlive.com/e2k3/2010/10/3/user-interface-mode-not-supported-dell-md3000i.html"/><author><name>Ali</name></author><published>2010-10-03T11:57:01Z</published><updated>2010-10-03T11:57:01Z</updated><content type="html" xml:lang="en-US"><![CDATA[<p>So I was trying to configure&nbsp;the Dell MD3000i storage utility today and after configuring the ip's for the management ports and the 2 controllers when I tried running the Storage utility to configure&nbsp; the disks&nbsp;I encountered an error which said:</p>
<p>User Interface Mode not supported</p>
<p>Unable to load and to prepare the installer in GUI mode</p>
<p><span class="full-image-block ssNonEditable"><span><img src="http://www.alihassanlive.com/storage/zenderror.png?__SQUARESPACE_CACHEVERSION=1286107215038" alt="" /></span></span></p>
<p>&nbsp;This was quite annoying coz I spent a lot of time on this stupid error message and it turns out that if your user account which you are logged in to the server has some special characters in them you get this error.</p>
<p>My account had a "<strong>!</strong>"&nbsp; (Domain\alihassan!) (Dont ask why, its a company standard..blah blah)</p>
<p>Anyhow I used&nbsp;my other account (Domain\alihassan123)&nbsp;which had no special characters and tried launching the Storage Utility again and guess what it worked!!</p>
<p>Hope this works!</p>
<p>&nbsp;-Alstar</p>]]></content></entry><entry><title>Call option greyed out when calling a computer through Microsoft Office Communicator</title><category term="OCS"/><category term="call option greyed out office communicator"/><category term="registry"/><id>http://www.alihassanlive.com/e2k3/2010/9/29/call-option-greyed-out-when-calling-a-computer-through-micro.html</id><link rel="alternate" type="text/html" href="http://www.alihassanlive.com/e2k3/2010/9/29/call-option-greyed-out-when-calling-a-computer-through-micro.html"/><author><name>Ali</name></author><published>2010-09-29T12:48:46Z</published><updated>2010-09-29T12:48:46Z</updated><content type="html" xml:lang="en-US"><![CDATA[<p>Today I came across an interesting issue, you know how we can call each other's computer using Microsoft Office Communicator by right clicking the desired contact and saying Call --&gt; Computer.</p>
<p>So on one of the user's laptop he just could not do that, I logged in with my communicator details and even I wasn't able to call a computer where as on my other laptop I was able to so it wasn't an account issue for sure something had to be messed up on the stupid laptop.</p>
<p>Then we found out a registry key which disabled&nbsp; the "Call" option in Office Communicator so please follow the steps below to change that registry entry.</p>
<p>Go to -&gt; <strong>HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Communicator</strong> and look for a registry key called "<strong>DisablePC2PCAUDIO</strong>" and if present change the value to "<strong>0</strong>" restart your computer and log into communicator and now you should be able to call a computer using microsoft office communicator.</p>
<p><br />PS: Make sure when you restart your laptop the registry key is not enabled again by a group policy or something similar!</p>
<p>-Alstar</p>]]></content></entry></feed>
