Skip to content

Commit e0f1241

Browse files
1 parent b66f5a7 commit e0f1241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/windows/tutorial-manage-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The resource group is specified when creating or modifying a VM, which can be se
5252

5353
When creating a virtual machine, several options are available such as operating system image, network configuration, and administrative credentials. In this example, a virtual machine is created with a name of *myVM* running the default latest version of Windows Server 2016 Datacenter.
5454

55-
Set the username and password needed for the administrator account on the virtual machine with [Get-Credential](https://msdn.microsoft.com/powershell/reference/5.1/microsoft.powershell.security/Get-Credential):
55+
Set the username and password needed for the administrator account on the virtual machine with [Get-Credential](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/get-credential?view=powershell-6):
5656

5757
```azurepowershell-interactive
5858
$cred = Get-Credential

0 commit comments

Comments
 (0)