These task sequence variables govern the operation of the task sequence action. Variables marked as input variables are read or used by the task sequence action. In most cases, input variables correspond to task sequence action fields in the task sequence editor and can be set via that user interface. Alternatively, input variables can be set at runtime from per-collection or per-computer variables, via the Set Task Sequence Variable action or via the TSEnvironment COM object. Variables marked as output variables are written or set by the task sequence action to be read by later actions in the task sequence.
Apply Network Settings Task Sequence Action
Action Variable Name | Description | ||
---|---|---|---|
OSDAdapter (input) |
This task sequence variable is an array variable. Each element in the array represents the settings for a single network adapter on the computer. The settings defined for each adapter can be accessed by combining the array variable name with the zero-based network adapter index and the property name.
For example, the following variable names can be used to define the properties for the first network adapter that will be configured by this task sequence action:
|
||
OSDAdapterCount (input) |
Specifies the number of network adapters installed on the target computer. |
||
OSDDNSDomain (input) |
Specifies the primary DNS server that will be used by the target computer. |
||
OSDDomainName (input) |
Specifies the name of the Windows domain that the target computer should join. The specified value must be a valid Active Directory Domain Services domain name. |
||
OSDDomainOUName (input) |
Specifies the RFC 1779 format name of the organizational unit (OU) that the target computer should join. If specified, the value must contain the full path. Example: LDAP://OU=MyOu,DC=MyDom,DC=MyCompany,DC=com |
||
OSDEnableTCPIPFiltering (input) |
Specifies whether TCP/IP filtering should be enabled. Valid values: "true" "false" (default) |
||
OSDJoinAccount (input) |
Specifies the network account that should be used to add the target computer to a Windows domain. |
||
OSDJoinPassword (input) |
Specifies the network password that should be used to add the target computer to a Windows domain. |
||
OSDNetworkJoinType (input) |
Specifies the type of network that the target computer should join as part of the operating system deployment. "0" indicates that the target computer should join a Windows domain. "1" specifies that the computer should join a workgroup. Valid values: "0" "1" |
||
OSDDNSSuffixSearchOrder (input) |
Specifies the DNS search order for the target computer. |
||
OSDWorkgroupName (input) |
Specifies the name of the workgroup that the target computer should join. You must specify either this value or the OSDDomainName value. The workgroup name can be a maximum of 32 characters. Example: "Accounting" |