Set-MsolCompanyContactInformation
Sets company-level contact information.
Syntax
Set-MsolCompanyContactInformation
[-TechnicalNotificationEmails <String[]>]
[-MarketingNotificationEmails <String[]>]
[-TenantId <Guid>]
[<CommonParameters>]
Description
The Set-MsolCompanyContactInformation cmdlet sets company-level contact preferences. This includes email addresses for marketing and technical notifications about Azure Active Directory.
Examples
Example 1: Sets contact email address
PS C:\> Set-MsolCompanyContactInformation -TechnicalNotificationEmail "tech@contoso.com"
This command sets contact email address for the company.
Parameters
-MarketingNotificationEmails
Specifies company-level marketing information contact email address.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-TechnicalNotificationEmails
Specifies company-level technical information contact email address.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-TenantId
Specifies the unique ID of the tenant on which to perform the operation. The default value is the tenant of the current user. This parameter applies only to partner users.
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |