VS Code AI Council: An Adaptive Multi-Model GitHub Copilot Workflow thumbnail

VS Code AI Council: An Adaptive Multi-Model GitHub Copilot Workflow

VS Code AI Council installs an adaptive multi-model GitHub Copilot agent workflow for Visual Studio Code. A coordinator chooses the least expensive useful strategy, delegates focused work to model-specific experts, and can request bounded peer review for difficult engineering decisions.

Read article
Clear Microsoft Teams Cache Script thumbnail

Clear Microsoft Teams Cache Script

Fix flaky Microsoft Teams behavior by clearing the client cache with an easy to use PowerShell script. Supports both Classic Teams and New Teams, safely stops Teams processes, optionally backs up cache, supports a dry run mode, and can clear cache for the current user or all local user profiles.

Read article
ArmClient-PS - A Single-Script Azure Resource Manager Support Tool thumbnail

ArmClient-PS - A Single-Script Azure Resource Manager Support Tool

ArmClient-PS is a single-script Azure Resource Manager support utility designed for redistribution. It recreates the core ARMClient experience by using `Invoke-AzRestMethod` and a locally bundled `Modules` folder, so support engineers can ship a zip-friendly package that runs in restricted environments without installing anything from the PowerShell Gallery.

Read article
Send Email via PowerShell with Multiple Auth Methods - Azure Communication Services (ACS) thumbnail

Send Email via PowerShell with Multiple Auth Methods - Azure Communication Services (ACS)

This PowerShell script sends email through Azure Communication Services (ACS) using the REST API. It supports multiple authentication methods including manual connection strings, endpoint and access key pairs, Azure Automation managed identity, and interactive Azure login. The script handles file attachments, HMAC-SHA256 request signing, operation status polling, and produces a diagnostic summary with correlation identifiers for troubleshooting.

Read article