You develop a set of PowerShell scripts that will run when you deploy new virtual machines (Vms).
You need to ensure that the scripts are run automatically when the VM is started.
What should you do?
A.
Load the scripts to a common file share accessible by the VMs.
B.
Create a SetupComplete.cmd batch file to call the scripts after the VM starts.
C.
Set the VNs to execute a custom extension.
D.
Create a new virtual hard disk (VHD) that contains the scripts.
Explanation:
https://technet.microsoft.com/en-us/library/cc766314(v=ws.10).aspx
C
yep
True. shd be c. the explanation https://technet.microsoft.com/en-us/library/cc766314(v=ws.10).aspx
is given for Windows. not Azure.
it says when u deploy new machine only so B is correct.
C
I think C too. THis is not windows test, this is Azure. So this should be done the azure way.
C
VN?