Get-WssDomainNameConfiguration

Get-WssDomainNameConfiguration

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

構文

Get-WssDomainNameConfiguration [ <CommonParameters>]

詳細説明

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.

パラメーター

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • Microsoft.WindowsServerSolutions.RemoteAccess.Domains.DomainNameConfiguration

    This cmdlet generates the currently active domain name configuration object.

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

関連トピック

Set-WssDomainNameConfiguration