In this article, we’ll look at manual and automated ways to deploy additional language packs and set the default language in Microsoft Office 2019, 2016, and Microsoft 365 Apps for Business (ex. Office 365).
- PowerShellWindows 10Windows Server 2019
Send Telegram Messages from a PowerShell Script
March 12, 2024You can use your Telegram messenger as a notification tool to get instant reports on various infrastructure events, script execution results, or scheduler tasks. This article shows you how to…
You can use Ansible to automate some tasks in your VMware infrastructure. You can automatically deploy and configure ESXi hosts, manage network settings, start, stop, or delete VMs, deploy virtual…
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…
- Windows 10Windows Server 2016Windows Server 2019
Install Windows Terminal without the Microsoft Store
March 12, 2024Windows Terminal is a new terminal application that is designed to make it easy to use command line tools, cmd.exe, and Powershell environments. The Windows Terminal supports tabs, setting your…
- Azure and Microsoft 365ExchangePowerShell
Create a No-Reply Email Address in Exchange Server/Microsoft 365
March 15, 2024You 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…
By default, the built-in Windows VPN client does not allow you to connect to the VPN server until the user logs in. This is inconvenient for Active Directory-joined computers connected…
- Azure and Microsoft 365Windows Server 2022
Removing Azure Arc Setup Feature on Windows Server 2022
November 9, 2023October 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…
- Active DirectoryWindows 10Windows 11Windows Server 2019
Using WPAD (Web Proxy Auto-Discovery Protocol) on Windows
March 16, 2024The WPAD (Web Proxy Auto-Discovery) protocol allows you to easily configure the proxy settings on the clients in your network. The idea behind WPAD is that a client can use…
- Azure and Microsoft 365ExchangePowerShell
Send Emails with Microsoft Graph API and PowerShell
March 17, 2024To 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…