How to Split String into Array of Strings in PowerShell
In PowerShell, we can use the split operator (-Split) to split a string text into an array of strings or …
In PowerShell, we can use the split operator (-Split) to split a string text into an array of strings or …
Try Specmasoft’s desktop-based Microsoft 365 Reporting and Management tool! This tool offers a variety of pre-configured Exchange Online reports and …
Problem You might have received the following error message when you try to use Office 365 user mailbox account for …
In PowerShell, we can use the Select-Object cmdlet to change the returned property names and values in the desired format. …
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 …