Exchange 2010

What Exchange 2010 Version you are running on your Server?

What Exchange 2010 Version you are running on your Server?

Use the following PS to figure out what version of exchange 2010 you are running. C:\>Get-ExchangeServer | Format-Table Name, *Version* http://social.technet.microsoft.com/wiki/contents/articles/exchange-server-and-update-rollups-builds-numbers.aspx C:\>Get-help Get-ExchangeServer C:\>Get-ExchangeServer | Format-List
Read more »

Tags:
Posted in Exchange 2010 | No Comments »

How To Create A Room Mailbox In #Exchange Server 2010

How To Create A Room Mailbox In #Exchange Server 2010

Creating A Room mailbox in Exchange server is similar to creating a user mailbox IMPORTANT: By default a Room mailbox user account is disabled in Active Directory after creating it. To Create a Room Mailbox In Exchange Server 2010 Follow the steps below: Right click on Mailbox icon under Recipient Configuration and select New Mailbox. In the Wizard select Room...
Read more »

Tags: ,
Posted in Exchange 2010, Microsoft | No Comments »

How To Get A List Of All Email Addresses Using Exchange Shell On Exchange Server 2010

How To Get A List Of All Email Addresses Using Exchange Shell On Exchange Server 2010

Need to use the Get-Mailbox cmdlet and pipe the result. The following cmdlet will show you how to get the Name and the Email Address of all users with a mailbox. Get-mailbox -resultsize 3000 |Format-Table name, PrimarySmtpAddress
Read more »

Tags:
Posted in Exchange 2010, Microsoft | No Comments »

Social Links