Set-AdfsAuthenticationProviderWebContent

Set-AdfsAuthenticationProviderWebContent

Modifies a display name and description.

構文

Parameter Set: IdentifierName
Set-AdfsAuthenticationProviderWebContent [[-Locale] <CultureInfo> ] -Name <String> [-Description <String> ] [-DisplayName <String> ] [-PassThru] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: IdentifierObject
Set-AdfsAuthenticationProviderWebContent [-TargetWebContent] <AdfsAuthProviderWebContent> [-Description <String> ] [-DisplayName <String> ] [-PassThru] [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The Set-AdfsAuthenticationProviderWebContent cmdlet modifies a display name and description. Use this cmdlet to customize the name of the authentication provider to a user friendly and intuitive name. You can choose to specify a locale, or use an empty string for the Locale parameter to specify an invariant locale.

パラメーター

-Description<String>

Specifies a description. The cmdlet modifies the provider web content with the description that you specify.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-DisplayName<String>

Specifies a display name. The cmdlet modifies the provider web content with the display name that you specify.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-Locale<CultureInfo>

Specifies a locale. The cmdlet modifies the provider web content associated with the locale that you specify.

エイリアス

なし

必須?

false

位置は?

1

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-Name<String>

Specifies the name of the authentication provider whose web content is being modified. To find a list of available authentication providers, run the command Get-AdfsGetAuthenticationProvider. Each returned provider has a Name property, and that value can be used with this parameter.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-PassThru

作業中の項目を表すオブジェクトを返します。既定では、このコマンドレットによる出力はありません。

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-TargetWebContent<AdfsAuthProviderWebContent>

Specifies an AdfsAuthenticationProviderWebContent object that is used by the pipeline.

エイリアス

なし

必須?

true

位置は?

1

既定値

なし

パイプライン入力を許可する

True (ByValue)

ワイルドカード文字を許可する

false

-Confirm

コマンドレットを実行する前に、ユーザーに確認を求めます。

必須?

false

位置は?

named

既定値

false

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-WhatIf

コマンドレットを実行するとどのような結果になるかを表示します。コマンドレットは実行されません。

必須?

false

位置は?

named

既定値

false

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

Example 1: Modify the authentication provider web content

This command modifies the display name and description for the authentication provider that the user sees in the Active Directory フェデレーション サービス (AD FS) logon pages.

PS C:\> Set-AdfsAuthenticationProviderWebContent -Name MultiFactorAuthentication -DisplayName "User Friendly Name for Multifactor Authentication" -Description "Description of your choice"

関連トピック

Get-AdfsAuthenticationProviderWebContent

Remove-AdfsAuthenticationProviderWebContent