編集

次の方法で共有


Get-AdfsRelyingPartyWebTheme

Gets properties of web themes applied to relying party trusts.

Syntax

Default (Default)

Get-AdfsRelyingPartyWebTheme
    [-RelyingPartyName <String[]>]
    [<CommonParameters>]

Description

The Get-AdfsRelyingPartyWebTheme cmdlet gets properties of any web themes applied to relying party trusts and the names of the trusts to which these themes are applied.

Examples

Example 1: Get a web theme

PS C:\> Get-AdfsRelyingPartyWebTheme -TargetRelyingPartyName "urn:app1"

This command gets the relying party web theme for the relying party named urn:app1.

Parameters

-RelyingPartyName

Specifies an array of names of relying parties for which to get web themes.

Parameter properties

Type:

String[]

Default value:None
Supports wildcards:False
DontShow:False
Aliases:Name

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.