You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/windows/run-command.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,8 @@ services: automation
5
5
ms.service: azure-virtual-machines
6
6
ms.collection: windows
7
7
author: GabstaMSFT
8
-
ms.author: jushiman
9
8
ms.date: 08/18/2025
10
9
ms.topic: how-to
11
-
ms.reviewer: jushiman
12
10
ms.custom: devx-track-azurecli
13
11
ms.devlang: azurecli
14
12
# Customer intent: As a system administrator, I want to execute PowerShell scripts on my Windows virtual machines remotely, so that I can manage and troubleshoot issues without needing direct access.
@@ -82,7 +80,7 @@ The entity was not found in this Azure location
82
80
|**IMDSCertCheck**| Checks IMDS Health and then analyzes currently installed certificates that IMDS depends upon. If missing, shows additional details and mitigation steps. |[readme](https://github.com/Azure/azure-support-scripts/blob/master/RunCommand/Windows/Windows_IMDSValidation)|
83
81
|**RDPSettings**| Checks registry settings and domain policy settings. Suggests policy actions if machine is part of a domain or modifies the settings to default values. |[readme](https://github.com/Azure/azure-support-scripts/blob/master/RunCommand/Windows/RDPSettings)|
84
82
|**ResetRDPCert**| Removes the 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. |[readme](https://github.com/Azure/azure-support-scripts/blob/master/RunCommand/Windows/ResetRDPCert)|
85
-
|**Windows_WindowsActivation_Validation**| Checks the current Windows license status (activated or not) and alert is generated if the machine is not property activated. |[readme](https://github.com/Azure/azure-support-scripts/blob/master/RunCommand/Windows/Windows_WindowsActivation_Validation)|
83
+
|**Windows_WindowsActivation_Validation**| Checks the current Windows license status (activated or not) and alert is generated if the machine is not property activated. |[readme](https://github.com/Azure/azure-support-scripts/blob/master/RunCommand/Windows/Windows_Activation_Validation/README.md)|
86
84
|**SetRDPPort**| Sets the default or user specified port number for Remote Desktop connections. Enables firewall rule for inbound access to the port. |[readme](https://github.com/Azure/azure-support-scripts/blob/master/RunCommand/Windows/SetRDPPort)|
87
85
|**DisableNLA**| Disables Network Level Authentication (NLA). You must restart the VM after the script completes for the change to take effect. The script itself does not restart the VM. You can use this script to disable NLA if RDP connections are failing with error 'The remote computer that you are trying to connect to requires Network Level Authentication (NLA), but your Windows domain controller cannot be contacted to perform NLA.' or error 'An authentication error has occurred. The Local Security Authority cannot be contacted.' NLA is a security feature that should only be disabled temporarily to allow RDP connections to succeed until the domain controller connectivity issue have been resolved. |[readme](https://github.com/Azure/azure-support-scripts/blob/master/RunCommand/Windows/DisableNLA)|
0 commit comments