For questions specific to the usage and features of the 2019 version of Microsoft's Exchange Server. If your question is not version-specific, use the [exchange-server] tag instead.
Questions tagged [exchange-server-2019]
20 questions
2
votes
1 answer
Mail getting stuck in OWA Draft (Newly Installed Exchange Server 2019)
I have Installed fresh Exchange Server 2019 and I got stuck in Mail Flow (Internal). I have made one user named Employee 1 and trying to send mails from OWA from administrator account. But mails are getting stuck in draft. Please help me through…

Faisal Kazi
- 91
- 2
- 7
1
vote
1 answer
Exchange Web Service (EWS) returns an 403 Forbidden
Problem: Since some weeks we are getting an 403 Forbidden when we try to login to our Exchange Server 2019 (CU7) via EWS, using Independentsoft.Exchange.Service.
Code:
var lCredential = new NetworkCredential("MyUsername", "MyPassword");
m_Service =…

Simon
- 4,157
- 2
- 46
- 87
1
vote
0 answers
Why Doesn't Set-CASMailbox Remove Mobile Device from Exchange 2019 Quarantine?
I am writing a script to remove devices from quarantine but even though the code seems to "work" it does not ever actually remove the device from quarantine.
I am running this code
Set-CASMailbox -Identity $username -ActiveSyncAllowedDeviceIDs…

Todd Welch
- 1,776
- 2
- 17
- 23
1
vote
1 answer
Why is Get-MobileDevice not returning the devices based on this filter?
I am trying to query Exchange 2019 to return devices based on a users name but the filter I am using is not returning what I expect.
For example my mobile device record contains a UserDisplayName as follows
UserDisplayName :…

Todd Welch
- 1,776
- 2
- 17
- 23
0
votes
0 answers
Exchange on-premise create mailbox or login using access token bearer
We have an external oauth2 server for SSO.
Now we must use that server to authenticate our users.
We are not allowed to create users, we just have to authenticate the users via SSO and get the information via Access Token, and based on that token we…

Iman Mohammadi
- 1
- 1
0
votes
1 answer
Office.js add-in not visible in M365 Outlook
We have an On-Premise Exchange 2019 installed on a server and Monthly Enterprise Channel M365 Outlook installed on client machine.
The problem is that all the office.js add-ins which are installed using a manifest file onto the on-premise Exchange…

Gyula Fekete
- 1
- 2
0
votes
0 answers
Add-DistributionGroupMember/Remove-DistributionGroupMember is not recognized from Managed Code Base
New to Exchange Management.
Our .NET Web App is hosted in IIS. IIS Application Pool Identity is having permissions to establish the connection.
Before Migration: Exchange Management Shell 2013 , Windows Server 2012.
After Migration: Exchange…

NANDAKUMAR THANGAVELU
- 611
- 3
- 15
- 34
0
votes
1 answer
Persist Exchange Server 2019 Connection
New to Exchange Management.
Our .NET Web App is hosted in IIS. Our application is interacting with Exchange Server through PowerShell Commands.
We were using Exchange Management Shell 2013 in Windows Server 2012 and currently migrated to Windows…

NANDAKUMAR THANGAVELU
- 611
- 3
- 15
- 34
0
votes
1 answer
Microsoft Exchange Server 2019 x Apache2 ReverseProxy - Redirect to host's URI
I've a problem during the installation of an Exhange Server.
I host it on a windows server and wanted to configure access with a domain.
So I've used Apache2 on Debian and configured ReverseProxy.
ProxyPass / https://10.0.120.50:443/…

Philipp
- 21
- 2
0
votes
0 answers
Exchange Server - Mail set to Retry state when not delivered within 10 minutes
I'm currently looking for the correct parameter for Exchange Server 2019 to increase the timespan in which Exchange will accept a correct delivery of the complete mail.
We have a system (jBoss) which interacts with the Exchange by using James SMTP…

Robin
- 156
- 1
- 8
0
votes
0 answers
Filtering emails by attachment name EWS managed api C#
I was trying to filter emails based on their attachments. So i am filtering based on the attachment name to be more precise.
Filtering with AQS ("attachments: picture.jpg") works fine and i get the right results.
But when i use SearchFilters i get…

yoxhall
- 66
- 1
- 7
0
votes
0 answers
Troubles installing Exchange 2019 CU12 remotely
Afternoon,
I'm running into an issue with making a script that will install Exchange 2019 CU12 on a server through PS Remoting.
When I try to run the commands
Invoke-Command $Hostname -ScriptBlock {
# Extend the schema and Prepare Active…

Fitzgery
- 558
- 5
- 14
0
votes
0 answers
Exchange Server 2019 ECP Login Issue
For a couple of days now, with a huge amount of googling, I have been trying to fix an error on our Exchange 2019 Test server. Yes I know a reinstall would fix it but I would really like to learn how to fix it without taking the nuclear option!
on…

MagicWand
- 392
- 1
- 6
- 19
0
votes
2 answers
How can i find the permanent id of an email in EWS managed API?
I am building an application that filters through all the emails in a user's mailbox and then moves the results in a Quarantine folder for further review. However, when moving, the original item(email) is deleted and a new item is created with a new…

yoxhall
- 66
- 1
- 7
0
votes
1 answer
Restoring emails from a Quarantine folder EWS
I have implemeted a feature that filters emails and moves the emails that meet a certain criteria to a "Quarantine" folder where they will be reviewed and if they are deemed safe, they will be restored in the original folder.
The problem i have is…

yoxhall
- 66
- 1
- 7