Setting up a dev environment with VS Code & Windows Sandbox
by Jesper Nielsen • 18 minutes to read
If you’re writing PowerShell scripts for Microsoft Intune, you know that testing is everything. One wrong script deployed to thousands of devices can ruin your day - or your week. That’s why I’ve built my development workflow around Visual Studio Code and Windows Sandbox. This combination gives me a secure, isolated environment where I can break things without consequences, test scripts on a clean system, and validate that everything works before it hits production.
Read more



