Get-O365SubscriptionInfo

Get-O365SubscriptionInfo

Gets the subscription information.

Syntax

Get-O365SubscriptionInfo [ <CommonParameters>]

Detailed Description

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

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • 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

Examples

Example 1: Get subscription information

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

PS C:\> Get-O365SubscriptionInfo