This task sequence variable specifies the domain-based account used to join the target computer to the domain specified in the OSDDomainName task sequence variable. This task sequence variable is necessary if the target computer will be joined to a domain.
Value |
Description |
account_name |
The name of the account used to join the target computer to the domain in the format of domain\account |
Example |
OSDJoinAccount=domain\admin01 |
Related Topics