Which four actions should you perform in sequence?

DRAG DROP
A company plans to deploy Office 365 ProPlus.
You must gather compatibility data, hardware information, and Microsoft Office usage statistics. You must also
deploy the Office Telemetry Dashboard.
Which four 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:

DRAG DROP
A company plans to deploy Office 365 ProPlus.
You must gather compatibility data, hardware information, and Microsoft Office usage statistics. You must also
deploy the Office Telemetry Dashboard.
Which four 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:

Answer:

Explanation:
Step 1: Install SQL Server 2012
SQL Server must be deployed before you can configure Telemetry Dashboard.
Step 2: On the SQL Server, grant dbowner permissions to the account that is used for installation.
Permissions to create a database (sysadmin role in SQL Server). To create and configure a new database, the
account that runs the Telemetry Processor wizard must be a domain account that is a member of the sysadmin
server-level role on the SQL Server.
Step 3: Install the Telemetry Processor tool.
Telemetry Processor runs on one or more computers and collects inventory, usage, and telemetric data from
the telemetry shared folder and imports the data to the telemetry database.
Step 4:Connect the Telemtery Dashboard to the SQL database.
The telemetry database, which was created by the Telemetry Processor settings wizard, is ready to be
configured and connected to Telemetry Dashboard.
https://technet.microsoft.com/en-us/library/jj219431.aspx



Leave a Reply 4

Your email address will not be published. Required fields are marked *


James

James

I think step 2 should be grantsysadmin

as the following statement mentions that the account MUST be a member of sysadmin role to begin with for the setup.

“Permissions to create a database (sysadmin role in SQL Server). To create and configure a new database, the account that runs the Telemetry Processor wizard must be a >domain account< that is a <member ofsysadmin< server-level role on the SQL Server. For ongoing use of Telemetry Dashboard, membership in the sysadmin role isn’t required and can be removed after the database is created. You can also use an existing database."
https://technet.microsoft.com/en-us/library/jj219431.aspx

Iep

Iep

answers a true

Iep

Iep

i correct that..
Permissions to create a database (sysadmin role in SQL Server). To create and configure a new database, the account that runs the Telemetry Processor wizard must be a domain account that is a member of the sysadmin server-level role on the SQL Server. For ongoing use of Telemetry Dashboard, membership in the sysadmin role isn’t required and can be removed after the database is created.You can also use an existing database

to install a db u need sysadmin rights on a windows account
use of a existing database dbowner is needed

km347

km347

If YOU install SQL Server, YOU are going to be a member of a the Sysadmin SQL Server role.You do not have to take extra steps for that. If someone else installs SQL Server, you will have to be added to this role as an extra step.

As long as you do not have any user databases, you cannot be added to the db_owner role of the telemetry database (note this is a db-level role, not server-level).

I think either the question or the explanation is incomplete/incorrect.