Set-AzureADTenantDetail
Festlegen von Kontaktdaten für einen Mandanten
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>]
Beschreibung
Dieses Cmdlet wird verwendet, um verschiedene Kontaktdetails für einen Mandanten festzulegen.
Beispiele
Beispiel 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-Beispiel zeigt, wie die verschiedenen Mandantendetails festgelegt werden.
Parameter
-MarketingNotificationEmails
Die E-Mail-Adresse, die zum Senden von Marketingbenachrichtigungs-E-Mails verwendet wird
Typ: | List<T>[String] |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-PrivacyProfile
{{ Fill PrivacyProfile Description }}
Typ: | PrivacyProfile |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-SecurityComplianceNotificationMails
Die E-Mail-Adresse, die zum Senden von Sicherheitskonformitäts-E-Mails verwendet wird
Typ: | List<T>[String] |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-SecurityComplianceNotificationPhones
Die Telefonnummern, die für die Sicherheitskonformität verwendet werden
Typ: | List<T>[String] |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-TechnicalNotificationMails
Die E-Mail-Adresse(n), die für technische Benachrichtigungs-E-Mails verwendet werden
Typ: | List<T>[String] |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
Eingaben
None