共用方式為


Set-AzureADTenantDetail

設定租用戶的聯繫人詳細數據

語法

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

此 Cmdlet 可用來設定租用戶的各種聯繫人詳細數據。

範例

範例 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 範例示範如何設定各種租使用者詳細數據

參數

-MarketingNotificationEmails

用來傳送行銷通知電子郵件的電子郵件位址

類型:List<T>[String]
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-PrivacyProfile

{{ Fill PrivacyProfile Description }}

類型:PrivacyProfile
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-SecurityComplianceNotificationMails

用來傳送安全性合規性電子郵件的電子郵件位址

類型:List<T>[String]
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-SecurityComplianceNotificationPhones

用於安全性合規性的電話號碼 ()

類型:List<T>[String]
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-TechnicalNotificationMails

用於技術通知電子郵件的電子郵件位址 ()

類型:List<T>[String]
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

None

輸出

Object