Join-WssDomain

Join-WssDomain

Joins the server to a domain.

Syntax

Parameter Set: Default
Join-WssDomain -DomainName <String> -Password <String> -UserName <String> [-ImportGroup <String> ] [ <CommonParameters>]

Detailed Description

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

Parameters

-DomainName<String>

Specifies the name of a domain.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ImportGroup<String>

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.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Password<String>

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

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-UserName<String>

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

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Exit-WssDomain

Get-WssDomainNameConfiguration