• Exchange 2010 – Using Remote PowerShell

    Today I’ve been looking into how I can create and Exchange Mailbox using PowerShell. A little background. We have been using PowerShell to create new Active Directory accounts for awhile, but hadn’t looked into being able to create the mailbox on Exchange at the same time. The biggest problem (more a concern) is that I…

  • Exchange 2010 – Create Contacts from CSV

    Create a CSV file that contains the following columns: ExternalEmailAddress Name Alias FirstName LastName OrganizationalUnit Then from the Exchange Management Shell run the following command: Import-CSV C:scriptsMyCSV.csv | ForEach-Object{New-MailContact -ExternalEmailAddress $_.ExternalEmailAddress -Name $_.Name -Alias $_.Alias -FirstName $_.FirstName -LastName $_.LastName -OrganizationalUnit $_.OrganizationalUnit}

  • Blackberry Enterprise Server 5.x – New Exchange 2010 Database

    I just created some new databases on our Exchange 2010 server and moved some BlackBerry users to those new databases. I started getting calls from people saying they weren’t getting emails on the BlackBerry’s. I did some checking and found some event logs on the BES server that said the users could not be started.…

  • Exchange 2010 DAG

    So we have just migrated our users over to Exchange 2010 a couple of months ago. When we started we purchased a new server and set it up with Windows 2008 R2 and Exchange 2010. The plan was to migrate all of our users from the old Exchange 2007 server to the new Exchange 2010…

  • Exchange 2010 – Get ItemCount for mailbox

    We had a user that had a very large mailbox (313,000+ items and a size over 50GB) and we couldn’t figure out why. My first thought was that it was a corrupt mailbox and it was just reporting the wrong size. However, when I moved the mailbox to a new server the size remained the…

  • Exchange 2007 – Message stuck in submission queue

    Up until today at work we didn’t have any size limits set for our email. I know this is unheard of now a days, but we couldn’t get them approved. We didn’t run into a lot of problems, but would have someone try and send really large attachments once or twice a year which would…

  • Exchange 2007 – Renew Self-signed Certificate

    I was looking in Event Viewer on our Exchange 2007 server. I noticed the following entries in the Application Log. Event ID: 12014 Source: MSExchangeTransport Description: Microsoft Exchange could not find a certificate that contains the domain name ourserver.domain.local in the personal store on the local computer. Therefore, it is unable to support the STARTTLS…

  • Create a Distribution Group

    I should start by expanding the title a bit. This isn’t just about how to create a Distribution Group in Exchange 2007. It goes one setp further and explains how to set permissions on that Distribution Group so that more than one user can edit the group membership. Doing this allows a few end users…

  • Unable to access OWA

    I had a user call a while back and say they were unable to login to OWA. They could get to the login screen, and would type their username and password, but when they clicked login they would get the following error: “A problem occurred while trying to use your mailbox. Please contact technical support…

  • iOS 4 upgrade – Slow Exchange sync

    We haven’t run into this problem yet, but I don’t know how many of our users have iPhones and sync with Exchange. This will just be nice to have listed. Symptoms Immediately after updating to iOS 4, some users may notice that Exchange ActiveSync Mail, Contacts, or Calendars do not sync, or sync very slowly.…