Now it's your turn!

  • Project: Custom Script Extensions
  • Project goal: The goal of this project is to deploy a new VM with a default image and then successfully install print services on the virtual machine, using a Custom Script Extension to do so
  • Key commands:
    • New-AzureRmResourceGroup
    • Get-Credential
    • New-AzureRmVm
    • Set-AzureRmVmCustomScriptExtension
    • Remove-AzureRmResourceGroup
  • General steps:
    1. Create a resource group
    2. Deploy a VM with the default image
    3. Install the print server role via Custom Script Extension
    4. Delete the resource group and everything in it after validation
  • Validation: To confirm that you've completed this project successfully, log in to the virtual machine that you deployed and confirm that the print server is listed as Installed in the Roles and Features wizard
  • Reference information: The Custom Script Extensions section
..................Content has been hidden....................

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