Valid 70-532 Dumps shared by ExamDiscuss.com for Helping Passing 70-532 Exam! ExamDiscuss.com now offer the newest 70-532 exam dumps, the ExamDiscuss.com 70-532 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-532 dumps with Test Engine here:
You are creating virtual machines (VMs) that are hosted on Azure. You must be able to change the Remote Desktop access settings for the VMs. You must also be able to change the password for the built-in administrator account on all VMs. You identify the VMAccess VM extensions that have the required capabilities. You need to enable the VMAccess VM extensions. Which approach should you use?
Correct Answer: D
Explanation/Reference: Explanation: Several PowerShell commands exist for running individual extensions. In the following example, the VM Access extension is used to reset the administrative password of a Windows VM to a temporary password. For more information on the VM Access extension, see Reset Remote Desktop service in a Windows VM. Once you have run this, you should reset the password at first login: $cred=Get-Credential Set-AzureRmVMAccessExtension -ResourceGroupName "myResourceGroup" -VMName "myVM" -Name "myVMAccess" ` -Location WestUS -UserName $cred.GetNetworkCredential().Username ` -Password $cred.GetNetworkCredential().Password -typeHandlerVersion "2.0" Incorrect Answers: A: VM extensions can be applied to an existing VM through the Azure portal. Select the VM in the portal, choose Extensions, then select Add. Choose the extension you want from the list of available extensions and follow the instructions in the wizard. Reference: https://docs.microsoft.com/en-us/azure/virtual-machines/extensions/features-windows