Now it's your turn!

  • Project: Resetting passwords
  • Project goal: The goal of this project is to successfully reset the password for a local admin account of a virtual machine
  • Key commands:
    • New-AzureRmResourceGroup
    • Get-Credential
    • New-AzureRmVm
    • Set-AzureRmVMAccessExtension
    • Restart-AzureRmVM
    • Remove-AzureRmResourceGroup
  • General steps:
    1. Create a resource group
    2. Deploy a virtual machine with a default configuration
    3. Reset the local admin password for the virtual machine
    4. Delete the resource group and all resources
  • Validation: After resetting the password, ensure that you can log into the virtual machine with the new password
  • Reference information: The Resetting an admin password section
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.143.0.157