Skip to content

Instantly share code, notes, and snippets.

@stowen-msft
stowen-msft / InstallUpdatesSchedTask.ps1
Created November 17, 2022 15:04
ScheduledTaskToInstallUpdates.ps1
schtasks /create /sc minute /mo 30 /tn "Scan For Updates2" /tr "wuauclt /detectnow /updatenow && control update"
Get-ScheduledTask "Scan For Updates2"
@stowen-msft
stowen-msft / muteButton.json
Created March 14, 2023 16:37
Use Karabiner to remap the f5 dictation key to Teams Mute Shortcut
{
"title": "Mute Button Remap",
"rules": [
{
"description": "Dictate Button to Teams Mute Shortcut",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "f5"
@stowen-msft
stowen-msft / readme.md
Last active November 3, 2023 16:58
Create a custom profile for Azure Automanage with Azure Monitoring Agent integration

Public Preview of Azure Automanage With Azure Monitor integration

What is Azure Automanage?

Azure Automanage helps you significantly reduce day-to-day management tasks with automated operations across the entire lifecycle of Windows Server virtual machines in Azure. IT Admins can manage their VMs with point-and-click simplicity, individually or at scale.

What new capabilities are we announcing?

We are excited to announce the public preview of Azure Automanage with Azure Monitor Agent integration. This new capability provides a comprehensive solution for managing your virtual machines (VMs) in Azure.

With Azure Automanage, you can now easily onboard your VMs to Azure Monitor using the industry standard Azure Monitoring Agent and take advantage of its powerful monitoring and alerting capabilities.