In some cases, users may need to send or forward an e-mail from an Outlook inbox directly to a Microsoft Teams channel. An e-mail address is automatically generated for each…
Using PowerShell for System Administration and Automation Tasks
- Azure and Microsoft 365PowerShell
How to Restore Deleted Users in Entra ID (Microsoft 365)
March 17, 2024When 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, 2024You can use the built-in Send-MailMessage cmdlet to send SMTP e-mails from PowerShell (previously you can use the .Net System.Net.Mail class to send e-mail messages). Send-MailMessage allows you to send…
- 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…
- Azure and Microsoft 365PowerShell
Prevent Users from Creating New Groups in Microsoft 365 (Teams/Outlook)
March 17, 2024By 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
March 15, 2024You 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…
- PowerShellQuestions and AnswersWindows 10Windows 11
How to Force Remove a Printer That Won’t Uninstall on Windows
March 15, 2024I have often encountered situations where Windows could not remove installed printers. A printer may not appear in the Windows Control Panel (but it may be available in the Print…
- Azure and Microsoft 365ExchangePowerShell
How to Block Sender Domain or Email Address in Exchange and Microsoft 365
March 17, 2024An email system based on on-premises Exchange Server or Exchange Online (Microsoft 365) allows an administrator to block (reject) e-mails from specific external domains or sender addresses. There are several…
- Azure and Microsoft 365ExchangePowerShell
Managing Inbox Rules in Exchange with PowerShell
March 15, 2024Outlook mailbox rules allow users to configure different conditions for processing incoming e-mail messages in the Inbox folder. You can use Outlook rules to move e-mails from specific senders to…
- PowerShellWindows 10Windows 11
How to Uninstall or Disable Microsoft Edge on Windows 10/11
June 8, 2023The Microsoft Edge browser is installed by default on Windows 11 and all new Windows 10 builds (and Windows Server 2022/2019). If you have another browser installed on the computers…