< Back

New-DLicenseQuota

Mon Jan 13, 2020 6:43 pm

NAME New-DLicenseQuota



SYNOPSIS

Creates a new license quota in Delegate365.





SYNTAX

New-DLicenseQuota [-Quota] <LicenseQuota> [<CommonParameters>]





DESCRIPTION

New-DLicenseQuota creates a new license quota in Delegate365. Licenses quotas allow to restrict the number of

Office 365 licenses that can be consumed by users per OU. The Quota parameter requires an object representing the

desired values to be set, see the example. The output shows the created license quota object.





PARAMETERS

-Quota <LicenseQuota>

Quota is the object representing the desired values to be set.



Required? true

Position? 0

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 ----------



$quota = New-Object Delegate365.Api.Core.Models.LicenseQuota

$quota.OrganizationalUnit = 'Seattle'

$quota.SkuDisplayName = 'SkuDisplayName'

$quota.Quota = 10

$quota.Enforce = $true

New-DLicenseQuota -Quota $quota



For creating a new license quotas, create a new object and assign that to the new quota.



RELATED LINKS

Delegate365 support https://support.delegate365.com/