Get-AdfsWebConfig

Get-AdfsWebConfig

Gets AD FS web customization configuration settings.

構文

Get-AdfsWebConfig [ <CommonParameters>]

詳細説明

The Get-AdfsWebConfig cmdlet gets Active Directory フェデレーション サービス (AD FS) web customization configuration settings.

パラメーター

<CommonParameters>

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

入力

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

出力

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

  • Microsoft.IdentityServer.Management.Resources.AdfsWebConfig

    This cmdlet generates an AdfsWebConfig object that represents AD FS web customization configuration settings. This object contains the following properties:

    ActiveThemeName: System.String
    CDCCookieReader: System.Uri
    CDCCookieWriter: System.Uri
    HRDCookieLifetime: System.Int32
    HRDCookieEnabled: System.Boolean
    ContextCookieEnabled: System.Boolean

Example 1: Get configuration settings

This command gets the web customization configuration settings.

PS C:\> Get-AdfsWebConfig

関連トピック

Set-AdfsWebConfig