There was a task to organize mailings in accordance with the list of user e-mails in an Excel spreadsheet. Each e-mail message should contain some data specific to each user…
Using PowerShell for System Administration and Automation Tasks
- ExchangeMicrosoft 365PowerShell
Send from Alias (SMTP Proxy Address) in Exchange Online (Microsoft 365)
April 5, 2023An Exchange mailbox can be assigned a number of additional SMTP addresses, which are known as proxy addresses (aliases). These addresses allow the user to receive e-mails that are sent…
- PowerShellQuestions and AnswersWindows 10Windows 11Windows Server 2019
Find Out Which Process is Listening on a Specific Port on Windows
April 5, 2023When starting a new service or app on Windows, you may find that the port you want to use is already occupied (listening) by another program (process). This article will…
- ExchangeMicrosoft 365OutlookPowerShell
How to Use Plus Addressing in Microsoft 365 Exchange Online
November 7, 2023Plus addressing (sometimes called subaddressing) allows you to use unique dynamic SMTP e-mail addresses for your mailbox. It is typically used to protect against spam, track marketing companies, and categorize…
You can use the Import-CSV PowerShell cmdlet to read the contents of a CSV file. Once you load the contents of the CSV file, you get a PowerShell object in…
- ExchangeMicrosoft 365PowerShell
Save Sent Items in Shared Mailbox on Exchange (Microsoft 365)
April 3, 2023You can allow users to send e-mails on behalf of the shared mailbox in Exchange Server and Microsoft 365 (Exchange Online). However, such an e-mail, once it has been sent,…
- PowerShellWindows 10Windows 11Windows Server 2019
Configure Network Settings on Windows with PowerShell: IP Address, DNS, Default Gateway, Static Routes
March 24, 2023In Windows, you can manage the settings for your network adapters not only from the GUI but also from the PowerShell command prompt. In this article, we’ll look at the…
In some cases, Outlook clients may stop updating the Exchange Global or Offline Address Book with the error “Outlook cannot update Global Address Book 0x80200049” or 0x80070057. You can add…
When you delete a user account in Azure (Microsoft 365), the user is not deleted immediately. The disabled user account is stored in AAD for 30 days. In this article,…
- PowerShellWindows 10Windows 11Windows Server 2019
Send-MailMessage: Sending E-mails with PowerShell
March 17, 2023You can use the built-in Send-MailMessage cmdlet to send SMTP e-mails from PowerShell. You can use this cmdlet to send e-mails in PowerShell version 2.0 and newer (previously you can…