Plus 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…
PowerShell
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…
- Group PoliciesPowerShellWindows 10Windows Server 2019
Clear Cache and Temp Files in User Profiles on Windows (RDS) with PowerShell and GPO
March 21, 2023Windows Server RDS farm administrators are often faced with the problem of running out of space on a system drive due to a large amount of user data. This article…
- Microsoft 365PowerShellTeams
Prevent Users from Creating New Groups in Microsoft 365 (Teams/Outlook)
March 6, 2023By default, any user from your Azure tenant can create Microsoft 365 groups. When a user creates a new Microsoft 365 group, additional resources are automatically created: a Teams group,…
- PowerShellQuestions and AnswersWindows 10Windows Server 2019
Export-CSV: Output Data to CSV File Using PowerShell
April 3, 2023You can use the Export-CSV cmdlet in PowerShell to export data arrays to CSV files. In this article, we will show you how to export data to a CSV file…