What are some of the automated deployment options available in Windows 10?

What will be an ideal response?


The simplest automated deployment method is to create a batch file that does a silent install of the application. There is also an msiexec.exe command-line utility which can be used with .msi files in a script. A more manageable way to deploy .msi-based applications in smaller environments is by using Group Policy. In large environments a better option for software deployment is System Center Configuration Manager.

Computer Science & Information Technology

You might also like to view...

A dynamic stack has a ________ size, and is implemented as a(n) ________.

A) variable, linked list B) fixed, linked list C) variable, array D) fixed, array E) None of the above

Computer Science & Information Technology

Explain how the two-phase commit protocol for nested transactions ensures that if the top-level transaction commits, all the right descendents are committed or aborted.

What will be an ideal response?

Computer Science & Information Technology

You can create a hyperlink to a custom show from any slide within the presentation

Indicate whether the statement is true or false

Computer Science & Information Technology

Given the way in which days are marked in the accompanying figure, if a task has a three-day duration and starts on a Friday, when would the bar stretch through?

A. Sunday B. Monday C. Tuesday D. Wednesday

Computer Science & Information Technology