-
Step-by-Step Guide on Creating an Amazon Machine Image (AMI) for an EC2 Instance using Bash and PowerShell Scripts
The provided Bash and PowerShell script helps automate the creation of Amazon Machine Images (AMIs) from existing AWS Elastic Compute Cloud (EC2) instances. This is particularly useful for creating point-in-time backups or disaster recovery. I mostly use the script to quickly clone an EC2 instance for testing or troubleshooting. Create an AMI in the AWS…
-
Review: Achieving Mastery over Outlook Data Files with Stellar Toolkit for Outlook
The Stellar Toolkit for Outlook is a comprehensive suite of tools designed to manage and optimize the performance of Microsoft Outlook. It includes various functionalities such as repairing PST files, recovering lost or deleted emails, merging PST files, and converting OST files to PST format. Additionally, it offers features to remove duplicate emails and compact…
-
How to Run Your Own Certificate Authority with ACME Support Using Step-ca
Step-ca is a Certificate Authority (CA) management tool for Windows, Linux, and macOS designed to simplify the process of creation, management, and revocation of certificates for use with TLS, mutual TLS (mTLS) authentication, document signing, and other X.509 authentication as well as SSH keys through a variety of provisioners. A provisioner is a method with…
-
How to Retrieve All SMTP (Email) Addresses Using PowerShell in Exchange
Occasionally, it may be necessary to export a complete list of email addresses in your Exchange organization. This article will guide you on how to obtain and export all assigned SMTP addresses to a CSV file in Exchange Server or Microsoft 365 (Exchange Online) using PowerShell. Here’s how to connect to your Exchange organization: The…
-
Highlights from Microsoft Ignite 2023: Windows Server and SQL Server Updates
This year, Microsoft Ignite 2023 took place in Seattle, Washington from November 12 to 15, 2023 and it was such a wonderful experience to meet and interact with nearly 5,000 of you in person, and many more online across the globe. One common theme stood out throughout the event: the potential of AI is becoming…
-
Tailoring and Implementing the Windows 11 Taskbar: A Guide on Using GPO or Intune
Organizations have the ability to control the look of the Windows taskbar on every networked computer, mainly by pinning vital applications. Administrators achieve this by setting up the applications in an XML file that is then distributed to each terminal using GPO or Microsoft Intune. Pinning important company applications isn’t the only reason for taskbar…
-
A Comprehensive Guide to Installing Windows Subsystem for Linux (WSL) on Various Windows Editions and Server Core
For some time now, Microsoft has been offering a simplified installation of WSL via the wsl.exe utility. Hence, most guides refer to this method. However, in practice, it is not quite as straightforward because this command does not work on Server Core and is only suitable for WSL 2. Ideally, the Windows Subsystem should be…
-
A Comprehensive Guide to Installing Cronicle Task Scheduler with Nginx Proxy
Cronicle is a web-based, multi-server task scheduling and automation platform designed to handle complex job scheduling and workflow management across multiple servers. It offers a user-friendly interface for creating, managing, and monitoring tasks, supporting a wide range of job types, including shell scripts, commands, and custom plugins. With features like real-time logging, error notification, and…
-
Exploring Features of Windows Server 2025 Hyper-V: GPU Partitioning, VHDs Deduplication, and AD-less Live Migration
The upcoming LTSC release of Windows Server introduces several enhancements to Hyper-V and new storage functions, which primarily benefit the operation of virtual machines. This includes GPU virtualization, a new deduplication feature for ReFS, and live migration of VMs on clusters that are not members of an AD domain. As hypervisors have matured, there haven’t…
-
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…