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
1 answer

How does one bulk import contacts into exchange; some with duplicate proxy addresses?

We are trying to bulk import contacts with CSV as follows: Import-Csv .\ExternalContacts.csv|%{New-MailContact -Name $_.Name -DisplayName $_.Name -ExternalEmailAddress $_.ExternalEmailAddress -FirstName $_.FirstName -LastName $_.LastName} We get an…
1
vote
1 answer

Remote power shell through load balancer

I want to connect to exchange server via remote Powershell. When I connect directly with server URL I am able to create the session. But in the production I have many instances of exchange server, So I have created loa balancer for them and tried to…
Mak
  • 111
  • 2
1
vote
1 answer

How do I get all mailboxes that have AD security groups with send as permissions

I'm in need of assistance on finding a powershell command to find all shared mailboxes that have AD Security Groups with 'SendAs' permissions assigned to them; to a text file. The script I have so far is: $ExchangeSession = New-PSSession…
WoodMadeIT
  • 23
  • 5
1
vote
0 answers

Give members of dynamic distribution group full access to shared mailbox

For one of our costumers I have created a new shared mailbox on their exchange server. The users that they want me to give full access are already filtered in a dynamic distribution group. I have tried to look up ways to add these members with full…
1
vote
0 answers

Exchange 2013 SMTP AUTH "5.7.1 Client does not have permissions to send as this sender"

I'm having an issue sending email via SMTP AUTH on an Exchange server 2013, was hoping someone can give me some ideas on where else to check. I've had this working on other Exchange servers without any issues, but haven't been able to work out…
theogre
  • 11
  • 2
1
vote
2 answers

Add "Send As" permission for shared mailbox exchange 2013

I need to add "Send As" permissions for a shared mailbox in Exchange 2013, however I need to grant it on an AD Group. I've already added FullAcceess to the group via powershell and the command for adding the group to "Send As" works too, but some…
Jörg H.
  • 13
  • 1
  • 5
1
vote
1 answer

Calculate size difference between two Exchange mailboxes

I can get the size of a mailbox using Get-MailboxStatistics. How do I find the difference between two mailbox sizes using Powershell? I tried: (Get-MailboxStatistics FordPrefect).totalitemsize - (Get-MailboxStatistics…
Slartibartfast
  • 703
  • 6
  • 8
1
vote
1 answer

Exchange 2013 in AD to Exchange Online with conflicting O365 users

I have been preparing a site that is running Exchange 2013 in a domain(e.g. @domain.local/@domain.org), to have the mailboxes migrated to an Exchange Online setup. The problem I am now realizing is that the O365 setup already has active users that…
1
vote
1 answer

Do public folders have a 'Drafts' folder?

Exchange 2013 - Migrated Public folder to a Shared Folder and in the process deleted the user account for the public folder. Now end user says they are missing Drafts from old public folder? PST exported and imported to move emails from public…
1
vote
1 answer

Obtain Message Tracking Logs

All, I need to determine if emails have been sent to an external address from our Exchange server. Unfortunately, there is no specific sender to target as there could be multiple people who sent mail to this external address. I have done some…
Exch1
  • 11
  • 1
1
vote
0 answers

Exchange Server 2013 not working : cannot contact Active Directory

I'm a little befuddled by this situation. I have an Exchange Server 2013 running on Windows Server 2012 R2. It was working fine (I think), running CU17. I decided to update it to CU21, as Microsoft says this will be the last quarterly patch for 2013…
Daniel
  • 1,614
  • 9
  • 29
  • 47
1
vote
0 answers

Does Exchange 2013 cache smarthosts?

I am getting desperate and start to question my own sanity so maybe one of your can give an explanation for some seemingly strange Exchange 2013 behaviour. I'm trying to change the url of a smarthost which is used by our internal Exchange 2013 to…
1
vote
2 answers

How to disable cache exchange mode/offline storing office 365 mails for email clients such as outlook/thunderbird?

My company has a security concern and they have requested to disable storing all offline cache copies of office 365 emails. We use outlook 2016, thunderbird and the exchange server is office 365 tenant. We use different operating systems, such as…
user879
  • 267
  • 2
  • 7
  • 21
1
vote
4 answers

How to unlock user account with Exchange ECP?

Following the Internets, I've been able to add the ability to reset user passwords (and mark accounts to "Require password change on next logon") from the Exchange 2013/2016 web ECP, but I'm wondering if there's also a way to unlock accounts from…
Novox
  • 474
  • 1
  • 9
  • 27
1
vote
1 answer

How to prevent Exchange server from rebooting?

Every now and then our Exchange 2013 server (running on Windows 2008R2) will reboot during office hours, typically in the early afternoon (say, somewhere between 15:00 and 16:00) - apparently because the server thinks it wouldn't hurt anybody…