Get-MsolSubscription

Updated: July 30, 2015

Applies To: Azure, Office 365, Windows Intune

Note



  • The cmdlets were previously known as the Microsoft Online Services Module for Windows PowerShell cmdlets.

The Get-MsolSubscription cmdlet returns all the subscriptions that the company has purchased. When assigning licenses to users, the Get-MsolAccountSku cmdlet should be used instead.

Syntax

Get-MsolSubscription -SubscriptionId <string> [-TenantId <Guid>] [<CommonParameters>]

Parameters

    -SubscriptionId <string>
        The object ID of the subscription to retrieve.
        
        Required?                    true
        Position?                    named
        Default value                
        Accept pipeline input?       true (ByPropertyName)
        Accept wildcard characters?  false
        
    -TenantId <Guid>
        The unique ID of the tenant to perform the operation on. If this is 
        not provided then the value will default to the tenant of the current 
        user. This parameter is only applicable to partner users.
        
        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       true (ByPropertyName)
        Accept wildcard characters?  false
        
    <CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer and OutVariable. For more information, type,
        "get-help about_commonparameters".

Examples

Output is provided by Microsoft.Online.Administration.Subscription. For this cmdlet, each output object will include the following:

  • DateCreated: The date that this subscription was created.

  • NextLifecycleDate: The date of the next lifecycle event for this subscription.

  • ObjectId: The unique ID of this subscription.

  • OcpSubscriptionId: The ID of this subscription in the commerce system.

  • ServiceStatus: The provisioning status of each service associated with this subscription.

  • SkuId: The object ID of the SKU associated with this subscription.

  • SkuPartNumber: The SKU associated with this subscription.

  • Status: The status of this subscription (Enabled, Expired, or Suspended).

  • TotalLicenses: The number of seats included in this subscription.

Example 1

The following command retrieves a list of company subscriptions. For license assignment, the Get-MsolAccountSku cmdlet should be used instead.

Get-MsolSubscription

Additional Resources

There are several other places you can get more information and help. These include:

See Also

Other Resources

Manage Azure Active Directory by using Windows PowerShell