Questions tagged [exchangeonline]

Exchange Online is the hosted version of Microsoft's messaging platform (e.g. Exchange Server).

Exchange Online is the hosted version of Microsoft's messaging platform (e.g. Exchange Server).

Exchange Online gives companies a majority of the same benefits that on-premises Exchange deployments provide. By integrating with the Microsoft Outlook client, companies that use Exchange Online can make use of hosted email, calendars and contacts, at a month price, per end user. Microsoft Exchange Online is available as a standalone solution or as part of the Microsoft Office 365 collaboration suite.

133 questions
5
votes
2 answers

Strange non-delivery behavior with Office 365 Hosted Exchange

This is such an odd issue it's difficult to describe, so please bear with me. I have a client (kirby@jibberish.com) who has purchased Hosted Exchange services from Rackspace. He has no problems sending email to anyone except ONE person…
4
votes
1 answer

Powershell commands applicable to Exchange Online in O365 Hybrid Environment

I have been happily using Powershell to automate a lot of admin task in an Exchange 2010 On-premises environment. Recently, I found a new job which uses O365 in a hybrid environment. Just to explain a bit, the new environment has On-premises…
3
votes
2 answers

Winmail.dat Office 365 Exchange Online

Our accounting program Exact Accounting automatically sends email statements to customers via Outlook 2013. The statement is comprised of a subject line, an attached pdf, and a blank body. Multiple customers are receiving the winmail.dat file…
leo_cape
  • 198
  • 1
  • 2
  • 15
3
votes
1 answer

Exchange Online Powershell Dynamic Dist. List of Contacts

We have Exchange online with Office 365. I am trying to set up a dynamic distribution list of external mail contacts if their address contains a certain email domain. I have tried the powershell script below (as well as the WindowsEmailAddress and…
2
votes
2 answers

Is Exchange Online with Outlook 2016 "push" or "fetch/pull/poll"?

I've tried some googling with mixed results. It looks like IMAP natively is not push but there is a "push-IMAP" draft? What does Exhcange Online use? Essentially I just want to know if using Exchange Online with Office 365 and outlook 2016 on a…
THE JOATMON
  • 266
  • 8
  • 29
2
votes
3 answers

moving to Online Archive (in-place Archive) with powershell

I'm trying to move the content of one folder in Exchange Online to the 'In-Place Archive'. As I have to do this for different folder for different users I was thinking of doing it with Powershell Search-Mailbox but I can´t find the proper path to…
Ezeq
  • 53
  • 3
  • 7
2
votes
2 answers

"Relay Access Denied" error when trying to use Office 365 as mail relay

I redirect outgoing emails in my organization to my postfix MTA. from there, i'm redirecting the mails to office 365 for relaying to the original recipients. For external recipients, I get the following error: 550 5.7.64 TenantAttribution; Relay…
2
votes
1 answer

Exchange Online - Route email to different address depending on sender initials

So our HR department is tiny, and gets an enormous amount of email from our agency at large. They'd like us to forward email to different members of their team, based on the alphabetical order of the sender name. We've figured out we can use regex…
Scuba Steve
  • 149
  • 3
  • 9
2
votes
1 answer

Why does Get-MailboxFolder return "mailbox is not available"?

I want to get a list of folders of my mailbox in PowerShell. Since we're having ExchangeOnline, I connect to my exchange server like this: $Session = New-PSSession -ConfigurationName Microsoft.Exchange ` -ConnectionUri…
SimonS
  • 767
  • 3
  • 13
  • 28
2
votes
2 answers

How to extract specific emails from Exchange Online using PowerShell and move or sort them?

In Exchange Online (Office 365), I need to extract emails, from particular sending addresses, from a handful of user mailboxes, to another user mailbox folder. I've been reading about the Export-Mailbox PowerShell cmdlet, which seems to be able to…
paradroid
  • 858
  • 5
  • 15
  • 28
2
votes
2 answers

Office 365 - Exchange Online - any way to block false URL spam?

I've already asked this with Office 365 support but unfortunately I didn't really get anywhere this time due to the language barrier. They tried to tell me how to block it with a check box on the spam filtering advanced options but it did no good,…
TheCleaner
  • 32,352
  • 26
  • 126
  • 188
2
votes
2 answers

How to globally set the deleted item retention period in Exchange Online?

The default retention period for deleted items (those you can recover by using "Recover Deleted Items" in Outlook) is 14 days, but it can be changed; however, this is a per-mailbox setting, and it needs to be changed using PowerShell, because there…
Massimo
  • 68,714
  • 56
  • 196
  • 319
2
votes
1 answer

Exchange Online - Prevent Remote Wipes

How can you configure a said to policy to prevent users from wiping their mobiles from within OWA? Cheers!
PnP
  • 1,684
  • 8
  • 37
  • 65
2
votes
2 answers

Cannot find Network Message ID in Message Trace

I'm viewing a message trace from https://admin.exchange.microsoft.com/#/messagetrace If I expand "More Information" on the selected email, I see "Message id". When I go to https://security.microsoft.com/reportsubmission and try to submit it, it…
2
votes
1 answer

Hybrid Exchange - 3 step deprovisioning necessary when using archive

The Microsoft documentation for the Disable-RemoteMailbox powershell cmdlet states: Note: If you are deprovisioning a cloud mailbox and its associated online archive, you must first disable the online archive with the command Disable-RemoteMailbox…
1
2 3
8 9