You are the Office 365 ProPlus administrator for your company. Each user is assigned an E3 license.
All client computers are on a local area network. Users do not have administrative privileges on their
client computers.
You are configuring a network-based installation of the most recent version of Office for all client
computers.
You need to ensure that the installation process does not display any dialog boxes or require user
input.
Which option should you specify in the Configuration. xml file?
A.
< Display Level=”Minimal” AcceptEULA=”TRUE” />
B.
< Display Level=”Silent” AcceptEULA=”TRUE” />
C.
< Display Level=”None” AcceptEULA=”TRUE” />
D.
< Display Level=”Full” AcceptEULA=”TRUE” />
Explanation:
http://technet.microsoft.com/en-us/library/cc179195(v=office.15).aspx#ElementDisplay
Correct. looks easy but you should know all the different switches for the exam. Take note that “users do not have administrative privilges”. This means it’s not click to run but an SSCM (or some similar product) rollout, as you can see under Syntax portion of this technet article. https://technet.microsoft.com/en-us/library/jj219426.aspx
In particular pay attention to the “note” on the link already provided
https://technet.microsoft.com/en-us/library/cc179195%28v=office.15%29.aspx#ElementDisplay
https://technet.microsoft.com/en-us/library/jj219426.aspx
MS changed favorite Silent to None..
Display can be FULL or NONE
If Level is set to None, the user sees no UI. No progress UI, completion screen, error dialog boxes, or first run automatic start UI are displayed.
If Level is set to Full, the user sees the normal Click-to-Run user interface: Automatic start, application splash screen, and error dialog boxes.
I agree with you Anna on this, I like your explanations. Write me on [email protected] I want to ask you questions about 347.
Anna, I like your style
Also allows Basic: If Level is set to Basic, setup displays a Welcome screen, the product key (PIDKEY) page (if it is needed), the software license terms page (if you need it), a progress bar, and the completion notice (if it is allowed).