Set-MsolCompanyContactInformation
Sets company-level contact information.
Set-MsolCompanyContactInformation
[-TechnicalNotificationEmails <String[]>]
[-MarketingNotificationEmails <String[]>]
[-TenantId <Guid>]
[<CommonParameters>]
The Set-MsolCompanyContactInformation cmdlet sets company-level contact preferences. This includes email addresses for marketing and technical notifications about Azure Active Directory.
PS C:\> Set-MsolCompanyContactInformation -TechnicalNotificationEmail "tech@contoso.com"
This command sets contact email address for the company.
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 |
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 |
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 |