< Back

Add-AzureADUserManagerEmailAddressProperty

Sat Jan 11, 2020 2:31 pm

NAME Add-AzureADUserManagerEmailAddressProperty



SYNOPSIS

This function adds a ManagerEmailAddress property to a user in Azure AD.

The property is only added if the user's Manager property is already defined.

This function assumes that the connection to Azure AD has already been made.





SYNTAX

Add-AzureADUserManagerEmailAddressProperty [-user] <PSObject> [<CommonParameters>]





DESCRIPTION





PARAMETERS

-user <PSObject>

The user in Azure AD.



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS