< Back
Get-DLicenseQuotas
Post
NAME Get-DLicenseQuotas
SYNOPSIS
Gets one or multiple licenses quotas from Delegate365.
SYNTAX
Get-DLicenseQuotas [-All <SwitchParameter>] [-Identity <string>] [-OU <string>] [<CommonParameters>]
DESCRIPTION
Get-DLicenseQuotas returns a list of licenses quotas from Delegate365. Licenses quotas allow to restrict the
number of Office 365 licenses that can be consumed by users per OU. This command creates a new license quota for
an OU.
PARAMETERS
-All <SwitchParameter>
Delivers all Licenses quota (and not only the first 100 items).
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-OU <string>
Filter by the name of an OU.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Identity <string>
Filter for one specific Licenses quota. Wildcards are not supported, use the full name or the ID.
Required? false
Position? named
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
Delegate365.Api.Core.Models.LicenseQuota[]
---------- EXAMPLE 1 ----------
Get-DLicenseQuotas
By default, the command returns the first 100 assigned licenses quotas.
---------- EXAMPLE 2 ----------
Get-DLicenseQuotas -All
Add -All to get all licenses quotas.
---------- EXAMPLE 3 ----------
Get-DLicenseQuotas -Unassigned -All
Add -Unassigned to get licenses quotas that are NOT assigned to an OU (can be combined with -All).
---------- EXAMPLE 4 ----------
Get-DLicenseQuotas -OU Seattle
Add -OU to get licenses quotas that are assigned to a specific OU.
---------- EXAMPLE 5 ----------
Get-DLicenseQuotas -Identity it-department@delegate365.com
Get one specific licenses quota by name or by ID.
RELATED LINKS
Delegate365 support https://support.delegate365.com/
SYNOPSIS
Gets one or multiple licenses quotas from Delegate365.
SYNTAX
Get-DLicenseQuotas [-All <SwitchParameter>] [-Identity <string>] [-OU <string>] [<CommonParameters>]
DESCRIPTION
Get-DLicenseQuotas returns a list of licenses quotas from Delegate365. Licenses quotas allow to restrict the
number of Office 365 licenses that can be consumed by users per OU. This command creates a new license quota for
an OU.
PARAMETERS
-All <SwitchParameter>
Delivers all Licenses quota (and not only the first 100 items).
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-OU <string>
Filter by the name of an OU.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Identity <string>
Filter for one specific Licenses quota. Wildcards are not supported, use the full name or the ID.
Required? false
Position? named
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
Delegate365.Api.Core.Models.LicenseQuota[]
---------- EXAMPLE 1 ----------
Get-DLicenseQuotas
By default, the command returns the first 100 assigned licenses quotas.
---------- EXAMPLE 2 ----------
Get-DLicenseQuotas -All
Add -All to get all licenses quotas.
---------- EXAMPLE 3 ----------
Get-DLicenseQuotas -Unassigned -All
Add -Unassigned to get licenses quotas that are NOT assigned to an OU (can be combined with -All).
---------- EXAMPLE 4 ----------
Get-DLicenseQuotas -OU Seattle
Add -OU to get licenses quotas that are assigned to a specific OU.
---------- EXAMPLE 5 ----------
Get-DLicenseQuotas -Identity it-department@delegate365.com
Get one specific licenses quota by name or by ID.
RELATED LINKS
Delegate365 support https://support.delegate365.com/