< Back

Get-AADIntSubscriptions

Fri Jan 10, 2020 5:50 pm

NAME Get-AADIntSubscriptions



SYNOPSIS

Gets tenant's subscriptions





SYNTAX

Get-AADIntSubscriptions [[-AccessToken] <String>] [[-ReturnValue] <Object>] [<CommonParameters>]





DESCRIPTION

Gets tenant's subscriptions





PARAMETERS

-AccessToken <String>

Access Token



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ReturnValue <Object>



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-AADIntSubscriptions



SkuPartNumber : EMSPREMIUM

WarningUnits : 0

TotalLicenses : 250

IsTrial : true

NextLifecycleDate : 2018-11-13T00:00:00Z

OcpSubscriptionId : 76909010-12ed-4b05-b3d7-ee1b42c21b4e

ConsumedUnits : 23

ObjectId : 58265dbe-24e0-4cdb-8b62-51197a4c1c13

SkuId : b05e124f-c7cc-45a0-a6aa-8cf78c946968

DateCreated : 2018-08-13T00:00:00Z

Status : Enabled

SuspendedUnits : 0

AccountName : company



SkuPartNumber : ENTERPRISEPREMIUM

WarningUnits : 25

TotalLicenses : 25

IsTrial : true

NextLifecycleDate : 2018-10-27T15:47:40Z

OcpSubscriptionId : 7c206b83-2487-49fa-b91e-3d676de02ccb

ConsumedUnits : 22

ObjectId : df58544b-5062-4d6c-85de-937f203bbe0f

SkuId : c7df2760-2c81-4ef7-b578-5b5392b571df

DateCreated : 2018-08-27T00:00:00Z

Status : Warning

SuspendedUnits : 0

AccountName : company











RELATED LINKS