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
2 answers

New-PSSession with Exchange On premises failing "Access is denied"

I have a script that runs from a web server via a web page that connects to an exchange server (exchange 2013 on windows 2012 R2). The web server is running Windows 2012 R2. The script runs under the context of the user connected to the…
Stangg
  • 31
  • 2
  • 6
1
vote
1 answer

401 Errors on Virtual Directories Causing MAPI Connection Issues (Exchange 2013 SP1)

EDIT #2 10/21/2015 I GOT IT!!! Through blind luck, I decided to remove "Negotiate" and add "Negotiate:Kerberos" to the "Exchange Back End > mapi" folder, and I could now log onto the MAPI/HTTP test page without an error. I still could not get a…
1
vote
0 answers

Mobile Device Quarantine Issue

We recently setup mobile device quarantine on our Exchange 2013 server and we saw an issue this morning when a user updated their AD password and then updated their phone with the latest information. When they did this their phone went into…
Wayne In Yak
  • 233
  • 2
  • 3
  • 12
1
vote
1 answer

How should I test all 300 of my AcceptedDomains for Autodiscover issues?

I noticed that many domains are failing on Exchange 2013 because of an invalid wildcard certificate on their website. How can I (at a minimum) scan and test for this type of failure? Below is the beginning of my script, but am really rusty in…
makerofthings7
  • 8,911
  • 34
  • 121
  • 197
1
vote
1 answer

Can I use database portability to convert an IP -less DAG to a standard DAG in Exchange 2013?

Exchange 2013 allows for an "IP-less" DAG, something that exists in Windows 2012R2. This is becoming a bit of an issue as a lot of software doesn't support it. I want to take my 3 node DAG and convert it into something more standard. Can I do…
makerofthings7
  • 8,911
  • 34
  • 121
  • 197
1
vote
1 answer

Windows Server Backup is doing incremental instead of full backup of Exchange data

I am backing up an Exchange Server database to a backup volume on Windows Server 2012 R2, using Windows Server Backup. I mostly followed the tutorial shown at…
1
vote
2 answers

OWA users getting "Critical Error" when accessing their Options

I work for a good-sized school district and have just successfully deployed Exchange 2013 and migrated all of our users' mail to the new system over the summer. Been a few bumps along the way, but with school starting up again soon we have a large…
Kromey
  • 3,641
  • 4
  • 25
  • 30
1
vote
1 answer

Microsoft Exchange 2013 and Open Relay Prevention

I have set up a Exchange 2013 server on my Windows Domain network to receive and send mail both internally and externally. After a rejection by Google to receive email from my server (the reason was due to a likely hood of being spam), I checked…
Kevin
  • 145
  • 3
  • 13
1
vote
0 answers

Incoming Mails are displayed as drafts

I'm running a new Exchange 2013 Server and generally It's working fine. But since I replaced the old Exchange (2007) with the New one some users have a strange problem with incoming mails. The incoming mails are marked and handled as draft. When…
davidb
  • 246
  • 1
  • 5
  • 16
1
vote
2 answers

Resource mailbox rejecting meetings in the past

In our organization we use room calendars to track overtime and leave, which gets tallied up every two weeks for payroll. We've just recently migrated from Zimbra to Exchange 2013, and have hit a snag with this workflow. Often -- especially if…
Kromey
  • 3,641
  • 4
  • 25
  • 30
1
vote
2 answers

Exchange 2013 quota admin alert

I would like Exchange 2013 to send out quota alerts to admins, as well as individual users, so that we are aware of the situation. I found this guide for Exchange 2010, but nothing for…
ltwally
  • 315
  • 2
  • 7
  • 23
1
vote
1 answer

Exchange 2013 Transport Agent service fails consitantly

I'm running Windows Server 2012 R2 with Exchange 2013 w/ SP1. This computer is a member server of a AD2012R2 level domain. This server was also running SPAMfighter for Exchange. Situation: To become PCI compliant after the new regulations regarding…
Jason Brown
  • 113
  • 1
  • 11
1
vote
1 answer

Exchange 2013 DAG Replication

I'm in the process of setting up a 2nd Exchange server 2013 and then Create a DAG for disaster recovery purposes. At the moment we have one CAS/Mailbox Exchange 2013 Server installed on the main site and now they would like to have a second Exchange…
StefanGrech
  • 154
  • 2
  • 10
1
vote
1 answer

How can I run this powershell script in parallel?

I have 100 databases in Exchange that I want to perform a task on. I might want to change the currently mounted server or something else. When I run this command, each database is serially synced. I would like to run them all in parallel. How can…
makerofthings7
  • 8,911
  • 34
  • 121
  • 197
1
vote
1 answer

Set the profile pictures globally

I'm trying to set my profile picture (avatar) globally, so that it will be available in all services connected to my exchange server. As described in Changing a user's on-premises photo, I successfully changed my picture in Office 365. Unfortunately…