Azure AD Connect sync: Prevent accidental deletes This topic describes the prevent accidental deletes (preventing accidental deletions) feature in Azure AD Connect. f this was unexpected, then investigate and take corrective actions. To see which objects are about to be deleted, do the following: Start Synchronization Service from the Start Menu. Go to Connectors. Select the Connector with... Continue Reading →
Online PowerShell
Connect to all Office 365 services in a single Windows PowerShell window For all online PowerShell commands https://technet.microsoft.com/en-us/library/dn568015.aspx for exchange online use the following ## Exchange Import-Module MSOnline $O365Cred = Get-Credential $O365Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential $O365Cred -Authentication Basic -AllowRedirection Import-PSSession $O365Session Connect-MsolService -Credential $O365Cred For SharePoint online use the following ##Sharepointonline... Continue Reading →
On-premises user isn’t receiving emails from online user
On-premises user isn't receiving emails from online user First we must move the user to un synced OU The log in the the server which have the Azure AD sync tool And open the windows azure active directory tool Now that we have moved the user in a unsynchronized OU and that it's appearing in... Continue Reading →
DSNs and NDRs in Exchange 2013
DSNs and NDRs in Exchange 2013 https://technet.microsoft.com/en-us/library/bb232118(v=exchg.150).aspx Common enhanced status codes The following table contains a list of the enhanced status codes that are returned in NDRs for the most common message delivery failures. Enhanced status code Description Possible cause Additional information 4.3.1 Insufficient system resources An out-of-memory error occurred. A resource problem, such as... Continue Reading →
Email non-delivery reports in Office 365
Email non-delivery reports in Office 365 Applies To: Office for business When there's a problem delivering an email message that you sent, Office 365 sends an email to let you know. The email you receive is a delivery status notification, also known as a bounce message. The most common type is called a non-delivery report (NDR)... Continue Reading →