Skip to content

Latest commit

 

History

History
95 lines (70 loc) · 2.39 KB

Set-O365EmailAddresses.md

File metadata and controls

95 lines (70 loc) · 2.39 KB
external help file Module Name ms.date online version schema title
WssCmdlets.dll-Help.xml
WSSCmdlets
12/05/2017
2.0.0
Set-O365EmailAddresses

Set-O365EmailAddresses

SYNOPSIS

Sets up email addresses for a user.

SYNTAX

Set-O365EmailAddresses [-LocalAccountName] <String>
 [[-EmailAddresses] <System.Collections.Generic.List`1[System.String]>] [<CommonParameters>]

DESCRIPTION

The Set-O365EmailAddresses cmdlet sets up email addresses in Exchange Online for a user from office_365_1 Integration.

EXAMPLES

Example 1: Set up email addresses for a user

PS C:\> Set-O365EmailAddresses -LocalAccountName "PattiFuller" -EmailAddresses "PattiFuller@Contoso.com,CustomerFeedback@Contoso.com"

This command sets up the specified email addresses for the user account named PattiFuller.

1:

PS C:\>

PARAMETERS

-EmailAddresses

Specifies the email addresses of the user that you specify in the LocalAccountName parameter. The cmdlet sets up the email addresses that you specify.

Type: System.Collections.Generic.List`1[System.String]
Parameter Sets: (All)
Aliases: 

Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-LocalAccountName

Specifies the name of a local Active Directory user account. The cmdlet sets up the email addresses in Exchange Online for the local user that you specify.

Type: String
Parameter Sets: (All)
Aliases: 

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

System.String

LocalAccountName Type: System.String Description: local user name

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

EmailAddresses Type: System.Collections.Generic.List<System.String> Description: email addresses of the user

OUTPUTS

NOTES

RELATED LINKS

Get-O365EmailAddresses