CheapWindowsVPS Blog

Guides, news & tutorials for Windows & Linux servers

Practical, no-fluff walkthroughs from the team that runs the servers — PowerShell, Windows Server, Docker, security, networking and DevOps.

AllBlogWindows 11ArticlesWindows 10PowershellWindows Server 2022Windows Server 2025DevopsSecurity
Exchange

How to List and Remove Calendar Events from Your Exchange Mailbox Using PowerShell

PowerShell enables event and meeting items accessibility in Exchange users’ calendars. The following paragraphs detail how to compile a list of calendar…

Ai

Creating a GPT Chatbot Using OpenAI’s Chat Completions API: A Simple Guide

In a previous post, I explained how to install the Python OpenAI SDK on macOS and Windows. Today, we will expand on…

Articles

Managing Azure Resources Using PowerShell cmdlet Invoke-AzRestMethod in Azure REST API

Sometimes, managing certain Azure resources using PowerShell can be challenging due to the absence of specific cmdlets for those operations or services.…

Ai

How to Connect ChatGPT to Gmail: A GPT Actions Guided Example

A GPT is a customizable variant of ChatGPT that can carry out certain tasks or enhance its capabilities in specialized fields. Think…

Powershell

Step-by-Step Guide to Creating a Virtual Machine on VMWare ESXi

This article shows how to create a new virtual machine on a VMware ESXi host and install a guest operating system from…

Ai

Steps to Disable Copilot and Block ChatGPT on Windows and Edge Using Group Policy and Defender

Microsoft has integrated AI features under the brand Copilot into almost all of its products, including Windows and the Edge browser. For…

Ansible

Mastering Ansible Variables: A Guide with Practical Examples

Ansible variables store and manipulate data that can be accessed and utilized across playbooks, roles, and tasks. They allow for dynamic configurations…

Ai

Step-by-Step Guide to Installing Python OpenAI SDK on Windows and macOS

2024 will most likely be the year when many admins will be faced with deploying AI systems for the first time. Once…

Ai

Unveiling Hypocrisy: A Review of OpenAI’s Controversial Article in The New York Times

OpenAI is nervous. Very nervous. Their latest blog post is proof. They have realized that the ongoing lawsuit with the New York…

Articles

Steps to Resolve Merge Conflicts in Git: Dealing with Modify/Delete Issues

In my previous article, I discussed merge conflicts, specifically line merge conflicts, and how to resolve them on GitHub. In this article,…