How To Stop Teams from Changing from Available to Away Status Automatically

Ftr38

One issue that frequently comes up among my colleagues is the Microsoft Teams status showing ‘Away’ when I’m not, or my PC isn’t locked yet. I’ve tried several solutions, such as setting the status duration to a future date, but to no avail. However, I have found success with a simple PowerShell script, which I’ll share in this blog post.

How to Start Windows Sandbox with Parameters Using PowerShell

I frequently utilize Windows Sandbox to test Endpoint Manager packages and software. Occasionally, I need to launch it with particular options, such as connecting a folder from my hard drive or initiating it without a network connection. Typically, this requires creating a custom configuration file (.wsb) with the desired settings. However, this blog post demonstrates how to initiate Windows Sandbox using PowerShell with parameters, eliminating the need for multiple configuration files.