The type of deployment being performed based on the deployment scenario. For ZTI, this property is set dynamically by MDT scripts and is not configured in CustomSettings.ini. For LTI, you can bypass the page in the Deployment Wizard on which the deployment type is selected. In addition, you can specify the deployment type by passing one of the values listed below to the LiteTouch.wsf script as a command-line option.
Caution This property value must be specified in uppercase so that the deployment scripts can read it properly.
Property configured by |
|
|
Property applies to |
|
BootStrap.ini |
|
|
LTI |
˜ |
CustomSettings.ini |
˜ |
|
|
|
MDT DB |
|
|
ZTI |
˜ |
Value |
Description |
NEWCOMPUTER |
The target computer is a new computer that has never been a member of the network. |
REFRESH |
The target computer is an existing computer on the network that needs the desktop environment standard to be redeployed. |
REPLACE |
An existing computer on the network is being replaced with a new computer. The user state migration data is transferred from the existing computer to a new computer. |
Example |
[Settings] Priority=Default
[Default] DeploymentType=NEWCOMPUTER |
Related Topics