Comments on: Office 365 – Can not receive mails with ownen Mail Domain https://www.thomasmaurer.ch/2011/07/office-365-can-not-receive-mails-with-ownen-mail-domain/ Cloud and Datacenter Blog focusing on Microsoft Azure Sat, 02 Feb 2013 17:13:06 +0000 hourly 1 https://wordpress.org/?v=6.4.1 By: Shias Siddique https://www.thomasmaurer.ch/2011/07/office-365-can-not-receive-mails-with-ownen-mail-domain/#comment-10869 Sat, 02 Feb 2013 17:13:06 +0000 http://www.thomasmaurer.ch/?p=2309#comment-10869 I faced the same problem and here’s what the Microsoft Technician did when I called them to get this resolved:

He made me run Windows Powershell in Administrator mode. Then executed the following commands:

Set-ExecutionPolicy RemoteSigned
$LiveCred = Get-Credential
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic -AllowRedirection
Import-PSSession $Session
Set-AcceptedDomain -OutboundOnly $true
Set-AcceptedDomain -OutboundOnly $false

where is the domain name you use on Office365

Wait for few minutes and emails start to work just fine. The guy was so helpful, though it took like 30-40 minutes to get the things done. I really appreciate the patience and professionalism from their side.

]]>