Get-O365DomainConfiguration

Get-O365DomainConfiguration

Gets the domain configuration.

構文

Get-O365DomainConfiguration [ <CommonParameters>]

詳細説明

The Get-O365DomainConfiguration cmdlet gets the domain configuration for .

パラメーター

<CommonParameters>

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

入力

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

出力

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

  • Microsoft.WindowsServerSolutions.O365Integration.O365DomainConfiguration

    This cmdlet returns a class that represents the domain configuration for
    When output: integration is enabled
    AvailableDomains Property System.Collections.ObjectModel.ReadOnlyCollection<O365Domain>
    PrimaryDomainName Property System.String
    CustomDomainName Property System.String
    CustomDomainStatus Property Microsoft.WindowsServerSolutions.O365Integration.O365DomainStatus

Example 1: Get the domain configuration

This command gets the domain configuration for .

PS C:\> Get-O365DomainConfiguration
PS C:\> 

関連トピック

Set-O365Domain

Remove-O365Domain