Get-AdfsRelyingPartyWebContent is accessible with the help of adfs module. To install adfs on your system please refer to this adfs.
Synopsis
Gets web content objects for relying parties.
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.
Parameters
-Locale
Specifies a locale. The cmdlet gets relying party web content for the locale that you specify.
Required? false
Position? named
Default value none
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-RelyingPartyName <String[]>
Specifies an array of names of relying parties.
Required? false
Position? named
Default value none
Accept pipeline input? true(ByPropertyName)
Accept wildcard characters? false
Syntax
Get-AdfsRelyingPartyWebContent [-Locale <CultureInfo>] [-Name <String[]>] [<CommonParameters>]
——————–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 1——————–
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.
You can check the Version, CommandType and Source of this cmdlet by giving below command.
Get-Command Get-AdfsRelyingPartyWebContent
You can also read about
- Remove-AdfsRelyingPartyWebContent
- Set-AdfsRelyingPartyWebContent