Microsoft UC (Unified Communcation)

Your one stop resource. (Microsoft Exchange & UC)

Microsoft Community Contributor Award

No Comments »

Microsoft Community Contributor Award

Good news for all TechNet / MSDN forums contributors from Microsoft is that they are announcing the new award called Microsoft Community Contributor Award which will be given to them who contributed the community on volunteer basis.

Sites such as TechNet, MSDN and Answers will all be included in the scheme which launches next week. The new award differs from the current Most Valuable Professional (MVP) awards that are distributed yearly. Anyone with worthy contributions to Microsoft’s online community forums can receive an award. Current Microsoft employees and MVPs are not eligible for the Community Contributor Award.

Although Microsoft employees and MVPs can suggest names of individuals to be considered for the Community Contributor Award. Who must be 18 years or older and will receive a 12 month complimentary subscription to Microsoft’s Press E-Reference Library which contains over 400 books from Microsoft Press. “Through the Microsoft Community Contributor Award, it will be thanks from Microsoft to individuals who freely volunteer their time and energy to help improve the Microsoft online technical community experience for others,”

In last I would like to say that Microsoft is really doing a nice Job in IT and it’s another good step to improve the quality of work throughout the Globe.

Exchange Server 2010 Transport Server Role Architecture Diagrams

1 Comment »

I was digging out in search for some Architecture Diagram which I found on Microsoft Site I found it very helpful for me also sharing maybe it could help you.

Microsoft Exchange Server 2010 Transport Server Role Architecture Diagrams is available for download here

The Diagram contains Hub Transport server role and Hub Transport extensibility.

Exchange 2010 SP1 released

No Comments »

Microsoft Exchange Server 2010′s SP1 has been released and available for download at http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=50b32685-4356-49cc-8b37-d9c9d4ea3f5b.

Also you can find some good information about it here.
http://technet.microsoft.com/en-us/library/ff459257.aspx

I hope this will informative for you and I would like to thank you for viewing .

Exchange 2010 on vSphere 4, Best Practices

No Comments »

I was reading some article which is really a nice thing for Exchange Lovers so I thought I should share with you guys.

Here it is.

Exchange 2010 on vSphere 4, Best Practices Part 1

Exchange 2010 on vSphere 4, Best Practices Part 2

I hope this will informative for you and I would like to Thank you for viewing.

Grant Full Mailbox Access rights to helpdesk

14 Comments »

As I got this query and solved the problem so I M sharing it with all that how you can grant permissions to your Helpdesk.

I did it in Exchange 2007 but I think it will apply on Exchange 2010 as well.

You can run below command which gives “Administer Information Store” (ms-Exch-Store-Admin) rights to your helpdesk staffs that allow them to give full access rights to all users of your Exchange organization.

Add-ADPermission -Identity “CN=CompanyOrg ,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=company ,DC=com” -User “company\HelpDeskStaffs ” -ExtendedRights ms-Exch-Store-Admin -InheritanceType All

Reference:
Recipient Permission Delegation in Exchange Server 2007
http://msexchangeteam.com/archive/2006/11/03/430350.aspx

I hope this will informative for you and I would like to thank you for viewing.

Installing Exchange Server 2010 Step by Step

3 Comments »

Installing Exchange Server 2010 Step by Step

First of all have a look as prerequisites and confirm that you have install all the prerequisites before starting installation.

Prerequisites

Before installing Exchange Server 2010, here are the prerequisites to be installed on Exchange Server’s System.

1. Net Framework 3.5
2. Powershell 2.0 CTP 3
3. Windows Remote Management

The components mentioned above must be installed regardless of which role you wish to install.

Step by Step

1. Prepare your forest and organization in Active Directory

First you need to do the Schema preparation. Since this is a fresh new setup in the lab, I will perform the preparation on domain controller

Run Setup from the directory where your Exchange 2010 installation files are located. Here is the cmdlets

Setup /PrepareSchema or Setup /ps

*If you are running the prep process on the computer which is member of the forest or domain, and the OS is Windows Server 2008, you need to install the following component before executing the prep.

ServerManagerCmd -i RSAT-ADDS

Now we have done the initial preparation. The forest and domain are ready to have the first Exchange 2010 server installed. But if you will not run this command setup will prepare schema itself don’t worry.

2. Install first Exchange 2010 server

We will do that on server which will have Client Access Role, Transport Role and Mailbox Role. There are additional components needed before Exchange installation.,

