Get-AdfsWebTheme

Get-AdfsWebTheme

Gets web themes.

構文

Parameter Set: Default
Get-AdfsWebTheme [-Name <String> ] [ <CommonParameters>]

詳細説明

The Get-AdfsWebTheme cmdlet gets AdfsWebTheme objects. Specify a web theme by name. If you do not specify a name, the cmdlet gets all the AdfsWebTheme objects.

パラメーター

-Name<String>

Specifies a name. The cmdlet gets the web theme that has the name that you specify.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

false

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

false

<CommonParameters>

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

入力

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

  • System.String

出力

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

  • Microsoft.IdentityServer.Management.Resources.AdfsWebTheme;Microsoft.IdentityServer.Management.Resources.AdfsWebTheme[]

    This cmdlet generates a web customization object, System.IdentityServer.Management.Resources.AdfsWebTheme, or an array of these objects. This object includes the following properties:

    Name: System.String
    IsBuiltinTheme: System.Boolean
    StyleSheet: IDictionary<CultureInfo, byte[]>
    RTLStyleSheet: byte[]
    Logo: IDictionary<CultureInfo, byte[]>
    Illustration: IDictionary<CultureInfo, byte[]>
    AdditionalFileResources: IDictionary<string, byte[]>

Example 1: Get all web themes

This command gets all the available web themes in Active Directory フェデレーション サービス (AD FS).

PS C:\> Get-AdfsWebTheme

Example 2: Get a named web theme

This command gets the theme named Theme01.

PS C:\> Get-AdfsWebTheme -Name "Theme01"

関連トピック

Export-AdfsWebTheme

New-AdfsWebTheme

Remove-AdfsWebTheme

Set-AdfsWebTheme