Questions tagged [exchange-server-2013]

Microsoft released the (RTM) milestone for Exchange Server 2016 on December 3, 2012.

Microsoft Exchange Server 2013

Use this tag if you intend to refer specifically to the 2013 version of Exchange server. If you have reason to believe your question refers to exchange server in parallel, use exchange-server instead.

123 questions
1
vote
1 answer

No autodiscover servers in the AD, Outlook Redemption

we’re currently migrating from Exchange Server 2008 to 2013. We use an own coded application with Outlook Redemption, which cannot logon to the new Exchange Server 2013. In the old version of our application we used the function…
1
vote
1 answer

How can i get the sharedmailbox mails from EWS api?

I am able to get the sharedmailbox mail by this C# code but I want api for the same .Is EWS server provide so . FolderId SharedMailbox = new FolderId(WellKnownFolderName.Inbox,"Shared@domain.com"); ItemView itemView = new…
1
vote
1 answer

Powershell Speed Up Get-MessageTrackingLog

Currently I am trying to get an output of all disabled users and their message counts in exchange. This is easy enough through a foreach loop: $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri…
1
vote
0 answers

"FindPeople" EWS query on Exchange 2013

My goal is to make a search in both GAL and user's local contacts using GivenName/Surname filter and then return to the user the aggregated search results together with some contact details (contact phone numbers and etc). It needs to be supported…
1
vote
1 answer

EWS Managed API 2.0 message encoding

I have a question bout the encoding of email messages when sending via EWS Managed API 2. I haven't been able to find any clear answer to this on the MSDN pages so I'll try you guys. When using the standard .NET SmtpClient I can set the encoding of…
1
vote
1 answer

Exchange Powershell attempting to gather all mailboxes that have send as permissions granted

I am working on a migration from on premise Exchange 2010/2013 to Office 365 Exchange online. I am trying to collect a report of all mailboxes of user type and shared type that has send as permissions granted; as well as the names of the mail…
1
vote
1 answer

Outlook Add-in on Exchange 2013: manifest too large

We have an Outlook add-in using the office.js API 1.3. One user on Exchange 2013 gets the following error when they try to side-load our add-in: "This app can't be installed. The manifest file for this app is too large. It must be smaller than 32…
1
vote
0 answers

Exchange Public Folder - Cannot open mailbox

We have a Exchange 2013 Version 15.0 (Build 1293.2) running OnPremise in Hybrid with Office365. All our Mailbox are migrated to Exchange online except PublicFolder. On Preparing the environment to migrate the PublicFolder we accidently deleted them.…
1
vote
1 answer

How to get number of emails sent daily via Exchange Server 2013

I'm writing a powershell script that queries our Exchange server for the daily number of SENT emails over a list of several days. I would like to output the results in an excel file so I can do so more analysis (pivot tables etc). The issue I have…
David
  • 15,150
  • 15
  • 61
  • 83
1
vote
1 answer

How to import multiple mailboxes based on a CSV file?

I have a CSV file with 100+ lines in this format: \\10.10.10.1\PSTs\DJ10001.pst,John.Doe@example.com I want to loop through the file and import the PST file to the mailbox. I understand that I can use Exchange Management Shell to import a PST to a…
user6888062
  • 353
  • 1
  • 3
  • 16
1
vote
2 answers

Exhange Web Service: Angle brackets in cid/ContentId results in broken Inline attachments

We are using a servicedesk application which is sending out e-mail using Exhange Web Service (EWS). But when sending e-mail with images (usually screenshots) the images is not showing. When right clicking an choosing view source in Outlook, we can…
1
vote
0 answers

EWS slow when fetching multiple calendars

I have a web page (ASP.Net) that displays multiple users calendar appointments. Currently I am fetching the data by making asynchronous calls to a web service that in turn calls the onsite EWS using code similar to: var userMailbox = new…
SausageFingers
  • 1,796
  • 5
  • 31
  • 52
1
vote
3 answers

Search members in Group Distribution Exchange

I'm using the following code to get all members in a group. Get-DistributionGroupMember -Identity "Marketing USA" The problems is, some of groups have more than 1000 members. So instead of loading all the records, is there a better way I can filter…
1
vote
1 answer

Remote Powershell: The term 'Where-Object' is not recognized in "Invoke-Command"

When iam running the following command locally on my Exchange Server, $username = 'username'; $password = ConvertTo-SecureString 'password' -asplaintext -force; $UserCredential = New-Object -TypeName System.Management.Automation.PSCredential…
1
vote
1 answer

Exchange 2013 issues after CU9

I have a MS Exchange 2013 server that worked fine until I installed CU9 KB3087126. Issues: ECP is not accesible from the outside. ECP is accessible from the inside using "https://server_name/ecp" but after entering the credentials I get a page with…
Azdamus
  • 53
  • 1
  • 1
  • 9
1
2
3
8 9