DRAG DROP
You are the Office 365 administrator for a company. You deploy Office 365 ProPlus. You plan to implement a
software change control process for software updates.
Users receive a recent update. They report that they are now having issues with the product.
You need to install future updates and prevent similar issues form occurring again.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of
actions to the answer area and arrange them in the correct order.
Select and Place:
Explanation:
Step 1:
If you want Office 365 ProPlus to get updates automatically from a network share called \\\\MyServer\\Updates,
you would include the following line in your configuration.xml file:
<Updates Enabled=”TRUE” UpdatePath=”\\\\MyServer\\Updates” />
Step 3:
The users who test updates should not be required to install updates.
Step 3: We should only use reviewed updates.
https://technet.microsoft.com/en-us/library/dn761708.aspx
I Disagree…
The objective is to have a group of users to test the updates, so you:
1st – Create the config XML setting the Update value to FALSE (UPDATES ARE AUTOMATICALLY ENABLED)
2nd – Run the file for all users besides the test group
3rd – Update every month with the reviewed versions
The answer is correct.
The test group should be tested first, then approved and uploaded, so that it is automatically updated.
So you need to be auto-updated, exclude the test group from the policy, and allow it to be uploaded after approval.