Edit

Share via


Get-AdfsRelyingPartyWebContent

Gets web content objects for relying parties.

Syntax

Default (Default)

Get-AdfsRelyingPartyWebContent
    [-Locale <CultureInfo>]
    [-RelyingPartyName <String[]>]
    [<CommonParameters>]

Description

The Get-AdfsRelyingPartyWebContent cmdlet gets web content objects for relying parties. Specify a relying party by name. If you do not specify a name, the cmdlet gets all relying party web content objects. If you do not specify a locale, the cmdlet gets web content for all locales.

Examples

Example 1: Get all web content objects

PS C:\> Get-AdfsRelyingPartyWebContent

This command gets web content objects for all relying parties and locales.

Example 2: Get web content objects for a specified relying party

PS C:\> Get-AdfsRelyingPartyWebContent -Name "RelyingParty01"

This command gets web content objects for the relying party named RelyingParty01 for all locales.

Example 3: Get the web content object for a specified relying party and locale

PS C:\> Get-AdfsRelyingPartyWebContent -Locale en-us -Name "RelyingParty01"

This command gets web content objects for the relying party named RelyingParty01 for the specified locale.

Parameters

-Locale

Specifies a locale. The cmdlet gets relying party web content for the locale that you specify.

Parameter properties

Type:CultureInfo
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

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

-RelyingPartyName

Specifies an array of names of relying parties.

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:True
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.

Outputs

AdfsRelyingPartyWebContent

AdfsRelyingPartyWebContent

This cmdlet generates a System.IdentityServer.Management.Resources.AdfsRelyingPartyWebContent object that represents web content of a relying party, or an array of such objects. The object includes the following properties:

  • Locale: System.Globalization.CultureInfo
  • Name: System.String
  • ErrorPageGenericErrorMessage: System.String
  • ErrorPageAuthorizationErrorMessage: System.String
  • ErrorPageDeviceAuthenticationErrorMessage: System.String