Skip to content

Commit 3bf7343

Browse files
authored
Merge pull request #9952 from danielsollondon/patch-15
Version dep notice
2 parents 27c1de5 + ad59699 commit 3bf7343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/windows/reset-rdp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Select **Reset configuration only** from the drop-down menu, then click **Update
5353
Make sure that you have the [latest PowerShell module installed and configured](/powershell/azure/overview) and are signed in to your Azure subscription with the `Connect-AzureRmAccount` cmdlet.
5454

5555
### **Reset the local administrator account password**
56-
Reset the administrator password or user name with the [Set-AzureRmVMAccessExtension](/powershell/module/azurerm.compute/set-azurermvmaccessextension) PowerShell cmdlet.
56+
Reset the administrator password or user name with the [Set-AzureRmVMAccessExtension](/powershell/module/azurerm.compute/set-azurermvmaccessextension) PowerShell cmdlet. The typeHandlerVersion must be 2.0 or greater, as version 1 is deprecated.
5757

5858
```powershell
5959
$SubID = "<SUBSCRIPTION ID>"

0 commit comments

Comments
 (0)