If you just installed Exchange 2013 and you try to go to http://ServerName/ecp you’ll notice that you get the old Exchange 2010 interface and cannot manage […]
If you have a user who is receiving the following message: “The recipient’s mailbox is full and can’t accept messages now. Microsoft Exchange will not try […]
Recently Microsoft release Exchange service pack 1 rollup 7 unfortunatly this software was not tested. We have had multiple clients experience issues. To resolve follow the […]
Run this command first Set-AdServerSettings -ViewEntireForest $True The first thing you must do is move all the mailboxes to another database. This can be accomplished via […]
First you need to get a list of all the disconnected mailboxes – Get-MailboxStatistics -Database “” | Where-Object {$_.DisconnectDate -Notlike $NULL} | FL DisplayName, DisconnectDate, MailboxGuid […]
#Assign the role to the required user account New-ManagementRoleAssignment -Role “Mailbox Import Export” -User administrator #Restart the shell #This would search every mailbox for messages containing […]
If you just installed Exchange 2013 and you try to go to http://ServerName/ecp you’ll notice that you get the old Exchange 2010 interface and cannot manage […]
If you have a user who is receiving the following message: “The recipient’s mailbox is full and can’t accept messages now. Microsoft Exchange will not try […]
Recently Microsoft release Exchange service pack 1 rollup 7 unfortunatly this software was not tested. We have had multiple clients experience issues. To resolve follow the […]
Run this command first Set-AdServerSettings -ViewEntireForest $True The first thing you must do is move all the mailboxes to another database. This can be accomplished via […]
First you need to get a list of all the disconnected mailboxes – Get-MailboxStatistics -Database “” | Where-Object {$_.DisconnectDate -Notlike $NULL} | FL DisplayName, DisconnectDate, MailboxGuid […]
#Assign the role to the required user account New-ManagementRoleAssignment -Role “Mailbox Import Export” -User administrator #Restart the shell #This would search every mailbox for messages containing […]