As my first Exchange server is a combination all the 3 roles mentioned above, I used the following command

ServerManagerCmd -i Web-Server Web-Metabase Web-Lgcy-Mgmt-Console Web-Basic-Auth Web-Windows-Auth Web-Net-Ext Web-Digest-Auth Web-Dyn-Compression NET-HTTP-Activation Web-ISAPI-Ext RPC-over-HTTP-proxy RSAT-ADDS

Here is the break down of what you will need to install in role level.

For Client Access Role

ServerManagerCmd -i Web-Server Web-Metabase Web-Lgcy-Mgmt-Console Web-Basic-Auth Web-Windows-Auth Web-Net-Ext Web-Digest-Auth Web-Dyn-Compression NET-HTTP-Activation Web-ISAPI-Ext RPC-over-HTTP-proxy RSAT-ADDS

For Transport Role

ServerManagerCmd -i Web-Server Web-Metabase Web-Lgcy-Mgmt-Console Web-Basic-Auth Web-Windows-Auth Web-Net-Ext RSAT-ADDS

For Mailbox Role

ServerManagerCmd -i Web-Server Web-Metabase Web-Lgcy-Mgmt-Console Web-Basic-Auth Web-Windows-Auth Web-Net-Ext RSAT-ADDS

*For Mailbox Role, you have to install another component call “MSFilter Pack

After the installation, you are required to perform restart server.

There are some updates & fixes need to be applied in specific Server roles.

For Client Access Role

KB951725, KB950888, KB952664, KB953290

For Transport Role

KB951725, KB950888, KB952664

For Mailbox Role

KB951725, KB950888, KB952664

Now we are truly ready for the installation.

Enter CD on your CDROM Drive and double click on sertup.exe file and this will kickoff setup.

And you will get the screen like below.


Choose step 4 and click on Install Microsoft Exchange.


Click next.


Accept the License agreement and click next.


Click yes for online support and click next.


Now it depends on your environment that which role you are installing if you will go with typical install than you will get the Client Access Role, Hub Transport Role and Mailbox Role installed on your system but I will choose the custom install for further details now click next.

Select the Roles which you wish to install and click next.


Specify the Organization name and make sure that it’s correct because this is not changeable so be prepare first and then use the name of your Organization and click next.


If you are using Outlook 2003 in your organization and also using public folder structure so click yes and next. In my case there is no Outlook 2003 so I am going with No.


If you are planning to use Client Access Role for External use so put the External URL and click next as it’s my LAB so I am not giving External URL here. Click next.


Setup will check your configurations and will tell you that you are ready for installation or not.


In this screen just click Install and sit back after completion you will get the screen as below.


You have now completed the installation and enjoy

I hope this will informative for you and I would like to Thank you for viewing.

How to configure MailTips in Outlook 2010 !

2 Comments »

Special Thanks to Lynda.com for Sharing this Video.

How to configure MailTips in Outlook 2010 !

I hope this will informative for you and I would like to Thank you for viewing.

Exchange Server Event ID 12014

No Comments »

Are you getting the error with event id 12014 if yes than follow these steps.

1. Open “Exchange Management Shell “.

2. Write “get-ExchangeCertificate ” and press on “Enter ” button.

3. Write down the Thumbprint of the certificate that reflect the required FQDN name of the server.

4. Review the current certificate that use by the Exchange server and

each certificate function.

5. Write “Enable-ExchangeCertificate -Thumbprint 2afd26617915932ad096c48eb3b847fc7457662 -Services “SMTP”

and press on ‘Enter ” button.

  • The value of -Thumbprint obtained in stage 3.

6. Restart the Exchange server.

If the issue persists, I recommend you remove all existing certificates:

Step 1:

============

1. Open EMS, run Get-ExchangeCertificate |FL to get the Thumbprint of the certificate.

2. Run Remove-ExchangeCertificate -Thumbprint <> to remove the certificate.

Step 2:

==========

Then request a new certificate from your local CA for exchange. Please refer the following thread:

http://social.technet.microsoft.com/Forums/en-US/exchangesvrsecuremessaging/thread/37cf60b4-c31f-49aa-9068-ae5934af8950

If you do not want to use local CA, you can create a exchange self-signed certificate by the following command:

New-ExchangeCertificate

More information, please see the following article:

http://technet.microsoft.com/en-us/library/aa998327(EXCHG.80).aspx

I hope this will informative for you and I would like to Thank you for viewing.