新增登入頁面描述

新增登入頁面描述

若要在登入頁面上新增登入頁面描述,請使用下列 Windows PowerShell Cmdlet 和語法。

add sign in description

Set-AdfsGlobalWebContent -SignInPageDescriptionText "<p>Sign-in to Contoso requires device registration. Click <A href='http://fs1.contoso.com/deviceregistration/'>here</A> for more information.</p>"

重要

SignInPageDescriptionText 參數的字串支援包含標記與不包含標記的純 HTML。 因此,您也可以不使用 <p> 標記而執行下列 Cmdlet。 Set-AdfsGlobalWebContent -SignInPageDescriptionText "Sign-in to Contoso requires device registration. Click <A href='http://fs1.contoso.com/deviceregistration/'>here</A> for more information."

在自訂登入頁面之後,自訂會有較高的優先順序;因此,您應該自訂您想要支援的所有語言。 所有的自訂內容皆接受地區設定參數。 當您設定當地語系化的內容時,應先設定國家特定性較低的地區設定,例如,"en",之後再設定特定國家及地區的地區設定,例如,"en-us"。

其他參考

AD FS 使用者登入自訂