How to rename Exchange 2013 database
Category: Exchange 2013
Your request couldn’t be completed. Please try again in a few minutes
After launching the Exchange admin console(Exch2013), when you try to access the database, you get this error:
Your request couldn’t be completed. Please try again in a few minutes
resolution:
launch adsiedit, go to Configuration -> Services -> Microsoft Exchange -> Administrative Groups, databases,
Review the databases and delete the new databases added. Try accessing the EAC again
Get mailboxes with IMAP enabled
Get mailboxes with IMAP enabled:
Get-CASMailbox -resultsize unlimited | where {$_.IMAPEnabled} | select Name, SamAccountName
Grant send-on behalf to distribution list
Grant send-on behalf to distribution list called DL for User1:
Set-DistributionGroup -Identity “DL” -GrantSendOnBehalfTo “User1”
Installing Exchange 2013 management tools
Installing Exchange 2013 management tools
please see article below:
Exchange 2013 MGMT tools only installs on Windows 7, Windows Vista(sp2), Win2k8 Sp2 and Win2k8 R2 ONLY