Get-O365EmailAddresses

Gets subscription information for the office_365_2 Integration Module.

Syntax

Get-O365EmailAddresses
   [-LocalAccountName] <String>
   [<CommonParameters>]

Description

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

Examples

Example 1: Get subscription information for a user

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

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

1:

PS C:\>

Parameters

-LocalAccountName

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

Type:String
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

Inputs

String

LocalAccountName Type: System.String Description: local user name

Outputs

System.Collections.Generic.List<System.String>

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