< Back
Get-DLicenses
Post
NAME Get-DLicenses
SYNOPSIS
Gets one or multiple licenses from Delegate365.
SYNTAX
Get-DLicenses [-All <SwitchParameter>] [-Identity <string>] [<CommonParameters>]
DESCRIPTION
Get-DLicenses returns a list of licenses from Delegate365. Licenses (SKU's) are a set of license plans that can be
assigned to a user to allow access to an Office 365 service. Licenses are syncronized to Delegate365 from the
Office 365 tenant and can be renamed within Delegate365 if needed. Parameters allow to get all licenses or one
specific license. Filter for one license by using the -Identity Parameter and the full name or the ID. The output
shows the existing licenses (SKU) in the Office 365 tenant.
PARAMETERS
-All <SwitchParameter>
Delivers all Licenses (and not only the first 100 items).
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-Identity <string>
Filter for one specific Licenses. 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.License[]
---------- EXAMPLE 1 ----------
Get-DLicenses
By default, the command returns the first 100 available licenses in the tenant.
---------- EXAMPLE 2 ----------
Get-DLicenses -All
Add -All to get all licenses.
---------- EXAMPLE 3 ----------
Get-DLicenses -Identity 'Enterprise Mobility + Security E5'
Get one specific license by name or by ID.
RELATED LINKS
Delegate365 support https://support.delegate365.com/
SYNOPSIS
Gets one or multiple licenses from Delegate365.
SYNTAX
Get-DLicenses [-All <SwitchParameter>] [-Identity <string>] [<CommonParameters>]
DESCRIPTION
Get-DLicenses returns a list of licenses from Delegate365. Licenses (SKU's) are a set of license plans that can be
assigned to a user to allow access to an Office 365 service. Licenses are syncronized to Delegate365 from the
Office 365 tenant and can be renamed within Delegate365 if needed. Parameters allow to get all licenses or one
specific license. Filter for one license by using the -Identity Parameter and the full name or the ID. The output
shows the existing licenses (SKU) in the Office 365 tenant.
PARAMETERS
-All <SwitchParameter>
Delivers all Licenses (and not only the first 100 items).
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-Identity <string>
Filter for one specific Licenses. 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.License[]
---------- EXAMPLE 1 ----------
Get-DLicenses
By default, the command returns the first 100 available licenses in the tenant.
---------- EXAMPLE 2 ----------
Get-DLicenses -All
Add -All to get all licenses.
---------- EXAMPLE 3 ----------
Get-DLicenses -Identity 'Enterprise Mobility + Security E5'
Get one specific license by name or by ID.
RELATED LINKS
Delegate365 support https://support.delegate365.com/