Categories
Software Technical

Unresolved Error: Server 2012 – Event 1000, Application Error

I came across an issues with my Windows Server 2012 / Exchange 2013 RU2 Server. After an unexpected shutdown message I was able to find out the faulting application which caused the reboot was LSASS. There was an event message in the system event log of: The process wininit.exe has initiated the restart of computer […]

Categories
How-To Software Technical

Exchange 2013: Migrating Mailboxes via PowerShell

Exchange 2013 has new and impressive administration center that allows you to handle tasks such as mailbox moves. I prefer using the Exchange Management Shell for such a task. Using the following command you can move all mailboxes within a database to your new mailbox database: Get-Mailbox -Database “Source-Database” | New-MoveRequest -TargetDatabase “Destination-Database” To get info […]

Categories
How-To Software Technical

Exchange 2013: Get Mailbox Move Request Statistics

After some weekend Exchange mailbox migrations I wanted to check the status of mailboxes. This is where I use the Get-MoveRequestStatistics for the all mailboxes or database. Issuing the following command: Get-MoveRequestStatistics -MoveRequestQueue “*databasename*” will return to you the status of all the mailboxes on that data store. This is good; but what if you […]

Categories
How-To Software Technical

Assign an SSL Certificate to Services in Exchange Server 2013

Switching Exchange 2013 over to a public accessible address requires a valid FQDN and a valid SSL Certificate. After installing the certificate on the server we need to find our way to the Exchange Administration Center. Once here do the following: Select Servers, then Certificates Choose the valid Certificate you plan to use and Click […]

Categories
Software Technical

Exchange 2013 – Unable to access ECP

After a successful install of Exchange 2013 came time to move services from Exchange 2010 over to the new server. I was able to do all of this via the new management interface under ECP without issue. After a lengthily testing all seemed to be working when I noticed I was no longer able to […]

Categories
News Software Technical

Exchange Server 2013 RTM Cumulative Update 2

Have you recently installed Exchange 2013, to later need to install CU1 to support down level servers such as Exchange 2010. Guess what? Cumulative Update 2 (RTM) for Exchange Server 2013 has been released to the wild. In this update we expect to have resolutions to issues that were found in Exchange Server 2013 CU1 […]