Get-O365EmailAddresses

Get-O365EmailAddresses

Gets subscription information for the Integration Module.

Sintaxis

Parameter Set: Default
Get-O365EmailAddresses [-LocalAccountName] <String> [ <CommonParameters>]

Descripción detallada

The Get-O365EmailAddresses cmdlet gets subscription information of a user for the Integration Module.

Parámetros

-LocalAccountName<String>

Specifies the name of a local Active Directory user account. The cmdlet gets subscription information for the local user that you specify.

Alias

ninguno

¿Requerido?

true

¿Posición?

1

Valor predeterminado

ninguno

¿Aceptar canalización?

True (ByValue)

¿Aceptar caracteres comodín?

false

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

  • System.String

    LocalAccountName
    Type: System.String
    Description: local user name

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • System.Collections.Generic.List<string>

    This cmdlet returns a list of email addresses for a user.

Ejemplos

Example 1: Get subscription information for a user

This command gets subscription information for the user account named PattiFuller for the Office 365 Integration Module.

PS C:\> Get-O365EmailAddresses -LocalAccountName "PattiFuller"
PS C:\> 

Temas relacionados

Set-O365EmailAddresses