Users Online
· Guests Online: 25
· Members Online: 0
· Total Members: 188
· Newest Member: meenachowdary055
· Members Online: 0
· Total Members: 188
· Newest Member: meenachowdary055
Forum Threads
Newest Threads
No Threads created
Hottest Threads
No Threads created
Latest Articles
Articles Hierarchy
Exam 70-533: Implementing Microsoft Azure Infrastructure Solutions Part 1
Question ID 13666 |
You develop a set of Power Shell scripts that will run when you deploy new virtual |
Option A |
Create a new GPO to execute the scripts as a logon script. |
Option B |
Create a SetupComplete.cmd batch file to call the scripts after the VM starts. |
Option C |
Create a new virtual hard disk (VHD) that contains the scripts. |
Option D |
Load the scripts to a common file share accessible by the VMs. |
Option E |
Set the VMs to execute a custom script extension. |
Correct Answer | E |
Description Explanation: After you deploy a Virtual Machine you typically need to make some changes before its 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 theres a third alternative available allowing you customize your VM: the CustomScript extension. This CustomScript extension is executed by the VM Agent and its 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.
Comments
No Comments have been Posted.
Post Comment
Please Login to Post a Comment.