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
Typ: | List<T>[String] |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-PrivacyProfile
{{ Fyll i SekretessProfilbeskrivning }}
Typ: | PrivacyProfile |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-SecurityComplianceNotificationMails
E-postadressen som används för att skicka e-postmeddelanden om säkerhetsefterlevnad
Typ: | List<T>[String] |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-SecurityComplianceNotificationPhones
De telefonnummer som används för säkerhetsefterlevnad
Typ: | List<T>[String] |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-TechnicalNotificationMails
E-postadresserna som används för e-postmeddelanden med tekniska meddelanden
Typ: | List<T>[String] |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
Indata
None