Skip to main content

Test-MtCaLicenseUtilization

SYNOPSIS

Test Conditional Access License Utilization and return stats on usage for the specific license.

SYNTAX

Test-MtCaLicenseUtilization [-License] <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

Utilization is validated using the insights provided by Microsoft Graph.

Learn more: https://techcommunity.microsoft.com/t5/microsoft-entra-blog/introducing-microsoft-entra-license-utilization-insights/ba-p/3796393

EXAMPLES

EXAMPLE 1

Test-MtCaLicenseUtilization -License P1

This example tests the utilization of P1 licenses in the tenant.

Test-MtCaLicenseUtilization -License P2

This example tests the utilization of P2 licenses in the tenant.

PARAMETERS

-License

The type of license to check. Currently supports 'P1' and 'P2'

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

https://maester.dev/docs/commands/Test-MtCaLicenseUtilization