Fix – The SMTP server requires a secure connection or the client was not authenticated
Problem You might have received the following error message when you try to use Office 365 user mailbox account for …
Problem You might have received the following error message when you try to use Office 365 user mailbox account for …
Archiving in Office 365 is one of the important features to keep old messages in a different place. There are …
In PowerShell, we can use the Select-Object cmdlet to change the returned property names and values in the desired format. …
In PowerShell, we can easily generate a new GUID (Globally Unique Identifier) using the New-GUID cmdlet, but we do not …
In PowerShell, we use PSObject and Hashtable to keep and control a set of properties and values as custom objects. …
In Exchange Online, we can use the Get-CalendarDiagnosticObjects cmdlet to get calendar event diagnostic logs within a date range. You …
We can use the Exchange Powershell command Get-Mailbox to retrieve the primary email address and secondary (or alias) email addresses …
In Powershell, you can easily get Azure AD user details using the Azure AD Powershell command Get-AzureADUser. In some cases, …
Removing existing mailbox permission is one of the important Exchange management task. We can use the Remove-MailboxPermission cmdlet to remove …
In this post, I am going to share Powershell commands to add email alias and set the new alias as …