From 538e8c005b9aa41613dae1df6c50bc72665efb88 Mon Sep 17 00:00:00 2001 From: "Scott Roberts (Azure)" Date: Thu, 12 Jun 2025 12:03:14 -0700 Subject: [PATCH] Update run-command.md Added new runcmd scripts. --- articles/virtual-machines/windows/run-command.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/articles/virtual-machines/windows/run-command.md b/articles/virtual-machines/windows/run-command.md index 629659ef12b..699d89c7fc1 100644 --- a/articles/virtual-machines/windows/run-command.md +++ b/articles/virtual-machines/windows/run-command.md @@ -79,6 +79,8 @@ The entity was not found in this Azure location | **RDPSettings** | Checks registry settings and domain policy settings. Suggests policy actions if the machine is part of a domain or modifies the settings to default values. | | **ResetRDPCert** | Removes the TLS/SSL certificate tied to the RDP listener and restores the RDP listener security to default. Use this script if you see any issues with the certificate. | | **SetRDPPort** | Sets the default or user-specified port number for Remote Desktop connections. Enables firewall rules for inbound access to the port. | +| **IMDSCertCheck** | Checks from within the virtual machine for known configuration issues that may be causing IMDS to not function properly. | +| **WindowsActivationValidation** | Checks from within the virtual machine for known Windows Activation issues or concerns that may cause acation to fail. | ## Azure CLI