📘 What’s Inside the Guide
PowerShell Configuration Instructions to set the execution policy using:

powershell
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process -Force
KubeVPN Extraction & Environment Setup How to unzip the KubeVPN package, locate the .exe file, and add its path to your system’s environment variables so it can be run from anywhere.

YAML File Instructions Clear reminder to open and follow the instructions in the two YAML files — without renaming them.

Running the CLI Command How to execute:

powershell
kubevpn alias rdi-dev
and what to expect.

Troubleshooting Tips If errors occur, the guide prompts users to check their proxy settings.

Quick Setup Script A note on running kubevpn.ps1 to automate the entire setup process.