Edit

Share via


Set-AzureADTenantDetail

Set contact details for a tenant

Syntax

Default (Default)

Set-AzureADTenantDetail
    [-MarketingNotificationEmails <System.Collections.Generic.List`1[System.String]>]
    [-PrivacyProfile <PrivacyProfile>]
    [-SecurityComplianceNotificationMails <System.Collections.Generic.List`1[System.String]>]
    [-SecurityComplianceNotificationPhones <System.Collections.Generic.List`1[System.String]>]
    [-TechnicalNotificationMails <System.Collections.Generic.List`1[System.String]>]
    [<CommonParameters>]

Description

This cmdlet is used to set various contact details for a tenant.

Examples

Example 1

PS C:\WINDOWS\system32> Set-AzureADTenantDetail -MarketingNotificationEmails "amy@contoso.com","henry@contoso.com" -SecurityComplianceNotificationMails "john@contoso.com","mary@contoso.com" -SecurityComplianceNotificationPhones "1-555-625-9999", "1-555-233-5544" -TechnicalNotificationMails "peter@contoso.com"

THis example shows how to set the various tenant details

Parameters

-MarketingNotificationEmails

The email address that is used to send marketing notification emails

Parameter properties

Type:

List<T>[String]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-PrivacyProfile

{{ Fill PrivacyProfile Description }}

Parameter properties

Type:PrivacyProfile
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SecurityComplianceNotificationMails

The email address that is used to send security compliance emails

Parameter properties

Type:

List<T>[String]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SecurityComplianceNotificationPhones

The phone number(s) that are used for security compliance

Parameter properties

Type:

List<T>[String]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-TechnicalNotificationMails

The email address(es) that are used for technical notification emails

Parameter properties

Type:

List<T>[String]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

Object