In this article, we will take a look at the most common errors that occur when installing language packs in Windows 10 and 11.
Using PowerShell for System Administration and Automation Tasks
- Azure and Microsoft 365ExchangePowerShell
Get All SMTP (Email) Addresses Using PowerShell in Exchange
March 17, 2024From 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…
- Group PoliciesMicrosoft OfficePowerShellWindows 10
Deploying Microsoft Office Language Packs
March 13, 2024In 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…
- 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…
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…
- 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 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…
- PowerShellWindows 10Windows Server 2019
Zabbix: How to Get Data from PowerShell Scripts
March 17, 2024In this article, we will look at configuring the Zabbix Agent to retrieve monitoring data from PowerShell scripts. Let’s look at two PowerShell scripts to get some data into Zabbix.…
- PowerShellWindows 10Windows Server 2019Windows Server 2022
Tracking Printer Usage with Windows Event Viewer Logs
March 12, 2024In Windows, you can track printer usage with the Event Viewer. All print jobs sent to the print spooler are logged in the Event Viewer. If you have a print…