Get-WssDomainNameConfiguration

Get-WssDomainNameConfiguration

Gets the domain name configuration of the Windows Server Essentials computer.

Sintaxis

Get-WssDomainNameConfiguration [ <CommonParameters>]

Descripción detallada

The Get-WssDomainNameConfiguration cmdlet gets the domain name configuration of the Windows Server Essentials computer. This cmdlet returns Windows Server Essentials domain configuration settings, the name of the domain provider, the certificate status, and the expiration date of the certificate.

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • Microsoft.WindowsServerSolutions.RemoteAccess.Domains.DomainNameConfiguration

    This cmdlet generates the currently active domain name configuration object.

Ejemplos

Example 1: Get the domain name configuration of the Windows Server

This command gets the domain name configuration of Windows Server Essentials.

PS C:\> Get-WssDomainNameConfiguration

Temas relacionados

Set-WssDomainNameConfiguration