Microsoft Exam Questions

What should you include in the logon script?

Your network consists of an Active Directory domain and 100 computers that run Windows 7.

The domain contains a logon script named logon.cmd.

You plan to deploy a new application named app1.msi by using the logon script. App1.msi is stored in \\server1\share1.

You need to modify the logon script to deploy the application.

What should you include in the logon script?

A.
Sbdinst.exe -u \\server1\share1\app1.msi -q

B.
Msinfo32.exe \\server1\share1\app1.msi

C.
Pkgmgr.exe /ip /m:\\server1\share1\app1.msi

D.
Msiexec.exe /i \\server1\share1\app1.msi /quiet

Explanation:
Msiexec
Provides the means to install, modify, and perform operations on Windows Installer from the command line.

To install or configure a product

Syntax

msiexec /i {package|ProductCode}

/i : Installs or configures a product.

NOT Msinfo32
Displays a comprehensive view of your hardware, system components, and software environment.