Get-AdfsRelyingPartyWebTheme
Gets properties of web themes applied to relying party trusts.
Syntax
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.
Type: | String[] |
Aliases: | Name |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |