Get-O365SubscriptionInfo

Get-O365SubscriptionInfo

Gets the subscription information.

構文

Get-O365SubscriptionInfo [ <CommonParameters>]

詳細説明

The Get-O365SubscriptionInfo cmdlet gets the subscription information for the Integration Module.

パラメーター

<CommonParameters>

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

入力

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

出力

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

  • Microsoft.WindowsServerSolutions.O365Integration.O365Information

    This cmdlet returns a class that represents information of the company.
    When output: integration is enabled
    Activated Property System.Boolean
    CompanyName Property System.String
    TechnicalContact Property System.String
    Address Property Microsoft.WindowsServerSolutions.O365Integration.Address
    O365Skus Property System.Collections.ObjectModel.ReadOnlyCollection<O365Sku>
    PrimaryDomain Property System.String
    InitialDomain Property System.String

Example 1: Get subscription information

This command gets the subscription information for the Office 365 Integration Module.

PS C:\> Get-O365SubscriptionInfo