Valid 70-535 Dumps shared by ExamDiscuss.com for Helping Passing 70-535 Exam! ExamDiscuss.com now offer the newest 70-535 exam dumps, the ExamDiscuss.com 70-535 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-535 dumps with Test Engine here:
You develop a set of Power Shell scripts that will run when you deploy new virtual machines (VMs). You need to ensure that the scripts are executed on new VMs. You want to achieve this goal by using the least amount of administrative effort. What should you do?
Correct Answer: E
Explanation/Reference: Explanation: After you deploy a Virtual Machine you typically need to make some changes before it's ready to use. This is something you can do manually or you could use Remote PowerShell to automate the configuration of your VM after deployment for example. But now there's a third alternative available allowing you customize your VM: the CustomScript extension. This CustomScript extension is executed by the VM Agent and it's very straightforward: you specify which files it needs to download from your storage account and which file it needs to execute. You can even specify arguments that need to be passed to the script. The only requirement is that you execute a .ps1 file. References: http://fabriccontroller.net/customizing-your-microsoft-azure-virtual-machines-with-the-new- customscript-extension/