Join-WssDomain

Joins the server to a domain.

Syntax

Join-WssDomain
    [-ImportGroup <String>]
    -DomainName <String>
    -Password <String>
    -UserName <String>

Description

The Join-WssDomain cmdlet joins the server to a domain.

Examples

1:

Parameters

-DomainName

Specifies the name of a domain.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-ImportGroup

Specifies the name of a security group. The server uses the security group to limit the imported users that are managed through the Dashboard. By default, the server imports all users in the domain, subject to the maximum number of users of the server.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Password

Specifies the password of a user account with permission to join the server to the domain.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-UserName

Specifies the login name of a user account with permission to join the domain.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False