Set-AzureADTenantDetail

Ange kontaktuppgifter för en klientorganisation

Syntax

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

Den här cmdleten används för att ange olika kontaktuppgifter för en klientorganisation.

Exempel

Exempel 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-exempel visar hur du anger olika klientinformation

Parametrar

-MarketingNotificationEmails

E-postadressen som används för att skicka e-postmeddelanden om marknadsföringsmeddelanden

Type:List<T>[String]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-PrivacyProfile

{{ Fyll i SekretessProfilbeskrivning }}

Type:PrivacyProfile
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-SecurityComplianceNotificationMails

E-postadressen som används för att skicka e-postmeddelanden om säkerhetsefterlevnad

Type:List<T>[String]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-SecurityComplianceNotificationPhones

De telefonnummer som används för säkerhetsefterlevnad

Type:List<T>[String]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-TechnicalNotificationMails

E-postadresserna som används för e-postmeddelanden med tekniska meddelanden

Type:List<T>[String]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Indata

None

Utdata

Object