Applies to: Exchange Server 2013

Topic Last Modified: 2012-10-16

Use the Get-ExchangeServerAccessLicenseUser cmdlet to return a list of unique users for the specified license name. Each object contains the fully qualified domain name (FQDN) or primary SMTP address of the mailbox and the license name to which it's associated.

For information about the parameter sets in the Syntax section below, see Syntax.

Syntax

Get-ExchangeServerAccessLicenseUser -LicenseName <String>

Examples

EXAMPLE 1

This example returns the unique users for your license name, Exchange 2013 Server Standard Edition.

Copy Code
Get-ExchangeServerAccessLicenseUser -LicenseName Exchange 2013 Server Standard Edition

Detailed Description

The Get-ExchangeServerAccessLicenseUser cmdlet returns a collection of unique users for the specified license name. The list of unique users represents an estimate of your licenses when you run this cmdlet. Each object contains the FQDN or primary SMTP address of the mailbox and the license name to which it's associated.

You need to be assigned permissions before you can run this cmdlet. Although all parameters for this cmdlet are listed in this topic, you may not have access to some parameters if they're not included in the permissions assigned to you. To see what permissions you need, see the "Shell infrastructure permissions" section in the Exchange and Shell Infrastructure Permissions topic.

Parameters

Parameter Required Type Description

LicenseName

Required

System.String

The LicenseName parameter specifies a license type for the servers in your organization. License types include the following:

  • Exchange 2013 Standard client access license (CAL)

  • Exchange 2013 Enterprise CAL

  • Exchange 2013 Server Standard Edition

  • Exchange 2013 Server Enterprise Edition

Input Types

To see the input types that this cmdlet accepts, see Cmdlet Input and Output Types. If the Input Type field for a cmdlet is blank, the cmdlet doesn’t accept input data.

Return Types

To see the return types, which are also known as output types, that this cmdlet accepts, see Cmdlet Input and Output Types. If the Output Type field is blank, the cmdlet doesn’t return data.