Skip to content

Commit 8305940

Browse files
updated hyperlink to VMAccess extension anchor/bookmark
1 parent e115bee commit 8305940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/extensions/features-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Set-AzVMCustomScriptExtension -ResourceGroupName "myResourceGroup" `
109109
-Run "Create-File.ps1" -Location "West US"
110110
```
111111

112-
The following example uses the [VMAccess extension](/troubleshoot/azure/virtual-machines/reset-rdp) to reset the administrative password of a Windows VM to a temporary password. After you run this code, you should reset the password at first login.
112+
The following example uses the [VMAccess extension](/troubleshoot/azure/virtual-machines/reset-rdp#reset-by-using-the-vmaccess-extension-and-powershell) to reset the administrative password of a Windows VM to a temporary password. After you run this code, you should reset the password at first login.
113113

114114
```powershell
115115
$cred=Get-Credential

0 commit comments

Comments
 (0)