Apply Windows Settings Task Sequence Action Variables
Updated: December 1, 2008
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
The task sequence variables govern how the task sequence action operates. The task sequence action reads and uses the variables that you mark as input variables. Alternatively, you can use the Set Task Sequence Variable action or the TSEnvironment COM object to set the variables at runtime. Only the task sequence action marks variables as output variables, which are read by actions that occur later in the task sequence.
Apply Windows Settings Task Sequence Action
| Action Variable Name | Description | ||
|---|---|---|---|
|
OSDComputerName (input) |
Specifies the name of the target computer. Example: "%_SMSTSMachineName%" (default) |
||
|
OSDProductKey (input) |
Specifies the Windows product key.
|
||
|
OSDRegisteredUserName (input) |
Specifies the default registered user name in the new operating system.
|
||
|
OSDRegisteredOrgName (input) |
Specifies the default registered organization name in the new operating system.
|
||
|
OSDTimeZone (input) |
Specifies the default time zone setting that should be used in the new operating system. |
||
|
OSDServerLicenseMode (input) |
Specifies the Windows Server license mode that should be used. Valid values: "PerSeat" "PerServer" |
||
|
OSDServerLicenseConnectionLimit (input) |
Specifies the maximum number of connections allowed.
|
||
|
OSDRandomAdminPassword (input) |
Specifies a randomly generated password for the administrator account in the new operating system. If set to “true”, the local administrator account will be disabled on the target computer. If set to “false”, the local administrator account will be enabled on the target computer, and the local administrator account password will be assigned the value of the variable OSDLocalAdminPassword. Valid values: "true" (default) "false" |
||
|
OSDLocalAdminPassword (input) |
Specifies the local administrator password. This value is ignored if the Randomly generate the local administrator password and disable the account on all supported platforms option is enabled.
|
See Also
For additional information, see Configuration Manager 2007 Information and Support.
To contact the documentation team, email SMSdocs@microsoft.com.

Note