Set-AzureADTenantDetail
Contactgegevens instellen voor een tenant
Syntaxis
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
Deze cmdlet wordt gebruikt voor het instellen van verschillende contactgegevens voor een tenant.
Voorbeelden
Voorbeeld 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-voorbeeld laat zien hoe u de verschillende tenantdetails instelt
Parameters
-MarketingNotificationEmails
Het e-mailadres dat wordt gebruikt voor het verzenden van e-mailberichten met marketingmeldingen
Type: | List<T>[String] |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-PrivacyProfile
{{ Fill PrivacyProfile Description }}
Type: | PrivacyProfile |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-SecurityComplianceNotificationMails
Het e-mailadres dat wordt gebruikt voor het verzenden van e-mailberichten over beveiligingsnaleving
Type: | List<T>[String] |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-SecurityComplianceNotificationPhones
De telefoonnummers die worden gebruikt voor beveiligingsnaleving
Type: | List<T>[String] |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-TechnicalNotificationMails
De e-mailadressen die worden gebruikt voor e-mailberichten met technische meldingen
Type: | List<T>[String] |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
Invoerwaarden
None