Questions tagged [exchange-2013]

Exchange Server 2013 is the version of Microsoft Exchange that went RTM on October 11, 2012. It replaced Exchange Server 2010. Exchange Server is the email server product developed by Microsoft, and (most notably), integrates calendaring and contact management software with its email functionality.

Exchange Server 2013 logo

Exchange Server 2013 is the version of Microsoft Exchange that went RTM on October 11, 2012. It replaced Exchange Server 2010. Exchange Server is the email server product developed by Microsoft, and (most notably), integrates calendaring and contact management software with its email functionality.

Notable new features and changes in Exchange Server 2013 include:

  • EMC (Exchange Management Console) has been replaced by a Web-based Exchange Administrative Center (EAC).
  • Offline support in Outlook Web Access
  • Site Mailboxes (Allows SharePoint documents and emails to be integrated with each other)
  • Outlook and OWA integration with apps from the Office marketplace
  • Data Loss Prevention (DLP)
    • This is actually a data-leakage protection capability, and DLP policies are based on regulatory standards, including PII and PCI.
  • Public folders are now stored in mailbox databases

More information can be found at the Wikipedia page for Exchange Server.

716 questions
1
vote
0 answers

Exchange 2013 + Outlook 2013 - Password prompt for On-Premise users when opening O365 Calendars

We have a hybrid setup with Exchange 2013 and O365, dirsync and ADFS are configured and working correctly, end-users have Outlook 2013 running on 2008R2 RD Servers. Mail-flow and migrations are working correctly. O365 homed users are not prompted…
dansh
  • 11
  • 5
1
vote
1 answer

451 5.7.3 STARTTLS is required to send mail Exchange 2013 Hybrid

Certificate from GoDaddy is in place, I have removed esmtp inspection from our Cisco ASA, and hybrid mail is flowing from Office 365 to our on prem Exchange 2013 server. When trying to send mail to a mailbox migrated to Office365 I am receiving the…
1
vote
0 answers

How do I configure an Exchange Receive connector to resolve names as trusted?

There are two ways outlook will display an email address: John Doe or John Doe The implication of the latter is that it comes from an internal organization or within the Exchange network. The other implies a spoof, or…
makerofthings7
  • 8,911
  • 34
  • 121
  • 197
1
vote
1 answer

Adding Exchange 2013 to Existing 2010 Hybrid deployment Issues

We have a hybrid Exchange 2010 / Office 365 deployment and we are hoping to phase out the 2010 Server and replace it with Exchange 2013 CU11. I have followed the prerequisite details found here (updated Schema/AD and installed relevant roles on new…
1
vote
3 answers

Exchange 2013 DAG Cluster Unable to add second sever

I have two servers (EXCH1 and EXCH2) running Exchange Server 2013 Standard, and a third file server that is a DAG Witness. The first server is a Windows Server 2012 R2 Standard machine and the second server is a Windows Server 2008 R2 Enterprise…
1
vote
1 answer

Delegating access in Outlook- why do both users need to have the same version?

According to Microsoft "You and the delegate must use the same version of Outlook." Why is this? Is this because your version of Outlook might have features the delegates version doesn't support? Do you get an error if you try to setup delegation…
red888
  • 4,183
  • 18
  • 64
  • 111
1
vote
3 answers

How to delete mailbox from database and release the storage?

I need to delete some user mailboxes from exchange 2013 database to release the storage. Each of those mailbox has 40-50G of data. Those mail boxes have been exported as backups. There is a retention period of 14 days by default that all deleted…
Root Loop
  • 902
  • 4
  • 24
  • 45
1
vote
2 answers

Recover deleted mailbox and user- no AD recycle bin

I deleted a users mailbox in the ECP- AD user was of course also deleted. The recycle bin is not enabled. Is the only way to recover the user and mailbox with an authoritative restore?
1
vote
1 answer

Exchange 2013 Remote-Powershell

I am trying to manage an exchange server (2013) I learned that directly loading PSSnapin for Exchange into a powershell is not the supported way and that I should use RS-Remoting like this $session = New-PSSession -ConfigurationName…
Erik Mandke
  • 151
  • 1
  • 9
1
vote
1 answer

Exchange Server 2013 Content Indexes Failed in a DAG that spans a WAN

We recently were the victim of database corruption in one of our mailbox servers. In our environment we have two mailbox servers and two CAS servers. One Mailbox Server and one CAS Server is in our Corporate Headquarters, the other Mailbox Server…
Chuck Herrington
  • 525
  • 2
  • 7
  • 18
1
vote
1 answer

Exchange 2013 on-prem: can't find origin of autoresponder message

I have a somewhat unexplainable behaviour with one of our mailboxes: When the autoresponder is enabled, the sender of an email would get the normal autorespond (which is correctly displayed with the door Icon in Outlook) and another seperate message…
1
vote
1 answer

Exchange 2013 RegEx transport rule

I am looking to create some transport rules for outgoing email based upon AD properties. eg. Phone: 123-456-7890 Where the actual inserted code looks like "Phone: %%PhoneNumber%%", retrieving the phone number from AD. That part works fine. Setting…
ltwally
  • 315
  • 2
  • 7
  • 23
1
vote
3 answers

TinyCA generated cert refused by Exchange 2013

I've created a CA using TinyCA2, and have created a certificate for my Exchange 2013 server. Although the certificate installed fine on exchange, Exchange always says "Revocation Check Failed". (I've tried 10 different certificates) My CRL is…
TSG
  • 1,674
  • 7
  • 32
  • 51
1
vote
1 answer

Delay when creating mailboxes in exchange

I've been creating mailboxes for some of our existing users who don't have their own mailbox so I've written a little script to make things easier for myself. Relevant extract below. $exchange = New-PSSession -ConfigurationName microsoft.exchange…
JMP
  • 123
  • 1
  • 1
  • 6
1
vote
1 answer

Exchange 2013 - IMAP with Wildcard Cert - Error when Set-ImapSettings

Trying to get a wildcard cert working on Exchange 2013 for IMAP purposes. Unable to add in ECP (receives error about it not having a FQDN since its a wildcard) So then I try to run: Set-ImapSettings -X509CertificateName sub.domain.com However, I…
Matt8
  • 11
  • 1
  • 3