JoinWorkgroup

JoinWorkgroup specifies the name of the workgroup to assign to a computer. If this value is set, JoinDomain cannot be set.

Values

JoinWorkgroup

Specifies the name of the workgroup to apply to a computer during Windows Setup. JoinWorkgroup is a string and must be a valid NetBIOS name.

You can specify either a domain to join or a workgroup to assign, by using JoinDomain or JoinWorkgroup settings, respectively. However, only one of these settings can be present in an answer file. If both are present in an answer file, the value for JoinDomain is used, and JoinWorkgroup is ignored.

This string type does not support empty elements. Do not create an empty value for this setting.

Valid Passes

specialize

Parent Hierarchy

Microsoft-Windows-UnattendedJoin | Identification | JoinWorkgroup

Applies To

For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-UnattendedJoin.

XML Example

The following XML output shows how to set the identification settings.

<Identification>
   <Credentials>
      <Domain>fabrikam.com</Domain>
      <Password>MyPassword</Password>
      <Username>MyUserName</Username>
   </Credentials>
   <JoinWorkgroup>MyWorkgroup</JoinWorkgroup>
   <MachinePassword>ComputerPassword</MachinePassword>
</Identification>

See Also

Concepts

Identification