This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBOLicensedUser

In this article

    Short Description

    Returns licensed Veeam Backup for Microsoft Office 365 users.

    Syntax

    Get-VBOLicensedUser [-Organization <VBOOrganization>] [-Name <string>]  [<CommonParameters>]

    Detailed Description

    This cmdlet returns details on licensed Veeam Backup for Microsoft Office 365 users.

    Parameters

    Parameter

    Description

    Required

    Position

    Accept
    Pipeline
    Input

    Accept
    Wildcard
    Characters

    Name

    Specifies a name used to query a licensed user. The Get-VBOLicensedUser cmdlet will return information on the licensed user whose name matches the specified name.

    True

    Named

    False

    False

    Organization

    Specifies a name of an organization whose licensed users you want to query. The Get-VBOLicencedUser cmdlet will return a list of licensed users for the organization whose name matches the specified name.

    True

    Named

    False

    False

    <CommonParameters>

    This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

    Example 1

    This command returns all users that are using licenses on the current Veeam Backup for Microsoft Office 365 server.

    Get-VBOLicensedUser

    Example 2

    This example shows how to get information on the JSmith@domain.onmicrosoft.com licensed user from the Columbus organization:

    1. Run the Get-VBOOrganization cmdlet. Set Columbus as the Name parameter value. Save the result to the $org variable.
    2. Run the Get-VBOLicensedUser cmdlet. Set the $org variable as the Organization parameter value. Set the JSmith@domain.onmicrosoft.com as the Name parameter value.

    $org = Get-VBOOrganization -Name "Columbus"

    Get-VBOLicensedUser -Organization $org -Name "JSmith@domain.onmicrosoft.com"

    Related Commands

    Get-VBOOrganization

    I want to report a typo

    There is a misspelling right here:

     

    I want to let the Veeam Documentation Team know about that.