Get-O365SubscriptionInfo

Get-O365SubscriptionInfo

Gets the subscription information.

Sintaxis

Get-O365SubscriptionInfo [ <CommonParameters>]

Descripción detallada

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

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.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

Ejemplos

Example 1: Get subscription information

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

PS C:\> Get-O365SubscriptionInfo