Category: Powershell
-
A Comprehensive Guide to Deploying Microsoft Office Language Packs
In this article, we’ll explore manual and automated methodologies to deploy extra language packs and configure the default language in Microsoft Office 2019, 2016, and Microsoft 365 Apps for Business (formerly known as Office 365). In Microsoft Office, the language preferences can be adjusted in the following individual settings: Editing Language Display Language Help Language…
-
How to Send Telegram Messages from a PowerShell Script
You 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 use PowerShell to send a text notification to a Telegram channel or group through the Bot API. First, create a new Telegram bot using @BotFather.…
-
Step-by-Step Guide on Exporting MS Teams Chat History using PowerShell
In this article, we’ll examine how to access and export the history of Microsoft Teams chat conversations using PowerShell. Teams chats are stored in a hidden Conversation historyTeam Chat folder in a shared mailbox, which is automatically created when you create a new Microsoft 365 group (this will instantly create a Teams group, a website,…
-
A Step-by-Step Guide to Connecting VPN Before Windows Logon
The built-in VPN client in Windows, by default, does not let you connect to the VPN server before the user signs in. This poses a challenge for Active Directory-linked computers that connect to the domain network via VPN. Users can log into their systems using stored domain credentials and then establish a VPN connection. However,…