How to Recall a Sent Email in Outlook (on Exchange and Microsoft 365)
In Exchange Server or Microsoft 365-based email organizations, you can recall (or replace) a sent email from a recipient’s inbox in Outlook if it has not been read. For example,…
In Exchange Server or Microsoft 365-based email organizations, you can recall (or replace) a sent email from a recipient’s inbox in Outlook if it has not been read. For example,…
PowerShell allows you to access event and meeting items in Exchange users’ calendars. In this post, we will look at how to get a list of calendar events or remove…
From time to time, you may need to export the full list of email addresses in your Exchange organization. In this article we will show how to get and export…
In this article, we’ll look at how to access and export the history of Microsoft Teams chat conversations using PowerShell. Teams chats are stored in a hidden Conversation history\Team Chat…
You can use a no-reply mailbox in scenarios where you need to send automatic mailings, notifications, or information newsletters to your customers and do not expect anyone to reply. A…
October cumulative update KB5031364 for Windows Server 2022 adds new Azure Arc Setup feature. In addition, Azure Arc has not only been added as an optional component, but it is…
To send e-mail through an SMTP server from PowerShell scripts, you can use the built-in Send-MailMessage cmdlet. Its major drawback is that it can only use Basic SMTP authentication and…
Microsoft Entra ID (ex Azure AD) supports Certificate Based Authentication (CBA). This means that you can use certificate authentication to automatically run your PowerShell scripts with no password entry and…
It may be necessary to check the user’s presence status (Online/Away/Busy) in Microsoft Teams before performing a particular action for some integration scripts. Let’s have a look at how to…
In Exchange Server and Exchange Online (Microsoft 365), you can enable email forwarding at the mailbox level (configured by the administrator using the ForwardingAddress attribute), through mailbox Inbox rules, or…